RE: [Flashcoders] working with dynamic images using mysql database

2006-08-24 Thread neo binedell
binedell -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Anthony Lee Sent: 24 August 2006 03:41 AM To: Flashcoders mailing list Subject: Re: [Flashcoders] working with dynamic images using mysql database Hi Ron, Put a thousand files in a Windows directory

Re: [Flashcoders] working with dynamic images using mysql database

2006-08-24 Thread Anthony Lee
neo, Try replicating a few million files to 200 sites using a file system. Since this was basically a hi hello how do I make a multi-player game in flash its got to have lasers question, I doubt that's was what bhasker had in mind. Never the less, thanks for your informed advice. Tony

Re: [Flashcoders] working with dynamic images using mysql database

2006-08-23 Thread Anthony Lee
Hi Ron, Put a thousand files in a Windows directory and watch the fun. Hmm... well yes that won't be your only problem with that choice of web server. I disagree on the rest but don't have the inclination to argue the point. Tony ___

Re: [Flashcoders] working with dynamic images using mysql database

2006-08-22 Thread Anthony Lee
iam interested to *load images from databse* using mysql. Don't keep blob data in a database. Store a reference to it's location in the file system. Tony ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the

Re: [Flashcoders] working with dynamic images using mysql database

2006-08-22 Thread Martin Wood
if you really want to (or have to) load images from the database then you'll need to look at the server language you are using and find out how to send the correct headers then send the image data. Its probably easiest to get it working by displaying the images in a html page first, then just

Re: [Flashcoders] working with dynamic images using mysql database

2006-08-22 Thread jcarlos
/ João Carlos - Original Message - From: Martin Wood [EMAIL PROTECTED] To: Flashcoders mailing list flashcoders@chattyfig.figleaf.com Sent: Tuesday, August 22, 2006 5:10 AM Subject: Re: [Flashcoders] working with dynamic images using mysql database if you really want to (or have to) load

Re: [Flashcoders] working with dynamic images using mysql database

2006-08-22 Thread Ron Wheeler
Why would you want to add the extra overhead of a file system? What about data backup synchronization/integrity issues? How do you organize the files. What if you get a lot of files and your filesystem chokes? Put a thousand files in a Windows directory and watch the fun. You have more control

Re: [Flashcoders] working with dynamic images using mysql database

2006-08-22 Thread dnk
bhasker u wrote: HI, all I was trying to incorporate a small interface in my flash site where I would like to load 9 thumbnails(images) in 3*3 grid, when ever the mouse moves on to thumbnails should able to show the enlarged view in given space defined beside the thumbs, loading the images

[Flashcoders] working with dynamic images using mysql database

2006-08-21 Thread bhasker u
HI, all I was trying to incorporate a small interface in my flash site where I would like to load 9 thumbnails(images) in 3*3 grid, when ever the mouse moves on to thumbnails should able to show the enlarged view in given space defined beside the thumbs, loading the images from a folder is quite

Re: [Flashcoders] working with dynamic images using mysql database

2006-08-21 Thread julien castelain
hi, you should have a look at amfphp (www.amfphp.org) it's really cool :) On 8/21/06, bhasker u [EMAIL PROTECTED] wrote: HI, all I was trying to incorporate a small interface in my flash site where I would like to load 9 thumbnails(images) in 3*3 grid, when ever the mouse moves on to