I have a script that, when clicked on certain links, it changes the active css stylesheet via an “onclick” command.
I want to be able to use the same kind of links in a flash movie but i don’t exactly know how. I’m somewhat novice to actionscript so any help would be appretiated.
example of link in HTML:
<a href="#" onclick="setActiveStyleSheet('default'); return false;" target="main">change style to default</a>
how would i insert this into a flash “on (release)” link? :crying: