Jump to content

ralphchrisdavis

Members
  • Posts

    4
  • Joined

  • Last visited

Posts posted by ralphchrisdavis

  1. What I am looking for is how to modify the inserted web page code so that when the Flash Player loads it also plays automatically. By default you have to hit the play button. I have the Flash Player opening up in a separate window from a link on my main web page. I am looking for a method to have the Flash Player start playing automatically when that window opens.

     

    Below is my inserted code. I have tried various autoplay parameters such as the ones in the code below with no success. Can one of you programmers help me?

     

     

    <object

    classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"

    codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0"

    height="20" width="30">

    <param name="movie" value="http://98.213.73.177:2002/player_mp3_maxi.swf">'>http://98.213.73.177:2002/player_mp3_maxi.swf">

    <param name="quality" value="best">

    <param name="FlashVars" value="autoplay=true&width=30&showslider=0&mp3=http://98.213.73.177:2002/broadwavehigh.mp3?src=1">

     

    <embed src="http://98.213.73.177:2002/player_mp3_maxi.swf"

    flashvars="autoplay=true&width=30&showslider=0&mp3=http://98.213.73.177:2002/broadwavehigh.mp3?src=1"

    quality="best" type="application/x-shockwave-flash"

    pluginspage="http://www.adobe.com/go/getflashplayer" autoplay="yes" height="20" width="30">

    </object>

×
×
  • Create New...