Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 3BF2B200BBD for ; Tue, 8 Nov 2016 16:13:00 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 3A9AD160AFA; Tue, 8 Nov 2016 15:13:00 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 80656160B0C for ; Tue, 8 Nov 2016 16:12:59 +0100 (CET) Received: (qmail 26707 invoked by uid 500); 8 Nov 2016 15:12:58 -0000 Mailing-List: contact issues-help@flex.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@flex.apache.org Delivered-To: mailing list issues@flex.apache.org Received: (qmail 26694 invoked by uid 99); 8 Nov 2016 15:12:58 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Nov 2016 15:12:58 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 6E14C2C1F54 for ; Tue, 8 Nov 2016 15:12:58 +0000 (UTC) Date: Tue, 8 Nov 2016 15:12:58 +0000 (UTC) From: "Skylar Sutton (JIRA)" To: issues@flex.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (FLEX-35084) Ability to specify FileAttributes at compile time (mxmlc) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Tue, 08 Nov 2016 15:13:00 -0000 [ https://issues.apache.org/jira/browse/FLEX-35084?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Skylar Sutton updated FLEX-35084: --------------------------------- Attachment: original.swf modified.swf FlashFileAttributes.zip Attaching files per Alex's request. I pulled the "About Flash Player" movie from http://www.adobe.com/software/flash/about/ and modified it with the FlashFileAttributes executable to have +brokerLocalConnection. Files: * FlashFileAttributes.zip - The executable previously hosted on Abode sites that allows you to do this (perhaps what you need is buried in the hex there) * original.swf - The unaltered movie from the address noted above * modified.swf - The modified movie (+brokerLocalConnection) based on original.swf > Ability to specify FileAttributes at compile time (mxmlc) > --------------------------------------------------------- > > Key: FLEX-35084 > URL: https://issues.apache.org/jira/browse/FLEX-35084 > Project: Apache Flex > Issue Type: Improvement > Components: MXML Compiler > Affects Versions: Apache Flex 4.15.0 > Reporter: Skylar Sutton > Attachments: FlashFileAttributes.zip, modified.swf, original.swf > > > 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.: > bq. 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 -- This message was sent by Atlassian JIRA (v6.3.4#6332)