Welcome to VideoSpin Forum Sign in | Join | Help | User Manual

How to add flash video to blog

Last post 02-08-2010, 1:43 by stephenz. 0 replies.
Sort Posts: Previous Next
  •  02-08-2010, 1:43 6213

    How to add flash video to blog

    On internet, there are always some people ask questions like "How can I add flash videos to my blog(blogger)?", "How can I add a flash video(FLV) to my blog?", "How can I embed flash videos into my myspace?" Here, I will give a step-by-step user guide to solve these problems.

    Step-by-step User Guide:

    Step 1.
    Download Moyea Web Player, install and launch it
    [click to view image]

    Step 2. Add videos into Moyea Web Player (Moyea Web Player offers a free Video4Web converter to convert all videos to flash videos)
    [click to view image]

    Step 3. Moyea web player publishes some files like a swf file named mwplayer.swf and a html file named index.html
    [click to view image]

    Step 4. Upload all the published files to the same folder with your web page files of a hosting, e.g.: http://www.free-webhosts.com/foldername/

    Step 5. Open index.html with notepad or dreamweaver, edit the embeded code to

    Code:

    <script type="text/javascript" src="swfobject.js"></script>
    <div id="flashcontent">Player will show here</div>
    <script type="text/javascript">
    var so = new SWFObject('http://www.free-webhosts.com/foldername/mwplayer.swf','player','500','450','9');
    so.addParam('wmode','opaque');
    so.addParam('quality','high');
    so.addParam('allowfullscreen','true');
    so.addParam('allowscriptaccess','always');
    so.write("flashcontent");
    </script>
    Step 6. Copy and paste the edited embedded code to your blog. Then the web Flash video player with videos will appear on your blog.
View as RSS news feed in XML
About Us | Contact Us | Support | Dealer Login | Store Locator
Avid Technology, Inc. brands:
Avid | Digidesign | M-Audio | Sibelius

©2008 Pinnacle Systems, Inc. All Rights Reserved.All trademarks and registered trademarks are the property of their respective owners.Site content and product specifications are subject to change.  Privacy Policy |  Terms Of Services |   Environmental Policy