『アドビコミュニティフォーラム』に質問/トピックを投稿する方法
Join a global community of Adobe Air users and developers.
新着順
I'm using StageAd ANE from the Gaming SDK, and I can't figure out what I'm supposed to do with an instance of StageFullscreenAd after I've added it to the stage, and it's either failed or loaded.I'm currently cleaning it up after it's been dismissed (or failed to load) by removing all the event handlers, and then just reinstantiating it for use on the next go round, but that doesn't provide any assurance that I'm not leaking memory somewhere. There is no removeFromStage to match addToStage, and there is no destroy method or anything like that. How am I supposed to clean this thing up?Kevin N.
AIR for iOS 3.9 beta - Oct 9, 2013 update. Also AIR 3.8 throws the same errors.The exception is thrown only when doing an AOT compile (quick compile works fine).It is thrown as soon as an external SWF containing ABC is loaded into the current ApplicationDomain.The "Main" SWF doesn't contain anything special (at all), so I have no idea what the "possible symbol clash" is.Possible hint: why is everything in my stack trace doubled up?Anyone know what the heck this error is talking about and whether it's something I have the faintest hope of fixing before I need to release thing thing in two days' time?What is "abcenv"? And how do I set it to non-null?Main Thread (Suspended: TypeError: Error #2007: Parameter Possible symbol clash in multiple swfs, abcenv must be non-null.)view::EnvironmentButtonView/init [no source]view::EnvironmentButtonView/init [no source]flash.display::Sprite [no source]flash.display::Sprite [no source]flash.display::MovieClip [no source]flash.display::MovieClip [no so
Hi all,I have an Acer Aspire laptop running Windows 7 Home Premium 64 bit.I am trying to udate Picaboo X and everytime I open the application I get this error message:"Sorry an error has occured.This application cannot be installed because this installer has been mis-configured. Please contact the application author for assistance."Here is my installation log from Adobe AIR:[2013-11-21:11:33:35] Runtime Installer begin with version 3.9.0.1210 on Windows 7 x86[2013-11-21:11:33:35] Commandline is: [2013-11-21:11:33:35] No installed runtime detected[2013-11-21:11:33:40] Relaunching with elevation[2013-11-21:11:33:40] Launching subprocess with commandline c:\users\michael\appdata\local\temp\aire10d.tmp\adobe air installer.exe -ei[2013-11-21:11:33:44] Runtime Installer begin with version 3.9.0.1210 on Windows 7 x86[2013-11-21:11:33:44] Commandline is: -stdio \\.\pipe\AIR_6088_0 -ei[2013-11-21:11:33:44] No installed runtime detected[2013-11-21:11:33:44] Starting silent runtime install. Insta
Probably a stupid question, but is there an easy way to do this? Downloading a file is no problem (URLRequest, URLLoader,FileStream to write it) but the process doesn't seem so easy in reverse. Any ideas?Thanks inadvance...
I am currently working on a mobile Adobe Air/Flex Stage3D applicaiton in Flash Builder 4.6. Everything works fine but the visual quality is not up to snuff. I would like to enable Anti-Aliasing for iOS devices... but it seems it is disabled on mobile platforms and flat out ignored.Is there any possibility to integrate/activate anti-aliasing for Stage3D content via Adobe Air in native packaged iOS apps (maybe a developer preview of a new SDK?)... or is there any workaround I could use to increase visual performance?Sine I am not pushing too many polygons in my app it should be fine to apply anti-aliasing without too much of a performance impact... it is rather annoying not being able to test it with the option/flag being flat out ignored.Help is much appreciated!Thanks!
Hi Everyone,I created an Adobe AIR desktop app that can browseForOpen() and search for a .csv file to be parsed and placed in a SQLite db. I am trying to reformat the app so that it works on ipad, but am getting hung up by how I would get the csv files into the app. Obviously I cannot use browseForOpen anymore. Any ideas how I can import the file? Maybe the user can email themselves and then I can grab it from an attachment? Dropbox would be awesome.... I am at a loss, but would love ANY helpJosh
Hey,Am trying to test our latest app on iOS6.1 via the iOS simulator.Problem is that we don't seem able to write anything to disk.We have several shared objects which we can't 'flush' plus, when we try to write a file to disk we also get a fault.The app works fine on actual iOS devices so I know our code is correct.Has anyone else experienced this kind of issue?I can't find any documentation to suggest we can't write to disk from the simulator so am a bit stumped!Any ideas or advice greatly appreciated!Thanks.
When viewing a PDF in a StageWebView on ios6 iPad3, opening a link is setup to open externally. This works on tapping links, however holding down on the link, and pressing 'Open' freezes the app (forces you to close the app completely and reopen). Is there a way to fix this behaviour? Or is it possible to block out the dialog from even opening?protected function onLocationChangeComplete( _evt:LocationChangeEvent 😞void { trace(" onLocationChangeComplete: " + _evt); _evt.preventDefault(); navigateToURL(new URLRequest(_evt.location), "_blank");&n
I'm trying to install an AIR mobile (flex) application on BlackBerry Playbook. I managed to publish many successful builds of my app for all Blackberry devices EXCEPT Playbook.The application failed to installed with this following error message "failure 821 Application-requires-system :unrecognized system name "BlackBerry10".I am using FlashBuilder 4.7 with AIR 3.1 SDK and I am using Adobe and Blackberry ANEs to build the app.Is the AIR SDK I am using (3.1) is correct for Playbook ? It DOES work for all other BlackBerry device.. ? Any ideas what might cause this ?Thanks !
The purpose of this discussion is to identify significant problems currently preventing AIR for iOS from being a viable solution for porting existing Flash apps. These issues have been largely ignored by Adobe, so I hope that everyone will add to this discussion if you have also run into these roadblocks in targeting iOS with the AIR SDK. I hope that Adobe staff will address and provide some much needed information with regard to fixing these problems.There are 3 main problems with targeting iOS currently, which are probably affecting anyone who is trying to port a project that is both medium to large in size and makes use of SWF loading. Pretty much any project that has a MVC architecture is going to load SWF assets that are compiled against a view class, so this is likely affecting many people.1. Bug - ADT packager runs out of memory when packaging "large" numbers of SWF assetshttps://bugbase.adobe.com/index.cfm?event=bug&id=3511656This is a blocking bug that pr
We are planning to build a desktop application using Adobe AIR. The most important aspect of looking at AIR was portability between different devices. There is a requirement that when the AIR application is installed in the Desktop environment it is able to integrate with peripheral devices like signature pads and Credit card devices. How can this be enabled is there a way to integrate AIR with Java?A quick help regarding this would be highly appreciated since it will help us in making a decision.
Just a simple question. I know the <description> tag of the app descriptor is used in the desktop AIR installer to tell what's the app about, but, is it ever used when compiling for iOS/Android/BB? The description is usually added manually to the App Store / Play Store page, so it would seem as if it's never used.I remember a while ago seeing somewhere in Adobe's documentation a table of the descriptor tags which were used on desktop, which on mobile and which on both. Does anyone have the link to that page? I can't seem to find it now.Thank you!
For when a new roadmap update http://www.adobe.com/devnet/flashplatform/whitepapers/roadmap.html ?Any plans of being included support for:Windows 8 Modern UIWindows PhoneAndroid Intel processors (ex: Samsung Galaxy Tab 3)
Hi we are getting the DRM error "Error 3343 [IVError]" when running the Adobe AIR SDK.1. Downloaded DRM SDK 42. Compiled swf3. Created HTML App (single html file) with the swf player embedded3. Launch the AIR App4. Viewing http://drmtest2.adobe.com:8080/Content/anonymous.f4v - gives a DRM error "Error 3343 [IVError]"Running the SDK swf inside a browser works fine.<html><body> <iframe style="border: 0; width: 100%; height: 100%" sandboxRoot="http://localhost/air/" src="player.swf" documentRoot="app:/" allowCrossDomainXHR="true" ></iframe></body></html>We have tried upgrading Flash installations on the machine.Any help appreciatedCheersClint
Hi,i created an application with adobe air myApp.air and i want to add a driver file in this installer so when the user installing the air application it will also install the needing drivers (it is an application also for windows and mac).is it possible with adobe air? sorry for my bad English.
https://developer.apple.com/ios7/Apple announced a new GameController API yesterday, to be included in the upcoming iOS7. There's already a detailed programming guide in the new beta SDK for iOS developers.Meanwhile AIR Mobile SDK 3.7 just added GameInput support!It would be great if AIR iOS got gamepad support now! Especially as this is a strong sign from Adobe that Apple TV, including a gamepad, is on its way - it would be great if AIR Mobile were one step ahead as a game development tool on that platform when it appears!
HII understand how to use the BEGIN and COMMIT listeners etc.I was wondering if you can use BEGIN TRANSACTION and COMMIT around a bunch of SQL processes in a single string?eg"BEGIN TRANSACTIONCREATE INDEX IF NOT EXISTS idx1 ON table1 (Artist COLLATE NOCASE, Title COLLATE NOCASE);CREATE INDEX IF NOT EXISTS idx2 ON table1 (Id, Date);CREATE INDEX IF NOT EXISTS idx3 ON table1 (Time, Reason COLLATE NOCASE);END TRANSACTION"or do they all have to be separate statements, each with a listener?I ask as I'm getting a "BEGIN is not allowed in SQL" error.Cheers
I am attempting to open a new program I installed on my computer and apparently it requires Adobe AIR in order to operate.Each time I try to open the new program the Adobe AIR Licensing agreement opens with a TOS button that I click.Problem is, nothing happens after that. The program never opens. This has happened before with other programs & AIR.I'd appreciate feedback to know what can be done to fix this and allow me access to the program(s).
I wrote an AdobeAir app 3 years ago. It uses php and a MySQL database. It worked fine on leopard, snow leopard, lion and mountain lion. After upgrading to mavericks, the app now gives an error - 'default decode could not decode result' when attempting to start the app. There have been no code changes. I don't know where to start.
On IOS 7 device,my application is sliding up to the status bar.So the status bar is coming up on my application.Is any solution? If you closely see on the top of image,there is transparent statusbar.As in my application i set the full screen to false.So it comes below to the status bar.But status bar is coming on it.Any solution please.....
HiIt seems when I create a database in AIR, it's default is UTF-16le. Is there a way to make the default UTF-8?Thank you.
Hello!Please, i need help with Air.Suddently i got a problem with air, when i try to open games (Like Transformice, Dofus) they show this error:http://andrewapeterson.com/wp-content/uploads/2008/08/picture-32.pngI use WINDOWS XP 32 bits. It started suddently. I tried to unistall but I got the same error. -_-I downloaded and installed but nothing.I used this tool http://support.microsoft.com/mats/Program_Install_and_Uninstall/en-us it works for unistall but when i install again the error persist.I tried CCleaner and nothing (maybe because i don't know how to).Please help me!
Hello, i developed an app for the iPad. Sometimes the framerate goes down to 1 FPS!!! This is when an app from an other developper runs in the background. Is there a workaround to fix this?Thx.Heiko
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.