Cotab.com Forums
Cotab.com Forums
Home | Profile | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Ebook & Tutorials & Request Area
 Tutorials
 How to Embed FLV into WebPage
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

Lanba

105 Posts

Posted - 10/04/2009 :  13:13:41  Show Profile  Reply with Quote
How to Embed FLV into WebPage
1. Convert .flv to .swf files:
-AVS Video Converter
Download: http://www.dvdvideosoft.com/avs-video-tools.htm
OR:
-Moyea Flash Video MX
Download:http://www.swfkits.com
2. Upload the SWF file, HTML and the picture to your server.
3. Adjust the video sample codes, which will be copied to the web page codes.
<title>video</title>
<center>
<!–url’s used in the movie–>
<!–text used in the movie–>
<!– saved from url=(0013)about:internet –>
<object classid=”clsid:D27CDB6E-AE6D-11cf-96B8-444553540000″ codebase=”http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0″ width=”320″ height=”240″>
<param name=”movie” value=”file.swf”>
<param name=”quality” value=”high”>
<param name=”allowScriptAccess” value=”sameDomain” />
<param name=”allowFullScreen” value=”True” />
<embed src=”file.swf” quality=”high” pluginspage=”http://www.macromedia.com/go/getflashplayer” type=”application/x-shockwave-flash” width=”320″ height=”240″ allowScriptAccess=”sameDomain” allowFullScreen=”True”>
</embed>
</object>
</center>
The default width and height is width=”320” height=”240“.  SWF file that has been uploaded to the server can be placed where file.swf lies in. Copy the piece of video codes into the codes of the web page. Enjoy the videos in your web page.


Edited by - Lanba on 10/04/2009 13:15:53
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
Cotab.com Forums © 2011 Cotab.com Go To Top Of Page
Powered By: Snitz Forums 2000 Version 3.4.07