PDA

View Full Version : MX2004 components / Player 6,0,47,0 and lower.


Gouks
09-01-2004, 12:50 PM
Hi, I had an unexpected problem recently with a site I developped using MX2004 components and AS2.0:

http://www.gingerstudios.com/flash.php?lang=en

The site works with player versions 6,0,65,0 and up.
it is using:

Components:
XMLconnector
ImageLoader
DataSet
TextField

AS2.0
Classes
custom events and Listeners
Strict typing

it does NOT work with versions 6,0,47,0 and lower:
The problem is that the data I collect using XMLconnector, to be then
passed to Datasets and then to ImageLoader components and Textfield
components is ignored / not displayed.

Unfortunately for me, macromedia has acknolwedged in the MX 7.2 release notes that versions below 6,0,79,0 aren't supported for MX2004 components:
http://www.macromedia.com/support/documentation/en/flash/mx2004/releasenotes.html#both


Some of our users have managed computers that can't be auto-updated.

Does anybody have an idea on how to solve this problem that wouldn't involve rewriting the entire site ?