Skip to main content
Participant
May 12, 2008
Question

HTML to Control Actionscript

  • May 12, 2008
  • 1 reply
  • 257 views
Hey there, I hope people can help me here. Everytime i go and post help on a forum noone EVER replies.

Here is my question, how can i control actionscript using html?

What I would like is that if you click a button in HTML, i would like the external text to change to a different file.

HTML Button -> On Press -> actionscript linkage -> homepage.txt -> change to -> about.txt

if that helps. Cheers.
This topic has been closed for replies.

1 reply

kglad
Community Expert
Community Expert
May 12, 2008
your html button must call a javascript function and, using the external interface class, then call an actionscript function which would then change your text.