Sign In/My Account | View Cart  

advertisement

AddThis Social Bookmark Button

Article:
  Build a Simple MP3 Player for Your Site
Subject:   Open media player without openng a new browser window
Date:   2005-03-10 06:52:26
From:   s.elliott
Maybe you can help with this problem I am having. I would like to open Windows Media Player without opening a new browser window. To do this with Quicktime you can use the href tag and target tags.

<embed
src="qtLogo.png" width="12" height="12" href="qt.mov"
target="quicktimeplayer">
</embed>

This will open QuickTime Player without having to open a new browser window.


But I cannot google a way to do this with Windows .asx (or .wvx) and .wmv files.


Any suggestions?....please


Steven Elliott

Full Threads Oldest First

Showing messages 1 through 2 of 2.

  • David Battino photo Open media player without opening a new browser window
    2005-03-12 23:29:32  David Battino | O'Reilly Blogger [View]

    I haven’t had a chance to verify the technique, but the “Simple ASX” tutorial on Microsoft’s MSDN site recommends using ASX to open ASF files in WMP. This AOL support page offers another explanation. —David Battino
    • hi
      2010-08-06 18:18:45  ardel [View]

      can you give me the complete code to use that music player for my project.....please