Theofilaktos
05-03-2010, 09:04 PM
OK Here is the full list
http://theofilaktos.webs.com/flash.htm
The Show/HIde Description Button dont work. its buggy, so go and watch the video description on youtube it haves the codes there too.
and on my tutorial on how to make the url button replace the code with the new one,
on(press){
getURL("www.site.com", "_blank");
}
instead of
on(press){
getURL("www.site.com");
}
this basicly opens it ina new window/tab by default because if it opens in the same window you get a message from the flash player that it tries to communicate with a server etc. redirect in some words. and it dont let you....
http://theofilaktos.webs.com/flash.htm
The Show/HIde Description Button dont work. its buggy, so go and watch the video description on youtube it haves the codes there too.
and on my tutorial on how to make the url button replace the code with the new one,
on(press){
getURL("www.site.com", "_blank");
}
instead of
on(press){
getURL("www.site.com");
}
this basicly opens it ina new window/tab by default because if it opens in the same window you get a message from the flash player that it tries to communicate with a server etc. redirect in some words. and it dont let you....