Hi Guys,
I’m completely new in actionscript and flash so sorry for my stupidiy.
My problems are:
- The button links in flash menu that i have created is not working when it is embedded to my homepage.
- I think the actionscript is correct, i have followed some video tutorials in the net. All the button links work when played as a movie or as swf.
What I need is:
“To make the links in flash menu work when it is embedded to my homepage”
Here are the scripts:
[COLOR=red]In Actionscript:[/COLOR]
[COLOR=lime]__[/COLOR]
on (release) {
//Goto Webpage Behavior
getURL("http://jfcc.cogia.net/home.html","self");
//End Behavior
}
[COLOR=lime][/COLOR]
[COLOR=red](Im using macromedia flash mx 2004 as my flash editor)[/COLOR]
[COLOR=lime]_________________________________________________________________[/COLOR]
[COLOR=#ff0000]In html:[/COLOR]
[COLOR=lime][/COLOR]
<OBJECT classid=“clsid:D27CDB6E-AE6D-11cf-96B8-444553540000” codebase=“http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0” WIDTH=780 HEIGHT=143> <PARAM NAME=movie VALUE="[COLOR=red]0099.swf[/COLOR]">
<PARAM NAME=quality VALUE=high>
<PARAM NAME=bgcolor VALUE=#ffffff>
<EMBED src=“0099.swf” quality=high bgcolor=#ffffff WIDTH=780 HEIGHT=143 TYPE=“application/x-shockwave-flash” PLUGINSPAGE=“http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash”>
</EMBED>
</OBJECT>
[COLOR=lime][/COLOR]
I will appreciate any kind of help like giving tutorials, providing working scripts and etc.! Thanks in advance, I really need to finish my website asap.