AussieAussie
02-17-2008, 10:34 PM
Hi, I'm really new at this but have been doing lots of reading ...
I have an swf (created by me using a third-party software; this outputs swf files but not fla files) and I have decompiled it to find the vairable names.
I am having trouble using html to insert alternate variables into the swf.
My html (after 'fiddling' with it) reads:
<HTML>
<HEAD>
<TITLE>fixed_line_calculator6.swf</TITLE>
</HEAD>
<BODY>
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" WIDTH="1032" HEIGHT="659" id="fixed_line_calculator6">
<PARAM NAME=allowScriptAccess VALUE="always" />
<PARAM NAME=movie VALUE="fixed_line_calculator6.swf?xcSpinnerSymbol_2748.mv =7&xcSpinnerSymbol_2744.mv=2" />
<PARAM NAME=flashvars VALUE="xcSpinnerSymbol_2748.mv=7&xcSpinnerSymbol_2744.mv=2" />
<PARAM NAME=quality VALUE=high />
<PARAM NAME=bgcolor VALUE=#FFFFDD />
<EMBED src="http://www.aussiephonebrokers.com.au/products/fixed_line_calculator6.swf?xcSpinnerSymbol_2748.mv =3&xcSpinnerSymbol_2744.mv=2" NAME="fixed_line_calculator6" quality=high bgcolor=#FFFFFF WIDTH="1032" HEIGHT="659" allowscriptaccess="always" FLASHVARS="xcSpinnerSymbol_2748.mv=3&xcSpinnerSymbol_2744.mv=2" ALIGN="" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer">
</EMBED>
</OBJECT>
</BODY>
</HTML>
So, as you can see, the URL method of inserting variable values has been used and so has the FlashVars method. But still no luck....
Am I missing something really, really basic - or is it that I can't enable something in the fla code that will allow these changes to take place?
Please help. Thank you, in advance.
Alastair
I have an swf (created by me using a third-party software; this outputs swf files but not fla files) and I have decompiled it to find the vairable names.
I am having trouble using html to insert alternate variables into the swf.
My html (after 'fiddling' with it) reads:
<HTML>
<HEAD>
<TITLE>fixed_line_calculator6.swf</TITLE>
</HEAD>
<BODY>
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" WIDTH="1032" HEIGHT="659" id="fixed_line_calculator6">
<PARAM NAME=allowScriptAccess VALUE="always" />
<PARAM NAME=movie VALUE="fixed_line_calculator6.swf?xcSpinnerSymbol_2748.mv =7&xcSpinnerSymbol_2744.mv=2" />
<PARAM NAME=flashvars VALUE="xcSpinnerSymbol_2748.mv=7&xcSpinnerSymbol_2744.mv=2" />
<PARAM NAME=quality VALUE=high />
<PARAM NAME=bgcolor VALUE=#FFFFDD />
<EMBED src="http://www.aussiephonebrokers.com.au/products/fixed_line_calculator6.swf?xcSpinnerSymbol_2748.mv =3&xcSpinnerSymbol_2744.mv=2" NAME="fixed_line_calculator6" quality=high bgcolor=#FFFFFF WIDTH="1032" HEIGHT="659" allowscriptaccess="always" FLASHVARS="xcSpinnerSymbol_2748.mv=3&xcSpinnerSymbol_2744.mv=2" ALIGN="" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer">
</EMBED>
</OBJECT>
</BODY>
</HTML>
So, as you can see, the URL method of inserting variable values has been used and so has the FlashVars method. But still no luck....
Am I missing something really, really basic - or is it that I can't enable something in the fla code that will allow these changes to take place?
Please help. Thank you, in advance.
Alastair