Flash should work just the same on FF and IE (that is kinda the whole point of flash), so long as you are using relative paths to refer to your resources then the object/embed tag should give flash all the info it needs to get at them.
You might like to consider some kind of buffering for your zoom - aka: load the images for the outermost layer into a MovieClip, then rather than wiping them out when you zoom, create a new movieclip and load the more detailed images into it ... when you zoom out, you can hide the more detailed layer and show the zoomed out view without going back to the server. (you might even consider some fancy alpha fading)
Anything that you can do to reduce the need to go back to the server to get the same data as you already downloaded will likely gain you points from your examiners and grateful thanks from your server admins!
Another tip for the top would be to turn off the selectability of the text fields, that way the cusor wont flip to an I-Beam when you mouse-over the buttons
alainmoran wrote:Another tip for the top would be to turn off the selectability of the text fields, that way the cusor wont flip to an I-Beam when you mouse-over the buttons
Ah, so that's what's going on. On my computer the buttons are only clickable (red background) when the mouse is over the left and right bits of the buttons, where there is no text. When the cursor changes to an I-beam the button background goes black and clicking has no effect.
Using Safari on a Mac.
Alex Holden - http://www.alexholden.net/
If it doesn't work, you're not hitting it with a big enough hammer.
I know about the problem when you zoom in using the maps but part of the criteria for the assignment was to make use of a web service such as Yahoo maps.
We were told to put the swf file directly on the server. FF will ask you to download the file if you try to view it but IE will display it. FF will run the flash but only if it is embedded in a HTML page.
Matt Coles Young Members Registrar
Find out more about the Young Members Register HERE
I'd say lose the sounds associated with mouse over the buttons. Just because you can do it doesn't mean you should.
Having to use the sides of the buttons isn't good either.
Apart from those little niggles, good site.