the easiest, and often the more effective intros are things like simple motion tweens, text fading in, and maybe a little scripting for a few cool effects.
then to link it to whatever webpage you like, just add this code to a button: -
on (release) {
getURL("http://www.google.com/");
}