Jump to content

ralphchrisdavis

Members
  • Posts

    4
  • Joined

  • Last visited

Everything posted by ralphchrisdavis

  1. I have seen several posts with issues like yours, but no real answers. I know how frustrating that can be. Is there a link I can follow to see your web page? Maybe I will see something in the code that is causing the problem.
  2. Doesn't anyone have an idea on how to cuase the Flash Player to autoplay? The parameters I have in the original code do not work. Could someone at least tell me if my syntax is correct?
  3. Someone must have an idea on this one. Is the answer so simple that I can't see it right in front of my face?
  4. 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...