|
-
xhtml w/SWF plays on local machine but not on site
I have an xml driven swf enbeded in xhtml page that plays fine when tested on local machine through dreamweaver CS4 but once uploaded to site, swf won't load. The music plays however so I know it's not about the linking.
Here's the xhtml code:
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="500" height="400" id="mymovie" align="middle">
<param name="FlashVars" value="xmlFile=VVsite/robshow/virtual_tour.xml&preloaderBackColor=0x0099ff&prelo aderBorderColor=0xCCCCCC" />
<param name="movie" value="VVsite/robshow/virtual_tour.swf" />
<param name="quality" value="best" />
<param name="scale" value="noscale" />
<param name="wmode" value="window" />
<param name="bgcolor" value="#FFFFFF" />
<embed src="VVsite/robshow/virtual_tour.swf" id="mymovie" wmode="window" quality="best" flashvars="xmlFile=VVsite/robshow/virtual_tour.xml&preloaderBackColor=0x0099ff&prelo aderBorderColor=0xCCCCCC" scale="noscale" bgcolor="#FFFFFF" type="application/x-shockwave-flash" width="500" height="400" pluginspage="http://www.macromedia.com/go/getflashplayer" ></embed>
</object>
Thanks for helping!
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|