Here’s a question that crossed my mind number of times. Is it possible for separate flash movies (I’m talking about the one embeded in the html document…) to communicate between eachother using php or asp?
For example, picture this: What if your navigation was a flash movie; meaning that the links were animated with flash or what not.
Now, say somwhere else in a table on the page there’s another flash movie. If I click a link in the first movie (the menu), let’s say the scene changes in the other was well. Thus providing smooth animations between sections on your page while not having to design the whole page in flash making updating easy using a database since the rest of the page is html.
I wonder if this could be done?