![]() |
|
#1
|
||||
|
||||
|
Yeah this is just a REALLY quick tip that'll save your site. I found this out when only one of my links was working properly. I know not a lot of people use Flash, but for those who do or are planning to keep this in mind!
Okay, so if you are using Flash ActionScript 2 the code for a url is: Code:
on (release) {
getURL("URLHERE", "_self", "GET");
}
![]() Now to make SURE you type your URLs in correctly use this format: Code:
on (release) {
getURL("http://yoursite.com", "_self", "GET");
}
Sound easy enough? X3 Basically this whole lesson is remove the 'www.' and your user will not be logged out
__________________
![]() "I see now that the circumstances of one's birth are irrelevant; it is what you do with the gift of life that determines who you are."~Mewtwo My Adoptables|Nuzlocke Webcomic |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Gigi's Thread of Flash [Games] | PTGigi | Programming and Game Development | 10 | 11-09-2014 01:28 PM |
| insert flash / .swf files | voni | Questions and Supports | 7 | 06-15-2014 11:55 AM |
| Changing the links under Member's Links. | LucasA33 | Questions and Supports | 1 | 12-24-2013 09:04 PM |
| Flash Animation | elfhome | Art Gallery | 3 | 01-26-2011 04:53 PM |
| using a Flash or SWF for the image | redheadturkey | Questions and Supports | 2 | 06-01-2010 11:07 AM |
What's New? |
What's Hot? |
What's Popular? |