Hello.
I have a site built in flash using a dynamic text box and the text includes a link to another page within the flash site. I cant seem to get the asfunction to do ANYTHING never mind launch the page.
Am I doing it right? This is in my external text file:
<a href='asfunction:launchPage, cooking.swf'>What's Cooking?</a>
And then this is my function:
function launchPage(pagename) {
_global.newpage = pagename;
this.gotoAndPlay("out");
}
But to be honest I cant even make it do a trace so I dont think its the function thats the problem.
Any ideas?