#1 2006-08-09 01:19:51

adam
New member
Ranking
Registered: 2006-07-12
Posts: 8
Reputation :  [+ 0/ -0 ]
Expertise

How To Embed a .avi or .mpeg file on a web page?

I once had the HTML script to embed a .avi movie file on a web page the same as we do jpg & gif files. No it didn't open up a

Media player and I don't want it to, it simply played right in the table and/or frame you put it in. Do anybody know that

script, I lost it.  smiley-mad

Thanks
adam

Offline

 

#2 2006-08-10 04:40:07

Nunzio
New member
Ranking
Registered: 2006-08-07
Posts: 2
Reputation :  [+ 0/ -0 ]
Expertise

Re: How To Embed a .avi or .mpeg file on a web page?

Although you haven't responded yet, you may also want to refer to the code I posted in this thread for Rambosko . It is a variation on the same Windows Media Player object and embed controls (for cross-browser compatability), to allow the video to play and work perfectly within all major browsers (eg: MSIE, Netscape/Mozilla, and Opera browsers)

The only difference there is that I had a new "pop-up" window (containing the video) sized to the video file itself opening on its own, instead of with a "select" menu with the video embedded right into the page.(as was done at the Wacky Videos page at my site).

Offline

 

#3 2006-08-12 02:05:10

adam
New member
Ranking
Registered: 2006-07-12
Posts: 8
Reputation :  [+ 0/ -0 ]
Expertise

Re: How To Embed a .avi or .mpeg file on a web page?

Nunzio,

Thank you for your effort to help me out. I went to both of your links, and those where not what I am talking about. Your graphic that you use in here looks like a .avi or mpeg. But I am sure it is a gif file. If I find what I am look for, I will drop you a note.

Thanks
adam

Offline

 

#4 2007-04-17 02:35:45

Gracia
Member
RankingRanking
Registered: 2007-04-16
Posts: 18
Reputation :  [+ 1/ -0 ]
Expertise

Re: How To Embed a .avi or .mpeg file on a web page?

Here is the code you all want. I used it to show music videos when I was the webmaster for CRUNK Magazine. It will play .avi, .mpeg, .mov, .swf, and all sound file types except for .rm.

Code::

<object classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" codebase="http://www.apple.com/qtactivex/qtplugin.cab" height="195" width="340" name="CRUNKCinema" align="left">
          <param name="src" value="movietrailers/trailer_sma.mov">
          <param name="autoplay" value="true">
          <param name="controller" value="true">
          <embed height="195" width="340" align="left" src="movietrailers/trailer_sma.mov" autoplay="true" controller="true">
          </embed> 
        </object>

Enjoy smiley-smile

Offline

 

#5 2007-11-23 21:27:36

georgepin
New member
Ranking
Registered: 2007-11-23
Posts: 2
Reputation :  [+ 0/ -0 ]
Expertise

Re: How To Embed a .avi or .mpeg file on a web page?

Wows, Thanx Gracia
You helped me a lot, I was also facing the same format conversion problem with my site. Now i sent this script to my programmer, and this would be done by tomorrow.

Thanks a lot

Website Builder
UK

Offline

 

Board footer

OPML feedsRSS feeds



Powered by WWWThreads Forum
© Copyright 2006, WWWThreads