What Flash version are you dealing with ? If <=8 then those vars should
appear on the _root object (if I recall correctly). If >= 9 then the vars
are a property of the LoaderInfo associated with the movieclip:
http://help.adobe.com/en_US/AS3LCR/Flash_10.0/flash/display/LoaderInfo.html#para\
meters
On Mon, Apr 6, 2009 at 10:37 PM, Prabakaran Srinivasan <
cute_karan2@...> wrote:
> Thanks Nick,
> I found that code scriplet. I came across a strange
> situation, where a flash file has some query variables passed to the flash
> file (i.e. Flash Params). But, when this variable is accessed inside the
> flash file, it gives the value "undefined". Can you please tell me, when
> such scenarios will occur? Does encoding the URL of the Flash file, will
> stop the flash file from getting the value of the Flash params?
>
> Please let me know your clarifications on this.
>
> Cheers,
> Prabakaran Srinivasan.
>
> ________________________________
> From: Nick Main <david.nick.main@... <david.nick.main%40gmail.com>>
> To: JavaSWF-Support@yahoogroups.com <JavaSWF-Support%40yahoogroups.com>
> Sent: Tuesday, April 7, 2009 1:13:52 AM
> Subject: [JavaSWF-Support] Re: Clarification regarding Clip Events
>
>
> Clip actions are part of the placeObject2 tag in SWFSpriteTagTypes. The
> actions are passed via the returned SWFActions interface.
>
> Parsed in TagParser::parsePla ceObject2.
>
> --- In JavaSWF-Support@ yahoogroups. com, Prabakaran Srinivasan
> <cute_karan2@ ...> wrote:
> >
> > Hi Nick,
> > ����������� Can you please tel me where the clip
> events will get parsed in the JavaSWF framework. I am using the old source
> code from sourceforge. net.
> >
> > Thanks in advance,
> > Prabakaran Srinivasan.
> >
> >
> >
> >
> > [Non-text portions of this message have been removed]
> >
>
> [Non-text portions of this message have been removed]
>
>
>
[Non-text portions of this message have been removed]