why src="http://www.youtube.com...&autoplay=1" autostart even if autostart="false"

Discussion in 'HTML & Website Design' started by winterheat, Apr 16, 2009.

  1. #1
    I was wondering if anyone knows why

    <embed src="http://www.youtube.com/v/lDq13yRGztE&hl=en&fs=1&autoplay=1" autostart="false" ...>

    will autostart even if autostart="false"? isn't the <embed autostart="false" > going to overrider any parameter in src="..." ? thanks.

    an example is at:

    http://www.0011.com/xu_xinyu/youtube
     
    winterheat, Apr 16, 2009 IP
  2. Cash Nebula

    Cash Nebula Peon

    Messages:
    1,197
    Likes Received:
    67
    Best Answers:
    0
    Trophy Points:
    0
    #2
    I think it is autoplay=1 that is doing it, not autostart. Set autoplay=0 or just remove it.
     
    Cash Nebula, Apr 16, 2009 IP