Click to See Complete Forum and Search --> : *.mov


Assia
12-20-2004, 08:52 AM
Salut :-))
Comment peut on incorporer un fichier .mov dans une page web ?
Merci d'avance
Assia :-))

rhsunderground
12-20-2004, 11:45 AM
l'anglais, svp ;)

je ne parle pas français, mais essayez ceci:

<object data="../images/grommit.mpg" type="video/mpg" standby="Loading Video" width="200" height="200">
<embed src="../images/grommit.mpg" autostart="true" loop="true" width="200" height="200"></embed>
</object>

i believe that is the W3 correct way to do it now. if it isn't, please tell me and i shall continue to search the meaning of life...

LiLcRaZyFuZzY
12-20-2004, 12:25 PM
salut assia, dit, tu veux pas parler plutôt anglais sur un forum anglophone?a moins que tu ne parles pas anglais, mais dans ce cas, met un note, du genre "je parle pas anglais", mais je doute fortement qu'il y ait beaucoup de francophone sur ce forum. ptêt les canadiens..?

@rhsunderground,
he/she is asking for the way of incorporating of a *.mov file in a webpage.
is it the same as an mpg?

my method surely isnt validated but it should work

@assia, essaye ce ke rhsunderground a proposé et/ou ce ke je poste ci-dessous:

<OBJECT CLASSID="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" WIDTH="800" HEIGHT="616" CODEBASE="http://www.apple.com/qtactivex/qtplugin.cab" align="top" vspace="0" hspace="0">

<PARAM name="SRC" VALUE="*.mov">
<PARAM name="AUTOPLAY" VALUE="true">
<PARAM name="LOOP" VALUE="false">
<PARAM name="CONTROLLER" VALUE="true">
<PARAM name="CACHE" VALUE="false">

<PARAM name="KIOSKMODE" VALUE="true">
<PARAM name="TARGETCACHE" VALUE="false">
<PARAM name="PLAYEVERYFRAME" VALUE="false">


<embed src="*.mov" target="quicktimeplayer" width="800" height="616" autoplay="true" loop="false" controller="true" playeveryframe="false" cache="false" bgcolor="#FFFFFF" kioskmode="true" targetcache="false" pluginspage="http://www.apple.com/quicktime/" align="top" vspace="0" hspace="0">
</embed>
</OBJECT>

BuezaWebDev
12-20-2004, 12:28 PM
Je parle le francais!

Oui, rhsunderground, cela est la façon pour le faire.

Formidable! Incroyable! Nous sommes intelligents! Nous parlons le francais!

Kind regards,
Jaime

rsd
12-20-2004, 03:29 PM
Could someone please translate?

I'm looking for info on putting streaming video in a site myself.

Thanks

rhsunderground
12-20-2004, 03:30 PM
Originally posted by rsd
Could someone please translate?

I'm looking for info on putting streaming video in a site myself.

Thanks lol. just look at my or LCF's replies.

edit: OH! you want streaming? hmm... i've seen several posts around here about that. try the search feature.

http://www.webdeveloper.com/forum/search.php?s=&action=showresults&searchid=675621&sortby=lastpost&sortorder=descending