anyone any good with these?
and can they tell me why they dont work in web browsers...
asfunctions
Started by Takatoshi, Jul 20 2006 10:18 AM
3 replies to this topic
#1
Posted 20 July 2006 - 10:18 AM
#2
Posted 20 July 2006 - 10:58 AM
what you asking for??? asfunctions? what's that??? do you mean ActionScript Functions?
#3
Posted 25 July 2006 - 06:53 AM
sorry i havent replied soon,
ok, my code is:
This works fine when testing within flash, however when published it does not seem to work within the browser, i am using IE6.
ok, my code is:
function myFunction () {
getURL("http://www.msn.co.uk")
}
this.createTextField("test_txt", 10, 0, 0, 300, 100);
test_txt.html = true;
test_txt.multiline = true;
test_txt.wordWrap = true;
test_txt.htmlText = "<A HREF=\"asfunction:myFunction\">Click Me</A>";
This works fine when testing within flash, however when published it does not seem to work within the browser, i am using IE6.
#4
Posted 25 July 2006 - 09:11 AM
put a crossdomain.xml in your webservers root directory, allowing every domain.
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users
