air

Is it possible to modify Adobe Air's WebKit settings in the mx:HTML component?

Adobe Air's (read: Flex) mx:HTML component uses WebKit to render webpages. As such, does anyone know of a way to tweak WebKit's settings via the Air application (or a Flex API)? For example, I'd like to set WebKit's "enable-private-browsing" setting from "false" to "true". ...

Flex-AIR: Make application with NO tab in taskbar?

I have an AIR app about half way done right now. I was informed by the client today that he does not want a tab to show up in his task bar. I already have this in place for new windows by making them lightweight. I do not know how to make the main window lightweight though. If there is not a way, is there a work around, like not not havi...

How to send xml flex to php via post method in <mx:httpservice >?

i created xml in flex after that creation i post to php via http service but when i add like xml in http service flex throws error msg like Error #1096: XML parser failure: Unterminated element." What did i worng ? How to send xml data flex to php ? plz refer me <mx:HTTPService id="createxml" method="POST" url="http://####/admin/?do...

Flex-AIR: ApplicationControlBar wont dock in Window?

I have an application control bar set to dock. I have the exact same one in an instance of Window and an instance of WindowedApplication, the one in WindowedApplication docks like it should the one in Window does not dock. Can anyone tell me why? and how to make it dock? Thanks! Here is the code if you need it: <mx:ApplicationControlB...

Show pdf in Flex air

Hello I find the document that describe the working with pdf: http://livedocs.adobe.com/flex/3/html/help.html?content=PDF_1.html But I'm stuck with it and can't make working version. Can anyone help me? thanks Vladimir ...

Monitor the Date in Flex for a change

In Flex/ActionScript 3, is there a better way to monitor the date/time to determine if the date has changed to the next day by creating a timer that dispatches every minute? ...

air application fullscreen trouble

Hi there, I am working on an adobe AIR application and having trouble with fullscreen. When I set the application in fullscreen (stage.displayState = StageDisplayState.FULL_SCREEN;) the display freezes and nothing is being rendered. When I set it back to normal (by pressing esc) the application works fine. thanks ...

how to read particular xml value using flex?

i used httpservice for read xml get full xml but i want particular xml fled value only like first node id only how can i split xml ? <mx:HTTPService result="getid(event)" id="xml_coupon" url="###" useProxy="false" resultFormat="e4x"/> public function getid((evt:ResultEvent):void { var id:number=evt.result.id; ...

Encrypted Video Playback Adobe AIR (Flex)

Suppose you have an encrypted video file and the associated AES key. Is it possible to play that video in a flex AIR application without saving the decrypted version of the file? How? ...

How to display XML data (extracted from PHP) in an Adobe Air Application ?

Hello I would like to create a small Adobe Air application which would extract XML data from my site and display it in my Adobe air application. I have the xml part setup, when i run the xml file, it displays the results in the browser. Now what i need is to display the same results in my adobe air application. For e.g. I have a simpl...

Flex/AIR: loaded HTML links don't work?

I have an <mx:HTML/> component in my flex air app that shows a web page. The problem is, if the web page has a link on it and they click it, it does not take them to that page. Is there a way to allow this, or a work around? is there a way for the loaded webpage to send Flex info about events that occur in it? Here is my code: <mx:HTML...

Problem with within datagrid of itemRenderer checkbox - still can't Solve the problem

i used iteamreander in datagrid . if i select checkbox in grid automatically select another checkbox why? plz explain My xml data is more then 50 records. <mx:DataGrid change="calculate()" id="calamount" x="0" y="3" width="327" height="337" variableRowHeight="true" dataProvider="{xml_coupon.lastResult.Teamco...

flex combobox customize problem

Hi All , I'm new to flex and i need to create item and subitems in combobox, where only subitem is clickable. similar to what is shown in the given link as under: http://blog.flexexamples.com/2007/09/25/creating-a-custom-combobox-item-renderer-in-flex/ but here both header and option are clicked at the same time whereas i need that onl...

Why check boxes do not stayed checked as you scroll using flex ?

I've had problems using check boxes in data grids that are populated using dynamic data. The check boxes do not stayed checked as you scroll. How can i solve it ? ...

Adobe AIR detect if Running in ADL?

I need to detect if running in ADL or not, I can't seem to fine an answer that is guaranteed...I found a couple posts online that say "this might work..." Is there a reliable way to check? Thanks. ...

flex datagrid itemEditor

Hi, I have a datagrid in my application with custom itemRenderer & itemEditor. The rendererIsEditor property is false for the column. I also have a menu bar in my application. Now if I edit any cell the itemRenderer will be replaced with itemEditor and as the focus moves out the itemEditor switches to itemRenderer. It is the default n...

Flex: Get date of compilation?

I would like to include the compilation date with the version number in my flex/air app. I do not know how I could get this, or if its even possible. Is there a way? Thanks. ...

How to get type of variable? and instantiate it?

I am trying to make a function that opens a window but makes sure the same window is not already open. I want to be able to pass it a non-instantiated var or an instantiated var and it work either way. If the window is already open it closes it then reopens it. So I need a way to pass a variable of type Window or a subclass if it, and ...

options for playing youtube video in adobe air application

hi, i'm trying to get youtube content into an flex 3 air application and have tried a number of options using tubeloc, wrapper as3 classes which all seem to not work. most recently, i've been trying the method in this link http://www.blackcj.com/blog/tag/youtube/ but still having difficulties with the code not able to find ytplayer in th...

The newer version of Adobe AIR can't play video in plain HTML?

The November 2008 version can play video embedded in plain HTML pages (like YouTube). The newest version can't. Is there any workaround to this problem? ...