Welcome Guest ( Log In | Register )



 
Reply to this topicStart new topic
> ActionScript: Flash Menus For Idiots, This menu is'nt the menu you find at hotels, this is a website fla
ganeshn11
post May 2 2006, 06:18 PM
Post #1


Advanced Member
Group Icon

Group: Banned
Posts: 149
Joined: 2-December 05
From: Bangalore, India.
Member No.: 9,923



Flash menus NOT EDIBLE.
Here you’ll learn to make a menu for your website using Macromedia Flash
1)First Way – get URL Method.
2)Create a new movie.
3)Insert a couple of buttons from the common libraries or make your own buttons.
4)Select this button get in to actions for this by pressing F9.


Select this button get in to actions for this by pressing F9
Insert this script as it is

CODE
on (press, release) {
   getURL("sample.htm");
}


Do the same for the other buttons and what you have is a MENU for your website. Remember the name of your page takes place of SMAPLE and as flash is very sensitive be sure with .htm and .html endings.
Go to the top of the page
 
+Quote Post
sparkx
post Oct 12 2006, 09:18 PM
Post #2


Sparkx
Group Icon

Group: [HOSTED]
Posts: 354
Joined: 11-October 06
From: Dana Point, CA, USA
Member No.: 16,496



Well... is this a tutorial? I did what you said to (actually I just know what that comand does) and that wont get you a movie. You need
root.Put_name_of_window_here.loadMovie("sample.swf")
Go to the top of the page
 
+Quote Post
foolakadugie
post Oct 12 2006, 11:16 PM
Post #3


Premium Member
Group Icon

Group: Members
Posts: 242
Joined: 4-August 05
From: Los Angeles
Member No.: 7,624



Well it depends on how the page is built. The action supplied would work if you are just using a flash button on an html page and you want it to navigate to a seperate html page; although I think you would have to use an absolute url instead.
Go to the top of the page
 
+Quote Post
yordan
post Oct 13 2006, 11:43 AM
Post #4


Way Out Of Control - You need a life :)
Group Icon

Group: [MODERATOR]
Posts: 2,042
Joined: 16-August 05
Member No.: 7,896



QUOTE
Well... is this a tutorial? I

Nicely seen. This is the main difference between a tutorial and a step-by-step.
A tutorial is here in order to make you think and learn. If you have to think more than necessary, it's even better.
A step-by-step would be a list of things you should do and which will always word.
So, the present topic is a tutorial.
Unfortunately, the word "idiot" appears in the title, so you should not have to think by yourself when you read this tutorial.
Go to the top of the page
 
+Quote Post

Reply to this topicStart new topic

Collapse

> Similar Topics

Topics Topics
  1. Flash 8 - Game Tutorials?(8)
  2. Loading External Actionscript(4)
  3. Great Website(0)
  4. Type Checking Not Work On For .. In Loop(2)
  5. Flash Cs3(2)


 



- Lo-Fi Version Time is now: 11th October 2008 - 09:45 AM