Results 1 to 2 of 2

Thread: HTML Windows Media Player Visualizer?

  1. #1
    Join Date
    Oct 2007
    Posts
    9
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default HTML Windows Media Player Visualizer?

    Hi there,

    here's the code I used for WMP:

    <OBJECT ID="Player" width="320" height="240"
    CLASSID="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6">
    <PARAM name="autoStart" value="True">
    <PARAM name="URL" value="FILE">
    <PARAM name="uiMode" value="full">
    </OBJECT>

    The problem is, I do not have the visualizer displayed. Is there any code I should add in?


    Thanks,
    Seng

  2. #2
    Join Date
    Mar 2007
    Location
    Currently: New York/Philadelphia
    Posts
    2,735
    Thanks
    3
    Thanked 519 Times in 507 Posts

    Default

    Try this:

    http://codingforums.com/showthread.p...ion#post454918

    Note: Visualizations only work in IE

    A better option would be flash.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •