Hope someone can help - have found all sorts of queries similar, but none specifically about the following arrangement:
- “holder” image (holder.img) in a table cell
- html/js rollover in another cell
- onmouseover swaps out holder image to a .swf (say, 1.swf)
- onmouseout swaps back to holder image
- 5 buttons in all for swapping 5 different .swfs
I already have the rollover code working to swap out different .gifs (and/or animated .gifs), I just don’t know how to get .swfs to play instead of images 
I have been reading around: would this work best if there was only 1 .swf (and point to different scenes in the .swf?) or would 5 different .swfs be ok to stack like this (read something about levels of flash…:P).
Note: The .swf files are old – I used flash MX 2004 to make the .swfs (and can only find my flash 5 CD now). Regardless, want to see if something can be done whether have to make new .swfs or not.
PS the .swfs are small (short, few Kb) but should they (also) be pre-loaded (somehow)?
Thanks in advance for any info