Proble with embeding audio in web site

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • tokcy
    New Member
    • Sep 2008
    • 45

    Proble with embeding audio in web site

    Hi,

    I am embeding flash player in my site but i have some problem like...
    suppose i have 5 songs and i am playing one song but i want to play another while first one is not completed then both songs are playing that do not i want ...
    i want like at time only one shog should play.
    Is there any scripting to do this?

    I am giving the code which i have embed
    Code:
                                  	<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="150" height="20"
        codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab">
        <param name="movie" value="singlemp3player1-religious.swf?showDownload=false" />
        <param name="wmode" value="transparent" />
        <embed wmode="transparent" width="150" height="20" src="singlemp3player1-religious.swf?showDownload=false"
        type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
    </object>
  • acoder
    Recognized Expert MVP
    • Nov 2006
    • 16032

    #2
    Are these embedded in the Flash file? If not, you could look at possibly using JavaScript to interface with the Flash file using something like swfobject.

    Comment

    Working...