|
-
I am having a problem passing the values of functions and variables into flash.
I got this no problem
<PARAM NAME="MOVIE" VALUE="flash_home.swf?docWidth=test">
<EMBED NAME="testcommand" SRC="flash_home.swf?docWidth=test">
But I need to do something like this.
<PARAM NAME="MOVIE" VALUE="flash_home.swf?docWidth="+getDocWidth()>
Does this make sense? This is one of my first tries with passing values to flash.
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
|