window.history.back in flash using ExternalInterface
[ 2007-04-17 22:58:45 | Author: liuhuan ]
head:usage:
Quote
import flash.external.*;
Quote
if (Key.isDown(Key.BACKSPACE)) {
flash.external.ExternalInterface.call("window.history.back");
}
if (Key.isDown(116)) {
flash.external.ExternalInterface.call("location.reload", true);
}
flash.external.ExternalInterface.call("window.history.back");
}
if (Key.isDown(116)) {
flash.external.ExternalInterface.call("location.reload", true);
}
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.