PDA

View Full Version : Flash & .net



pixelSnobbery
April 1st, 2008, 07:45 AM
Here's one for ya!

Is it possible to create a navigation menu in flash that controls aspects of a .net ajax page?

I'm trying to create a flash menu that allows different views of an ajax update panel to become active once different nav items are clicked.

Cheers!

Templarian
April 1st, 2008, 10:13 AM
search adobes site for "externalinterface" it is what allows Flash to talk to JS.

For AS3 they have a full working example so it shouldn't be too hard.

pixelSnobbery
April 15th, 2008, 12:43 PM
That did the trick!

Thanks :)