embedding flash into html docs...

kekoadesign

New Member
So I am in the process of building my self promotional site, www.kekoadesign.com I chose to have two different versions of the site, html and flash for usability stand point. The html side is pretty much finished, and I am starting to build the flash side, but I've come to realize that it is not very efficient to have two versions of a site when it comes time to update content.

So I am leaning towards embedding some flash elements into my html, like my navigation, header, and possibly some elements in my portfolio. But I still want to have full accessibility for browsers without flash, such as the iPhone. So I was wondering if there is a way to code where if the browser does not support flash then it will display a non flash plain html element like my header and navigation so the user can still browse the site?

Just seeing if this is possible, if not i think im still going to have some flash elements and people viewing my site on a mobile browser, sucks for them.

Brett
http://www.kekoadesign.com
 
Last edited by a moderator:

adamblan

New Member
Using swfobject2, you can load either dynamic or static alternative content if flash isn't supported.
Look it up in google's codebase
 
Top