Adding Audio To FLV in ActionScript
I have an FLV without sound, and a sound file without video. Can I combine them using Actionscript? Where should I start? ...
I have an FLV without sound, and a sound file without video. Can I combine them using Actionscript? Where should I start? ...
I can't help but feel I'm missing some simple, critical piece of information. Is there some way to store application level (session) data to survive across page loads? I'm building a stand alone application that has multiple web pages, every time I load a new page with a normal link - i.e. <a href="newpage.html">Next Step</a> The EN...
Okay, sorry if I'm a bit vague or little specific. First of all, I'm really new to the business of programming and that kind of things, so excuse my non-knowledge of much of this. :) Anyways; I've been reading a lot around on the internet on what technology to use and so forth when it comes to application development on the desktop (mai...
Hi, I have a problem with the AdvancedDataGrid widget. When the dataProvider is an ArrayCollection (of arrays), the nth array (within the collection) is also the nth row within the grid, and I can jump and display the i-th row by scripting adg.selectedIndex = i; adg.scrollToIndex(i); now, when I add a Grouping, the dataProvider end...
Hi people, I am trying to make my first JS-based adobe air app. But I've stuck at a point. Here's the code which is causing the error var RunUrl = 'http://www.lilpirate.net'; var firstRunUrl = 'http://www.netbloo.com'; var snxApp = air.EncryptedLocalStore.getItem( 'snxApp' ); var semail = snxApp.readUTFBytes( snxAp...
Is their a built-in way to show a message box in adobe air. I'm using air with the Flash IDE BTW. ...
Hi Stack Overflow! I've seen a few questions asked here about Adobe AIR, although an overall viability review is hard to find (both here and on Google). Some questions that could contribute to such a review: Is Adobe AIR the best cross-OS-compatible, browser-less runtime for RIAs? What are drawbacks unique to AIR? What are positives...
Hi people, I know the title of the question is a bit odd. But I don't know what the thing I am trying to do, is called. So, here it goes -- I'm working on a simple ADOBE AIR app generator, After generating all the necessary files and signing the application using the file adt I'm supposed to - generate the actual .air file. Which, af...
Hey, Can anybody help me on how to load external swf's in adobe air. Every time i try i get a security sandbox violation message. Can anybody help me with this ...
Anyone know how to set flex Chrome in flex 4 SDK ? coz when I use showFlexChrome, it always return error if I use flex 4 SDK. thx ...
Hello, I've made an AIR app with Flash Builder 4. Works great but I want to run the app without installing it. So..... when I install the app, I copy the files from program files and paste it on a CD and give it to somebody. He runs it on another computer without AIR runtime with as result that it doesn't work. How can I bypass this? Li...
I have an air desktop app im working on, and i have a custom chrome used for the title bar and such. However, when i maximize the application, theres always some space above the applications as if i were using the standard system chrome. And i can tell because i can just see the title bar of an app behind it, but none of that applicatio...
Okay, so I had a really, really hard time formulating my title because I couldn't come up with a short phrase that would justify what I was trying to say in a clear way. Sorry about that. But, to the question: I asked a week or so ago about whether to use C# or Adobe Air for some quite simple applications, and I've not made my final dec...
I really hope I'm misunderstanding applying certificates to Adobe AIR applications. Certificates are expensive for my budget at around $300 or more last I checked. I don't quite understand the process yet, but it reads like I must purchase a certificate for a single version of a single application. I believe it is called code-signing ...
From a developer's point of view, are there other differences between Flash and AIR to take into account, apart from the certificate and AIR not supporting ActionScript 2.0? ...
Hi, We have an AIR client which talks to a WAMP server. We store documents. One of the customer requirement is: they want to their website users to view the documents stored in the AIR application. It should be a read only access. The users will not have our air client installed on their machines. All they do is to check the customer's ...
Hi folks, we are starting a new desktop project and we are evaluating adobe air as our development platform. this is because most our team are flex developers and we want to take advantage of that. but we have several question in order to decide whether or not to use air as a development platform. How recomended is to use a bridge to c...
Is there any way to interface applications outside AIR application ? some kind of generic interface from AIR and into AIR ? ...
I'm building an Air app and one feature I need is toaster style notifications in the bottom right corner of the screen. Before I go ahead and start writing my own toast controller, does anyone know of an existing library for such functionality? I'm looking for something which will just manage displaying, hiding and stacking of toast noti...
Hi, Has anyone got any experience will loading SWC / SWZ's at runtime within a Flex 4 / Air 2 desktop application? The very rough idea would be to have a desktop Air app, which is able to "download" additional modules (eg, a SWZ/RSL representing a form) and load these at runtime? Imagine the App is configured using an XML file obtaine...