Cotab.com Forums
Cotab.com Forums
Home | Profile | Active Topics | Members | Search | FAQ
 All Forums
 Ebook & Tutorials & Request Area
 Tutorials
 How to Embed FLV into WebPage

Note: You must be registered in order to post a reply.

Screensize:
UserName:
Password:
Format Mode:
Format: BoldItalicizedUnderlineStrikethrough Align LeftCenteredAlign Right Horizontal Rule Insert HyperlinkInsert EmailInsert Image Insert CodeInsert QuoteInsert List
   
Message:

* HTML is OFF
* Forum Code is ON
Smilies
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Clown [:o)]
Black Eye [B)] Eight Ball [8] Frown [:(] Shy [8)]
Shocked [:0] Angry [:(!] Dead [xx(] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
   

T O P I C    R E V I E W
Lanba Posted - 10/04/2009 : 13:13:41
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.


Cotab.com Forums © 2011 Cotab.com Go To Top Of Page
Powered By: Snitz Forums 2000 Version 3.4.07