Ticket #7003 (closed defect: fixed)
storage_dialog.swf missing from source & release distributions
| Reported by: | guest | Owned by: | bradneuberg |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.2 |
| Component: | Storage/Flash | Version: | 1.1.1 |
| Severity: | major | Keywords: | |
| Cc: | mpirnat@…, jburke |
Description
When dojox.storage's Storage.swf needs to expand the allocated size of the Flash cookie, it wants to load up storage_dialog.swf. Unfortunately, in both the release and source distributions, only storage_dialog.fla exists; it needs to be compiled down to a .swf for distribution.
It is probably sufficient to copy over the storage_dialog.swf from the 0.4x tree since the .fla appears not to have changed at all (it MD5s the same for me in 0.4.1 and 1.1.1).
Further, from looking at Storage.as, it seems to expect the location of storage_dialog.swf to be in the same directory that dojo.baseUrl points to... Which would mean littering up the base dojo directory with dojox.storage-specific stuff. Some amount of fiddling with what dojox.flash passes to the Flash object (in the baseUrl parameter in dojox.flash._base) may be beneficial to keep things clean.
-- mpirnat (at) ag (dot) com