Embedding Flash Video Player
-
Can anyone recommend a guide to embedding flash videos in a Post or Page? I’m using longtailvideo’s JWplayer and it’s hit or miss. I need something reliable for WordPress.
Here’s the code I pasting:
<script type=’text/javascript’ src=’https://www.mydomain.com/swfobject.js’></script>
<div id=’mediaspace’>This text will be replaced</div>
<script type=’text/javascript’>
var so = new SWFObject(‘https://www.mydomain.com/player-licensed.swf’,’mpl’,’395′,’320′,’9′);
so.addParam(‘allowfullscreen’,’true’);
so.addParam(‘allowscriptaccess’,’always’);
so.addParam(‘wmode’,’opaque’);
so.addVariable(‘description’,’SAT and ACT Test Prep Tips’);
so.addVariable(‘duration’,’57’);
so.addVariable(‘file’,’https://mydomain.s3.amazonaws.com/wdp-calculator.mov.ff.flv’);
so.addVariable(‘image’,’https://www.mydomain.com/images/wdp/wdp-lp.jpg’);
so.addVariable(‘title’,’SAT Prep Course Video Tip: Use Calculator’);
so.addVariable(‘provider’,’flv’);
so.write(‘mediaspace’);
</script>Thanks,
Mike
- The topic ‘Embedding Flash Video Player’ is closed to new replies.