Some1 knows an add-on to play .mov files on a website?
N NaHoW New Member Messages 244 Reaction score 0 Points 0 Sep 2, 2008 #1 Some1 knows an add-on to play .mov files on a website?
firesteel New Member Messages 40 Reaction score 0 Points 0 Sep 2, 2008 #2 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.
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.
santiago_pl New Member Messages 51 Reaction score 0 Points 0 Sep 4, 2008 #4 The user needs to have installed quicktime player for that to work.
firesteel New Member Messages 40 Reaction score 0 Points 0 Sep 4, 2008 #5 santiago_pl said: The user needs to have installed quicktime player for that to work. Click to expand... 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/">
santiago_pl said: The user needs to have installed quicktime player for that to work. Click to expand... 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/">