I can't get my flash onto my web page...

User 479329 Photo


Trial User
6 posts

would you please tell me what part of the code did you change ?? I have tried to compare but my eyes cant see the difference..Thanks...sharris49
User 463058 Photo


Ambassador
1,075 posts

I changed the paths in the following lines.

This...
document.write('<param name="movie" value="http://domainname.com/players/player.swf" />');

became this...
document.write('<param name="movie" value="resources/player.swf" />');



This...
document.write('<param NAME=FlashVars VALUE="xml_file=http://domainname.com/resources/mediamenu.xml">');

became this...
document.write('<param name="FlashVars" value="xml_file=resources/mediamenu.xml" />');



This...
document.write('<embed src="http://domainname.com/players/player.swf" FlashVars="xml_file=http://domainname.com/resources/mediamenu.xml" ... />');

became this...
document.write('<embed src="resources/player.swf" FlashVars="xml_file=resources/mediamenu.xml" ... />');

Have something to add? We’d love to hear it!
You must have an account to participate. Please Sign In Here, then join the conversation.