Forum Moderators: open
I made animations, graphics... all, exept the basic thing: URL. That is right, I don't know how to input url in FLA. Help please, I read tutorials, read help... and get out of my nervs.
I think I must insert layer - rectangle tool - convert to symbol - button and then input action code. Which code?
link_btn.onPress = function() {
getURL("http://www.whatever.com", "_blank");
}
This will load the whatever.com into a new window