Page 1 of 2 12 LastLast
Results 1 to 10 of 13

Thread: Need Help!

  1. #1
    Join Date
    Sep 2004
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Exclamation Need Help!

    does anyone know how I can add Mp3 Music to my webpage! Im in desperate need! Help would be appreciated!!! Thanks!!!!

  2. #2
    Join Date
    Aug 2004
    Location
    Brighton
    Posts
    1,563
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default mp3 music inclusion

    firstly, to ensure compatibility, you might need to convert to WAV format.
    if you use Frontpage, you can embed sound into a page, or use this tag:

    <EMBED SRC="filename" HIDDEN="TRUE" AUTOSTART="TRUE">

    Hope this helps.
    cr3ative
    A retired member, drop me a line through my site if you'd like to find me!
    cr3ative media | read the stickies

  3. #3
    Join Date
    Sep 2004
    Posts
    22
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Yep, that's the code, these are the options.

    hidden -
    True: Visitors may not see the player
    False: They will be able to see the player embeded in the browser

    autostart -
    True: The file will play as soon as the visitor goes to the page
    False: The visitor will have to hit play on the player

    loop -
    True: The song will play over and over again
    False: Will not

    Of course there is also the height and width commands as well.

  4. #4
    Join Date
    Aug 2004
    Location
    Brighton
    Posts
    1,563
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Also, if you want a small media player embedded in your page, see the thread "Music Help", I submitted the code there for this purpose.

    cr3ative
    A retired member, drop me a line through my site if you'd like to find me!
    cr3ative media | read the stickies

  5. #5
    Join Date
    Nov 2004
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Apologies for my ignorance but where does the tag go on the page? I use Frontpage and have imported the 205horn.wav file onto the main page of my website but it doesn't work. Please could someone assist me? I have copied the first part of the page below.
    Thanks
    aw56001
    <html>

    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
    <meta name="GENERATOR" content="Microsoft FrontPage 4.0">
    <meta name="ProgId" content="FrontPage.Editor.Document">
    <title>latest_news</title>
    </head>

    <body bgcolor="#3366CC">



    &lt;EMBED SRC="<B>205horn.wav</B>" HIDDEN="TRUE" AUTOSTART="TRUE"&gt;



    <SCRIPT>
    </SCRIPT>

    <P align=center><I><font face="Tahoma" size="7">
    <MARQUEE style="color: #FFFFFF" scrollAmount=10
    scrollDelay=10>Latest News</MARQUEE></font></I></P>
    <P align=center><FONT face="Tahoma" color=#ff0000 size=5><b>Page Last
    Updated 21st November 2004 at 16.00</b></FONT></P>
    <P align=center><FONT face="Tahoma" color=#FFFFFF size=4>&nbsp;<b>Items updated -
    <h2>
    <script language="JavaScript1.2">

  6. #6
    Join Date
    Aug 2004
    Location
    Brighton
    Posts
    1,563
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Lol at frontpage.

    Change this:


    &lt;EMBED SRC="<B>205horn.wav</B>" HIDDEN="TRUE" AUTOSTART="TRUE"&gt;

    To this:

    <EMBED SRC="205horn.wav" HIDDEN="TRUE" AUTOSTART="TRUE">

    cr3ative
    A retired member, drop me a line through my site if you'd like to find me!
    cr3ative media | read the stickies

  7. #7
    Join Date
    Nov 2004
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    cr3ative
    I originally copied and pasted the the text into the page but Frontpage changed it for some unknown reason. I have edited it and the link now works fine.
    Thanks very much for your assistance, much appreciated.
    aw56001

  8. #8
    Join Date
    Jan 2005
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Graphics/Buttons Not Displaying

    Maybe you guys can help me. My index, or home page's graphics/buttons do not seem to be displaying when first visiting my site. If I click on another linnk (let's say "Services") and then click on the "Home" link from the services page, everything displays properly. Very frustrating!

    Try it out for yourselves. The URL is www.vanderhawk.net.

    Any help would be greatly appreciated.

  9. #9
    Join Date
    Dec 2004
    Posts
    177
    Thanks
    0
    Thanked 18 Times in 17 Posts

    Default

    ...works for me, vanderhawk, in both IE and Firefox...speaking of which, what browser are you using? Your layout is dramatically different between the two, and I'm wondering which to trust....

  10. #10
    Join Date
    Jan 2005
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    It works for me too. The layouts aren't drastically different for me, just some extra space in Firefox (or missing space in IE).

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
  •