Flash Embed

<head> <script type="text/javascript" src="scripts/swfObject.js"></script> </head> <body> <div id="flash-content"> <script type="text/javascript"> var so = new SWFObject("flash/videoPlayer.swf", "video player", "280", "310", "8"); so.write("flash-content"); </script> </div> </body> OR <object width="550" height="400"> <param name="movie" value="gallery.swf"> <param name="wmode" value="transparent"> /* Allows html to be placed over flash */ <embed src="flash/gallery.swf" width="400" height="400"></embed> </object>

Be the first to comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.