/ Published in: JavaScript
Expand |
Embed | Plain Text
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title> </title> <script type="text/javascript" src="scripts/swfobject.js"></script> <script type="text/javascript"> var flashvars = {}; flashvars.src = "videos/weblords_60_sec_splash.flv"; flashvars.poster = "splash01.jpg"; var params = {}; params.movie = "StrobeMediaPlayback.swf"; params.allowfullscreen = "false"; params.allowscriptaccess = "always"; var attributes = {}; // Embed the player SWF: swfobject.embedSWF ( "StrobeMediaPlayback.swf" //swf file name , "videoDiv" // targeted div , "652", "366" // width, height , "10.1.0" // Flash version , "scripts/expressInstall.swf" //location of expressinstall script , flashvars , params , attributes ); </script> </head> <body> <div id="videoDiv"> </div> </body> </html>
You need to login to post a comment.
