asked on
ASKER
Adobe Flash (formerly Macromedia Flash) is a cross-platform multimedia and software platform used to embed animations, video, and interactive applications into web pages and desktop and mobile applications and games. Flash displays text, vector and raster graphics to provide animations, video games and applications. It allows streaming of audio and video, and can capture mouse, keyboard, microphone and camera input. The ActionScript programming language allows creation of interactive animations, video games, web applications, desktop applications and mobile applications.
TRUSTED BY
1. you can create a movieClip containing the data you want in the popup set is visible value to false(i.e info_mc = false) and only set it to true when you rollover the right button.
2. you can control the position of a movieClip with setChildIndex method.//......... there is allot of data on this in the help files. also look up swapChildrenAt method