Fun with links!
Date: 09/15/07
(WebDesign) Keywords: web
Ello--
I'm putting a button on my flash web page-- and it's giving me some errors. I've made the button, and I want to make it so that when people click it, a pdf file is downloadable.
This is the action script I have on the button
on (release) {
//Goto Webpage Behavior
getURL("http://ufotofu.net/blah.pdf","_blank");
//End Behavior
}
This is the error:
Mouse events are permitted only for button instances
Source:
on (release) {
(imagine a valid URL in place for the currenrly listed url, hehe).
Any suggestions? I'm not sure why it's not working for this button when I have the same action script-- working, on another button elsewhere.
many thanks in advance!
Source: http://community.livejournal.com/webdesign/1310365.html