Flash Tutorials: Advertising also has memories

Source: Internet
Author: User

When you go to the forum there is a flash ad, and you refresh the page every time it will play from the beginning, will not feel very annoying? So we have to modify this flash. Give him a memory function.

The effect to implement:

Remember the last playhead position when you refresh or close the page.

The next time you open the page animation, the last position continues to play.

Application: The effect can see the classic forum Banner ads.

The implementation code is as follows (published as AS1/AS2):

var Deng = sharedobject.getlocal (' Remember ');

if (deng.data.pos!= undefined) {

gotoAndPlay (Deng.data.pos);

}

This.onenterframe = function () {

Deng.data.pos = _currentframe;

};

Deng.flush ();

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.