Separate cell to show .swfs from rollovers

Hope someone can help - have found all sorts of queries similar, but none specifically about the following arrangement:

  1. “holder” image (holder.img) in a table cell
  2. html/js rollover in another cell
  3. onmouseover swaps out holder image to a .swf (say, 1.swf)
  4. onmouseout swaps back to holder image
  5. 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 :stuck_out_tongue:

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