[Flashcoders] AIR + Google Maps = not working

2011-06-08 Thread Karim Beyrouti
Hello List - I am trying to get Google Maps working in an AIR app (for desktop). Currently I am not able to get the maps to initialise and work in an AIR application. Has anyone managed to get the googleMaps as3 component to work inside an AIR application ? Best Karim Beyrouti

Re: [Flashcoders] AIR + Google Maps = not working

2011-06-08 Thread Karim Beyrouti
Figured it out, in air you have to define a URL for the map component. i.e.: zoomMap.url= 'http://myWebsite.com' Cheers Karim On 8 Jun 2011, at 12:49, Karim Beyrouti wrote: Hello List - I am trying to get Google Maps working in an AIR app (for desktop). Currently I am not

[Flashcoders] AIR apps on iPhone - any good shipping examples?

2011-04-24 Thread Gerry Beauregard
Does anyone know of some really good apps on the iPhone app store that were written as AIR apps? It's certainly possible to make iPhone apps from AIR apps. Adobe's got a summary of the workflow here: http://help.adobe.com/en_US/air/build/WS901d38e593cd1bac1e63e3d1295c1072d7-8000.html I'm

Re: [Flashcoders] AIR for Android - video on mobile problem.

2011-01-27 Thread confustic...@gmail.com
Thanks for your replies, Dave and Zeh. Just to follow up on Zeh's point: IIRC, Flash on a mobile device unloads the video from memory once it's past a certain point due to memory constraints, keeping only the last few seconds of it. It was mentioned on some of Adobe's docs about mobile

Re: [Flashcoders] AIR for Android - video on mobile problem.

2011-01-17 Thread Zeh Fernando
IIRC, Flash on a mobile device unloads the video from memory once it's past a certain point due to memory constraints, keeping only the last few seconds of it. It was mentioned on some of Adobe's docs about mobile optimization. I think it's more about memory usage rather than actual time though

[Flashcoders] AIR for Android - video on mobile problem.

2011-01-13 Thread confustic...@gmail.com
Hey folks, Firstly, would anyone know if there is a list similar to flashcoders specifically for AIR for Android questions? I wouldn't want to annoy any flashcoders with my questions if this is the wrong place to ask them. I have tried out the Adobe forums, but the community there seems quite a

Re: [Flashcoders] AIR for Android - video on mobile problem.

2011-01-13 Thread Dave Watts
Firstly, would anyone know if there is a list similar to flashcoders specifically for AIR for Android questions? I don't know if there's one just for AIR on Android. But there is a good AIR list, called AIR-Tight. http://groups.google.com/group/air-tight?hl=en Dave Watts, CTO, Fig Leaf

[Flashcoders] AIR for Android - what's the go?

2010-11-24 Thread confustic...@gmail.com
Hey Listites, I spent the morning salivating over Lee Brimelow's gotoAndLearn() tutorials of AIR for Android Parts 1 2 [http://www.gotoandlearn.com/play.php?id=123]. So excite! Unfortunately, I get the impression that the AIR for Android Extension for Flash CS5 was only available under a

Re: [Flashcoders] AIR 2 / 10.1 + Microphone

2010-10-02 Thread Henrik Andersson
Trust me on this one, computeSpectrum is not useful for anything but music visualization. It provides no gurantees that it wont miss samples, in fact, it is highly likely that it will. That makes it unacceptable for any serious use. ___ Flashcoders

Re: [Flashcoders] AIR 2 / 10.1 + Microphone

2010-10-02 Thread Karim Beyrouti
guess i should have mentioned that this project is all about music visualisation. On 2 Oct 2010, at 09:57, Henrik Andersson wrote: Trust me on this one, computeSpectrum is not useful for anything but music visualization. It provides no gurantees that it wont miss samples, in fact, it is

Re: [Flashcoders] AIR 2 / 10.1 + Microphone

2010-10-02 Thread Gerry Beauregard
You might want to check out my real-time spectrum analyzer here: http://gerrybeauregard.wordpress.com/2010/08/06/real-time-spectrum-analysis/ It uses the microphone input and an FFT that I wrote. All the code is freely available for download. -Gerry On 2010-10-02 , at 17:55 , Karim

Re: [Flashcoders] AIR 2 / 10.1 + Microphone

