Matt,

Thanks for the response.

A related question: is there a limit on the size of the query string? 
I know for browsers it's 255 chars. Otherwise, is there a way to load 
the values as FlashVars?

-Josh

--- In [email protected], "Matt Horn" <[EMAIL PROTECTED]> wrote:
> You can append query string params to pass variable data to an 
included
> SWF. psuedoexample:
>  
> var src = "IncludedTestFile.swf?myVar=" + myVar;
> ...
> <mx:Image source="{src}" />
> 
>  
> HTH,
>  
> matt horn
> flex docs
>  
> 
> 
> ________________________________
> 
>       From: [email protected]
> [mailto:[EMAIL PROTECTED] On Behalf Of cazzaran
>       Sent: Thursday, May 12, 2005 11:51 AM
>       To: [email protected]
>       Subject: [flexcoders] Pass variable to mx:image tag
>       
>       
>       I need to include an external SWF file that takes variables to
> display 
>       some content. It's just a banner, so the mx:Image tag is
> sufficient, 
>       except that I can't figure out how to pass variable 
information
> to it. 
>       There's talk of a flashVar tag, but that's for JSP, and it
> doesn't look 
>       like there's an equivilant mxml tag.
>       
>       My include is basic, and looks like <mx:Image
> source="banner.swf" />
>       
>       Any help is appreciated!
>       
>       -Josh
>       
>       
>       
>       
> ________________________________
> 
>       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]
> <mailto:[EMAIL PROTECTED]> 
>                 
>       *       Your use of Yahoo! Groups is subject to the Yahoo! 
Terms
> of Service <http://docs.yahoo.com/info/terms/> .




 
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