My company already distributes the plug-in to its employees, so I'm sure we're all up-to-date on the legal issues. Most of the company has the latest and greatest, but there may be some other country IT departments that haven't gotten it yet to install... so what I'm saying is I don't have to worry about that. It's just the user experience I need to think about. Keeping them within the firewall is the number one priority for the org I'm building it for.
Thanks --- In [email protected], "Samuel R. Neff" <[EMAIL PROTECTED]> wrote: > > > 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: [email protected] [mailto:[EMAIL PROTECTED] On > Behalf Of Mark > Sent: Friday, November 16, 2007 10:27 AM > To: [email protected] > 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" > ); >