2010-10-02 Thread Karim Beyrouti
have been following your blog for a while - and forgot about the FFT / Audio analysis you did - it's very nice and useful thank you. - Karim On 2 Oct 2010, at 11:13, Gerry Beauregard wrote: You might want to check out my real-time spectrum analyzer here:

[Flashcoders] AIR 2 / 10.1 + Microphone

2010-10-01 Thread Karim Beyrouti
Wondering if the microphone - has a similar FFT output - like the one in 'computeSpectrum(ByteArray, FFTMode, stretchFactor )' . or would it just be best to wait for - SampleDataEvent - get the byteArray and read the values from there? Found this way of getting to the Mic sound data;

[Flashcoders] AIR HTMLLoader mouse events not working

2010-09-03 Thread David Hunter
hi all, I'm making a touchscreen kiosk application. its all done except for a timer that returns to a start screen when it is inactive for more than a couple minutes. I'm monitoring activity using MOUSE_MOVE event. that works fine except when using an instance of HTMLLoader where it doesn't

RE: [Flashcoders] AIR HTMLLoader mouse events not working

2010-09-03 Thread Andrew Murphy
To: flashcoders@chattyfig.figleaf.com Subject: [Flashcoders] AIR HTMLLoader mouse events not working hi all, I'm making a touchscreen kiosk application. its all done except for a timer that returns to a start screen when it is inactive for more than a couple minutes. I'm monitoring activity using

RE: [Flashcoders] AIR HTMLLoader mouse events not working

2010-09-03 Thread David Hunter
SOLVED: ignore making my own with timers and just use NativeApplication.nativeApplication.idleThreshold instead! From: davehunte...@hotmail.com To: flashcoders@chattyfig.figleaf.com Date: Fri, 3 Sep 2010 11:55:43 + Subject: [Flashcoders] AIR HTMLLoader mouse events not working hi

RE: [Flashcoders] AIR HTMLLoader mouse events not working

2010-09-03 Thread David Hunter
thanks for the help, someone on the adobe forum pointed me in that direction too and it looks like its worked. From: amur...@delvinia.com To: flashcoders@chattyfig.figleaf.com Subject: RE: [Flashcoders] AIR HTMLLoader mouse events not working Date: Fri, 3 Sep 2010 10:43:23 -0400 Hi

RE: [Flashcoders] AIR flv encoder

2010-07-21 Thread David Hunter
Thank you Glen, Just starting out and we are going to try red5 and see where we get with it. Best, David Date: Tue, 20 Jul 2010 19:46:08 +0100 From: postmas...@glenpike.co.uk To: flashcoders@chattyfig.figleaf.com Subject: Re: [Flashcoders] AIR flv encoder Hi

[Flashcoders] AIR flv encoder

2010-07-20 Thread David Hunter
Hi List, I've been on google all day and still not found what I'm looking for. I need to record video and audio from a webcam and save it to disk. This is a kiosk project rather being on the web, so I am looking to do this in AIR. They could be stored as FLV or some other video format, but I

Re: [Flashcoders] AIR flv encoder

2010-07-20 Thread Deepanjan Das
Hi, You may find it in this blog - http://www.joristimmerman.be/ -- Warm Regards Deepanjan Das M: +91 9836582808 W: http://deepanjandas.wordpress.com Think of the environment before printing this email On Tue, Jul 20, 2010 at 8:52 PM, David Hunter davehunte...@hotmail.comwrote: Hi List,

RE: [Flashcoders] AIR flv encoder

2010-07-20 Thread David Hunter
Thanks Deepanjan, I saw this earlier today but it does not handle microphone data, the flvs are silent. Otherwise it looks very good. Date: Tue, 20 Jul 2010 21:04:25 +0530 Subject: Re: [Flashcoders] AIR flv encoder From: deepanjan@gmail.com To: flashcoders@chattyfig.figleaf.com CC

Re: [Flashcoders] AIR flv encoder

2010-07-20 Thread Glen Pike
On 20/07/2010 17:15, David Hunter wrote: Thanks Deepanjan, I saw this earlier today but it does not handle microphone data, the flvs are silent. Otherwise it looks very good. Date: Tue, 20 Jul 2010 21:04:25 +0530 Subject: Re: [Flashcoders] AIR flv encoder From: deepanjan@gmail.com

