Link to home
Start Free TrialLog in
Avatar of jrmcintosh
jrmcintosh

asked on

Flash file not working on server, works locally (USA Diamond Map)

I have a flash file app downloaded off of the Internet. It is a map of the USA with connections to xml files. This is working great with all my data locally but I've tried uploading it on multiple servers and it does not work remotely. Is there something glaring that I am missing (code below). I have not renamed any files, I am embedding this code as is from instructions. I have uploaded all html, xml, and swf files (in the same folder area). Thanks for your help.
<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="540" height="400" id="usa_diamond_map" align="middle">
<param name="allowScriptAccess" value="always" />
<param name="movie" value="usa_diamond_map.swf" />
<param name=FlashVars value="xmlfile1=diamond_map.xml&xmlfile2=data.xml"> 
<param name="quality" value="high" />
<param name="bgcolor" value="#ffffff" />
<embed src="usa_diamond_map.swf?xmlfile1=diamond_map.xml&xmlfile2=data.xml" quality="high" bgcolor="#ffffff" width="540" height="400" name="usa_diamond_map" align="middle" allowScriptAccess="always" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
</object>

Open in new window

Avatar of CyanBlue
CyanBlue
Flag of United States of America image

Do you have a URL where we can see it happening???

CyanBlue
ASKER CERTIFIED SOLUTION
Avatar of Jakob_E
Jakob_E
Flag of Denmark image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of jrmcintosh
jrmcintosh

ASKER

SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial