This content has been marked as final.
Show 3 replies
-
1. Re: can't call a javascript function from actionscript with ExternalInterface
kglad Dec 26, 2011 12:48 PM (in response to saariko)use:
function JumpScroll() {
window.scrollTo(0,0);
}
-
2. Re: can't call a javascript function from actionscript with ExternalInterface
saariko Dec 26, 2011 1:42 PM (in response to kglad)thanx kglad but scroll and scrollTo are the same
my problem has to do with things like sandboxes, accessabitly, and stuff like that (which i know little about). it has nothing to do withe the actuall scroll since this
code:
function JumpScroll() {
//window.scrollTo(0,0);
}
gives the same nasty result - the swf becmoes unresponsive
anyone?
-
3. Re: can't call a javascript function from actionscript with ExternalInterface
saariko Dec 26, 2011 2:09 PM (in response to saariko)ok
got it working
i knew this was a local/restrictions thing
went here:
http://www.macromedia.com/support/documentation/en/flashplayer/help/settings_manager04.htm l
added my swf, now works great
cheers to tobi3 in http://forums.adobe.com/thread/671861



