Uhh ya, I'm wondering if PHP would be the right tool if I needed to go to Http://Etc.Etc and go to a place in the code that's always in the same place (that is a image URL) and post it somewhere that flash could read it... Also does PHP have any ability to reduce image dimensions without the image being pixelated? I've never worked with PHP and since I plan on becoming a web designer it might be handy to know... I just need some damn motivation =(
01-31-2007, 03:37 PM
mannos
not 100% sure about the flash question, but you can alter image sizes with it. you can do just about anything with it actually...
01-31-2007, 04:59 PM
Deadloader
to adjust image size without pixelation you'll need a vector based image, and program.. i'm so high right now not food for advice xD
01-31-2007, 05:36 PM
mannos
nope, there is free code out there that you can use for image resizing
01-31-2007, 05:41 PM
robgasm
Moved to electronic disc.
01-31-2007, 06:53 PM
Deadloader
image pixelation can't be determined by some free code!?
01-31-2007, 08:35 PM
carrotderek
There is code to resize images but you can't do anything about the pixelization.
02-01-2007, 11:47 AM
Tesseract
Yeah. Resizing of images usually ends up with pixellisation. Sadly there are no algorithms I know of that do it perfectly... (Yet).
I don't quite understand what you mean by "go to Http://Etc.Etc and go to a place in the code that's always in the same place (that is a image URL) and post it somewhere that flash could read it... " - you mean, like, importing text into flash? You can do that with PHP, or simple txt files. Adding images is harder, but I think I have an example somewhere on my HDD of it... *Goes off to look for them*
EDIT: If you've got Flash 8 Pro (I don't know about others) there should be a folder called "Samples and Tutorials" in the flash install folder... In that, samples\ActionScript\LoadText covers importing HTML files into flash... Although I'm not totally sure if it works perfectly. All you need to do then is code a PHP file to generate the HTML code... and yes, there are scripts which display images from a database if that was what your question was.. I can't say much. I can only code PHP when I have cheatsheets out (Actually, that's a lie; I can only code database parts of PHP if I have a cheatsheet.. The others I can either guess or just do... However, much simpler to use VB/C#/whatever + ASP.NET...