If you don't need the new APIs in 33.1 and are just looking for the runtime 
improvements, you can set the -swf-version and maybe -target-player to a lower 
number.  (AIR 32 is swf-version 43, not sure what 33 and 33.1 are using)

HTH,
-Alex

On 3/3/20, 11:10 AM, "Greg Dove" <greg.d...@gmail.com> wrote:

    sorry, that should have been:
    
    It sounds like an extra optonal parameter was added to
    
    flash.geom.Transform.getRelativeMatrix3D
    
    You could try monkey patching
    
    mx.geom.Transform
    
    by adding the source package for that to your local project, and then look
    at the overridden method for 'getRelativeMatrix3D' and add the second
    missing parameter for the latest version of that method
    
    On Wed, Mar 4, 2020 at 8:08 AM Greg Dove <greg.d...@gmail.com> wrote:
    
    >
    > It sounds like an extra optonal parameter was added to
    >
    > mx.geom.Transform.getRelativeMatrix3D
    >
    > You could try monkey patching
    >
    > mx.geom.Transform
    >
    > by adding the source package for that to your local project, and then look
    > at the overridden method for 'getRelativeMatrix3D' and add the second
    > missing parameter for the latest version of that method
    >
    >
    >
    >
    >
    > On Wed, Mar 4, 2020 at 7:49 AM leokan23 <l...@best-web.gr> wrote:
    >
    >> It looks like there is an issue with the latest AIR version, after they
    >> updated the geometry APIs.
    >>
    >> I am trying to run some projects and i get the following errors:
    >>
    >> param count mismatch
    >> virt params=2 optional=1 flash.geom::Transform/getRelativeMatrix3D()
    >> over params=1 optional=0 flash.geom::Transform/getRelativeMatrix3D()
    >> VerifyError: Error #1053: Illegal override of Transform in
    >> mx.geom.Transform.
    >>
    >> at
    >>
    >> 
spark.primitives.supportClasses::GraphicElement/validateProperties()[D:\flex_sdk\Sources\flex-sdk\frameworks\projects\spark\src\spark\primitives\supportClasses\GraphicElement.as:3546]
    >> at
    >>
    >> 
spark.components::Group/validateProperties()[D:\flex_sdk\Sources\flex-sdk\frameworks\projects\spark\src\spark\components\Group.as:938]
    >> at
    >>
    >> 
mx.managers::LayoutManager/validateProperties()[D:\flex_sdk\Sources\flex-sdk\frameworks\projects\framework\src\mx\managers\LayoutManager.as:601]
    >> at
    >>
    >> 
mx.managers::LayoutManager/doPhasedInstantiation()[D:\flex_sdk\Sources\flex-sdk\frameworks\projects\framework\src\mx\managers\LayoutManager.as:787]
    >> at
    >>
    >> 
mx.managers::LayoutManager/doPhasedInstantiationCallback()[D:\flex_sdk\Sources\flex-sdk\frameworks\projects\framework\src\mx\managers\LayoutManager.as:1191]
    >>
    >>
    >> Any ideas?
    >>
    >>
    >>
    >> --
    >> Sent from: 
https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapache-flex-users.2333346.n4.nabble.com%2F&amp;data=02%7C01%7Caharui%40adobe.com%7Cbc451ca69fde46a1143b08d7bfa676a0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637188594003806409&amp;sdata=ihY9KFQMn0Q7T5ImEIMtN3Q1TB%2Fod6l%2FL6di635NdUA%3D&amp;reserved=0
    >>
    >
    

Reply via email to