|
Home > Archive > Macromedia Flash Server > August 2005 > HELP!!!!! Peopleboard component
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
HELP!!!!! Peopleboard component
|
|
| Amjad El Tayeh 2005-08-22, 8:45 pm |
| Hi there,
Could anyone please guide me on how to make Peldi’s peopleboard component
work properly when published for Flash player 7 and AS2 ?????
This is urgent and I am quite lost and not very much experienced with
flashcom. Finally, thank you all for the stuff that is being circulating
here I have been really learning a lot from you guys……..Peldi …. Love your
work
________________________________________
_________________________
Express yourself instantly with MSN Messenger! Download today it's FREE!
http://messenger.msn.click-url.com/...1ave/direct/01/
=-----------------------------------------------------------
Supported by Fig Leaf Software - http://www.figleaf.com
=-----------------------------------------------------------
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcomm
| |
| Simon Lord 2005-08-22, 8:45 pm |
| Is the functionality because your app in general is published to =20
player 7 AS2?
If so then you could try a fast workaround by loading the peopleboard =20=
into an mc in your flash 7 AS2 project. Even though the peopleboard =20
is not the same version it will run just fine.
IE. in your Flash 7 project try:
MovieClip.loadMovie(peopleboard.swf, "pb_mc");
.... or something similar. You'll still be able to communicate with =20
the peopleboard and vise-versa. I've done this many times with other =20=
projects as fast workarounds until the necessary time was allotted to =20=
fix the issue.
I'm quite busy myself at the moment, hope this is enough to get you =20
going.
On Aug 22, 2005, at 7:39 PM, Amjad El Tayeh wrote:
> Hi there,
>
> Could anyone please guide me on how to make Peldi=92s peopleboard =20
> component work properly when published for Flash player 7 and =20
> AS2 ?????
> This is urgent and I am quite lost and not very much experienced =20
> with flashcom. Finally, thank you all for the stuff that is being =20
> circulating here I have been really learning a lot from you guys
>
> ..Peldi . Love your work
>
> ________________________________________
_________________________
> Express yourself instantly with MSN Messenger! Download today it's =20
> FREE! http://messenger.msn.click-url.com/...1ave/direct/01/
>
>
> =3D-----------------------------------------------------------
> Supported by Fig Leaf Software - http://www.figleaf.com
> =3D-----------------------------------------------------------
>
> To change your subscription options or search the archive:
> http://chattyfig.figleaf.com/mailman/listinfo/flashcomm
>
=-----------------------------------------------------------
Supported by Fig Leaf Software - http://www.figleaf.com
=-----------------------------------------------------------
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcomm
| |
| Amjad El Tayeh 2005-08-23, 5:45 pm |
| Hi Simon,
Yes the functionality is because the app in general is published to
player 7 AS2 as you thought. I like the idea of your workaround, and i tried
it but it didn't work. My app is a Form application. In the second frame of
the "root" application I used this:
// Create and Load peopleboard into a movie clip instance
this.createEmptyMovieClip("pb_mc", 1);
pb_mc.loadMovie("peopleboard.swf"); //-----> peopleboard.swf has been
published Player 6/AS2
// Connect the peopleboard to the current global client_nc
this.pb_mc.peopleBoard.connect(_global.client_nc);
this.pb_mc.peopleBoard.setUsername(_global.name);
Now, I am guessing it is still not working because I might have not been
getting the path right to the movie clip "pb_mc".
Does anyone have any idea on what I could do next ?!!!!
Thank you
-----------------------------------------------------------------------------------------------------------------------
Date: Mon, 22 Aug 2005 20:35:13 -0400
From: Simon Lord <slord-1+jUDDTtyItWk0Htik3J/w@public.gmane.org>
Subject: Re: [FlashComm] HELP!!!!! Peopleboard component
To: FlashComm Mailing List <flashcomm-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org>
Is the functionality because your app in general is published to
player 7 AS2?
If so then you could try a fast workaround by loading the peopleboard
into an mc in your flash 7 AS2 project. Even though the peopleboard
is not the same version it will run just fine.
IE. in your Flash 7 project try:
MovieClip.loadMovie(peopleboard.swf, "pb_mc");
.... or something similar. You'll still be able to communicate with
the peopleboard and vise-versa. I've done this many times with other
projects as fast workarounds until the necessary time was allotted to
fix the issue.
I'm quite busy myself at the moment, hope this is enough to get you
going.
On Aug 22, 2005, at 7:39 PM, Amjad El Tayeh wrote:
>Hi there,
>
>Could anyone please guide me on how to make Peldi’s peopleboard component
>work properly when published for Flash player 7 and AS2 ?????
>This is urgent and I am quite lost and not very much experienced with
>flashcom. Finally, thank you all for the stuff that is being circulating
>here I have been really learning a lot from you guys
>
>..Peldi . Love your work
>
> ________________________________________
_________________________
>Express yourself instantly with MSN Messenger! Download today it's FREE!
>http://messenger.msn.click-url.com/...1ave/direct/01/
>
>
>=-----------------------------------------------------------
>Supported by Fig Leaf Software - http://www.figleaf.com
>=-----------------------------------------------------------
>
>To change your subscription options or search the archive:
>http://chattyfig.figleaf.com/mailman/listinfo/flashcomm
>
------------------------------
________________________________________
_________________________
FREE pop-up blocking with the new MSN Toolbar - get it now!
http://toolbar.msn.click-url.com/go...5ave/direct/01/
=-----------------------------------------------------------
Supported by Fig Leaf Software - http://www.figleaf.com
=-----------------------------------------------------------
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcomm
|
|
|
|
|