RE: [Flashcoders] AIR flv encoder

2010-07-20 Thread David Hunter
Thanks Glen, Those links look great, especially the mariofalomir one, there is a lack of tutorials or examples for red5. Date: Tue, 20 Jul 2010 17:30:07 +0100 From: g...@engineeredarts.co.uk To: flashcoders@chattyfig.figleaf.com Subject: Re: [Flashcoders] AIR flv encoder On 20/07/2010

Re: [Flashcoders] AIR flv encoder

2010-07-20 Thread Glen Pike
: [Flashcoders] AIR flv encoder On 20/07/2010 17:15, David Hunter wrote: Thanks Deepanjan, I saw this earlier today but it does not handle microphone data, the flvs are silent. Otherwise it looks very good. Date: Tue, 20 Jul 2010 21:04:25 +0530 Subject: Re: [Flashcoders] AIR flv encoder From

[Flashcoders] AIR - the About Box

2010-07-09 Thread Eric E. Dolecki
I am curious about the default About Box that comes up in OS X... can this be customized in any way? Right now it's app icon, title, version copyright information. One could always make their own native window and use that from a control within the application, but if someone uses the Application

[Flashcoders] AIR tooltips (outside app container)

2010-06-28 Thread Eric E. Dolecki
Forgive the noobness of this request... I haven't seen anything in Google and I thought I had seen this before. I am authoring an AIR 2 app using the Flash CS5 IDE. How can I generate OS-level tooltips from stuff in my AIR app (so they can appear at an OS-level outside the AIR container). I could

Re: [Flashcoders] AIR - ByteArray to BitmapData

2010-06-10 Thread Karim Beyrouti
Thanks for your help - uploaded the finished code to the google SVN - so it's free for all... https://code.google.com/p/kurstcode/source/browse/trunk/libs/com/kurst/air/utils/ImageUtils.as Regards Karim On 24 May 2010, at 20:44, Karim Beyrouti wrote: Perfect - thank you for the extended

Re: [Flashcoders] AIR - ByteArray to BitmapData

2010-06-10 Thread Karim Beyrouti
it's a pleasure - missed a file in my upload to svn - now corrected and updated. I have also included a sample/test Flash Builder / Air 1.5 application that resizes Jpegs above a certain size - and copies the result to a 'temp' folder in the application directory. work in progress, but

Re: [Flashcoders] AIR - ByteArray to BitmapData

2010-06-10 Thread Juan Pablo Califano
No worries! And thanks for sharing. Cheers Juan Pablo Califano 2010/6/10 Karim Beyrouti ka...@kurst.co.uk Thanks for your help - uploaded the finished code to the google SVN - so it's free for all...

[Flashcoders] AIR - ByteArray to BitmapData

2010-05-24 Thread Karim Beyrouti
Hi All do any of you how to convert a ByteArray (of a JPG) back into a BitmapData object? Actually - i just need to get the dimensions of the bitmap before trashing it. I know you can do 'myloader.loadBytes( byteArray )' - but i am avoiding that for now - as i just need to get the size of

Re: [Flashcoders] AIR - ByteArray to BitmapData

2010-05-24 Thread Juan Pablo Califano
If you want to convert it back to pixels, I'd say go with the Loader approach. Other than that, you'd have to write a JPEG decoder (seems like a waste of time, considering you can already use a Loader, which would also be faster, probably). Now, if you are only interested in getting the width

Re: [Flashcoders] AIR - ByteArray to BitmapData

2010-05-24 Thread Karim Beyrouti
Perfect - thank you for the extended and most useful the answer - had started thinking along these lines but it's good to know there was no other way ( apart for the loader ) - as i just need width and height - think i am going to extract that from the ByteArray... thanks again... - k On

[Flashcoders] AIR - AS3 Badge

2010-05-11 Thread Karim Beyrouti
Hi All, I've not been able to find anything on this one, and am wondering if there is an AS3 AIR installer badge - so i can embed it in a flash site? Thanks Karim ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com

[Flashcoders] AIR configuration file

