I'd tried to use this code but it only plays the last one, it didn't play the first one.
for example:
flashArray(0) is C:\Documents and Settings\John-no\Desktop\flash1.swf
flashArray(1) is C:\Documents and Settings\John-no\Desktop\flash2.swf
flashArray(2) is C:\Documents and Settings\John-no\Desktop\flash3.swf
vb Code:
For x = LBound(flashArray) To UBound(flashArray) swfCE.Movie = flashArray(x) swfCE.Play Next x




Reply With Quote