Top DevX Stories
Creating Custom Export Filters for StarOffice with XSLT
WPF Wonders: Using DataTemplates
Crystal Reports Family Offers Options for Developers
Avaya Aura Session Manager video
Avaya Aura Overview video
Search the forums:

Go Back   DevX.com Forums > DevX Developer Forums > Web

Reply
 
Thread Tools Search this Thread Rate Thread Display Modes
  #1  
Old 02-07-2008, 10:29 PM
Complete Complete is offline
Registered User
 
Join Date: Dec 2005
Posts: 99
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
Reply With Quote
  #2  
Old 02-08-2008, 09:28 AM
Amahdy's Avatar
Amahdy Amahdy is offline
ComputerScience
 
Join Date: Oct 2005
Location: Maady
Posts: 1,819
I think you have to make flash object that read the video and display it ..
__________________
Programmer&Cracker CS
MyBlog:Blog.Amahdy.com
MyWebsite:www.Amahdy.com
Reply With Quote
  #3  
Old 02-23-2008, 11:00 PM
Jakeman Jakeman is offline
Registered User
 
Join Date: Nov 2007
Posts: 2
If you mean Flash movie files, use the following, where "moviefile.swf" is the movie filename...


<OBJECT classid="clsid27CDB6E-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>
Reply With Quote
  #4  
Old 03-10-2008, 05:09 PM
Splitter Splitter is offline
Registered User
 
Join Date: Mar 2008
Posts: 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 .
Reply With Quote
  #5  
Old 03-11-2008, 08:38 AM
Hack's Avatar
Hack Hack is offline
Super Moderator
 
Join Date: Apr 2007
Location: Sterling Heights, Michigan
Posts: 7,719
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
Reply With Quote
  #6  
Old 03-11-2009, 06:13 AM
lareina0707's Avatar
lareina0707 lareina0707 is offline
Registered User
 
Join Date: Oct 2008
Posts: 8
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.
Reply With Quote
  #7  
Old 11-05-2009, 01:57 AM
stephenz stephenz is offline
Registered User
 
Join Date: Apr 2009
Location: United States
Posts: 3
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
Reply With Quote
Reply

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump

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


All times are GMT -4. The time now is 02:10 AM.


Sponsored Links



Acceptable Use Policy

internet.comMediabistrojusttechjobs.comGraphics.com

WebMediaBrands Corporate Info


Advertise | Newsletters | Feedback | Submit News

Legal Notices | Licensing | Permissions | Privacy Policy


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.