2010-01-08 Thread Tony Fairfield
Does anyone have experience with custom application descriptor files and AIR? I'm using Flash CS4 to create an AIR application, and am unable to use a custom application descriptor file with it when I generate the program. I have based mine on the Adobe sample, and used the online Adobe tutorial -

Re: [Flashcoders] AIR configuration file

2010-01-08 Thread Glen Pike
I have always used this in my kiosk apps - whether they run in AIR or from a SWF they seem to behave. if (false == _env.isBrowser()) { fscommand(fullscreen, true); this.stage.displayState = StageDisplayState.FULL_SCREEN; } It seems to work okay because

RE: [Flashcoders] AIR configuration file

2010-01-08 Thread Tony Fairfield
: flashcoders-boun...@chattyfig.figleaf.com [mailto:flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of Glen Pike Sent: January 8, 2010 10:38 AM To: Flash Coders List Subject: Re: [Flashcoders] AIR configuration file I have always used this in my kiosk apps - whether they run in AIR or from

Re: [Flashcoders] AIR configuration file

2010-01-08 Thread Glen Pike
: [Flashcoders] AIR configuration file I have always used this in my kiosk apps - whether they run in AIR or from a SWF they seem to behave. if (false == _env.isBrowser()) { fscommand(fullscreen, true); this.stage.displayState = StageDisplayState.FULL_SCREEN

[Flashcoders] AIR: Application opened by someone else?

2009-12-02 Thread Eric E. Dolecki
I was wondering if there is a framework for determining if an AIR application has been opened by more than one person on a network? I have a data file that the AIR application opens and allows editing for. Works great, however instances of the application all open the same data file. The chances

Re: [Flashcoders] AIR: Application opened by someone else?

2009-12-02 Thread Chris
What you are mentioning sounds like the most logical course of action. You're basically implementing a 'lock' file within the application. The only issue with this approach is 'wedging' which can occur. If a user opens the application and their computer crashes, the file will be locked with no way

Re: [Flashcoders] AIR: Application opened by someone else?

2009-12-02 Thread Eric E. Dolecki
Chris, That's an interesting idea about the hard crash/power loss interval stamping. That's a circumstance I didn't think about. Right now I am displaying the number of running instances (if more than 1) and warning the users in the UI about data stomping... I'm not locking the data at the

[Flashcoders] AIR: application quit via update mech

2009-12-02 Thread Eric E. Dolecki
I am supplying cleanup for my application when a user quits the application view close button and control-q. Works great. However if there is an update triggered for the application, the updater quits my app and seems to bypass my cleanup mechanism (is there a special event to listen for) - or is

Re: [Flashcoders] AIR execute file .bat

2008-11-27 Thread david costard
Thanks Ricky for your reply. I'm not very fan of Zinc but I will watch this version and its opportunity. david 2008/11/26 Ricky Blaha [EMAIL PROTECTED] If that doesn't work for you, I have found Zinc to be a much better alternative to AIR for this and many other reasons such as database

Re: [Flashcoders] AIR execute file .bat

2008-11-26 Thread david costard
Hi, I find a solution with this framework. http://aperture.fluorinefx.com/ david 2008/11/25 Steven Sacks [EMAIL PROTECTED] No. david costard wrote: Hi List, Is it possible to execute a .bat file from an AIR application ? david ___

[Flashcoders] [ Air Application - File.browse ] - Font file

2008-11-26 Thread david costard
Hi list, In a new AIR application, I want to catch the path of a font in the user's sytem. The user will click on a Browse button. It will open a file dialog box and the user select the font. My problem is each time I select a font my OS (Windows XP) open the font in the Windows font player. I

Re: [Flashcoders] AIR execute file .bat

2008-11-26 Thread Ricky Blaha
If that doesn't work for you, I have found Zinc to be a much better alternative to AIR for this and many other reasons such as database connectivity and COMPort access. Here is how you would launch a batch file using ActionScript and the Zinc package: mdm.System.exec(mdm.Application.path +

[Flashcoders] AIR execute file .bat

2008-11-24 Thread david costard
Hi List, Is it possible to execute a .bat file from an AIR application ? david ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Re: [Flashcoders] AIR execute file .bat

2008-11-24 Thread Steven Sacks
No. david costard wrote: Hi List, Is it possible to execute a .bat file from an AIR application ? david ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

[Flashcoders] AIR: Drag and Drop between NativeWindows

2008-10-21 Thread Steven Sacks
I'm trying to figure out how to do drag and drop between two NativeWindows. Not drag and drop between the OS and AIR, and not drag and drop in the same window, but between two NativeWindows of the same AIR application. I've tried all manner of guessing, and I can't find a single example on

[Flashcoders] AIR WebKit browser breaks when internet is slow

2008-09-23 Thread Steven Sacks
If a web page is having latency problems, like YouTube during heavy load times (like now, 9:30pm PST), then AIR's HTMLLoader has all kinds of problems. From rendering stuff completely incorrectly, to failing to pass Flash player detection, to this crazy error that got spit out when I tried to

Re: [Flashcoders] AIR bitmapdata.draw( FLV ) Security error

2008-04-17 Thread Sidney de Koning
Hi Patrick, You can do a couple of things; try this first: http://www.funky-monkey.nl/blog/2008/02/28/fresh-breath-of-air-2-animated-video-dock-icon/ What i do here is on the ENTER_FRAME event i draw the video to a Bitmap. You can try doing hte RMTP stream hack, explained here:

[Flashcoders] AIR bitmapdata.draw( FLV ) Security error

2008-04-16 Thread Patrick Matte | BLITZ
Hi, I get a security error in my AIR app when I try to draw a video that's on my computer to a BitmapData. How can I fix this? Is it because I'm using a self-signed certificate? Should I buy a certificate form Verisign? ___ Flashcoders mailing list

Re: [Flashcoders] AIR - Insert header in XML file

2008-04-03 Thread Ian Thomas
Uh... other way around, surely? var myString:String = ?xml delcaration here?; myString+=yourXML.toString(); save(myString, myString.xml); But Steven's right - that's always worked for me, with no need to use xmlDecl. I'd never heard of xmlDecl until Wagner mentioned it... Ian On Thu, Apr 3,

[Flashcoders] AIR - Insert header in XML file

2008-04-02 Thread Patrick Matte | BLITZ
I'm saving an xml file with AIR, it works but how can I add ?xml version=1.0 encoding=UTF-8? at the top of the file? ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Re: [Flashcoders] AIR - Insert header in XML file

2008-04-02 Thread Steven Sacks
Can't you inject that into your xml string? myXml = ?xml version=1.0 encoding=UTF-8? + myXml; Patrick Matte | BLITZ wrote: I'm saving an xml file with AIR, it works but how can I add ?xml version=1.0 encoding=UTF-8? at the top of the file? ___

Re: [Flashcoders] AIR - Insert header in XML file

2008-04-02 Thread Wagner Amaral
You can set the xmlDecl property: AS3: XMLDocument().xmlDecl = ?xml version=1.0 encoding=utf-8?; AS2: XML().xmlDecl = ?xml version=1.0 encoding=utf-8?; On Wed, Apr 2, 2008 at 7:06 PM, Patrick Matte | BLITZ [EMAIL PROTECTED] wrote: I'm saving an xml file with AIR, it works but how can I add

Re: [Flashcoders] AIR - Insert header in XML file

2008-04-02 Thread Wagner Amaral
Well, if you just use quotes properly, that is ;) '?xml version=1.0 encoding=utf-8?'; On Wed, Apr 2, 2008 at 7:45 PM, Wagner Amaral [EMAIL PROTECTED] wrote: You can set the xmlDecl property: AS3: XMLDocument().xmlDecl = ?xml version=1.0 encoding=utf-8?; AS2: XML().xmlDecl = ?xml

RE: [Flashcoders] AIR - Insert header in XML file

2008-04-02 Thread Patrick Matte | BLITZ
- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Wagner Amaral Sent: Wednesday, April 02, 2008 3:46 PM To: Flash Coders List Subject: Re: [Flashcoders] AIR - Insert header in XML file Well, if you just use quotes properly, that is ;) '?xml version=1.0 encoding=utf-8?'; On Wed

