I am trying to swap out one swf file for another dynamically, either through javascript or CSS. I don't believe there is anyway to do this in CSS... is the only way to do this by changing the innerHTML property of an empty div tag? I would like to think there is a better way, but just changing the "src" attribute of an embed tag just doesn't seem to work. Any ideas?