Hi people,
I want to make a stylesheet changer… i found two articles on Alistapart how to make one using Javascript: http://www.alistapart.com/articles/alternate/ and PHP: http://www.alistapart.com/articles/phpswitch/
But I would like to call the script from a flash movie, I tried the PHP one, it works on most browsers except for internet explorer…
The Javascript stylechanger uses this tag:
a href="#" onclick=“setActiveStyleSheet(‘default’);
return false;”>change style to default
to call the script. So my question is; can this be done with actionscript? or has anyone managed to do this?
Thanks in advance