56 PM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] SWFLoader query string?
Chad:
I don’t know why that traces out undefined for you, this is what I
am doing in my mxml to pass variables in a query string and it works.
Thanks,
Patrick
private function createTextEf
ubject: RE: [flexcoders] SWFLoader query string?
Chad:
I don't know why that traces out undefined for you, this is what I am
doing in my mxml to pass variables in a query string and it works.
Thanks,
Patrick
private function createTextEffects
Thursday, March 15, 2007 11:19 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] SWFLoader query string?
When programming in AS2 for Flash, I was always able to have an AS2 swf load
into it another AS2 swf and pass that swf variables using query string as
such:
swfToLoad.swf?var1=1&a
When programming in AS2 for Flash, I was always able to have an AS2 swf
load into it another AS2 swf and pass that swf variables using query
string as such:
swfToLoad.swf?var1=1&var2=2
When the swfToLoad ran, it automatically had the var1 and var2 variables
declared and assigned the same values t
4 matches
Mail list logo