Recently, we used flash animation for page function navigation. Therefore, we wrote the animation production process here.
First, add a button component to falsh and set its action.
On (Release)
{
Geturl ("javascript: resourcemanagerment ();");
}
Resourcemanagerment is a JavaScript function of the page, which controls the page orientation in IFRAME.
Function resourcemanagerment (){
Parent. Contents. Location. href = "resourcemanagerment/resourcelefttreeview. aspx ";
Parent. Main. Location. href = "resourcemanagerment/simpletopomonitor/topomonitor. aspx ";
}
Pay for Flash animation.
Http://dl2.csdn.net/down4/20070801/01203806800.swf
You can decompile the animation with something called a hacker, and you can see all the things used for the animation, including the button elements, fonts, and so on. Then you can use this to publish the animation as a flash, enable the flash in Macromedia Flash 8 and modify it.