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"
);
--- In [email protected], "Samuel R. Neff"
<[EMAIL PROTECTED]> wrote:
>
> Mark,
>
> I don't know if this is still the case, but in the past
installation of the
> Flash Player was very tightly controlled. There was an agreement
available
> that allowed deployment through automated push or by internal
hosting, but
> it required signing a contract (no money, just license) and the
contract
> gave Macromedia the rights to view your source code (presumably to
confirm
> you weren't doing anything you're not supposed to re distributing
the
> player).
>
> Perhaps Adobe has changed these rules (they changed a lot for the
better!)
> but I don't know for sure and I didn't see anyone else answer your
question.
>
> That's from a legal standpoint... From a technical standpoint,
installation
> of the flash player is very simple and it's pretty easy to write
your own
> installer (although I don't know if you can do your own automated
install
> the way it happens from adobe.com).
>
> HTH,
>
> 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: Thursday, November 15, 2007 1:02 PM
> To: [email protected]
> Subject: [flexcoders] Express Install question
>
> I'm building an app for a company intranet site and the boss
doesn't
> want the user to go outside to get the plug-in if needed. I can't
> seem to find how to to modify the wrapper to do this. It's the
only
> thing I need changed on it. Can someone point me to where that
can be
> found, I just can't find it in the Help.
>
> Thanks,
> Mark
>