Forums

Embedding Flash Video Player (2 posts)

  1. cnotes
    Member
    Posted 2 years ago #

    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='http://www.mydomain.com/swfobject.js'></script>

    <div id='mediaspace'>This text will be replaced</div>

    <script type='text/javascript'>
    var so = new SWFObject('http://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','http://mydomain.s3.amazonaws.com/wdp-calculator.mov.ff.flv');
    so.addVariable('image','http://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

  2. vangrog
    Member
    Posted 2 years ago #

    Try this plugin, it works fine.

    http://wordpress.org/extend/plugins/hana-flv-player/

    cheers

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags