PDA

View Full Version : Flash And Safari Issue


aktionskript
03-28-2008, 03:58 PM
I've created a flash file which starts with 3 large buttons which take you to a different frame label on the main timeline. Each label contains a movie which contains various images and text.

The buttons work perfectly fine in IE7, however in firefox (pc) and on safari the third button decides to take me to the wrong section in the timeline. BUT this only happens when you click on the upper edge of the button.

Clicking anywhere else on the button is fine, it's just the top edge.

I've checked the FLA file and there's nothing odd going on as it works fine when the .SWF is run on my pc.

Any ideas why this would happen?

atomic
03-28-2008, 07:25 PM
Not without seeing the .fla.

aktionskript
03-31-2008, 11:49 AM
I wish I could, the client will not agree to this.

:(

ASWC
03-31-2008, 12:38 PM
I might be wrong but I don't think Safari would produce such a weird behavior just like that. It might have something to do with your code and logic.

aktionskript
03-31-2008, 12:59 PM
I just fixed it by dropping in a pre-loader.

This issue was occuring in IE7, Safari and Firefox.

It seems because the file is pretty big, the browser was loading up the file starting from the very first piece of code on the first object that loads up in the timeline which are the buttons.

Thanks anyway guys.