PDA

View Full Version : dynamic linking with actionscript


oatesj77
1-3-06, 06:52 PM
ok so anyone here an AS pro? i could use some help.

I need to have a link load up dynamically, that will unload/load a new movie clip containing a dynamic image.

here is what I have going on thus far, my data is loaded in and diviede by and id number (i) when a link is clicked, the dynamic data is split up and sent to it's coresponding dynamic text boxes, that is working great, what i need to do, is have one of those text boxes be able to open a new MC that would contain the dynamic jpg, or at least a new browser window with the jpg i need to show, basically have a small thumb loading with info, and need to be able to link to a larger image. I would like to keep it all internal flash (not opening a new browser window), but i seem to be having a lot of trouble.

here is a link to the swf; swf (http://127.0.0.1/mccormick/layout_01.swf)

anyone have any experience in this area?

thanks