Wannabe Rep: 1 Joined: 27 Aug 2008 Posts: 15 OFFLINE | In my opinion, you’d better convert VOB to flash video(FLV, MP4, MOV, 3GP, 3G2) which adobe flash player supports to play with a free video converter, so that most of people in the world can view the video on website.
Below is the user guide about adding flash videos to website.
Step 1: Download Moyea Web Player Pro from http://www.flash-video-mx.com/web-player-pro/, install and launch it
Step 2: Add flash videos into moyea web player Pro
Step 3: moyea web player Pro publics a swf file named mwplayer.swf and a html file named index.html
Step 4: Upload the flash videos and mwplayer.swf to the same folder.
Step 5: open index.html with notepad or dreamweaver, edit the embeded code as
<embed src="/foldername/mwplayer.swf”
width=“500” height=“450” align=“middle” quality=“high” name=“player”
allowScriptAccess=“sameDomain” allowFullScreen=“true”
type=“application/x-shockwave-flash” pluginspage=“http://www.macromedia.com/go/getflashplayer/></embed>
Step 6: Copy and paste the edited embedded code to your web page. Then the flash videos will appear on your website.
Hope it can help you.
|