Page is a not externally linkable
- Code, Content, and Presentation
-- Flash and Shockwave
---- Text appear when flash not available


rocknbil - 3:26 pm on Nov 5, 2010 (gmt 0)


Right, you have a div/paragraph/other element with an id, design it without Flash so it's functional. Then you add SWFobject, and the content is replaced by the Flash if it's supported. I wouldn't use a link though, that would potentially put a block level element inside an inline element and would all be linked.

<div id="flash-placeholder"> <!-- or p or .... -->
<a href="http://get.adobe.com/flashplayer/"><img src="http://www.adobe.com/images/shared/download_buttons/get_adobe_flash_player.png" alt="get flash player"></a><br>
All this will get replaced by Flash
</div>


Thread source:: http://www.webmasterworld.com/flash/4226419.htm
Brought to you by WebmasterWorld: http://www.webmasterworld.com