Accepting URL Parameters


dear associates , guru's,

i need pass xml file, "xml_file=test_xml.xml" flash movie swf file can open xml file , use in swf movie.

the xml files based on session variable , uniqe each user. using:

<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"
codebase=" http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0"
width="600"
height="400"
title="movie flash player">

<param name="movie" value="movie.swf" />
<param name="quality" value="high" />

<param name="flashvars" value="xml_file=./xml/test_xml.xml" />

<embed src="movie.swf"
quality="high"
pluginspage=" http://www.macromedia.com/go/getflashplayer"
type="application/x-shockwave-flash"
width="600"
height="400"
flashvars="xml_file=./xml/test_xml.xml">
</embed>

which found on internet example how operation.

is there way somply call swf file --> " http://www.site.com/movie.swf?xml_file=./xml/xml_file.xml". have variable in swf file called xml_file. want have swf file load xml file passed via url? there easy straight forward way this. please help!!

thanks,
robert-flash



More discussions in ActionScript 1 and 2


adobe

Comments

Popular posts from this blog

CAN'T INSTALL MAMBELFISH 1.5 FROM DIRECTORY - Joomla! Forum - community, help and support

error: expected initializer before 'void'

CPU load monitoring using GPIO and leds - Raspberry Pi Forums