/    Sign up×
Community /Pin to ProfileBookmark

comment inclure un fichier .mov ds page web

salut :-))
S’il vous plait, comment je peux inclure un fichier .mov dans une page web
Merci d’avance
Chao
Assia :-))

to post a comment
Full-stack Developer

10 Comments(s)

Copy linkTweet thisAlerts:
@DaveSWJan 27.2004 — Bonjour Assia.

Voici le HTML pour inclure un ficher .mov.

Si vous avez les questions, respondez ici.

<embed src="yourfilename.mov"

width="320" height="275" controller="TRUE" loop="FALSE" autoplay="TRUE"

align="middle">

Si vous parlez anglais, c'est mieux pour les autres sur le forum qui ne parles pas francais!

Dave
Copy linkTweet thisAlerts:
@AssiaauthorJan 27.2004 — Hello: -))

Thank you for your answer

I tested it but it does not work (it does not appear anything on the screen)

thanks in advance

Chao

Assia: -))
Copy linkTweet thisAlerts:
@DaveSWJan 27.2004 — Is the file on the internet? or on your computer? Is it a MAC or a PC?

Est_ce que le .mov sur l'internet, ou dans votre ordinateur? Est_ce que votre ordinateur une MAC ou un PC?
Copy linkTweet thisAlerts:
@AssiaauthorJan 27.2004 — Merci pour votre reponse

Est_ce que le .mov sur l'internet, ou dans votre ordinateur?

Sur mon ordinateur


Est_ce que votre ordinateur une MAC ou un PC?

Je travaille avec windows 98

Merci d'avance

Chao

Assia :-))
Copy linkTweet thisAlerts:
@DaveSWJan 27.2004 — C'est possible que le HTML ici est mieux:

<object data="http://www.somesite.com/somemovie.mov" type="video/quicktime" width="200" height="200">

<embed src="http://www.somesite.com/somemovie.mov" type="video/quicktime" width="200" height="200" />

</object>
Copy linkTweet thisAlerts:
@AssiaauthorJan 27.2004 — Le fichier .mov est sur mon disque dur et non sur internet

Ce qui fait j'ai appliqué cette formule :

<object data="test.mov" type="video/quicktime" width="200" height="200">

<embed src="test.mov" type="video/quicktime" width="200" height="200">

</object>

mais toujours ca ne marche pas

j'attends votre reponse

Merci d'avance

Chao

Assia
Copy linkTweet thisAlerts:
@DaveSWJan 27.2004 — Le fichier .mov est dans le meme chemise?

Les dimensions sont correct?

Si oui, c'est bizarre...
Copy linkTweet thisAlerts:
@Robert_WellockJan 27.2004 — If my poor understanding of French is correct you tried <object> and it failed in M$ Explorer, what a surprise that is why I created http://www.xhtmlcoder.com/beck.htm <embed /> and "xhtml1-embed.dtd" to get around such issues and have a valid XHTML 1.0 page.

If the Movies don't play on my Beck page then your HTML or plugin is wrong.
Copy linkTweet thisAlerts:
@AssiaauthorJan 28.2004 — Merci de m'avoir repondu

Le fichier .mov est dans le meme chemise?

Oui le fichier .mov est dans le même repertoire

Les dimensions sont correct?

Comment connaitre les dimensions d'un fichier .mov

Merci d'avance

Chao

Assia :-))
Copy linkTweet thisAlerts:
@DaveSWJan 28.2004 — Comment connaitre les dimensions d'un fichier .mov?[/quote]

C'est trop difficile pour mon francais...

Robert a dit que il a une page avec les ficheurs .mov, ou il a utilise le xhtml pour les ficheurs. Voulez-vous essayer avec le xhtml de Robert?

Un autre idee: si vous desirez, donnez moi le ficheur, et je peux essayer pour vous.

J'espere que mon francais est comprehensible...

Dave
×

Success!

Help @Assia spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 6.17,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @nearjob,
tipped: article
amount: 1000 SATS,

tipper: @meenaratha,
tipped: article
amount: 1000 SATS,

tipper: @meenaratha,
tipped: article
amount: 1000 SATS,
)...