I don't Want to autoplay my Divx Web Player.How can I do?

1 reply [Last post]
webtv
webtv's picture
User offline. Last seen 2 years 30 weeks ago. Offline
Joined: 07/06/2009
Posts: 3
Groups: None

I don't Want to autoplay my Divx Web Player.How can I do?
I am taking my HTML codes from code generator.But I can't do no autoplay.

PP-Chaos
PP-Chaos's picture
User offline. Last seen 2 years 28 weeks ago. Offline
Joined: 07/08/2009
Posts: 4
Groups: None
Simply add a param setting

Simply add a param setting for Internet Explorer

<param name="autoPlay" value="false">

and a setting inside the embed tag for Firefox, Opera, etc.

<embed ... autoPlay="false" ...>

Mfg

Chaos

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.