|
-
[RESOLVED] Parameter passing to swf
In the Export Setting KM allows you to pass variables to swf using flash vars.
I entered a simple variable. sid=1;
I added scriptcode to test variable.
txt1.text="sid:"+sid
nothing shows in the txt1 box.
not sure how the parameters function works?
Can someone elaborate.........
Last edited by imdumb; 03-26-2009 at 07:58 AM.
-
Accessing parameters works different when using AS3.
txt1.text = "sid:" + loaderInfo.parameters.sid;
-
did not have the loaderInfo property.....
thank you for the response....
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|