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
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>
Comment