Forum Moderators: open
This is the code I am using and that is not working:
<object type="application/x-shockwave-flash" data="/slideshows/newlyweds.swf" width="500" height="500">
<param name="movie" value="/slideshows/newlyweds.swf" />
</object>
I first used:
<object type="application/x-shockwave-flash" data="newlyweds.swf" width="500" height="500">
<param name="movie" value="newlyweds.swf" />
</object>
This code works fine, the flash file and images are in the same folder as the html file.
However, I have many flash slide shows for many pages so I am trying to put them in sub-folders (slideshows/newlyweds.swf). When I do that the flash file is not showing up on my html page. I tried linking them directly, http://www.example.com/slideshows/newlyweds.swf but that didn't work either.
by the way, welcome to WebmasterWorld [webmasterworld.com], wsamoht!
thanks for delurking...
I still think embedding in the xhtml is the way to go, but testing to see if the .swf is there is a good idea.
What version of flash are you using? Are you publishing to html and swf?
I am using flash 9,0,115,0.
I am not embedding because it doesn't validate.
Maybe I will just put each .html file with its slideshow in their own separate folder.