<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=us-ascii">
<META content="MSHTML 6.00.2900.2963" name=GENERATOR></HEAD>
<BODY>
<DIV dir=ltr align=left><SPAN class=406452703-30082006><FONT face=Arial 
color=#0000ff size=2>Hollie.</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=406452703-30082006><FONT face=Arial 
color=#0000ff size=2></FONT></SPAN> </DIV>
<DIV dir=ltr align=left><SPAN class=406452703-30082006><FONT face=Arial 
color=#0000ff size=2>1) The .as file used used during the COMPILATION of your 
content .swf file (not during runtime). If it is not found, the flash IDE will 
throw an error, and you will have no express install capability. If you want to 
use express install, make sure flash CAN find the expressinstall.as 
file.</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=406452703-30082006><FONT face=Arial 
color=#0000ff size=2></FONT></SPAN> </DIV>
<DIV dir=ltr align=left><SPAN class=406452703-30082006><FONT face=Arial 
color=#0000ff size=2>2) The user has to have flash 6.0.65 or higher to initiate 
and express install. </FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=406452703-30082006><FONT face=Arial 
color=#0000ff size=2></FONT></SPAN> </DIV>
<DIV dir=ltr align=left><SPAN class=406452703-30082006><FONT face=Arial 
color=#0000ff size=2>If you needed users to have v8 to view your content AND you 
wanted to use express install to update their player, the code would be like 
below (notice the TRUE flag as the 7th param - that says to use express install 
to update the users player):</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=406452703-30082006><FONT face=Arial 
color=#0000ff size=2></FONT></SPAN> </DIV>
<DIV dir=ltr align=left><SPAN class=406452703-30082006><FONT face=Arial 
color=#0000ff size=2>var so = new SWFObject("some.swf", "swf", "550", "400", 
"8", "#ffffff", true);</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=406452703-30082006><FONT face=Arial 
color=#0000ff size=2></FONT></SPAN> </DIV>
<DIV dir=ltr align=left><SPAN class=406452703-30082006><FONT face=Arial 
color=#0000ff size=2></FONT></SPAN> </DIV>
<DIV dir=ltr align=left><SPAN class=406452703-30082006><FONT face=Arial 
color=#0000ff size=2>Regards,</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=406452703-30082006><FONT face=Arial 
color=#0000ff size=2>Aran</FONT></SPAN></DIV><BR>
<BLOCKQUOTE dir=ltr 
style="PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #0000ff 2px solid; MARGIN-RIGHT: 0px">
  <DIV class=OutlookMessageHeader lang=en-us dir=ltr align=left>
  <HR tabIndex=-1>
  <FONT face=Tahoma size=2><B>From:</B> swfobject-bounces@lists.deconcept.com 
  [mailto:swfobject-bounces@lists.deconcept.com] <B>On Behalf Of </B>Hollie 
  Bell<BR><B>Sent:</B> Wednesday, 30 August 2006 1:25 PM<BR><B>To:</B> 
  swfobject@lists.deconcept.com<BR><B>Subject:</B> [SWFObject] 
  expressinstalll.as<BR></FONT><BR></DIV>
  <DIV></DIV>
  <DIV>
  <P>
  <TABLE cellSpacing=8 cellPadding=0 width="100%" align=center border=0 
    nowrap><TBODY>
    <TR>
      <TD>
        <DIV>
        <DIV>
        <P>I've added in the express install.as in my flash file.</P>
        <P>QU1: IF the expressinstall.as file cannot be found, will it just skip 
        over the code and continue on with the flash movie?</P>
        <P>Qu2.  Also not quite sure when the express install takes place.. 
        is it if the version of the flash movie is higher than what the user 
        has.. or if the  flash version in the code:</P>
        <P>(var so = new SWFObject("auto_bizztools_blr.swf", "mymovie", "665", 
        "410", <STRONG><FONT color=#009933>"8", </FONT></STRONG>"#FFFFFF") )</P>
        <P>is higher than what the user has?? or someother 
        situation.</P></DIV></DIV></TD></TR></TBODY></TABLE><BR><BR></P><BR><BR><BR>
  <DIV></DIV>
  <DIV><FONT color=#000000></DIV></FONT></DIV></BLOCKQUOTE></BODY></HTML>