Home Tutorials Forums Articles Blogs Movies Library Employment Press Buy templates

Go Back   ActionScript.org Forums > Supporting Technologies > Server-Side Scripting

Reply
 
Thread Tools Rate Thread Display Modes
Old 02-20-2001, 03:23 AM   #1
jojo
Registered User
 
Join Date: Feb 2001
Location: FL
Posts: 4
Question

DISCLAIMER:
I don't know JACK about ASP (or any other database sw) but am willing to learn.

I'm looking to create a Flash site with a 'searchable' image database. I DON'T know where or how to start. I've heard everything from "Good luck", "you need ASP and Access" to "it could be done with Flash5 alone". If anyone can point me in the right direction as to what would be the best way to go with it, any books or sites, I'd greatly appreciate it. When done I'll use the site to publish a bunch a photos I've taken (and done nothing with anyways) for designers, students, 'wallpaper' fans to do with as they please. Getting a good FREE stock photo is a bitch and I just wanna ease the pain

Thanx!
jojo is offline   Reply With Quote
Old 02-20-2001, 09:04 AM   #2
Jesse
Administrator
 
Jesse's Avatar
 
Join Date: Nov 2000
Location: Australia
Posts: 8,612
Default

OK well I wouldn't use ASP or Access because they both require NT Server. I'd use mySQL and PHP which are both FREE and can run on pretty much any server around.

http://hotwired.lycos.com/webmonkey/...tutorial4.html

That's a great tutorial for those who know nothing about databasese. It also has links to other tutorials solely on database construction, PHP, mySQL, etc. It's a great place to start.
If you create your Flash 5 file, you're not going to be able to import JPGs in real time from a database htough, keep that in mind. You can only import SWFs or use Generator to import GIFs/JPGs on the fly.

Cheers

Jesse
__________________
Cheers

Jesse Stratford
ActionScript.org Cofounder
Email: presented in this way to stop spam-bots: My email is composed of my first name (jesse) followed by my last name (stratford) followed by @ followed by actionscript.org

Please don't email or PM me Flash questions, that's what the Forums are for!

Please don't rely on me reading my PMs either. Email me about important stuff.
Jesse is offline   Reply With Quote
Old 02-20-2001, 11:50 PM   #3
jojo
Registered User
 
Join Date: Feb 2001
Location: FL
Posts: 4
Thumbs up

Thanx a lot dude but how bout using Generator and Flash 5? Would you recomend that over PHP and mySQL?
FREE always deserves to be in caps!
jojo is offline   Reply With Quote
Old 02-21-2001, 12:24 AM   #4
Jesse
Administrator
 
Jesse's Avatar
 
Join Date: Nov 2000
Location: Australia
Posts: 8,612
Default

Well when compared to the cost of Access and NT Server, FREE definantly deserves caps.
I don't have any knowlegde of Generator really, as my boss never bought it for me and I'm not going to fork out the very hefty sum just to get it. If you graphics are in JPf format, you might want to use generat, although I think there are other pograms like swift generator which do the conversion and cost a lot less. ultimately if there aren'tt ha many images I would manually do the conversino and keep each as an swf instead of a jpg on my server....

Cheers

Jesse
__________________
Cheers

Jesse Stratford
ActionScript.org Cofounder
Email: presented in this way to stop spam-bots: My email is composed of my first name (jesse) followed by my last name (stratford) followed by @ followed by actionscript.org

Please don't email or PM me Flash questions, that's what the Forums are for!

Please don't rely on me reading my PMs either. Email me about important stuff.
Jesse is offline   Reply With Quote
Old 02-21-2001, 09:42 PM   #5
jojo
Registered User
 
Join Date: Feb 2001
Location: FL
Posts: 4
Default

MySQL and PHP it is then, Thanx again!
jojo is offline   Reply With Quote
Old 02-23-2001, 03:24 PM   #6
alexcook
Registered User
 
Join Date: Feb 2001
Posts: 22
Send a message via AIM to alexcook
Default

Now, I'm still learning PHP, so this might come out wrong, but can't you create a swf file from PHP code? If so, it would be possible to dynamically generate the swf file that is then feed to flash correct?
alexcook is offline   Reply With Quote
Old 02-24-2001, 01:01 AM   #7
Jesse
Administrator
 
Jesse's Avatar
 
Join Date: Nov 2000
Location: Australia
Posts: 8,612
Default

Umm yes and no. I saw that this was possible but I can't remember where I saw it and it wasn't anything flash. Like the extent of it was writing a line of text across a SWF just like PHP can manipulate images and text. It's still a fair while before you'll be doing complicated alphatweens and actionscript via PHP.

Cheers

Jesse
__________________
Cheers

Jesse Stratford
ActionScript.org Cofounder
Email: presented in this way to stop spam-bots: My email is composed of my first name (jesse) followed by my last name (stratford) followed by @ followed by actionscript.org

Please don't email or PM me Flash questions, that's what the Forums are for!

Please don't rely on me reading my PMs either. Email me about important stuff.
Jesse is offline   Reply With Quote
Old 02-24-2001, 03:01 AM   #8
alexcook
Registered User
 
Join Date: Feb 2001
Posts: 22
Send a message via AIM to alexcook
Default

Which isn't what I would need PHP to do... all I would want it to do is take a GIF or JPG, and convert it to a one fram swf and that swf is what is dynamically called from the Flash file that doesn't access PHP at all.. PHP would just be used to batch create those one frame swf files basically...

-ALEX
alexcook is offline   Reply With Quote
Old 02-24-2001, 07:22 AM   #9
Jesse
Administrator
 
Jesse's Avatar
 
Join Date: Nov 2000
Location: Australia
Posts: 8,612
Default

Oh I see, like a PHP form of generator. You might actually have something there, I think you can do that sort of thing, but alas I can't find the site where I saw the PHP SWF creation in my history

Sorry

Jesse
__________________
Cheers

Jesse Stratford
ActionScript.org Cofounder
Email: presented in this way to stop spam-bots: My email is composed of my first name (jesse) followed by my last name (stratford) followed by @ followed by actionscript.org

Please don't email or PM me Flash questions, that's what the Forums are for!

Please don't rely on me reading my PMs either. Email me about important stuff.
Jesse is offline   Reply With Quote
Old 02-24-2001, 05:25 PM   #10
alexcook
Registered User
 
Join Date: Feb 2001
Posts: 22
Send a message via AIM to alexcook
Default

http://www.php.net/manual/en/ref.swf.php



I found it last night, and am still looking..

now, with Macromedia's recent purchase of Allaire, makers of ColdFusion, think we'll finally get an easy Generator?
alexcook is offline   Reply With Quote
Reply


Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Image zoom in/out and drag L_Tambiah ActionScript 1.0 (and below) 10 02-12-2009 08:12 PM
FREE Image Gallery Code UPDATED w00t w00t!! flavoredthunder ActionScript 1.0 (and below) 2 12-22-2006 02:18 PM
need help with the image upload into database fifin04 Server-Side Scripting 10 05-16-2005 10:56 AM
user database w. image, sound etc. mores ActionScript 1.0 (and below) 0 10-23-2003 01:02 PM
oxx{::FREE CODE Image Gallery .AS:::> flavoredthunder ActionScript 1.0 (and below) 1 03-01-2003 01:48 AM


All times are GMT. The time now is 12:17 PM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Ad Management plugin by RedTyger
Copyright 2000-2009 ActionScript.org. All Rights Reserved.
Your use of this site is subject to our Privacy Policy and Terms of Use.