Hello, My problem is to play several swf files. those play one after another. I can use single video using this code
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444312140000" codebase=" http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0 " width="184" height="160" id="Object1"> <param name="movie" value="video.swf" /> <param name="quality" value="high" /> <embed src="video.swf" quality="high" pluginspage=" http://www.macromedia.com/go/getflashplayer" type ="application/x-shockwave-flash" width="184" height="160"></embed> </object> plz help Its my assignment .
