rickfink
01-25-2009, 05:58 AM
soo..another question.
Searched around for hours trying different things but still couldn't figure it out.
Trying to make a flash movie with fading pictures and if the user clicks a certain picture it brings them to a different place on the site...just like this:
http://www.prairielakeschurch.org/
Almost had it with making a blank keyframe above image and putting the actions:
import flash.events.MouseEvent;
link.addEventListener(MouseEvent.CLICK, powerClick);
function powerClick(event:MouseEvent) {
var request:URLRequest = new URLRequest("http://www.google.com");
navigateToURL(request);
}
That worked except a warning from firefox would pop up saying it was a threat. The other website doesn't do that. Just wondering if there was a simple way of making the picture a link within your website.
Here's my link:
http://www.baysidesuperior.org/Bayside
Thanks for all the great help so far.
Searched around for hours trying different things but still couldn't figure it out.
Trying to make a flash movie with fading pictures and if the user clicks a certain picture it brings them to a different place on the site...just like this:
http://www.prairielakeschurch.org/
Almost had it with making a blank keyframe above image and putting the actions:
import flash.events.MouseEvent;
link.addEventListener(MouseEvent.CLICK, powerClick);
function powerClick(event:MouseEvent) {
var request:URLRequest = new URLRequest("http://www.google.com");
navigateToURL(request);
}
That worked except a warning from firefox would pop up saying it was a threat. The other website doesn't do that. Just wondering if there was a simple way of making the picture a link within your website.
Here's my link:
http://www.baysidesuperior.org/Bayside
Thanks for all the great help so far.