|
-
I am having trouble passing a variable from flash to php.
clipA has clipB and is regenerated via the automovieclip
clipB contains clipC with a button and clipD
on release the button loads a php file via loadmovie into clipD
the contents of clipD depend on a variable in clipC's timeline.
it is not reading the variable.
-
First of all make sure that clip C is really getting the variables defined, add dynamic text fields with the name of the involved variables to the movie clip where you do the load movie command, this will show you what values are being defined. Another useful trick is to use GetURL instead of LoadMovie commands (until you have it working) - this will show you the actual query on the browser's address bar.
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
|