Forum Statistics

  • Forum Members: 4,244
  • Total Threads: 3,572
  • Total Posts: 5
There are 1 users currently browsing forums.

Partner Sites

Reply
Old 06-20-2009, 01:10 AM   #1 (permalink)
 
Status: Newbie
Join Date: Jun 2009
Posts: 1

Rep Power: 11 web development is on a distinguished road



Default Html

How can I insert a movie into a HTML document?
web development is offline Add Infraction for web development   Reply With Quote
Old 09-04-2009, 03:27 AM   #2 (permalink)
 
Innovators's Avatar
 
Status: Newbie
Join Date: Jul 2009
Posts: 5

Rep Power: 11 Innovators is on a distinguished road



Default Relpy to how to insert a movie into HTML doucment

Users can embed a movie into a HTML document using any of the below examples. It is important to realize that before you use the below examples that you understand what type of movie you are going to be playing as well as the browsers that are going to be playing the files. By default a browser may not have the necessary plug-in to view your movie file.

Link to movie files
Basic embed command
Add movie files using the img tag
Embed command to play QuickTime movies ( .mov )

Link to movie files

The below examples are different methods of making the video file viewable from the browser window. In addition to the below recommendations it is also recommended you create a direct download link to the file. Which will allow the user to download the file to their computer if it is unable to be played from within the browser. Below are two examples of direct links for the two video files in this document.

Floppy drive robot

HTML code:

<a href="http://www.cabainnovatives.net/issues/floppy2.avi">Floppy drive robot</a>

IBM Linux commercial

HTML code:

<a href="http://www.cabainnovatives.net/issues/ibm-linux.mov">IBM Linux commercial</a>

Basic embed command

This is the most basic method of embedding a file into a web page.

Example HTML code:
<embed src="http://www.cabainnovatives.net/issues/floppy2.avi"></embed>

In this basic example you're simply using the embed command and pointing to the source of the movie file you wish to play. Keep in mind this is a very basic example and will not display any type of warning or point the user to a location to download the plug-in if the video file is not supported.
Innovators is offline Add Infraction for Innovators   Reply With Quote
Old 09-06-2009, 09:30 PM   #3 (permalink)
 
Status: On a mission
Join Date: Sep 2009
Posts: 26

Rep Power: 12 marynorth21 is on a distinguished road



Default

You can simply embed the code you found in Youtube or any video sharing site.
__________________
Live Chat Software
marynorth21 is offline Add Infraction for marynorth21   Reply With Quote
Old 09-22-2009, 07:40 AM   #4 (permalink)
 
nitishkunal's Avatar
 
Status: On a mission
Join Date: Sep 2009
Location: India
Posts: 40

Rep Power: 14 nitishkunal is on a distinguished road

Send a message via Yahoo to nitishkunal Send a message via Skype™ to nitishkunal


Default

use <embed> tag for flash movie....
nitishkunal is offline Add Infraction for nitishkunal   Reply With Quote
Old 10-15-2009, 06:28 AM   #5 (permalink)
 
nitishkunal's Avatar
 
Status: On a mission
Join Date: Sep 2009
Location: India
Posts: 40

Rep Power: 14 nitishkunal is on a distinguished road

Send a message via Yahoo to nitishkunal Send a message via Skype™ to nitishkunal


Default

if thats done ???
nitishkunal is offline Add Infraction for nitishkunal   Reply With Quote


Reply

Bookmarks

Tags
None


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes Rate This Thread
Rate This Thread:

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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Search Engine Optimization by vBSEO 3.5.0 RC2