VideoHelp Forum




+ Reply to Thread
Results 1 to 3 of 3
  1. Member
    Join Date
    Sep 2003
    Location
    Germany
    Search Comp PM
    Hi,
    I've a WMV file which should be published to the Internet (as Adobe FLV or SWF).
    Transcoding might work out with SUPER, but in addition I need a free and simple way to publish the files to the net.
    Without installing any additional software top the web server... or even have to download some browser plugins etc.

    I just need a simple HTML page which includes the FLV/SWF files and automatically starts playing the video.

    Any practical solution on that?
    Quote Quote  
  2. I'm a MEGA Super Moderator Baldrick's Avatar
    Join Date
    Aug 2000
    Location
    Sweden
    Search Comp PM
    Use JW Flash Player, http://www.jeroenwijering.com/?item=JW_FLV_Player, you just put the flash player files and flv video on the server and put this code in the html

    <p id='preview'>The player will show in this paragraph</p>

    <script type='text/javascript' src='swfobject.js'></script>
    <script type='text/javascript'>
    var s1 = new SWFObject('player.swf','player','400','300','9');
    s1.addParam('allowfullscreen','true');
    s1.addParam('allowscriptaccess','always');
    s1.addParam('flashvars','file=video.flv');
    s1.write('preview');
    </script>/
    Quote Quote  
  3. Member
    Join Date
    Sep 2003
    Location
    Germany
    Search Comp PM
    Originally Posted by Baldrick
    Use JW Flash Player, http://www.jeroenwijering.com/?item=JW_FLV_Player, you just put the flash player files and flv video on the server and put this code in the html

    <p id='preview'>The player will show in this paragraph</p>

    <script type='text/javascript' src='swfobject.js'></script>
    <script type='text/javascript'>
    var s1 = new SWFObject('player.swf','player','400','300','9');
    s1.addParam('allowfullscreen','true');
    s1.addParam('allowscriptaccess','always');
    s1.addParam('flashvars','file=video.flv');
    s1.write('preview');
    </script>/
    ...this works great, thank you!
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!