ixxalnxxi
12-27-2008, 05:36 PM
I am trying to embed some flash into my site using this code,
<object width="526" height="216">
<param name="movie" value="Gallery/Slideshow.swf">
<embed src="Gallery/Slideshow.swf" width="526" height="216">
</embed>
</object>
The directory is correct because I am embedding another flash file from the same directory and it works. However this specific file is not correctly loading. I double checked that this is the correct file name. The difference in the flash files is that Slideshow.swf uses a .xml file. When I view the actual .swf file, everything works perfect, however when embedded it does not correctly load. I made sure the images that are in the .xml file are absolute paths so regardless of where the flash file is embedded it should correctly load the images. Any suggestions?
<object width="526" height="216">
<param name="movie" value="Gallery/Slideshow.swf">
<embed src="Gallery/Slideshow.swf" width="526" height="216">
</embed>
</object>
The directory is correct because I am embedding another flash file from the same directory and it works. However this specific file is not correctly loading. I double checked that this is the correct file name. The difference in the flash files is that Slideshow.swf uses a .xml file. When I view the actual .swf file, everything works perfect, however when embedded it does not correctly load. I made sure the images that are in the .xml file are absolute paths so regardless of where the flash file is embedded it should correctly load the images. Any suggestions?