I'm using the switchcontent script (2005 version). Now I'm trying to activate it from a flash button instead of html code (usually typing: <span onClick="expandcontent(this, 'sc1')" style="cursor:hand; cursorointer">find out more</font> </p>).
In flash I've inserted this button action:
on(press) {
getURL("javascript:expandcontent(this,'sc1')");
}
But, it doesn't work, nothing happens. What I'm doing wrong? I'm completely stuck!



ointer">find out more</font> </p>).
Reply With Quote


Bookmarks