[flexcoders] Different Alert Screen

2009-05-30 Thread ajayashish
I am working on an application design where there are 3 types of alert used. Conformation, information, Error... Can i have 3 types of customised skin for these 3 alerts. Like a Red for Error, green for Confirmation and Yellow for Information. I can use icons but i need complete different

[flexcoders] Flex Training Videos Collection

2009-05-30 Thread vwroon1
[Why Adobe Flex?] http://www.wroon.com/videos/video/vwHhhPnM4b4/Why-Adobe-Flex.html Why Adobe Flex? http://www.wroon.com/videos/video/vwHhhPnM4b4/Why-Adobe-Flex.html [This is a simple Adobe Flex Photo Viewer. It uses a number of techniques that are not found in any one place in the literature -

[flexcoders] Flex 2 Loader in Flex 3

2009-05-30 Thread ajayashish
I am working on a project whcih is done in flex 2. It uses a component called Loader which takes a SWF as a source file. I need this done in flex3 now. but there loader in flex3 is not similar to what it was in flex2 and the swfloader in flex3 is also not functioning properly with that. please

[flexcoders] AIR : how to connect and fetch xml data from oracle in AIR application

2009-05-30 Thread yogeshgaur2
hey all … i am looking for solution to connect to oracle database from AIR application …the application is installed on machine is not same as one database is installed on … if any of you know anything abt how to solve my problem plz let me know here as i cudnt find anything on it so far … thanks

Re: [flexcoders] AIR : how to connect and fetch xml data from oracle in AIR application

2009-05-30 Thread Charles Parcell
You will need some sort of in between communication such as PHP or other. AIR does not really play with ither applications directly as of yet. You can also try asking on the AIR-Tight list as well. Join by sending e-mail to:

[flexcoders] Sending data when application has finished

2009-05-30 Thread Sceneshift
Hey guys, I've been trying to figure out a solution to this all day, I hope someone can help me think of a solution. My application collects data as the user interacts with it, and I want to store this data in a database. Obviously, there is no way for Flash to tell when the browser has been

[flexcoders] Re: green background

2009-05-30 Thread ajayashish
In Flex Builder: 1. Right Click on the Project + Properties 2. Click Flex Compiler 3. Add this line to the compiler arguments: -locale en_US -default-background-color #FF This will force the background SWF color to White or #FF --- In flexcoders@yahoogroups.com, [p e r c e p t i c o n]

RE: [flexcoders] Flex 2 Loader in Flex 3

2009-05-30 Thread Alex Harui
You can't load a Flex2 SWF into a Flex3 app. Other than that, Loader and SWFLoader did not change that much so they should still load SWFs of the correct version. What kinds of errors do you get? Alex Harui Flex SDK Developer Adobe Systems Inc.http://www.adobe.com/ Blog:

RE: [flexcoders] Flex 2 Loader in Flex 3

2009-05-30 Thread ajayashish
see the attachment... 2 mxmls are there... one uses the loader component to load the swf... i cannot get this working in flex3. Alex Harui wrote: You can't load a Flex2 SWF into a Flex3 app. Other than that, Loader and SWFLoader did not change that much so they should still load SWFs

RE: [flexcoders] Flex 2 Loader in Flex 3

2009-05-30 Thread Alex Harui
You're not telling us what errors you are getting. Alex Harui Flex SDK Developer Adobe Systems Inc.http://www.adobe.com/ Blog: http://blogs.adobe.com/aharui From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of ajayashish Sent: Saturday, May 30, 2009 1:43 PM To:

RE: [flexcoders] Flex 2 Loader in Flex 3

2009-05-30 Thread ajayashish
It says it cannot find the component LOADER... it works in Flex 2 though... if u see the attachment i send then u will understand it better... Alex Harui wrote: You're not telling us what errors you are getting. Alex Harui Flex SDK Developer Adobe Systems Inc.http://www.adobe.com/