School Assignment? Project Due Tomorrow? Chat LIVE With A Programming Expert!

Welcome to Dream.In.Code
Become an Expert!

Join 307,099 Programmers for FREE! Get instant access to thousands of experts, tutorials, code snippets, and more! There are 2,028 people online right now. Registration is fast and FREE... Join Now!




how to embed a flv player in web page

 

how to embed a flv player in web page

asmarino

3 Nov, 2009 - 06:12 AM
Post #1

New D.I.C Head
*

Joined: 8 Sep, 2008
Posts: 8

dear friends i'm in need of your help in fullfil my project completion. my problem is that i'm developing a syber caffe web page that includes an entertainment page which enable me to stream and play my flv format videos. here is my code, so plz help me...

[code] <EMBED SRC="Slide FunSpace on Facebook.flv" WIDTH=592 HEIGHT=490 ShowControls=1 ShowStatusBar=0 ShowDisplay=0 autostart=1> </EMBED>

thanks

This post has been edited by asmarino: 3 Nov, 2009 - 06:45 AM

User is offlineProfile CardPM
+Quote Post


thehat

RE: How To Embed A Flv Player In Web Page

3 Nov, 2009 - 06:15 AM
Post #2

awake ? web();
Group Icon

Joined: 28 Feb, 2008
Posts: 940



Thanked: 99 times
Dream Kudos: 200
My Contributions
The code you have provided is nothing to do with flv, it embeds an avi file. Flv files need to be played back through a flash video player.
User is offlineProfile CardPM
+Quote Post

stephenz

RE: How To Embed A Flv Player In Web Page

4 Nov, 2009 - 07:13 PM
Post #3

New D.I.C Head
*

Joined: 25 Feb, 2009
Posts: 12



Thanked: 2 times
My Contributions
You need to export the FLV video to a web FLV player and then embed the FLV player to web page. This is the code for embedding FLV player to web page (FLV player is a SWF file)-
CODE
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0"  width="432" height="330" title="game">
      <param name="movie" value="/flash/yourflvplayer.swf" />
      <param name="quality" value="high" />
      <embed src="../flash/yourflash.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="432"  height="330"></embed>
</object>

You can check playerdiy.com about how to quickly create a web Flash video player and this is the tutorial.

This post has been edited by stephenz: 4 Nov, 2009 - 07:13 PM
User is offlineProfile CardPM
+Quote Post

Fast ReplyReply to this topicStart new topic

Time is now: 11/21/09 12:09PM

Live Help!

Be Social

Dream.In.Code RSS Feed Dream.In.Code LinkedIn Group Follow Us On Twitter Fan Us On Facebook

Tutorials

Programming

Web Development

Reference Sheets

Code Snippets

DIC Chatroom

Bye Bye Ads

Monthly Drawing

Thumb Drive

Top Contributors

Top 10 Kudos This Month