Here it is:
http://blog.deconcept.com/swfobject/#expressinstall

The new method is mandatory for F9, but works well for all versions (6.65 and 
greater - no support for any expressinstall in flashplayer before that). Can't 
put my finger on the explaination for why the new method is necessary, but it 
is.
Most recent download, and other info on this page as well.

As an aside, Geoff was teaming with Bobby van der Sluis to come up with the 
bottom-line-best-standards-compliant method for putting swf's on a web page, 
but that effort seems dead - nothing much happening there:
"This also may be the last major release of SWFObject. If you haven’t already 
heard, the SWFFix project (http://www.swffix.org/devblog/) will be attempting 
to replace SWFObject as the de-facto Flash embedding standard. The project is 
still in the alpha stage, but is looking quite promising. So until then, enjoy!"

jimbo

*********** REPLY SEPARATOR  ***********

On 7/13/2007 at 6:35 PM Count Schemula wrote:

>Thanks for that.
>
>I checked the swfobject website and did not see any information on
>F9/AS3 testing and upgrading.
>
>Did I just miss it?
>
>On 7/13/07, Jim Berkey <[EMAIL PROTECTED]> wrote:
>> Of course, if the swf is compiled F9/AS3, you would test for F9. You do
>know that the express install has changed for F9? Now you don't include
>the express install code in your main swf, but use the provided swf -
>expressinstall.swf - and reference it this way:
>>
>> <div id="flashcontent">
>>                 <strong>You need to upgrade your Flash Player</strong>
>>                 This is replaced by the Flash content.
>>                 Place your alternate content here and users without the
>Flash plugin or with
>>                 Javascript turned off will see this. Content here allows
>you to leave out <code>noscript</code>
>>                 tags. Include a link to <a
>href="expressinstall.html?detectflash=false">bypass the detection</a> if
>you wish.
>>         </div>
>>
>>         <script type="text/javascript">
>>                 // <![CDATA[
>>
>>                 var so = new SWFObject("mySwf.swf", "sotester", "300",
>"300", "9", "#FF6600");
>>                 so.useExpressInstall('expressinstall.swf');
>>                 so.write("flashcontent");
>>
>>                 // ]]>
>>         </script>
>>
>>
>> jimbo
>> *********** REPLY SEPARATOR  ***********
>>
>> On 7/13/2007 at 12:33 AM Count Schemula wrote:
>>
>> >If I'm doing a site in F9/AS3 is it enough to use swfobject just have
>> >it test for player 9 and force upgrade accordingly?
>> >
>> >It's a small personal site and I won't be making am F8/AS2 version.
>> >
>> >Thanks.
>> >
>> >--
>> >count_schemula
>> >_______________________________________________
>> >[email protected]
>> >To change your subscription options or search the archive:
>> >http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>> >
>> >Brought to you by Fig Leaf Software
>> >Premier Authorized Adobe Consulting and Training
>> >http://www.figleaf.com
>> >http://training.figleaf.com
>>
>>
>>
>>
>> _______________________________________________
>> [email protected]
>> To change your subscription options or search the archive:
>> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>>
>> Brought to you by Fig Leaf Software
>> Premier Authorized Adobe Consulting and Training
>> http://www.figleaf.com
>> http://training.figleaf.com
>>
>
>
>--
>count_schemula
>_______________________________________________
>[email protected]
>To change your subscription options or search the archive:
>http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>
>Brought to you by Fig Leaf Software
>Premier Authorized Adobe Consulting and Training
>http://www.figleaf.com
>http://training.figleaf.com

o

_______________________________________________
[email protected]
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

Reply via email to