window.history.back in flash using ExternalInterface

[ 2007-04-17 22:58:45 | Author: liuhuan ]
Font Size: Large | Medium | Small
head:
Quote
import flash.external.*;
usage:
Quote
if (Key.isDown(Key.BACKSPACE)) {
  flash.external.ExternalInterface.call("window.history.back");
}
if (Key.isDown(116)) {
  flash.external.ExternalInterface.call("location.reload", true);
}
Comments Feed Comments Feed: http://www.liuhuan.com/blog/feed.asp?q=comment&id=749

There is no comment on this article.

You can't post comment on this article.