example of bad flash usage

N

Nick Howes

Oh dear, I just came across a website with a set of simple rollover buttons,
but instead of using javascript each button is an inividual flash animation
:S cringe.
 
S

Steve R.

Nick Howes wrote in message ...
Oh dear, I just came across a website with a set of simple rollover buttons,
but instead of using javascript each button is an inividual flash animation

So why are you keeping us in suspense?

URL please :~)
 
H

Hywel Jenkins

Oh dear, I just came across a website with a set of simple rollover buttons,
but instead of using javascript each button is an inividual flash animation

So?
 
O

Owen Jacobson


That was my reaction too. What's so different between using individual
images and individual flash animations (barring details like alt= versus
<object> fallback)? In fact, I'm happier with a well-executed flash
rollover that falls back to images that fall back to text than I am with a
javascript menu.
 
B

Barefoot Kid

| Oh dear, I just came across a website with a set of simple rollover buttons,
| but instead of using javascript each button is an inividual flash animation
| :S cringe.
|
| --
| Nick

ur point is???
 
Z

Zak McGregor

That was my reaction too. What's so different between using individual
images and individual flash animations (barring details like alt= versus
<object> fallback)? In fact, I'm happier with a well-executed flash
rollover that falls back to images that fall back to text than I am with
a javascript menu.

The fact that non-Flash users can't navigate at all?

Ciao

Zak
 
C

Chris Morris

Zak McGregor said:
The fact that non-Flash users can't navigate at all?

They can if decent fallback is provided, as was mentioned above.

<object attribute="appropriate value" etc>
<param this="that">
<a href="wheretheflashlinksto.html">
<img src="button" alt="something sensible">
</a>
</object>

You don't see many examples of it, I'll admit.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,431
Messages
2,571,679
Members
48,796
Latest member
Greg L.

Latest Threads

Top