Groups | Blog | Home
all groups > flash actionscript > april 2007 >

flash actionscript : variables passing



realtime158
4/10/2007 8:34:42 PM
I was wondering how do i pass a specific variable name from the parameters to
the .swf file. I have supplied the source code with this. The name of the
variable is myParm how do i get flash to process the value of that parameter in
the swf file .

THanks..

<script type="text/javascript">
AC_FL_RunContent(
'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#
version=7,0,19,0','width','400','height','300','src','file','quality','high','pl
uginspage','http://www.macromedia.com/go/getflashplayer','myparm','www.mydomain.
com/ee.php','movie','file' ); //end AC code
</script><noscript><object
classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#ve
rsion=7,0,19,0" width="400" height="300">
<param name="movie" value="file.swf" />
<param name="quality" value="high" />
<param name="myParm" value="www.mydomain.com/ee.php" />
<embed src="file.swf" width="400" height="300" quality="high"
pluginspage="http://www.macromedia.com/go/getflashplayer"
type="application/x-shockwave-flash" myparm="www.mydomain.com/ee.php"></embed>
</object>
MotionMaker
4/11/2007 5:33:19 PM
realtime158
4/11/2007 5:37:53 PM
AddThis Social Bookmark Button