I don't know if changing the parameter will work or not, and if it did work, what you would actually put on your internal page to allow installing the plugin without going to adobe.com (especially due to previously mentioned legal concerns).
Sam ------------------------------------------- We're Hiring! Seeking a passionate developer to join our team building Flex based products. Position is in the Washington D.C. metro area. If interested contact [EMAIL PROTECTED] -----Original Message----- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Mark Sent: Friday, November 16, 2007 10:27 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Express Install question Thanks for the reply, I was wondering if I can just go into the HTML and change the code right in there, or if that will just cause errors? I'm thinking I can change the "pluginspage" paramater in the few spots it shows up with an internal page URL that gives my message and a link to the plug-in. I don't know if that is considered the Express Insall or not. What do you think (before I go and scew this up)? AC_FL_RunContent( "src", "playerProductInstall", "FlashVars", "MMredirectURL="+MMredirectURL+'&MMplayerType='+ MMPlayerType+'&MMdoctitle='+MMdoctitle+"", "width", "100%", "height", "100%", "align", "middle", "id", "app_withoutHeaders", "quality", "high", "bgcolor", "#869ca7", "name", "app_withoutHeaders", "allowScriptAccess","sameDomain", "type", "application/x-shockwave-flash", "pluginspage", "http://www.adobe.com/go/getflashplayer" );