Re: [Flashcoders] AIR - Insert header in XML file

2008-04-02 Thread Steven Sacks
myString:String = yourXML.toString(); myString += ?xml delcaration here?; save(myString, myString.xml); An XML file is just a text file with a .xml extension. ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com

RE: [Flashcoders] AIR - Insert header in XML file

2008-04-02 Thread Patrick Matte | BLITZ
: [Flashcoders] AIR - Insert header in XML file Can't you inject that into your xml string? myXml = ?xml version=1.0 encoding=UTF-8? + myXml; Patrick Matte | BLITZ wrote: I'm saving an xml file with AIR, it works but how can I add ?xml version=1.0 encoding=UTF-8? at the top of the file

Re: [Flashcoders] AIR write to PowerPoint

2008-03-28 Thread Ian Thomas
The PPT file format is now available from Microsoft for free: http://www.microsoft.com/interop/docs/officebinaryformats.mspx However, if it's anything like other MS binary formats, it's likely to be a bit of a minefield. I don't envy your task; but at least export is easier than import. :-)

[Flashcoders] AIR drag and resize transparent window and change mouse icon to arrows

2008-03-28 Thread Patrick Matte | BLITZ
You know on a PC when you mouseOver the sides of a window, the mouse changes to an arrow that means you can resize the window. Is there any to get the mouse to change like that when the AIR window in set to transparent? Or it is only a feature of the NativeWindow on PC?

