PDA

View Full Version : Help me start: Load data into some sort of gird from mysql table


jarmanje
05-24-2008, 10:57 PM
Hi there..

I'm very handy with Flash 9 AS3, and have build a pretty component heavy site. I'd like to build the admin side of the site in Flex, so i can learn it and maybe convert my main site also into flex one day.

My main question is... How do i get started? I've literally never touched flex and i cant figure out where to get start.

Do you know some tutorials? I cant find any on google for flex 3..

I'd like to load data into a grid from Mysql. Would i use php as usually to collect the data?

Ghost3313
05-25-2008, 09:28 PM
Here are the two first things that I sugg.

Visit : http://examples.adobe.com/flex2/inproduct/sdk/explorer/explorer.html

Which will show you basic examples, and also visit:
http://www.adobe.com/devnet/flex/?tab:samples=1

Then click on "Getting Started". The Examples are updated for Flex3, :)

Ghost3313