multiple flashes to be played

Associate
Joined
30 Jun 2009
Posts
1,027
Location
Norwich
I have 3 parts of a swf that need to be played, either one after the other or if I can join them but had no luck in finding a program.

is there anyway to add it into this code simply?

Code:
<object width="600" height="400"><param name="movie" value="flash_files/my_lords_garden.swf">
<embed src="flash_files/my_lords_garden.swf" width="600" height="400"></embed></object>

thanks
 
Back
Top Bottom