Not signed in (Sign In)

Vanilla 1.1.4 is a product of Lussumo. More Information: Documentation, Community Support.


    • CommentAuthorviane
    • CommentTimeOct 25th 2006
     
    How can I insert an embedded Windows Media Player to play .wmv videos. I also would like the player to have a playlist allowing viewers to select different videos on one player.

    Any advice will be appreciated.
    • CommentAuthorhardy
    • CommentTimeOct 25th 2006
     
    To keep it running, you either need to use frames, or open the music player in a seperate window. Or make the entire thing in flash so that only one flash file ever gets loaded and it loads everything else as it's needed.
    • CommentAuthorgilray
    • CommentTimeOct 26th 2006
     
    Use following code


    <OBJECT id="VIDEO" width="320" height="240"
    style="position:absolute; left:0;top:0;"
    CLASSID="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6"
    type="application/x-oleobject">

    <PARAM NAME="URL" VALUE="your file or url">
    <PARAM NAME="SendPlayStateChangeEvents" VALUE="True">
    <PARAM NAME="AutoStart" VALUE="True">
    <PARAM name="uiMode" value="none">
    <PARAM name="PlayCount" value="9999">
    </OBJECT>