> Say mc_01.swf is the initial SWF that's loaded. I want to be able to click a
> button/text link labeled "two" and have mc_02.swf load in place of
> mc_01.swf. I want to be able to do  this for other buttons as well. I think
> it should be possible, but I'm just not sure how to proceed.

Andy,

For cross-browser reliability you'll probably want to swap out the
whole object/embed tag and regenerate it for the new movie source.
You can get some ideas fom this flash plugin:

http://malsup.com/jquery/media/

It generates the proper HTML (using swfobject.js) and then does an
empty().html(..) on the target.

Mike

_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/

Reply via email to