Go Back   Velocity Reviews > Newsgroups > HTML
User Name
Password
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply

HTML - autostart video clip

 
Thread Tools Search this Thread
Old 12-01-2004, 01:48 AM   #1
Default autostart video clip


Hi

I have embeded a video clip into my webpage (below is the code). The problem
is that it autostarts in opera and firefox meanwhile it doesn't autostart in
IE which is what I want as is obvious from the code below.

<embed type="application/x-mplayer2"
pluginspage="http://www.microsoft.com/Windows/Downloads/Contents/Products/MediaPlayer/"
src="../vse_potrebno/lutkovna_predstava_kam_pa_kam/kam_pa_kam_mali.wmv"
align="middle" width="320" height="290"
showcontrols="1" autostart="false"> </embed>


What am I doing wrong or what is the matter with opera and firefox?

Thanks for answering

Gregor





Gregor Traven
  Reply With Quote
Old 12-01-2004, 01:50 AM   #2
Mark Parnell
 
Posts: n/a
Default Re: autostart video clip

Previously in alt.html, Gregor Traven <>
said:

> Hi


G'day.

> I have embeded a video clip into my webpage

<snip>
> What am I doing wrong or what is the matter with opera and firefox?


http://www.spartanicus.utvinternet.ie/embed.htm

--
Mark Parnell
http://www.clarkecomputers.com.au
"Never drink rum&coke whilst reading usenet" - rf 2004
  Reply With Quote
Old 12-01-2004, 02:07 AM   #3
Spartanicus
 
Posts: n/a
Default Re: autostart video clip

"Gregor Traven" <> wrote:

>I have embeded a video clip into my webpage (below is the code). The problem
>is that it autostarts in opera and firefox meanwhile it doesn't autostart in
>IE which is what I want as is obvious from the code below.
>
><embed type="application/x-mplayer2"
> pluginspage="http://www.microsoft.com/Windows/Downloads/Contents/Products/MediaPlayer/"
>src="../vse_potrebno/lutkovna_predstava_kam_pa_kam/kam_pa_kam_mali.wmv"
>align="middle" width="320" height="290"
> showcontrols="1" autostart="false"> </embed>
>
>What am I doing wrong


1) Attempting to embed video: don't, if successful it causes an
(typically huge) external application to start before the user has
chosen to play the video.
2) Using non standard markup, embed is not part of any spec.
3) There's no fall back, only embedded players are able to play the
media. Leave the choice of player and whether or not to allow it to be
embedded into the browser to the user.

http://www.spartanicus.utvinternet.ie/embed.htm

--
Spartanicus
  Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump