『アドビコミュニティフォーラム』に質問/トピックを投稿する方法
Questions
新着順
I experience something that looks like an ApplicationDomain related error with 2 ANEs, but I can't spot how that even happen... and how to get rid of those.Excerpt:TypeError: Error #1034: Type Coercion failed: cannot convert com.freshplanet.ane.AirInAppPurchase::InAppPurchaseProducts@10a8c7e51 to com.freshplanet.ane.AirInAppPurchase.InAppPurchaseProductsI use other ANEs in the same app that don't have the same issue.I reached a dead-end of trial and error attempts to solve that. Any idea where I should look into?Tested with AIR SDK 23 and 24 (beta)EDIT: When the app is built in release mode, the feature works. My problem is kinda solved (it's now just that I can test it in debug mode).
I'm trying to play a recorded stream from flash media server on mobile devices. I'm able to play FLV files but F4V files (like the sample files included in the VOD application in FMS) won't play on iOS device (tested on iPad 1 and iPhone 4s).The odd part is that this videos play fine in the simulators included in Flash Builder 4.6 and also in Android devices and BlackBerry Playbook.FLV videos play fine in all devices and simulators.Updating Air SDK to 3.4 didn't solve the problem.I tried with Flash Builder 4.7 and didn't solve it neither.Source:....protected var nc:NetConnection = new NetConnection();protected var ns:NetStream;protected function application1_creationCompleteHandler(event:FlexEvent):void{ nc.addEventListener(NetStatusEvent.NET_STATUS, onNetStatus); nc.connect("rtmp://server-url:port/application/instance/");}protected function onNetStatus(event:NetStatusEvent):void{ if(event.info.code == "NetCo
I've noticed in the trace window that I sometimes get the messgeReferenceError: Can't find variable: setProgressWhen I call_webView.loadURL("javascript:setProgress('" + theLocation + "');");where _webView is an active StageWebView inside my AIR application (running on Windows) - (AIR v23 - but seems to happen with all AIR versions)This error does not seem to trigger the Error event handler that I setup _webView.addEventListener(ErrorEvent.ERROR, webViewError);As this also logs the date and time that the error occurs e.g. private function webViewError(evt:ErrorEvent){ Main.log("Error: Webview - "+evt.toString());}StageWebView - Adobe ActionScript® 3 (AS3 ) API Reference So I have no way to handle it.I've tracked down when it occurs to being when load.URL is called while a page still has pending load items including ajaxIs there a event handler I can attach so that these errors can call a my error handler callback ?
Nach dem Start von Nero 2017 kommt es zu einer Fehlermeldung bezürglich Adobe creative Cloud:Problemsignatur: Problemereignisname: APPCRASH Anwendungsname: Creative Cloud.exe Anwendungsversion: 3.9.1.335 Anwendungszeitstempel: 580f9535 Fehlermodulname: Core.dll Fehlermodulversion: 3.9.1.335 Fehlermodulzeitstempel: 580f9563 Ausnahmecode: c0000005 Ausnahmeoffset: 000041a0 Betriebsystemversion: 6.1.7601.2.1.0.256.48 Gebietsschema-ID: 3079 Zusatzinformation 1: 0a9e Zusatzinformation 2: 0a9e372d3b4ad19135b953a78882e789 Zusatzinformation 3: 0a9e Zusatzinformation 4: 0a9e372d3b4ad19135b953a78882e789Wie kann ich dieses Problem lösen?Josef
I have tried several times to install the latest version of Adobe Air, but have been unsuccessful.Any suggestions?Here is the log:[2016-11-24:14:50:16] Runtime Installer begin with version 23.0.0.257 on Windows 7 x86[2016-11-24:14:50:16] Commandline is: -stdio \\.\pipe\AIR_5284_0 -ei[2016-11-24:14:50:16] Installed runtime (18.0.0.199) located at c:\Program Files (x86)\Common Files\Adobe AIR[2016-11-24:14:50:16] Starting silent runtime update. Updating runtime from version 18.0.0.199 to version 23.0.0.257[2016-11-24:14:50:16] Installing msi at c:\users\michael\appdata\local\temp\air73db.tmp\setup.msi with guid {BBEC10F9-AC15-41EE-A271-0B1077F53740}[2016-11-24:14:50:19] Error occurred during msi install operation; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0][2016-11-24:14:50:19] Rolling back install of c:\users\michael\appdata\local\temp\air73db.tmp\setup.msi[2016-11-24:14:50:19] Rollback complete[2016-11-24:14:50:19] Exi
Has anybody had any success in getting Air 22 to play video at all? At this point every single video project of ours is broken in Air 22 or the video plays back stuttering, no matter what Android device or OS version. The problem happens when I use the netstream.play() command, and when it starts logging "We didn't have tls entry for the JNIEnv, but the thread was attached", the video performance stutters or just plays black.Below is what I see in LogCat on every video play.07-05 17:27:31.106: W/System.err(30922): java.lang.NoSuchMethodError: no method with name='setNativeInstance' signature='(J)V' in class Lcom/adobe/flashruntime/air/VideoViewAIR;07-05 17:27:31.106: W/System.err(30922): at com.adobe.air.customHandler.callTimeoutFunction(Native Method)07-05 17:27:31.106: W/System.err(30922): at com.adobe.air.customHandler.handleMessage(customHandler.java:22)07-05 17:27:31.106: W/System.err(30922):
2 months with Zero progress..Asked on 'AIR Bugs' thread with no success and bug is still here.A very simple app that only loads Resource module crashes iOS apps. Same time Android version or running app using ADL - both of them work fine:(AirSDK used to compile: 23.0.0.257 and 23.0.0.274.iOS v7 & v9 tested on.Now tested with the latest AIR SDK 24.0.0.177 +Apache Flex 4.14.1 (and 4.15.0) and iOS 10.0.2 (iPad) (on Windows 7x64SP1)- and app also crashes (shows Air logo, white screen on first view and closes).Details, sources, screenshots, sample project here: Bug#4195292 - ResourceManager loadResourceModule Crashes iOS app Does anyone had same problem or is able to reproduce it? Or it works for you (compile using air 24+ and run app on iOS?)? and under which software configuration?Any help and advises are highly appreciated!
Hi!I installed the application and it appears and error while I try to open it... I deleted the application and downloaded again and the problem persists. Please help me!!
Hi, I've noticed that AIR 24 is no longer compatible with Flare 3D? On iOS, it seems to render meshes in the wrong order - which often results in them being downright invisible:There is no such problem on Android and no such problem in AIR 23. I can revert back to that for now, but I'm worried that I will no longer be able to update my 3D apps if a solution does not present itself!Flash CS6, AIR 24 (beta), Flare3D 2.71
Hi,I grabbed the latest version of AIR 24 beta and the Starling's commit for Async upload https://github.com/Gamua/Starling-Framework/commit/073f81566cf4938ed041a6fcdd9c986f4cbaa1de.I set the skipUnchangedFrames to false;. I'm playing a video texture while I'm uploading textures via Asset Manager and I see some strange artefacts on screen with iOS.Does VideoTexture already supports async upload on iOS? It seems I don't have the problem on Android.In my Main: _videoIntro = new VideoIntro();_starling.stage.addChild(_videoIntro);assetManager = new AssetManager(textureScaleFactor);assetManager.enqueue(File.applicationDirectory.resolvePath(StringUtil.format("assets/{0}/", textureScaleFactor)));assetManager.loadQueue(function(ratio:Number):void {...My VideoIntro is mostly:_nc = new NetConnection();_nc.connect(null);var file:File = File.applicationDirectory.resolvePath("videos/Loading.mp4");_ns = new NetStream(_nc);var texture:Texture = Texture.fromNetStream(_ns, 1, function():void { &nb
Any chance we'll see AEC introduced into AIR? It's used in Connect.
Hi all,We've recently been experimenting with using VideoTexture (via Starling Texture.FromNetStream) to render HLS,H264,AAC video supplied by the mangui flashls library.Works fine on desktop, also works fine on iOS (when using native HLS, not flashls)On Android, we can hear the AAC sound but instead of seeing the video, we see a miniature copy of the entire displaylist based interface! The colours don't look right, but it actually updates in real time as the play position moves along the seek bar.Having enabled error logging on the Context3D we see this stack trace:W/System.err( 6961): java.lang.NoSuchMethodError: no method with name='getHeight' signature='()I' in class Lcom/adobe/flashruntime/air/VideoTextureSurface;W/System.err( 6961): at com.adobe.air.customHandler.callTimeoutFunction(Native Method)W/System.err( 6961): at com.adobe.air.customHandler.handleMessage(customHandler.java:22)W/System.err( 6961): at an
Hi Chris,we have reported a major show stopper which has been confirmed to be an issue with the latest release of Android.This has to do with Video playback hanging due to the changes in Video component and its underline pipeline in Android which was changed in the latest AIR 22 (we confirmed this is when it broke) .The bug has been reported and tracked here:Bug#4161877 - With current beta 22 when using Android Video, video will hang for a second when other operations occur su…it's been over a month and we still do not have a status on this.We provided a sample project, step by step instructions on how to reproduce and even details on which SDK broke this and how to install the SDK.I really need your help to get a status on a fix for this MAJOR show stopper in Android and latest Adobe AIR.We can't release our next Android TV Player until this is resolved.thanks as always,Sean.
i don't Know why stagewebview play video from ok.ru without sound . everything is ok with other like youtube and daylimotion ...var rect:Rectangle = new Rectangle(0,0,stage.stageWidth,stage.stageHeight);var url:String = "https://ok.ru/videoembed/12068062600";var webview:StageWebView = new StageWebView();webview.stage = this.stage;webview.viewPort = rect;webview.loadURL(url);
I am on a mac 10.11.6 using AIR 23 with a FLEX SDK. I have been following the instructions below for years. Extract the contents of the downloaded AIR SDK zip/tbz2 file into the now empty AIRSDK folder.Mac OS: In Terminal, cd to the empty AIRSDK directory:tar jxvf AIRSDK_Compiler.tbz2I am attempting to overlay the AIR 24 SDK and I noticed the file type changed from a tbz2 to a DMG?How do I overlay a .DMG on a mac?
Has anyone seen this before ?The actual error is a bunch of jargon .. but does say "too many files open" I've never seen this before
Why is this no longer available? We've been storing data in the iOS cache directory for years and can't figure out how to access it with AIR 24. Is there a new method to retrieve this somewhere?
its driving me crazy since today im getting this error. xesterday the same file worked. just increased the version. changed nothing.every time apple is changin things. i need to update 5 apps urgently please helpmichael
Hi,My game is localized to English, Korean, Chinese (traditional and simplified). When I switch to Korean in the iOS version of the game from English it will hardcrash/close the app. It works fine on Android, web and desktop versions of the game.What is really strange is that if I change from English to Chinese, then go from Chinese to Korean (via the language select screen I have in-game), it will work fine. It will however crash the game when it next loads the app (as it saves the Korean preference).I'm embedding the fonts in their own swf's and packaging them locally with the following code: public class ChineseFontEmbed extends Sprite { [Embed(source='../../../../../../Fonts/msyhbd.ttc', fontName='ChineseDefault', fontWeight="bold", mimeType='application/x-font', embedAsCFF='false', unicodeRange='U+000a-U+007e, U+00A2-U+00A5, <lots of other characters specifically used by the game>, U+ff1f')] public var ChineseDefault:Class; }public class KoreanF
As I was adding a HTML web view in Animate CC apparently, I hit a issue with Anti-aliasing text......there's NO Anti-aliasing.Is there a way to fix it?
I keep getting *** Security Sandbox Violation ***SecurityDomain 'about:blank' tried to access incompatible context 'app:/myapp.swf'I've no idea whats causing this.Because it mentions "about:blank" I thought it could be a Stagewebview that I was using, but I removed it, (set it to null when not in use), but I still get the error.Does anyone know what this message means?
HiyaBeen trying to work through the pain of AIR 23 issues, but have come upon an issue using VideoTexture to render video form a NetStream - also the same result if using the Starling Texture approach. This only applies in AIR 23 and Android - including the latest beta at time of writing - prior version of AIR working fine.For example compiled app using AIR 20 for desktop/iOS/Android. Results : all work fine when running the pre-AIR 23 runtime. Once the runtime is updated to AIR 23 (including latest beta runtime), the Android version is only rendering audio, and a black screen for video. Fixed by removing and updating the devices with a pre-AIR 23 runtime. This is not fixed by recompiling using AIR 23.Hope someone can shed light on this.Geof
Hello, I would like to know what are the system requirements for Adobe AIR 3 and what are the ends of life for Adobe AIR 3 and the other versions if possible.
I recently hired a developer to complete a IOS and Android Childrens App. He went on Vacation and has left me hanging with source code(thank goodness). The application uses FlashyWrapper to record an animation. I could not find a decent developer on any job boards and this is my last ditch effort. My email is: tab at report.ly. Thanks in advance.
Hi, I've developed a native AIR extension and have placed the extension code in a test application.After compiling the test application for Android and iOS, to test that all is O.K., I have encountered an exception on Android when the application is launched (on iOS all is working as expected).Even if i comment the plugins code from the application it still crashes, which causes me to suspect that the problem is within the test application itself.The crash was generated on a Nexus 5 (6.0.1), and on other android devices.Any help would be appreciated.The following crash report is generated: 19:05:18.688 780 3399 I ActivityManager: START u0 {act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=air.com.appoxee.air.example/.AppEntry (has extras)} from uid 10021 on display 0 19:05:18.731 780 790 I ActivityManager: Start proc 29787:air.com.appoxee.air.example/u0a105 for activity air.com.appoxee.air.example/.AppEntr
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
すでにアカウントをお持ちですか?ログイン
アカウントをお持ちではありませんか? アカウントを作成
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.