Some Tips on a Slideshow in Flash
I am trying to embed a flash slide show in XHTML strict. 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 [...]
Comments Off
Filed under: Software Development