QuickTime Files

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi to all,

I would like to know how to start with this kind of stuff:

Show a .mov file into a part of a page.

Actually i dont know anything about it, but any link or piece of code to
start with, will be grateful...
 
Josema,

To show a .mov file in a page, I believe you will need to use an
<object> tag.

What I would do is look for a web page that has a movie page embedded in
it already, and look at the source. Look for an <object> tag, then look for
the URL of the movie is being shown. You should be able to figure out how
to manipulate the tag so that you can place it in your page and show a .mov
file of your choosing.

Hope this helps.
 
Back
Top