• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
Locked
0

Burrito Local Connection Print2Flash

New Here ,
Nov 26, 2010 Nov 26, 2010

Copy link to clipboard

Copied

I am trying to experiment with an App that loads a Print2Flash swf.  The Print2Flash component relies on creating a local connection.

private var APILC:LocalConnection;

APILC = new LocalConnection();

trace("APILC.domain="+APILC.domain)

Traces:

APILC.domain=null

In a Flex 4.1 app it would return

APILC.domain=app#Print2FlashFlexAirTest

Print2FlashFlexAirTest being the name of the app

Why does domain return null in Burrito/Hero?

Views

440

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Nov 26, 2010 Nov 26, 2010

Copy link to clipboard

Copied

LATEST

From
http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/net/LocalConnection.html?fi...

AIR profile support: This feature is supported on all desktop operating systems and on all AIR for TV devices, but is not supported on mobile devices. You can test for support at run time using the LocalConnection.isSupported property. See AIR Profile Support for more information regarding API support across multiple profiles.

Is there a plan too offer this in Mobile devices?

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines