<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=us-ascii">
<META content="MSHTML 6.00.2900.2873" name=GENERATOR></HEAD>
<BODY>
<DIV><FONT face=Verdana size=1><SPAN class=095495800-03052006>Hello, I need to 
set a variable called "vol" (volume) to 100 when first entering our homepage, 
and then allowing the visitor to change it with a slider, so I need to pass its 
value from page to page. (The web is made from several html pages 
with one flash in each).</SPAN></FONT></DIV>
<DIV><FONT face=Verdana size=1><SPAN 
class=095495800-03052006></SPAN></FONT> </DIV>
<DIV><FONT><SPAN class=095495800-03052006><SPAN class=095495800-03052006><FONT 
face=Verdana size=1><SPAN class=095495800-03052006>Before the EOLAS issue I used 
the following html code in every page to get variables from the 
url:</SPAN></FONT></DIV>
<DIV>
<DIV>
<DIV><FONT face=Verdana size=1><SPAN 
class=095495800-03052006></SPAN></FONT> </DIV>
<DIV><SPAN class=095495800-03052006><FONT face=Verdana size=1><SCRIPT 
LANGUAGE="JavaScript"><BR><!--<BR>document.write(<BR>  '<OBJECT 
classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"\n'+<BR>  ' 
codebase="</FONT><A 
href="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0"><FONT 
face=Verdana 
size=1>http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0</FONT></A><FONT 
face=Verdana size=1>" width="975" height="580" ID="inquiero">\n'+<BR>  ' 
<param name=movie 
VALUE="index.swf'+document.location.search+'">\n'+<BR>  ' <param 
name=quality VALUE=best>\n'+<BR>  ' <param name=wmode 
VALUE=transparent>\n'+<BR>  ' <embed 
src="index.swf'+document.location.search+'"\n'+<BR>  '   
quality=best wmode=transparent width="975" height="580" 
align="absmiddle"\n'+<BR>  '   
type="application/x-shockwave-flash"\n'+<BR>  '   
pluginspage="</FONT><A 
href="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></embed>\n'"><FONT 
face=Verdana 
size=1>http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></embed>\n'</FONT></A><FONT 
face=Verdana size=1>+  <BR>  
'</OBJECT>');<BR>//--><BR></SCRIPT></FONT></SPAN></DIV>
<DIV><FONT face=Verdana size=1><SPAN 
class=095495800-03052006></SPAN></FONT> </DIV>
<DIV><FONT face=Verdana size=1><SPAN class=095495800-03052006>and the following 
AS inside the flash:</SPAN></FONT></DIV>
<DIV><FONT face=Verdana size=1><SPAN 
class=095495800-03052006></SPAN></FONT> </DIV>
<DIV><FONT face=Verdana size=1><SPAN class=095495800-03052006><SPAN 
class=095495800-03052006>   if (vol==null) 
{vol=100};</SPAN></SPAN></FONT></DIV>
<DIV><FONT face=Verdana size=1><SPAN class=095495800-03052006><SPAN 
class=095495800-03052006></SPAN></SPAN></FONT> </DIV>
<DIV><FONT face=Verdana size=1><SPAN class=095495800-03052006><SPAN 
class=095495800-03052006>So when first entering any page the value of "vol" was 
set to 100 if it wasn't passed from the url.</SPAN></SPAN></FONT></DIV>
<DIV><FONT face=Verdana size=1><SPAN class=095495800-03052006><SPAN 
class=095495800-03052006></SPAN></SPAN></FONT> </DIV>
<DIV><FONT face=Verdana size=1><SPAN class=095495800-03052006><SPAN 
class=095495800-03052006>How should I use Geoff's SWFObject to achieve the 
same?</SPAN></SPAN></FONT></DIV>
<DIV><SPAN class=095495800-03052006><SPAN class=095495800-03052006>
<DIV><FONT face=Verdana size=1><SPAN class=095495800-03052006><SPAN 
class=095495800-03052006><SPAN 
class=095495800-03052006></SPAN></SPAN></SPAN></FONT> </DIV>
<DIV><SPAN class=095495800-03052006><FONT face=Verdana><FONT size=1><SPAN 
class=095495800-03052006><SPAN 
class=095495800-03052006>I </SPAN></SPAN>tried on 
every html:</FONT></FONT></SPAN></DIV>
<DIV><FONT face=Verdana><FONT size=1><SPAN class=095495800-03052006>   
</SPAN><SPAN class=095495800-03052006><SPAN class=095495800-03052006><SPAN 
class=095495800-03052006>so.addVariable("vol", getQueryParamValue 
("vol"));</SPAN></SPAN></SPAN></FONT></FONT></DIV>
<DIV><SPAN class=095495800-03052006><SPAN class=095495800-03052006><SPAN 
class=095495800-03052006><FONT face=Verdana><FONT size=1>and <SPAN 
class=095495800-03052006><SPAN class=095495800-03052006><SPAN 
class=095495800-03052006><SPAN class=095495800-03052006><SPAN 
class=095495800-03052006>inside every 
flash:</SPAN></SPAN></SPAN></SPAN></SPAN></FONT></FONT></SPAN></SPAN></SPAN></DIV>
<DIV><FONT face=Verdana><FONT size=1><SPAN class=095495800-03052006><SPAN 
class=095495800-03052006><SPAN class=095495800-03052006>   <SPAN 
class=095495800-03052006><SPAN class=095495800-03052006>if (vol==null) 
{vol=100}</SPAN></SPAN></SPAN></SPAN></SPAN><SPAN class=095495800-03052006><SPAN 
class=095495800-03052006><SPAN class=095495800-03052006><SPAN 
class=095495800-03052006><SPAN 
class=095495800-03052006>;</SPAN></SPAN></SPAN></SPAN></SPAN></FONT></FONT></DIV>
<DIV><FONT face=Verdana><FONT size=1></FONT></FONT> </DIV>
<DIV><FONT face=Verdana><FONT size=1>B<SPAN class=095495800-03052006>ut "vol" 
always sets to 0.</SPAN></FONT></FONT></DIV>
<DIV><FONT face=Verdana><FONT size=1><SPAN 
class=095495800-03052006></SPAN></FONT></FONT></SPAN></SPAN></SPAN></SPAN></FONT><FONT 
face=Verdana size=1><SPAN 
class=095495800-03052006></SPAN></FONT> </DIV></DIV></DIV></DIV>
<DIV><FONT face=Verdana size=1><SPAN class=095495800-03052006>Could you give a 
hand here? Thank you in advance.</SPAN></FONT></DIV>
<DIV><FONT face=Verdana size=1><SPAN 
class=095495800-03052006></SPAN></FONT> </DIV>
<DIV><FONT face=Verdana size=1><SPAN 
class=095495800-03052006>Javier.</SPAN></FONT></DIV>
<DIV><FONT face=Verdana size=1><SPAN class=095495800-03052006>Madrid. 
Spain.</SPAN></FONT></DIV></BODY></HTML>