Welcome, Guest. Please login or register.
Did you miss your activation email?
05/22/12, 16:53
Home Help Search Login Register
News: Parsley Flex framework review featuring quiz application, in our Flex frameworks series
Flex SDK 4.5 mobile roadmap: begin with your mobile development
Swiz Flex framework review featuring quiz application
New homepage we release our new Homepage, take a look ...

+  Flash-db
|-+  General
| |-+  Flash-Db's Commercial corner (Moderators: vesa kortelainen, Ronald Wernecke, Jorge Solis)
| | |-+  How to add flash video to website
0 Members and 1 Guest are viewing this topic. « previous next »
Pages: [1] Print
Author Topic: How to add flash video to website  (Read 327 times)
stephenz
Seasoned Programmer
***
Posts: 166


View Profile WWW Email
« on: 02/23/10, 21:39 »

On internet, there are more and more people ask questions like "How can I add flash videos to my website?", "How can I embed a flash video(FLV) into my web page?", "How to insert an abobe flash video into frontpage?" Here, I will give a step-by-step user guide to solve these problems.

Before start, it is recommended to convert your video to FLV. Because FLV can be played on most of web browsers and 99% of all Internet users have installed Adobe Flash Player on their web browsers. You can use the FLV encoders here – http://www.playerdiy.com/downloads/converter/

Step-by-step User Guide:

Step 1. Download Moyea Web Player from playerdiy.com, install and launch it



Step 2. Add videos into Moyea Web Player



Step 3. Moyea Web Player publishes some files like a swf file named mwplayer.swf and a html file named index.html



Step 4. Upload all the published files to the same folder with your web pages files on your host server.

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('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 web page. Then the flash video player with videos will appear on your website.
Logged
Pages: [1] Print 
« previous next »
Jump to:  


Powered by MySQL Powered by PHP Powered by SMF 1.1.16 | SMF © 2011, Simple Machines Valid XHTML 1.0! Valid CSS!
anything