akihiko122 / swfobject

Automatically exported from code.google.com/p/swfobject
0 stars 0 forks source link

Append specified flash vars when express install is created. #127

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
One thing missing from 2.x that was in 1.5 is the ability to pass all flash
vars to the object when running the express installer.

We have a modified expressInstaller.swf where we've added in a callback if
the user clicks the "No" button when asked to install.  This is useful to
re-insert the flash object if the user does not want to upgrade.  

Original issue reported on code.google.com by jgorn...@gmail.com on 16 Jul 2008 at 10:17

GoogleCodeExporter commented 9 years ago
I also notice in the express installer it provides a callback when the user 
clicks no
or the download fails.  Maybe add a way to piggy back on that "internal" 
callback so
after the "internal" expressInstallCallback is executed, it can then call a user
specified callback with a parameter of the action of Download.Cancelled or
Download.Failed.

This would allow the users to observe that event when the user does not want to
upgrade/install Flash.

Original comment by jgorn...@gmail.com on 16 Jul 2008 at 10:44

GoogleCodeExporter commented 9 years ago
This is not a bug. The default Express Install method in SWFObject 2 works 
different
than in SWFObject 1.5, it's closer to the UFO implementation. Please note that
SWFObject 2 replaces all SWFObject 1.5, UFO and the Adobe Flash Player 
Detection Kit.
therefore some features might be different. With SWFObject 2 the 
Download.Cancelled or
Download.Failed kan be configured in the express install AS file.

Original comment by bobbyvandersluis on 17 Jul 2008 at 1:32