Re: [Flashcoders] AIR drag and resize transparent window and change mouse icon to arrows

2008-03-28 Thread Bob Wohl
You would need to detect the mouse position and then you would swap the mouse with a graphic (hide mouse pointer, display your arrows). The problem would be that you could only do this while inside the air app. The edges of the actual air app I believe would have to be set by the OS. B. On Fri,

[Flashcoders] AIR write to PowerPoint

2008-03-27 Thread Jason Van Cleave
I am currently doing some research for a project that is asking for output to a ppt/pps file. The original version of this project used Director and some Xtras to accomplish this. In hopes of doing the newer version in Adobe AIR I am wondering if anyone has seen any AIR apps that have this

Re: [Flashcoders] AIR and FTP

2008-03-11 Thread Corban Baxter
wow! On Mon, Mar 10, 2008 at 5:51 PM, Michael Avila [EMAIL PROTECTED] wrote: You would need to be able to communicate using the file transfer protocol (FTP) ... Try starting here:http://maliboo.pl/projects/FlexFTP/ On Mon, Mar 10, 2008 at 3:36 PM, Corban Baxter [EMAIL PROTECTED] wrote:

[Flashcoders] AIR and FTP

2008-03-10 Thread Corban Baxter
Hey guys I had seen a post a while back about someone talking about building a FTP client with AIR? Does anyone remember this or am I dreaming? It is possibly to build right? -- Corban Baxter http://www.projectx4.com ___ Flashcoders mailing list

Re: [Flashcoders] AIR and FTP

2008-03-10 Thread Michael Avila
You would need to be able to communicate using the file transfer protocol (FTP) ... Try starting here:http://maliboo.pl/projects/FlexFTP/ On Mon, Mar 10, 2008 at 3:36 PM, Corban Baxter [EMAIL PROTECTED] wrote: Hey guys I had seen a post a while back about someone talking about building a FTP

Re: [Flashcoders] AIR publishing problems

2008-02-27 Thread Charles Parcell
The answer to your question is what this article is all about. http://www.adobe.com/devnet/air/flash/articles/air_flash_developers.html Charles P. On Tue, Feb 26, 2008 at 4:21 PM, dave matthews [EMAIL PROTECTED] wrote: hi All, FlashCS3 with the newly released AIR additions installed

[Flashcoders] AIR publishing problems

2008-02-26 Thread dave matthews
hi All, FlashCS3 with the newly released AIR additions installed wants a 'descriptor file'! Ah, what is this and why didn't Flash make one when the special Air publish tool is used? thanks, Dave_Matthews _ Climb to the

Re: [Flashcoders] AIR publishing problems

2008-02-26 Thread Kenneth Kawamoto
Yes Flash does generate the descriptor XML. Commands AIR - Application And Installer Settings Kenneth Kawamoto http://www.materiaprima.co.uk/ dave matthews wrote: hi All, FlashCS3 with the newly released AIR additions installed wants a 'descriptor file'! Ah, what is this and why

Re: [Flashcoders] AIR - NativeWindow Resizing

