Flash 9 GetURL not working
April 1, 2008 12:00 AM
If you are publishing to flash 8 or above you can use the external interface calls. So at the top of that last actions layer you would put:import flash.external.*;ExternalInterface.call("trivNextPage()");That should take you to the next page when the animation ends and it will work with flash player 9.Oh and get rid of the getURL line :)Edited By: Hemingway on 2008-4-1 17:37:21
Discussions have been disabled for this post