Graphic problem

I’m trying to create a navigation system with buttons I created in Photoshop, but Flash changes the way my button looks.

Here’s the link: http://mptolman.com/navigation.html

Any ideas how to make my graphic look normal? :-\

Also, if there is a way… instead of using Flash navigation, I was thinking if somehow I could load a different .swf file into a Flash movie from just a regular HTML button? (I hope I’m making sense here). For instance… I have a menu made just from HTML and graphics, and my content is all in Flash. If I could make the HTML button load the new Flash movies into the .swf file.
Doing it that way, I wouldn’t have to worry about importing my graphics to flash.

Anyway, any help would be great

// Matt

When you save in PS, do you ‘Save For Web’ or ‘Save As’?

And for the other question, I think it would be possible if you use PHP and then have your flash movie check for a change in a variable. However, I wouldn’t be the best one to ask, I’m having trouble with a PHP thing right now…

Flash has this little thing it likes to do… where it mashes your imported image.

If you switch to low quality you see a good difference.

Also another thing that I believe works is if you create a few pixel (5 maybe?) wide transparent border around your image before you save it. Then when you import it into Flash, it should be compressed and mashed like that.

Also to help a little more open your library right click on the imported image and open the properties panel, mess with those settings (uncheck smoothing for sure).

As for HTML to Flash… you can use PHP, ASP, or Javascript to communicate variables to Flash, but if you don’t know server-side Flash (like me… I don’t know diddly about it), it might be hard (not sure though).

Nice. Thanks for the tips Freddythunder and lostinbeta!
I’ll just look around for some php tutorials