2008-02-20 Thread Sidney de Koning
Corban, you can find a really good pdf here: all about development for air apps: http://download.macromedia.com/pub/labs/air/air_b3_docs_flash_121207.zip it in is a pdf file with cases/tutorials. Covers about everything (well , alot ;)). Have fun! Corban Baxter wrote: genius! I'd been

[Flashcoders] AIR - NativeWindow Resizing

2008-02-19 Thread Corban Baxter
Hey guys I am trying to get my AIR app's window to resize to the dimensions of the FLV that is being displayed. I am not finding what properties i need to use to make this happen. Can some one point me in the right direction? I have been staring at this:

Re: [Flashcoders] AIR - NativeWindow Resizing

2008-02-19 Thread Kenneth Kawamoto
You may want to try something like: stage.nativeWindow.width Kenneth Kawamoto http://www.materiaprima.co.uk/ Corban Baxter wrote: Hey guys I am trying to get my AIR app's window to resize to the dimensions of the FLV that is being displayed. I am not finding what properties i need to use to

Re: [Flashcoders] AIR - NativeWindow Resizing

2008-02-19 Thread Corban Baxter
genius! I'd been hacking at this all day from 100 different ways. sigh* that worked perfect. to bad the help docs suck so bad I'd never found that! On Feb 19, 2008 5:34 PM, Kenneth Kawamoto [EMAIL PROTECTED] wrote: You may want to try something like: stage.nativeWindow.width Kenneth

[Flashcoders] AIR Sandbox while loading sounds

2008-01-24 Thread Sidney de Koning
Hi List, I'm trying to load a sound stream into my air application, it is a radio stream bound to a port (ie: http://radio.example.com:8000/). When publishing to flash 9, it works smooth as silk, but when publishing to AIR i get errors (I work work with the Flash IDE): *** Security Sandbox

Re: [Flashcoders] AIR Sandbox while loading sounds

2008-01-24 Thread Sidney de Koning
To: Flash Coders List Subject: [Flashcoders] AIR Sandbox while loading sounds Hi List, I'm trying to load a sound stream into my air application, it is a radio stream bound to a port (ie: http://radio.example.com:8000/). When publishing to flash 9, it works smooth as silk, but when publishing

RE: [Flashcoders] AIR Sandbox while loading sounds

2008-01-24 Thread Matthew James Poole
- work are pretty strict about portts) Cheers Matt -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Sidney de Koning Sent: 24 January 2008 10:54 To: Flash Coders List Subject: Re: [Flashcoders] AIR Sandbox while loading sounds He Matt, Ofcourse

Re: [Flashcoders] AIR Sandbox while loading sounds

2008-01-24 Thread Sidney de Koning
to be at home - work are pretty strict about portts) Cheers Matt -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Sidney de Koning Sent: 24 January 2008 10:54 To: Flash Coders List Subject: Re: [Flashcoders] AIR Sandbox while loading sounds He Matt

RE: [Flashcoders] AIR Sandbox while loading sounds

2008-01-24 Thread Matthew James Poole
. Cheers Matt -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Sidney de Koning Sent: 24 January 2008 12:42 To: Flash Coders List Subject: Re: [Flashcoders] AIR Sandbox while loading sounds Download the CS3 Air extension :) Code is pasted below, this works

Re: [Flashcoders] AIR Sandbox while loading sounds

2008-01-24 Thread Sidney de Koning
de Koning Sent: 24 January 2008 12:42 To: Flash Coders List Subject: Re: [Flashcoders] AIR Sandbox while loading sounds Download the CS3 Air extension :) Code is pasted below, this works in AS3, but not in AIR. The radio stream sits on port 8000 (shoutcast). But its not a socket connection im

RE: [Flashcoders] AIR Sandbox while loading sounds

2008-01-24 Thread Matthew James Poole
Just create the mm.cfg file if it doesnt exist, -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Sidney de Koning Sent: 24 January 2008 16:13 To: Flash Coders List Subject: Re: [Flashcoders] AIR Sandbox while loading sounds No such files here, tried

[Flashcoders] AIR Printing V.S. Sytem issue

2007-12-28 Thread Omar Fouad
Hello, How can I prevent windows to show the system Print dialog box (as in start printing without any notice) when doing a PrintJob() in AIR? thanks in advance -- Omar M. Fouad - Digital Emotions http://www.omarfouad.net This e-mail and any attachment is for authorised use by the intended

