You a darling. Quick on though, do I not need to apply some script for this to happen with the "hit button"?
Sorry, I realise this is obviously a very simple process but I myself am at a loss. Whatever happened to just applying a behaviour as in Flash 8?
I would appreciate you assistance.
Quote:
Originally Posted by Swooter
What behaviors do you mean?
Opening a website:
ActionScript Code:
navigateToURL(new URLRequest("http://kirupa.com"), "_blank");
Opening the default e-mail program:
ActionScript Code:
navigateToURL(new URLRequest("mailto:my@email.com?subject=Some subject&body=Some text"), "_blank");
|