Re: CasaVersa - a new Flex based platform just launched

2013-08-25 Thread Angelo Lazzari
:) On iphone 4S ios7 i can see just the gradient blue background nothing else. Angelo 2013/8/26 OmPrakash Muppirala > Agreed. Such a beautiful looking app. And I like the 'Created with Apache > Flex' logo at the bottom as well! I wish we saw that more and more. > > BTW, it looked great on m

Re: CasaVersa - a new Flex based platform just launched

2013-08-25 Thread OmPrakash Muppirala
Agreed. Such a beautiful looking app. And I like the 'Created with Apache Flex' logo at the bottom as well! I wish we saw that more and more. BTW, it looked great on my Galaxy S3 as well :-) Thanks, Om On Sun, Aug 25, 2013 at 11:14 PM, Angelo Lazzari wrote: > Really cool application! Great

Re: CasaVersa - a new Flex based platform just launched

2013-08-25 Thread Angelo Lazzari
Really cool application! Great flex work and a really interesting graphic & animation application! Actually i'm missing a landing page viewable from mobile browser: yesterday i was out when i read the mail and i wanted to check out the site from my smartphone but i was't possible. Luckly i flagged

Re: CasaVersa - a new Flex based platform just launched

2013-08-25 Thread Yariv Gilad
Hi Swen and thank you for the compliment :) Regarding the scroller on a mac, it was a real pain for a long time to dig something that supports all browsers on all platforms Adobe employees know about it and while they first tried to deny it as correlated directly to the flash player runtime, after

Re: Preferred way of connecting to MySql

2013-08-25 Thread Cortlandt Winters
I'd look into using weborb for something like this. It's great glueware In particular my first thought would be to 1) export your sqllite database as a schema for mysql, 2) then use their wizard to create a mysql database 3) they will generate and deploy both t

Re: Preferred way of connecting to MySql

2013-08-25 Thread Peter Ginneberge
IMO, amf (remoting) is the way to go, simply because you get to send back and forth typed objects (DTO's, VO's) and no need to convert from one format to another (json to ActionScript, ActionScript to json, xml to ActionScript, ActionScript to xml etc..). regards, Peter - Original Message

Re: CasaVersa - a new Flex based platform just launched

2013-08-25 Thread Swen van Zanten
Hi Yariv, Looks great! And it works great also! How did you manage to use the scroller on a mac? Regards, SWEN VAN ZANTEN Hoofdstraat 160 2171 BL, Sassenheim Op 25 aug. 2013, om 18:34 heeft Thiago Maia het volgende geschreven: > uau, beatifull work >> Hi everyone! >> I'm delighted to announc

Re: Preferred way of connecting to MySql

2013-08-25 Thread Matthew Weir
I would use PHP with codeigniter framework and then return the result as JSON.

Re: Preferred way of connecting to MySql

2013-08-25 Thread Stephen C
I originally wrote a restful api with php and mysql to interface with my air app via XML. It was easy enough to write. I have recently moved to parse.com as my cloud db. Thank You, Stephen C -All of my email addresses go to the same place -Save Paper, think before you print -PGP Public Key

Re: CasaVersa - a new Flex based platform just launched

2013-08-25 Thread Thiago Maia
uau, beatifull work Hi everyone! I'm delighted to announce, we've just launched our Flex based user platform. It's a travel website for home-exchange, and it is live finally! Would love to get any feedback you might have. We made sure we include a link at the bottom to the Apache Flex project.

CasaVersa - a new Flex based platform just launched

2013-08-25 Thread Yariv Gilad
Hi everyone! I'm delighted to announce, we've just launched our Flex based user platform. It's a travel website for home-exchange, and it is live finally! Would love to get any feedback you might have. We made sure we include a link at the bottom to the Apache Flex project. Hope you'd like it and t

Preferred way of connecting to MySql

2013-08-25 Thread Arne Broedel
Hello, I have a Flex Application that is running on Desktop with AIR and a Sqlite database. No I want to change it to work in the browser as a webapplication using MySql. What is the most common/easiest/fastest/flexible way to to this. Would you prefer for example php with amfphp/zendamf or better