belvita Level: Trainee
 Registered: 18-06-2008 Posts: 1
|
Problem in loading swf movie using array
Hello! I'm a new member of this forum, I need help regarding loading and playing multiple swf movie files by only using one shock wave flash control and an array.
I've tried using this code but it only loads and plays the last one.
For x = 0 To UBound(crypticArray2)
frmTesting.swfCE.Movie = crypticArray2(x)
frmTesting.swfCE.Play
Next x
Any idea?
Need Help Thanks!
|