Author Topic: Bugs with IE 7 & IE 8 with Flash! Please Help  (Read 2595 times)

eclipsemedia

  • Newbie
  • *
  • Posts: 5
    • View Profile
Bugs with IE 7 & IE 8 with Flash! Please Help
« on: 12 May 2009, 23:56 »
After installing Ajax Gallery everything seemed fine in FireFox but when I go to IE one of my flash objects stops working.

Please go to one of the albums at
http://www.ramar.ca/TWO-STOREY-PLANS.php#1

With FireFox, everything works including the Slide show Flash object one the left. Also when you click on a large image under the thumbnails, you clearly see the screen darken and the slimbox opens the image.

Now go to the same URL http://www.ramar.ca/TWO-STOREY-PLANS.php#1
With IE. Now the Slide Show Flash Object doesn't work and when you click on a large image the slim box is at the very top (unlike how Firefox) and the background doesn't darken. Furthermore sometime the Other Flash files don't come back after you close the slim box.

I have tried using Iframes to load a separete html page with the Flash slide show, I tried it will a PHP included. I even called the flash object from a different server. I tried using both javascript and object to call the flash slide show and nothing works. As soon as you go to another page outside of Ajax Gallery, everything works flash related.

I did find that if I deleted the CSS folder from components/com_apa, the Flash Slide show worked perfect but of course the Ajax Gallery Layout was messed up. I also  emptied the 2 CSS files (apa.css & slimbox.css) with no content, saved the file and uploaded it to the CSS folder to still find the Flash Slide Show not working.

Please help!

PS I would of dug into the code to trouble shoot the situation but I saw it was all encrypted.
« Last Edit: 12 May 2009, 23:59 by eclipsemedia »

Saka

  • Administrator
  • Hero Member
  • *****
  • Posts: 2,495
    • View Profile
    • Sakic.Net
Re: Bugs with IE 7 & IE 8 with Flash! Please Help
« Reply #1 on: 13 May 2009, 00:10 »
Well IE is extremely hard to debug and it behaves strange and not following standards. I did my best to optimize for all browsers but this issue with flash can be anything. I'm afraid I can't give you any clues. Best to send all access info on mail and I will have a look and try to find the problem when I get some time. Again it can be very difficult, IE is a hell and you really should test with free trial before the purchase, especially if you have a site with different other features like flash or other javascript libraries.

eclipsemedia

  • Newbie
  • *
  • Posts: 5
    • View Profile
Re: Bugs with IE 7 & IE 8 with Flash! Please Help
« Reply #2 on: 13 May 2009, 00:18 »
I felt this was the best product out there and had no problem paying for it. As a developer I understand the frustration with IE. If only we all lived in FireFox world with correct standards. This is a very important project and I am willing to pay to have this glitch fixed. What do you need?

Saka

  • Administrator
  • Hero Member
  • *****
  • Posts: 2,495
    • View Profile
    • Sakic.Net
Re: Bugs with IE 7 & IE 8 with Flash! Please Help
« Reply #3 on: 13 May 2009, 00:34 »
As I already said: send all access info (FTP and admin pass) on mail and I will have a look when I get some time.

eclipsemedia

  • Newbie
  • *
  • Posts: 5
    • View Profile
Re: Bugs with IE 7 & IE 8 with Flash! Please Help
« Reply #4 on: 13 May 2009, 00:39 »
Hey I fixed the issue!   I was here for 6 hours pulling my hair out. I found the solution. And I may suggest adding this to the help file for future sales. I seen other have issues but I stumbled on a lead which works. This also fixed the fadeout problem in IE.

I seen before how DocType can make IE behave wierd and sure enough it has here.

I now use this Doctype

Code: [Select]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
The old one was this and should not be used! Its default with Dreamweaver thats why I had it.
Code: [Select]
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> It didn't specify HTML 4.01 which was the problem.

I hope this is useful for others and thanks again for an awesome product. Now I can go home.

Oh the site I found this info was at
http://typo3.org/documentation/document-library/extension-manuals/pmkslimbox/3.1.0/view/1/7/
« Last Edit: 13 May 2009, 00:41 by eclipsemedia »

eclipsemedia

  • Newbie
  • *
  • Posts: 5
    • View Profile
Re: Bugs with IE 7 & IE 8 with Flash! Please Help
« Reply #5 on: 13 May 2009, 00:43 »
BTW great product and I know your busy Saka. For 20 bucks, what would I expect. Can't live on nothing.

eclipsemedia

  • Newbie
  • *
  • Posts: 5
    • View Profile
Re: Bugs with IE 7 & IE 8 with Flash! Please Help
« Reply #6 on: 13 May 2009, 00:49 »
This is odd. It works on IE 8 but not 7. At least I'm on to something.

Update it works on version IE 6 as well. Only Version 7 doesn't errrrr
« Last Edit: 13 May 2009, 00:57 by eclipsemedia »