Go Back   CodingForums.com > :: Client side development > Flash & ActionScript

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 07-18-2003, 04:24 PM   PM User | #1
Ben@WEBProp
Regular Coder

 
Join Date: Jun 2003
Location: Spokane, WA
Posts: 512
Thanks: 0
Thanked 0 Times in 0 Posts
Ben@WEBProp is an unknown quantity at this point
Flash Nav Bar

As of now, I have a Javascript Nav Bar. I realize that it cannot be seen in non-Javascript browsers, and for some reason it can't be seen in netscape! So i go to thinking: "What about a flash drop-down menu"? What are the pro's and con's to a Flash Menu? What is the best way to do a drop-down menu in your opinion?

-Ben
Ben@WEBProp is offline   Reply With Quote
Old 07-18-2003, 04:38 PM   PM User | #2
ionsurge
Senior Coder

 
Join Date: Aug 2002
Location: A 4D universe
Posts: 1,337
Thanks: 0
Thanked 0 Times in 0 Posts
ionsurge is an unknown quantity at this point
Any menu in flash is easy, the only downside is that your visitors will have to have flash plugins.

Have a look at www.ultrashock.com for menu tutorials.
__________________
http://www.mudsplat.com - Web design, print, and marketing solutions.
ionsurge is offline   Reply With Quote
Old 07-18-2003, 05:00 PM   PM User | #3
pardicity3
Regular Coder

 
Join Date: Jun 2002
Location: Iowa / Notre Dame
Posts: 538
Thanks: 0
Thanked 0 Times in 0 Posts
pardicity3 is an unknown quantity at this point
If you are worried about your current nav bar not working if users don't have javascript turned on, then you should probably be even more worried about a flash navigation. It's really not extremely common that someone wouldn't have the flash plugin, but, afaik, more people don't have flash than don't have javascript.

Also--in most cases--a javascript menu would be more accessible than a flash menu. Atleast with a javascript menu there is usually hard coded html that can be read with a screen reader, but with flash, you got nothing.

Not trying to sway you from flash at all though, it can be a great tool. Heck, even brothercake used flash in one of his new sites. Though, it isn't for navigation purposes...
__________________
My Site {Mike's Adventures}

Yikes, forums are almost too much fun.
pardicity3 is offline   Reply With Quote
Old 07-18-2003, 05:42 PM   PM User | #4
Ben@WEBProp
Regular Coder

 
Join Date: Jun 2003
Location: Spokane, WA
Posts: 512
Thanks: 0
Thanked 0 Times in 0 Posts
Ben@WEBProp is an unknown quantity at this point
Oh yes, I had thought about the amount of people not having the ability to use flash as opposed to the amount of people not having Javascripts turned on...and your right. It would be more accessible.

I really love flash, though. I would eventually like to do a page entirely in Flash. I know this is extremely limited accessability, but it would be an optional version. http://www.blondergroup.com has a somewhat comparable example...but I want to do better.

What have you done as far as nav bars in the past that you found to be the best?

-Ben
Ben@WEBProp is offline   Reply With Quote
Old 07-18-2003, 06:23 PM   PM User | #5
bradyj
Senior Coder

 
Join Date: Apr 2003
Location: San Francisco, CA
Posts: 2,469
Thanks: 0
Thanked 0 Times in 0 Posts
bradyj is an unknown quantity at this point
I've done a lot of flash sites (and, if you get into them, I'd reccommend starting to learn ActionScript -- which, is very similiar to JavaScript it seems) -- but I have usually done 'whole' sites in flash, not half html and half Flash.

Now adays, I try to keep my menus very simple using CSS and text -- to animate, I have done a little JavaScript. As for Flash, I have kept it, again, to just completely flash sites with very minimal HTML. But, I think flash is best kept to sites that utilize it as an online advertisement of their skills, like Design firms and Marketing firms. Other than Banners and ads, it seems a little 'overkill' so to speak.
__________________
// Art is what you can get away with. <-- Andy Warhol
...:.:::: bradyjfrey.com : htmldog : ::::.:...
bradyj is offline   Reply With Quote
Old 07-18-2003, 06:57 PM   PM User | #6
brothercake
Senior Coder


 
Join Date: Jun 2002
Location: near Oswestry
Posts: 4,508
Thanks: 0
Thanked 0 Times in 0 Posts
brothercake is an unknown quantity at this point
I'll come down a big "no" for flash navigation - for accessibility reasons; exactly the same reason why you hesitate at pure-JS navigation is why you should hesitate at pure flash navigation.

My favoured approached is dynamic menus based on semantic XHTML - you get menus for JS capable browsers but everything else can still see the navigation tree; like this - http://www.brothercake.com/scripts/listmenu/ (and if you look at them in moz with JS disabled the menus still work )
__________________
"Why bother with accessibility? ... Because deep down you know that the web is attractive to people who aren't exactly like you." - Joe Clark

Last edited by brothercake; 07-18-2003 at 07:01 PM..
brothercake is offline   Reply With Quote
Old 07-18-2003, 10:04 PM   PM User | #7
bradyj
Senior Coder

 
Join Date: Apr 2003
Location: San Francisco, CA
Posts: 2,469
Thanks: 0
Thanked 0 Times in 0 Posts
bradyj is an unknown quantity at this point
That is a fantastic example brothercake

I need to spend more time on your site
__________________
// Art is what you can get away with. <-- Andy Warhol
...:.:::: bradyjfrey.com : htmldog : ::::.:...
bradyj is offline   Reply With Quote
Old 07-18-2003, 10:18 PM   PM User | #8
Ben@WEBProp
Regular Coder

 
Join Date: Jun 2003
Location: Spokane, WA
Posts: 512
Thanks: 0
Thanked 0 Times in 0 Posts
Ben@WEBProp is an unknown quantity at this point
Hey, that's pretty cool!
Do you have anything that drops down to reveal sublevels like mine does only in XHTML? I am trying to look for a vertical drop-down type...

http://www.webpropertiesinc.com

Great site by the way! How long did it take you to learn all that?

-Ben
Ben@WEBProp is offline   Reply With Quote
Old 07-19-2003, 01:17 AM   PM User | #9
brothercake
Senior Coder


 
Join Date: Jun 2002
Location: near Oswestry
Posts: 4,508
Thanks: 0
Thanked 0 Times in 0 Posts
brothercake is an unknown quantity at this point
you could try this one - http://www.gazingus.org/html/menuExpandable.html - it's not exactly the same as what you have, but it has the core functionality you want; the rest is just CSS.
__________________
"Why bother with accessibility? ... Because deep down you know that the web is attractive to people who aren't exactly like you." - Joe Clark
brothercake is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 05:20 AM.


Advertisement
Log in to turn off these ads.