Does Flash mess up ajax?

rickle42

New Member
Messages
59
Reaction score
0
Points
0
Hi,
I have a site with 6 nav buttons. The page uses ajax and works fine for the most part. However, 2 of the buttons cause the entire page to reload. I feel like it has something to do with flash being loaded for those 2 buttons.
Anyone know how you can use flash and ajax together sucessfully?
Here is the site : http://santaclaus25.com/
The 2 buttons that make page reload are "gallery" and "giftshop"
And also, There is only a problem in IE. Firefox works fine. Why does flash cause IE7 to reload the whole page when i am only replacing the innerHTML of a div?
Could this have something to do with me using <embed ? I know I should use <object instead probly....

Thanks in advance
 

Slothie

New Member
Messages
1,429
Reaction score
0
Points
0
Flash and ajax can be used together with no problems. I've done it a bit myself, although flash can be problematic when you're using a layered CSS.
 

Thewinator

New Member
Messages
256
Reaction score
0
Points
0
Ajax stands for Advanced Javascript and Xml.
As for your problem, its probebly the fault of IE's rendering methods since it works fine in firefox here as well.
If thats the case you won't be able to do anything about it.
 
Top