all groups > flash (macromedia) > april 2007 >
You're in the

flash (macromedia)

group:

Importing data



Importing data bvsurre
4/11/2007 8:50:01 PM
flash (macromedia): In IExplorer my flash-component works fine, but in FireFox it does not. It
seems like it cant import the data correctly in Firefox.
Is there a better way of importing data?
This is the code I use from my website:

<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"
codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#
version=8,0,0,0" width="600" height="630" id="Flashtest" align="middle"
VIEWASTEXT>
<param name="allowScriptAccess" value="sameDomain" />
<param name="movie" value="Flashtest.swf" />
<param name="quality" value="high" />
<param name="scale" value="noscale" />
<param name ="FlashVars" value="Number=12" />
<embed src="Flashtest.swf" quality="high" scale="noscale" bgcolor="#ffffff"
width="600" height="630" name="Flashtest" align="middle"
allowScriptAccess="sameDomain" type="application/x-shockwave-flash"
pluginspage="http://www.macromedia.com/go/getflashplayer" />
</object>
Re: Importing data Patch
5/15/2007 12:00:00 AM
Hi,

It looks like you have not added your flash vars to the embed part of this
code.

try

<embed src="Flashtest.swf" FlashVars="Number=12" quality="high"
scale="noscale" bgcolor="#ffffff" .....

hope this helps

AddThis Social Bookmark Button