how to set up obiect's param for loop play

H

haiwen

Hi, everyone;

when I add a activeX object for window media play, it
seems that it's difficult to set the play mode as loop.

classid="clsid:6BF52A52-394A-11D3-B153-00C04F79FAA6"

could any one help me.

Sincerely,

Haiwen
 
L

Luke Zhang [MSFT]

You can set the parameter "PlayCount" to 0, fore example:

<OBJECT ID=MediaPlayer
CLASSID=CLSID:6BF52A52-394A-11D3-B153-00C04F79FAA6
standby=""Loading Microsoft Windows Media Player components...""
TYPE=""application/x-oleobject"" width=""286"" height=""225"">
<PARAM NAME=""url"" VALUE=""http://ncnetshow/station1.asx"">
<PARAM NAME=""AutoStart"" VALUE=""true"">
<PARAM NAME=""ShowControls"" VALUE=""1"">
<PARAM NAME=""uiMode"" VALUE=""mini"">
<PARAM NAME="autoRewind" VALUE="true">
<PARAM NAME="PlayCount" VALUE="0">
</OBJECT>

This requires Windows Media Player version 7.0 or later

Luke

(This posting is provided "AS IS", with no warranties, and confers no
rights.)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,744
Messages
2,569,483
Members
44,902
Latest member
Elena68X5

Latest Threads

Top