Page 2 of 2 FirstFirst 12
Results 11 to 16 of 16

Thread: how can insert windowsmedia player in my web

  1. #11
    Join Date
    Dec 2005
    Posts
    19

    Default

    but i want this page have two part :left is my song list and right is windowsmedia payer .

  2. #12
    Join Date
    Dec 2005
    Posts
    19

    Default

    and the host bizhat permit me up what 's the music type ? *wav ,*mp3 or another?

  3. #13
    Join Date
    Dec 2005
    Posts
    19

    Default

    why the code can't play video ,there's only audio no images

  4. #14
    Join Date
    Jan 2006
    Posts
    5

    Default Re: music web

    Quote Originally Posted by dangvupt
    I want creat a music web .Example the left is a list of song ,when guest click one song ,then windows media wil play this song .How to creat it .
    use frame, left is the song list, and mainframe play the video you selected

  5. #15
    Join Date
    Jan 2006
    Location
    Nebraska, United Stats of America
    Posts
    199

    Default

    try what Wrian Posted
    Code:
    <OBJECT id="VIDEO" 
    style="height:524px; width:595px" 
    CLASSID="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6" 
    type="application/x-oleobject"> 
    
    <PARAM NAME="URL" VALUE="INSERT FILE HERE"> 
    <PARAM NAME="AutoStart" VALUE="0"> 
    <PARAM name="uiMode" value="full"> 
    <PARAM name="PlayCount" value="1"> 
    <param name="rate" value="1"> 
    <param name="balance" value="0"> 
    <param name="currentPosition" value="0"> 
    <param name="defaultFrame" value> 
    <param name="currentMarker" value="0"> 
    <param name="invokeURLs" value="-1"> 
    <param name="baseURL" value> 
    <param name="volume" value="50"> 
    <param name="mute" value="0"> 
    <param name="stretchToFit" value="-1"> 
    <param name="windowlessVideo" value="-1"> 
    <param name="enabled" value="-1"> 
    <param name="enableContextMenu" value="-1"> 
    <param name="fullScreen" value="0"> 
    <param name="SAMIStyle" value> 
    <param name="SAMILang" value> 
    <param name="SAMIFilename" value> 
    <param name="captioningID" value> 
    <param name="enableErrorDialogs" value="0"> 
    </OBJECT>
    I'm sure you don't need all that stuff, but you might.
    I'll test this out later and show you my results, most video's are over 2 MB on bizhat.com server so you should find video's under 2 MB and then it might play.
    Some video's require Special Codecs like DivX codecs RealPlayer Codecs etc...

  6. #16
    Join Date
    Jan 2006
    Posts
    6

    Default

    you cna make a frames,have the list on the left frame,have the main page on the right,make videos open in the right,and use <embed>URL</embed>,you can find out how to make and use frames at

    http://www.funky-chickens.com/frames2.html

    also if your tryin to learn HTML i recommend Teach Yourself Visually:HTML...very good book has almost everything you need to know

Page 2 of 2 FirstFirst 12

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
  •