Use flash animation to control page function navigation

Source: Internet
Author: User
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.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.