Search  

METALLIC BUTTONS

HomeBrowse CategoriesFlashMenus & ButtonsButtonsMetallic Buttons

100% Vector Graphics… allow to scale any size. Easy to change text and background color. Just copy and paste the your frame! (dragged’n’dropped)..And use it..

Posted about 1 year ago

Hi,

I’m very new to this flash thing; just a couple of days of experience so far. So, sorry for asking questions. I followed your installation instruction and when I test the movie, I get these error messages:

1120: Access of undefined property box_color_play. 1120: Access of undefined property box_color_play. 1180: Call to a possibly undefined method box_highlight_play. 1120: Access of undefined property box_color_play. 1180: Call to a possibly undefined method box_color_nextFrame. 1120: Access of undefined property box_color_play. 1180: Call to a possibly undefined method box_color_prevFrame.

Also, it looks like you used AS 2 (I maybe well wrong), do you think you can convert it for ActionScript 3??

Many thanks for replying.

Posted about 1 year ago

Sorry, I messed up with the error messages here. Hope it’ll be easily readable now.

1120: Access of undefined property box_color_play. 
1120: Access of undefined property box_color_play. 
1180: Call to a possibly undefined method box_highlight_play. 
1120: Access of undefined property box_color_play. 
1180: Call to a possibly undefined method box_color_nextFrame.
1120: Access of undefined property box_color_play.
1180: Call to a possibly undefined method box_color_prevFrame.

Cheers!!!

Posted about 1 year ago

Hi..Sory I can’t convert this scprit to AS3 .0..Because I’ haven’t Flash CS2 and I’ dont know AS3 .0..This buttons for only Flash 8 (AS.2.0).... Sory..

Posted about 1 year ago

Hi! I have done the url for the buttons. But when I move the mouse over the buttons its not doing the flash effect. this is my url script. : onClipEvent (enterFrame) { this.onPress=function(){ //change it for your URL getURL(“http://www.myweb.com/index.htm”,true) } }

Is it right? can you give me the right code please. I am learning…. :-(

thanx

Posted about 1 year ago

Hi Jude.. 1- Double click to your url button (into to button movie clip) 2- Select actionScript frame. 3- Find below code (look at the 7-9 lines)

7. box_dark.onRelease = function() { 8. box_highlight.play(); 9. }

4- Add your url command to 8. line

7. box_dark.onRelease = function() { 8. getURL(“”>http://www.myweb.com/index.htm”,true)* 9. box_highlight.play(); 10. }

that is all..:)

Posted about 1 year ago
Send Again..Because HTML format spoil my post text..I hate HTML You find below code.
box_dark.onRelease = function() {
    box_highlight.play();
}

add your url command to 8.line

box_dark.onRelease = function() {
getURL(“<a href="http://www.myweb.com/index.htm”,true)">http://www.myweb.com/index.htm”,true)</a>    
box_highlight.play();
}
Posted about 1 year ago

HTML format spoil my code..Stupid HTML …sory

Posted about 1 year ago

how about u actually fix the command shit huh?

Posted about 1 year ago

no need for that mike!

Posted about 1 year ago

Can I change the size, colors and links in Dreamweaver 8? If so I’m sold..

Posted 8 months ago

Still haven’t figured out the links commands. Can you try again? I need this right away to get this menu bar working on my site. Thanks. Myykk :)

Posted about 1 month ago