-
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.
-
I think you have to make flash object that read the video and display it ..
-
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>
-
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 .
-
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
-
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 05:26 AM.
-
As I remember from html tutorials to embed the video to your website, you can also use codes as follows:
HTML Code:
<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="example.swf">
<param name="quality" value="high">
<param name="allowScriptAccess" value="sameDomain" />
<param name="allowFullScreen" value="True" />
<embed src="example.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>
You can replace the bold part, “example.swf”, with your own file, and reset width and height.
-
Voynex Object Embedding
I suggest to use a cross-browser JavaScript libraries such as SWFObject or Voynex Object Embedding to easily embed multimedia to your HTML documents.
-
the video embeded in html website often is ended with flv or swf format.
You can use Appgeeker Video Converter to handle as many different forms of conversions as you can possibly think of.
http://www.ilikemall.com/how-to/conv...o-mov-mac.html
Fully formed frame accurate editing lists.
Similar Threads
-
By Zingaro2002 in forum .NET
Replies: 2
Last Post: 08-30-2006, 08:48 AM
-
By jase_dukerider in forum C++
Replies: 2
Last Post: 04-14-2005, 07:48 PM
-
By Eddie in forum Architecture and Design
Replies: 0
Last Post: 10-18-2001, 07:36 PM
-
By Sam in forum Architecture and Design
Replies: 0
Last Post: 02-04-2001, 01:57 AM
-
By Paul in forum Database
Replies: 0
Last Post: 08-22-2000, 10:54 PM
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks