One way to do this is to have a DIV or SPAN contain all the alt
content and have it initialize with display:none; set in the CSS. Then
when you create the new SWF, you can check the version number, and if
it's not greater than that value, tell it to setStyle('display',
'block') on that DIV or whatever. That way the ALT content only
displays when the Flash version check fails. And not before the SWF
kicks in and displays.

- Sean

On Oct 16, 1:22 pm, stratboy <[EMAIL PROTECTED]> wrote:
> Why does Swiff let you see the alternative content you put in the
> flash div, before showing you the swf? It happens in ie and also in
> Safari.
>
> Anyone knows a way to avoid it?

Reply via email to