Topic: Adding a link...

Just wondering...Is there a way to add a clickable link to my site in the swf that shows in the settings window? I tried to just put in a button with my link (onRelease > getURL, etc.).  It worked fine in flash, but didn't work when I put the swf in my screensaver and installed it.  It seemed to recognize that it was a link, because the pointer hand showed up when hovering over it, but then didn't do anything when clicked.

~Rama

Re: Adding a link...

what you did should work, in my screen that works.

Just guesing:
The "On release & getURL" AS2 method maybe the problem, I use the ".addEventListener & navigateToURL" AS3 Method and that is working fine. maybe this is something you can try.

Last edited by youpko (02/22/2010 02:03:42 AM)

Re: Adding a link...

Thanks for the quick reply. That worked.   smile
Seems like it should have worked either way. Guess I need to quit fighting actionscript 3.  It just seems more complex to do the same thing.

~Rama

Re: Adding a link...

AS3 indeed looks harder than AS2 (in my opinion) but I never learned AS2 so it is not confusing for me wink

And nice that it worked. smile

And no problem wink