I have an .swf movie that appears to be fine on my hard drive, but when I try to embed it into Dreamweaver and try to publish it to my website, it comes up as a black box, of the same size parameters as the video was supposed to be. Can someone help?
First check Adobe Flash Player has been installed in your IE. And you have to upload the .swf file to the same directory of your HTML file on the host’s web server. But if you have uploaded the video file to a folder, then it'll be SRC="folder/videofilename.swf". Here is the code for .swf embedding: <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="432" height="330" title="game"> <param name="movie" value="/flash/game.swf" /> <param name="quality" value="high" /> <embed src="/flash/game.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="432" height="330"></embed> </object> HTML: If it doesn't work after you check all these things, you can use a tool - Moyea Web Player pro. This tool can add your video file to web page, besides, you can customize the skin of the player on web page. You can see this tutorial to learn how to do:http://www.flash-video-mx.com/webplayer-resources/add-videos-to-website.html