from a querystring? Is it possible?
CGI?
I can use asp and I can get into the same html page that contains my flash movie. How do I get the variable INTO the movie? I only know how to get it into a text box and I need it as a variable.
do a search of the forums for loadVariables
gee … thanks, but I couldn’t find what I was looking for there.
ok, but the question is: If I’m writing the variable to the same html file that the movie is embedded in. Here is the source, maybe that will clarify my question.
<HTML>
<HEAD>
<meta http-equiv=Content-Type content=“text/html; charset=ISO-8859-1”>
<TITLE>displaynews</TITLE>
</HEAD>
<BODY bgcolor="#000000" onload=“window.focus();”>
<div style=“visibility: hidden;”>
[COLOR=red]varnum=21[/COLOR]
</div<
<!-- URL’s used in the movie–>
<!-- text used in the movie–>
<!–<P ALIGN=“LEFT”></P>–<<OBJECT classid=“clsid:D27CDB6E-AE6D-11cf-96B8-444553540000” name=“displaynews”
codebase=“http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0”
WIDTH=“380” HEIGHT=“230” id=“displaynews” ALIGN="">
<PARAM NAME=movie VALUE=“displaynews.swf”> <PARAM NAME=quality VALUE=high> <PARAM NAME=bgcolor VALUE=#000000> <EMBED src=“displaynews.swf” quality=high bgcolor=#000000 WIDTH=“380” HEIGHT=“230” NAME=“displaynews” ALIGN=""
TYPE=“application/x-shockwave-flash” PLUGINSPAGE=“http://www.macromedia.com/go/getflashplayer”></EMBED>
</OBJECT>
</BODY>
</HTML>
Normally I load information from a completely seperate file with no problem. The reason I have a problem this time is because I need the varible in this file because of the querystring.
Is there a way I can pass it using javascript?