I have a banner that I load into my Image tag, and this banner goes
out to the server it came from to request a TXT file to load up some
variables.

The problem is that I want to be able to use as much client side as
possible. Is there a way to override it loading these vars so I can
put in my own by passing the Image object the names of the vars I need
to load?

For example:

<mx:Image source="test.swf" id="test"/>

Then going:

test["_level5"].someVar = "foo";

I have tested this with other simpler SWFs and it appears that I CAN
in fact set internal fields as long as I know their name. The problem
with this particular flash movie is that I believe I set the fields,
but then it overwrites them with values it gets in the TXT file.

Right now, I have no choice but to serve it a TXT file, because if I
don't regardless of what the values are set to, it wont play until it
loads this file. I don't have the source to this file, but I do know
where the vars need to be set.

Help is much appreciated! Thanks... -Josh




--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to