|
Prev: Flash search within website - bought a web template need some help pls
Next: Possible Cross Domain Issue
From: innovation_sanjay on 23 Apr 2008 08:43 How can sql server 2000 data is retrived on Flash (say to dispaly sql server data on Flash Text Area)
From: dan mode smith ~Adobe Community Expert~ on 23 Apr 2008 11:24 You need a middle server-side piece in the middle. Something like php, coldFusion, asp, etc. that connects to the database and then puts it in a format that Falsh can read. Here is a sample that uses coldFusion: http://www.adobe.com/devnet/flash/articles/ria_databases.html -- Dan Smith > adobe community expert Flash Helps > http://www.smithmediafusion.com/blog/?cat=11 http://www.dsmith.tv "innovation_sanjay" <webforumsuser(a)macromedia.com> wrote in message news:funau2$7oq$1(a)forums.macromedia.com... > How can sql server 2000 data is retrived on Flash (say to dispaly sql > server data on Flash Text Area)
From: DMennenoh **AdobeCommunityExpert** on 23 Apr 2008 16:26
Easy - but you will need to call the database through PHP, or ASP... or even ColdFusion, though CF is pretty rare. Your best bet, IMO, is PHP. It's free and everywhere... and then you can use a gateway like AMFPHP which allows you to use Flash Remoting with PHP - making everything even easier and faster. Check out www.amfphp.org - otherwise check out the LoadVars class as that's the alternative. -- Dave - Head Developer http://www.blurredistinction.com Adobe Community Expert http://www.adobe.com/communities/experts/ |