Hi, I'm new to JavaScript so I apologize in advance if I ask an obvious or an impossible question.
I'm trying to build a simple gallery using some titles/text to load large images and some SWF files by swapping out the source hrefs. It works okay with only images, but I'm having trouble when it comes to load the SWFs.
I do not know if it's possible to use the same code to show both (images and swf files), so I would really appreciate...