Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
Apache Flex 4.15.0
-
None
Description
To support Chrome/Pepperflash our application requires us to add the BrokerLocalConnection property to the FileAttributes Tag.
Currently the only way to achieve that is a post-compilation step to augment the FileAttributes using a (very old) Adobe tool called "flashfileattributes". E.g.:
flashfileattributes /some/folder/structure/movie.swf +brokerLocalConnection
Request is to modify the MXML compiler to allow us to specify that option at compile time, thus eliminating the post-compilation step.
Reference:
- flash.swf.tags.FileAttributes
- flex2.linker.SimpleMovie
Attachments
Attachments
Issue Links
- is related to
-
FLEX-35287 MXMLC Ant Tasks do not support new "broker-local-connection" compiler flag
- Open
- relates to
-
FLEX-35178 Implement new FileAttributes in Falcon
- Open