On 3/10/06, dos dedos <[EMAIL PROTECTED]> wrote:

> can you show an example of how to do that?

Go here:
http://tasmania.globat.com/~mannu.info/flex/fTube/index.html

You can see a Flex 2.0 Beta 1 app if you have Flash Player 8.5.  Now
do a View Source from your browser's *main menu* (not the context menu
in Flash).

<div id="playerHolder">
<p>
This application requires <a
href="http://labs.macromedia.com/technologies/flashplayer8_5/";
title="Download Flash Player 8.5 prerelease from Adobe Labs">Flash
Player 8.5</a>.
</p>
<script type="text/javascript">
var flash = new FlashObject("fTube.swf", "player", "100%", "95%", "8.5");
flash.addParam("allowScriptAccess", "sameDomain");
flash.addParam("wMode", "transparent");
flash.write("playerHolder");
</script>
</div>

The text "This application requires..." is what gets replaced by the
SWF.  It's a most common technique.  What I was proposing is that you
actually have a bunch of links into your website instead of (or rather
in addition to) that piece of text.

Manish


--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to