PDA

View Full Version : flash input


deadlypope
07-17-2005, 11:58 AM
i am currently making a complete flash website for our squad.

i wanted to impliment your monitor on the initial main page, However I'm stuck.

using your current configuration code with .pnp or .png the flash will not recognize the image, therefore rendering the image usless.
is there a way to convert your .png to a .gif or .jpg?

Or do you know a way to embed the code into flash?

as of now i can load an image using the actionscript commands
{
mcImage.loadMovie( txtImageURL.text );

but will only load .jpg and .gif

Wojjie
07-17-2005, 06:08 PM
I will see about making a JPG version and will let you know.

Wojjie
07-20-2005, 04:32 PM
Finally added jpg support, all you have to do is change the extension from 'png' to 'jpg'

example:

from:
http://www.game-monitor.com/server-stat-image/85.236.101.3:16667.png

to:
http://www.game-monitor.com/server-stat-image/85.236.101.3:16667.jpg

The quality is not as good with the jpg version, and it is also bigger in size.

Please let me know when you implement it as I would like to see the final product :)

deadlypope
07-20-2005, 07:43 PM
THANK YOU !!!!!!!!!!!!

and yes i will post the info once its up give me about 2 weeks

thank you again