Some1 knows an add-on to play .mov files?

NaHoW

New Member
Messages
244
Reaction score
0
Points
0
Some1 knows an add-on to play .mov files on a website?
 

firesteel

New Member
Messages
40
Reaction score
0
Points
0
Embedding a Quicktime .mov to a webpage is pretty straightforward. No add-on or plug-in is required, just some relatively simple HTML.

The following website has several examples:
http://www.stager.org/imovie/qtweb.html

When in doubt, Google is your friend. :)
 

firesteel

New Member
Messages
40
Reaction score
0
Points
0
The user needs to have installed quicktime player for that to work.

The HTML in the example tells the browser where to get the plugin, assuming Quicktime is not already installed.

<EMBED SRC="mymovie.mov" WIDTH=240 HEIGHT = 196 AUTOPLAY=true CONTROLLER=true LOOP=false PLUGINSPAGE=http://www.apple.com/quicktime/">
 
Top