Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: music help  (Read 18458 times)

0 Members and 1 Guest are viewing this topic.

nymph4

    Topic Starter


    Specialist

    Re: music help
    « Reply #30 on: May 07, 2010, 11:02:26 AM »
    You meen so it looks like this

    <object>
    <embed>
    height="50%"
    width="50%"
    classid="clsid:22D6F312-B0F6-11D0-94AB-0080C74C7E95">
    <param name="AutoStart" value="1" />
    <param name="FileName" value="liar.wav" />
    </embed>
    </object>

    kpac

    • Web moderator
    • Moderator


    • Hacker

    • kpac®
    • Thanked: 184
      • Yes
      • Yes
      • Yes
    • Certifications: List
    • Computer: Specs
    • Experience: Expert
    • OS: Windows 7
    Re: music help
    « Reply #31 on: May 07, 2010, 11:51:59 AM »
    No. You don't seem to understand even the basics of HTML.

    Code: [Select]
    <object height="50%" width="50%" classid="clsid:22D6F312-B0F6-11D0-94AB-0080C74C7E95">
      <param name="AutoStart" value="1" />
      <param name="FileName" value="liar.wav" />
      <embed src="liar.wav" width="50%" height="50%"></embed>
    </object>

    nymph4

      Topic Starter


      Specialist

      Re: music help
      « Reply #32 on: May 07, 2010, 09:55:21 PM »
      What is this  string?

       classid="clsid:22D6F312-B0F6-11D0-94AB-0080C74C7E95">

      I did read about it but did not get it?

      Is this give the player a  clss  or telling the browser what player to use??

      kpac

      • Web moderator
      • Moderator


      • Hacker

      • kpac®
      • Thanked: 184
        • Yes
        • Yes
        • Yes
      • Certifications: List
      • Computer: Specs
      • Experience: Expert
      • OS: Windows 7
      Re: music help
      « Reply #33 on: May 08, 2010, 03:25:43 AM »
      Quote
      The object Element

      The width and height attributes of the object element should match the size of the movie in pixels.

      The classid attribute uniquely identifies the player software to use. It must be set to "clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B". This unique code identifies an ActiveX control that must be installed on the users PC before the movie can be played. If the user does not have the ActiveX control installed, the browser can automatically download and install it.

      The codebase attribute specifies the base path used to resolve relative URIs specified by the classid, data, and archive attributes. When absent, its default value is the base URI of the current document. Note: Internet Explorer uses this attribute to specify a location from where the player can be downloaded. It must be set to "http://www.apple.com/qtactivex/qtplugin.cab". This location will always contain the latest version of the QuickTime player.

      The src parameter should point to the movie file.

      The autoplay parameter should have the value "true" if you want the movie to play automatically.

      The controller parameter should have the value "false" if you don't want the control buttons to show.

      The embed Element

      The embed element is supported by old browsers, like Netscape 4 and 5.

      The width and height attributes of the embed element should match the size of the movie in pixels.

      The autoplay and controller attributes of the embed element should be set to the same values as for the parameters in the object element.

      The pluginspage attribute defines the players download path. It must be set to "http://www.apple.com/quicktime/download/".

      http://w3schools.com/media/media_quicktime.asp

      I don't know why I bother.

      Geek-9pm


        Mastermind
      • Geek After Dark
      • Thanked: 1026
        • Gekk9pm bnlog
      • Certifications: List
      • Computer: Specs
      • Experience: Expert
      • OS: Windows 10
      Re: music help
      « Reply #34 on: May 08, 2010, 08:40:35 AM »
      Posted by: kpac
      Quote
      http://w3schools.com/media/media_quicktime.asp
      I don't know why I bother.
      Because it mat help somebody else. ;)

      BC_Programmer


        Mastermind
      • Typing is no substitute for thinking.
      • Thanked: 1140
        • Yes
        • Yes
        • BC-Programming.com
      • Certifications: List
      • Computer: Specs
      • Experience: Beginner
      • OS: Windows 11
      Re: music help
      « Reply #35 on: May 08, 2010, 08:52:18 AM »
      Because it mat help somebody else. ;)

      That makes sense the first time, but when the same concepts are explained over and over again there comes a point of diminishing returns.
      I was trying to dereference Null Pointers before it was cool.

      nymph4

        Topic Starter


        Specialist

        Re: music help
        « Reply #36 on: May 10, 2010, 12:50:00 PM »
        I have been doing a lot of looking on the net and the one thing that seems good is adding sound to web sites with Flash  and they can play MP3s.

        Does anyone know of a Good Free Flash Program??

        It does not have to be great  just something to let me make Flash??

        And I am having problems getting a web site that tells how to ad Flash sound to your sie.

        I see all about it but this is it??????

        kpac

        • Web moderator
        • Moderator


        • Hacker

        • kpac®
        • Thanked: 184
          • Yes
          • Yes
          • Yes
        • Certifications: List
        • Computer: Specs
        • Experience: Expert
        • OS: Windows 7
        Re: music help
        « Reply #37 on: May 10, 2010, 02:44:18 PM »
        http://flash-mp3-player.net/

        Quote
        And I am having problems getting a web site that tells how to ad Flash sound to your sie.
        You seem to have problems finding anything on the internet. http://www.w3schools.com/flash/