Jump to content


asfunctions


  • You cannot reply to this topic
3 replies to this topic

#1 Takatoshi

    Young Padawan

  • Members
  • Pip
  • 23 posts

Posted 20 July 2006 - 10:18 AM

anyone any good with these?

and can they tell me why they dont work in web browsers...

#2 funkysoul

    The Funky Stuff

  • Publishing Betazoids
  • PipPipPipPip
  • 2,307 posts
  • Gender:Male
  • Location:Zurich, Switzerland
  • Interests:Music: HIM, HIM, HIM, Cafe del Mar, Linkin Park, Fort Minor, Coldplay, Eric Jordan<br />Sports: Snowboarding, KiteSurfing, Extreme Sports<br />Computer: Flash, After Effects, Actionscript

Posted 20 July 2006 - 10:58 AM

what you asking for??? asfunctions? what's that??? do you mean ActionScript Functions?

#3 Takatoshi

    Young Padawan

  • Members
  • Pip
  • 23 posts

Posted 25 July 2006 - 06:53 AM

sorry i havent replied soon,

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 funkysoul

    The Funky Stuff

  • Publishing Betazoids
  • PipPipPipPip
  • 2,307 posts
  • Gender:Male
  • Location:Zurich, Switzerland
  • Interests:Music: HIM, HIM, HIM, Cafe del Mar, Linkin Park, Fort Minor, Coldplay, Eric Jordan<br />Sports: Snowboarding, KiteSurfing, Extreme Sports<br />Computer: Flash, After Effects, Actionscript

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