Ultrashock Forums > Flash > Flash Newbie
new to flash - trying to make a flash site

You are currently viewing our website as a guest which gives you limited access to forums, files and other resources.

Click here to join now for free, and start interacting with our members, download files and much more!

Click here if you are looking for our Flash files and other professional assets.
 
Post Reply | View first unread | Rate Thread Search this Thread | Thread Tools | Display Modes

#1
Bookmark and Share!
new to flash - trying to make a flash site
Old 2007-03-18

I'm new to flash (I took a 5 day training course back in January). I'm trying to build myself a website using flash (new to websites also, I'm a designer who mainly does print work). I have the intro page and made a few hot spot buttons. But, I can't figure out how to add the next page. Like, when you hit the photography button, how do I get it to go to the photography page? And, how do I set that page up?

Thanks to anyone in advance who can help me.
postbit arrow 3 comments | 186 views postbit arrow Reply: with Quote   
Registered User
matthkd is offline
seperator
Posts: 31
2007-03-18
seperator

Ultrashock Member Comments:
vectoron vectoron is offline vectoron lives in Canada 2007-03-18 #2 Old  
A 5 day course eh? If it was for flash 8, and there wasn't screaming by the teacher after every mention of actionscript, I might question the validity ;p

Giving an explanation on how to build a page in flash isn't something that would likely be short, because there is alot of different methods. The most common one people end up using is a system of loading SWFs, or for smaller websites, having a movieclip with frames.

My advice would be to search around the internet, and there might also be some tutorials here on ultrashock. Some websites I liked/used:

www.kirupa.com
www.flashkit.com (have to be careful on this though, alot of crap)

Also, Adobe has alot of tutorials as well. My main advice would be whatever you do, don't use scenes. It might seem like a good idea, trust me, it's not.

Good Luck.
Reply With Quote  
orbit6 orbit6 is offline 2007-03-18 #3 Old  
Is the whole page going to refresh or you'd like the navigation to stay while loading different content?

If you're going with more simple approach and going to load the whole page when clicking on a link you can just publish .html and .swf pages for each section.

On each page you have to assign (it's an old school method) to each button the corresponding link.

Example:

}
on (release) {
getURL("photography.html");
}

As I said it's a conservative approach but it's a start.

Keep in mind to have all the published pages in the same folder.

I'll advise you to take a look at some tuts for buttons and use rollovers etc.
Reply With Quote  
matthkd matthkd is offline 2007-03-23 #4 Old  
Thanks guys! I also just bought the flash bible and will probably get the action script bible since i am completly new to code.
Reply With Quote  
Thread Tools
Display Modes Rate This Thread
Rate This Thread: