/ Published in: HTML
Remember to change flashvars (src, poster) and the size of the player in swfobject.embedSWF parameters (428, 240)
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<!-- Flash-based video player --> <script> var flashvars = { src: 'http://trkqr.suddenly.dk/fb/mini_getaway/files/MINI_GETAWAY_Promo_04.mp4', controlBarMode: 'docked', controlBarAutoHideTimeout: '1', poster: 'http://trkqr.suddenly.dk/fb/mini_getaway/files/videoPoster.png' }; var params = { allowfullscreen: 'true', allowscriptaccess: 'always', wmode: "opaque" }; var attributes = {}; swfobject.embedSWF ('http://fpdownload.adobe.com/strobe/FlashMediaPlayback.swf', 'videoDiv', 428, 240, '10', 'expressInstall.swf', flashvars, params, attributes ); </script> <!-- End Flash-based video player -->