Flash And HTML/CSS
Flash And HTML/CSS
Out of context: Reply #4
- Started
- Last post
- 6 Responses
- jkosoy0
Use Javascript as a middle man.
I don't have a specific example, but you could simply do:
button.onRelease = function()
{
getURL("javascript:changeCSS...
};And then in your header have the javascript neccessary to switch up the appropriate CSS.