audio autoplays

  1. #1
    madmikejt12 is offline Dedicated Member

    Unhappy audio autoplays

    hello, i have some audio and video files embedded into seperate players (each in a different frame) and they all automatically start, i have changed autostart from "1" to "0" and "false" but no luck. here is the code for one player:

    <div style="position: absolute; width: 313px; height: 317px; z-index: 7; left: 82px; top: 963px" id="layer8">
    <div id="video">
    <u><b>50 Cent Ft. Olivia- Best friend </b></u>(remix)<a href="http://www.musicjesus.com"><p>
    <embed name="MediaPlayer" src="http://www.musicjesus.com/asx.php?id=37249" type="application/x-mplayer2" width="300" height="241" ShowControls="1" ShowStatusBar="0" Autoplay="false" loop="true" EnableContextMenu="0" mute="0" pluginspage="http://www.microsoft.com/Windows/Downloads/Contents/Products/MediaPlayer/"></div>

    </a>


    Hope you can help
    Mike
    Last edited by madmikejt12; 18-06-2006 at 09:40 AM.


  2. #2
    HappyBeaver is offline Bea*ering Away!
    I suspect that is your own plug in settings in your browser. You'll need to change your settings for Quicktime etc to not autoplay

  3. #3
    madmikejt12 is offline Dedicated Member
    thanks for the reply

    it auto plays on everyone elses browser aswell, how could i use one player at the top and you click a link further down the page to play it?

    i know it can be done, jaydiocity was like that (when it was up and running)

    Mike

  4. #4
    HappyBeaver is offline Bea*ering Away!
    Well, I too had the same problem with mediaplayer plugins for my own website. I used this code in the end and it doesn't autostart

    Code:
    <embed src="http://www.thesoulgirl.com/music/Carm's R&B 1/Charades - Never Set You Free.ra" width="300" height="25" loop="false" class="style4"> </embed>
    I've put a test blog up if you want to check it out - here: http://www.thesoulgirl.com/blog199g/index.php

    It's the first blog entry - you can't miss it It's also on my music page http://www.thesoulgirl.com/music/andromeda.php

  5. #5
    HappyBeaver is offline Bea*ering Away!
    Forget that... it autoplayed on my work pc today LOL

  6. #6
    madmikejt12 is offline Dedicated Member
    thanks for the reply

    iv decided to put them on seperate pages and have a link to each 1 on the "music" page.

    if you know how to do this
    how could i use one player at the top and you click a link further down the page to play it?
    That would be really usefull

    Thanks
    Mike

  7. #7
    HappyBeaver is offline Bea*ering Away!
    Look at this website... they have a jukebox! If you right click the page you can look at the source code - possibly mod the jukebox to a different skin?

    http://www.hitsvillesoulclub.com/jukebox.html

  8. #8
    HappyBeaver is offline Bea*ering Away!
    Quick update.. I slightly changed the code, and it didn't autoplay on my work pc so that's good. My work pc is totally default (boring!)

    Code:
    embed src="http://www.yourwebsite.com/music folder/song title.mp3" width="300" height="25" autostart="false" loop="false" class="style4"> </embed>

  9. #9
    madmikejt12 is offline Dedicated Member
    http://www.hitsvillesoulclub.com/jukebox.html

    thanks for the link
    on this though, when you click on a song, it opens in an external player (which is what my old music page did)

    i thaught there would be a command like this:
    Player:
    <embed src=" <some code for a play when clicked mode " width="300" height="25" autostart="false" loop="false" class="style4"> </embed>

    Song:
    <a href="http://www.link2yoursong.mp3" onclick open in: embed src=" <some code for a play when clicked mode ">song name</a>

    i know that makes no sense but do you get the idea?

    Thanks for the replys,
    Mike

  10. #10
    HappyBeaver is offline Bea*ering Away!
    Tackle the Web with $5.99 .COM's from Go Daddy!
    Did you try my modded code? See the post above yours

+ Reply to Thread
Page 1 of 3 1 2 3 LastLast