|
#1
|
|||
|
|||
|
embed a video file in HTML
how do I embed a flv and also an ivr file in html? Index of /assets/video
By the way, right click and save those while you can.
__________________
Microsoft and Software News |
|
#2
|
||||
|
||||
|
I think you have to make flash object that read the video and display it ..
|
|
#3
|
|||
|
|||
|
If you mean Flash movie files, use the following, where "moviefile.swf" is the movie filename...
<OBJECT classid="clsid 27CDB6E-AE6D-11cf-96B8-444553540000"codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0" WIDTH="550" HEIGHT="400" id="myMovieName"> <PARAM NAME=movie VALUE="moviefile.swf"> <PARAM NAME=quality VALUE=high> <PARAM NAME=bgcolor VALUE=#FFFFFF> <EMBED src="moviefile.swf" quality=high bgcolor=#FFFFFF WIDTH="550" HEIGHT="400" NAME="myMovieName" ALIGN="" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"> </EMBED> </OBJECT> |
|
#4
|
|||
|
|||
|
If its a swf file it can be embedded straight as stated above but if its flv or something other then I don't know .
__________________
SWF Cabin - Upload your SWF files |
|
#5
|
||||
|
||||
|
http://www.htmlgoodies.com/tutorials...le.php/3480061
http://www.freevideocoding.com/ http://www.webworksite.com/video.shtml
__________________
I don't answer coding questions via PM or Email. Please post a thread in the appropriate forum section. ![]() Please use [Code]your code goes in here[/Code] tags when posting code. Before posting your question, did you look here? Got a question on Linux? Visit our Linux sister site. Modifications Required For VB6 Apps To Work On Vista ![]() Microsoft MVP 2005/2006/2007/2008/2009 |
|
#6
|
||||
|
||||
|
i google,found this guide is about how to embed videos in HTML,maybe you can try.
Last edited by lareina0707; 03-11-2009 at 06:26 AM. |
|
#7
|
|||
|
|||
|
FLV is needed to be exported to a web FLV player and then embed the FLV player to web page. You can check playerdiy.com about how to create web Flash video player and this is the tutorial - http://www.playerdiy.com/support/tut...eo-player.html
__________________
Flash video player DIY |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Streaming Video recording (video capture) to mpge4 file (digital video recorder) | Zingaro2002 | .NET | 2 | 08-30-2006 09:48 AM |
| wav file fade in out help | jase_dukerider | C++ | 2 | 04-14-2005 08:48 PM |
| Question on how to include a link on a HTML page only if a file exist | Eddie | Architecture and Design | 0 | 10-18-2001 08:36 PM |
| JApplet class not loading on html file | Sam | Architecture and Design | 0 | 02-04-2001 02:57 AM |
| DTS - deleting a text file after importing the data... | Paul | Database | 0 | 08-22-2000 11:54 PM |