Click to See Complete Forum and Search --> : Problem using Flash into css/php but works in FF, not IE.


zerohyper
10-22-2008, 11:30 AM
hello,

I am having a problem but of course here's the link that you might'd like to see what is the problem. Its www.kamdean.com/php/albumsample1.php

there's two problem, but first its about IE vs FF and second is swf object overlap the menu.

The script is coded into file that is located at
www.kamdean.com/page_content/albumsample/albumsample1.php

You will notice that it'll work on FF, not IE. On IE you will see loading icon.

If you go direct to page_content/albumsample/albumsample1.php the swf object will show up but will not load. However, php/albumsample1.php pull up and display page_content file and will work. Its weird but it works in Firefox anyways. So i am focusing on how to fix IE problem and i cant seem to figure out.


Overlap menu problem
If you go to php/albumsample1.php and check out the menu and the swf object overlap the menu dropdown. I tried to use param wmode and it didnt work.

you can go to www.kamdean.com then click on portfoilo and click on wedding or whatever is under that list. Those are swf object that was designed by monoslideshow and i added wmode to force swf to stay under the menu. I tried to do same thing for swf object designed by page flip in php/albumsample1.php and it wasnt successful. Monoslideshow use so.addParam(" "); tag while PageFlip use <param name=" ">

I dont know which part of this forum that i should post but if i posted in wrong place, and moderator.. please correct this problem that i've caused and move this thread to a proper forum. Thanks.

I hope i am clear on explaining the problems.

I will fill in the details if you need to know something.

Thanks!!!

zerohyper
10-22-2008, 12:53 PM
i solved wmode problem i just had to add wmode="transparent" in embed src tag instead of param name tag. It succeed.

But still having problem with IE. FF still works fine.

Let me know if you have any idea why this swf isnt working in IE.

zerohyper
10-22-2008, 01:00 PM
Ok it works in IE now... how did i figure out? i had to add http://www.kamdean.com/ then so on.. but.. i rather ../ so on because i plan to change the domain name in future and it would be too much work to change all of address... is there any way to force IE to accept ../page_content...so on instead of www.kamdean.com/page_content.

Let me know