[Flashcoders] AIR Classes Not recognized In Flash CS3 (the second Time)

2007-12-15 Thread Omar Fouad
Ok I've Got the Air Update for Flash CS3 and Now I am trying to Import some classes like: import flash.events.NativeDragEvent; import flash.desktop.NativeDragManager; import flash.desktop.Clipboard; and I get this error : 1172: Definition flash.desktop:NativeDragManager could not be found.

Re: [Flashcoders] AIR SWFLoader Question

2007-09-08 Thread Randy Troppmann
Hi Eric. Is your swf AS2 or AS3? I think you will need to add logic to your swf so that Flex can capture the stage resize event and call the resize method in the swf. Randy On 9/7/07, eric e. dolecki [EMAIL PROTECTED] wrote: I have a SWFLoader in Flex 3 that runs in a transparent application.

Re: [Flashcoders] AIR SWFLoader Question

2007-09-08 Thread Eric E. Dolecki
swf is as2. how would i go about doing what you suggest? On Sep 8, 2007, at 10:19 AM, Randy Troppmann wrote: Hi Eric. Is your swf AS2 or AS3? I think you will need to add logic to your swf so that Flex can capture the stage resize event and call the resize method in the swf. Randy On

Re: [Flashcoders] AIR SWFLoader Question

2007-09-08 Thread Muzak
] To: flashcoders@chattyfig.figleaf.com Sent: Sunday, September 09, 2007 12:50 AM Subject: Re: [Flashcoders] AIR SWFLoader Question swf is as2. how would i go about doing what you suggest? On Sep 8, 2007, at 10:19 AM, Randy Troppmann wrote: Hi Eric. Is your swf AS2 or AS3? I think you will need to add

Re: [Flashcoders] AIR SWFLoader Question

2007-09-08 Thread eric e. dolecki
=749eaa47sliceId=1 regards, Muzak - Original Message - From: Eric E. Dolecki [EMAIL PROTECTED] To: flashcoders@chattyfig.figleaf.com Sent: Sunday, September 09, 2007 12:50 AM Subject: Re: [Flashcoders] AIR SWFLoader Question swf is as2. how would i go about doing what you suggest

Re: [Flashcoders] AIR SWFLoader Question

2007-09-08 Thread Randy Troppmann
[EMAIL PROTECTED] To: flashcoders@chattyfig.figleaf.com Sent: Sunday, September 09, 2007 12:50 AM Subject: Re: [Flashcoders] AIR SWFLoader Question swf is as2. how would i go about doing what you suggest? On Sep 8, 2007, at 10:19 AM, Randy Troppmann wrote: Hi Eric. Is your

[Flashcoders] AIR SWFLoader Question

2007-09-07 Thread eric e. dolecki
I have a SWFLoader in Flex 3 that runs in a transparent application. I have the SWFLoader set to 100% height of the application window its in. I have a local SWF that I load in there, and I want it to resize the Flash to the height of the window. The SWF loads in fine, but the onResize() in the

[Flashcoders] AIR from Flash CS3 IDE...

2007-08-30 Thread eric e. dolecki
The ability to fire off an AIR application from a FLA quickly is very nice, but I noticed something... nowhere are the dimensions of the thing set (that I can see anyway). So that means my app allowed to resize (don't like that), and because the size isn't set, a comboBox set at the bottom edge

RE: [Flashcoders] AIR from Flash CS3 IDE...

2007-08-30 Thread Mike Chambers
:15 PM Pacific Standard Time To: Flashcoders mailing list Subject:[Flashcoders] AIR from Flash CS3 IDE... The ability to fire off an AIR application from a FLA quickly is very nice, but I noticed something... nowhere are the dimensions of the thing set (that I can see anyway). So

Re: [Flashcoders] AIR from Flash CS3 IDE...

2007-08-30 Thread eric e. dolecki
e. dolecki [mailto:[EMAIL PROTECTED] Sent: Thursday, August 30, 2007 02:15 PM Pacific Standard Time To: Flashcoders mailing list Subject:[Flashcoders] AIR from Flash CS3 IDE... The ability to fire off an AIR application from a FLA quickly is very nice, but I noticed something

<    1   2