Hi there
I’m a newbie to AS3. I’m trying to build a widget for a band.
You can see it here…
http://www.widgetbox.com/widget/eddb...0-7aff20ef6feb
The links out won’t work on MySpace without this code…
http://docs.widgetbox.com/developers/guide/flash/
I’ve tried every thing but can’t get it to work.
The only code I have is…
Website_btn.addEventListener(MouseEvent.MOUSE_DOWN , Website_btnHandler);
function Website_btnHandler(event:MouseEvent):void {
- *navigateToURL(new URLRequest(“http://www.honeyryder.co.uk/”));
}
Blog_btn.addEventListener(MouseEvent.MOUSE_DOWN, Blog_btnHandler);
function Blog_btnHandler(event:MouseEvent):void { - *navigateToURL(new URLRequest("http://blog.myspace.com/honeyrydertheband
"));
}
Youtube_btn.addEventListener(MouseEvent.MOUSE_DOWN , Youtube_btnHandler);
function Youtube_btnHandler(event:MouseEvent):void { - *navigateToURL(new URLRequest("http://www.youtube.com/HoneyRyderOfficial
"));
}
Can anyone show me how to integrate this with the http://docs.widgetbox.com/developers/guide/flash/ code?
Many thanks
Ian