Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

자세히 살펴보기

A website I built does not work properly in Firefox but works fine in Safari and Explorer.

  • 8 답장
  • 3 이 문제를 만남
  • 1 보기
  • 최종 답변자: Powersolo

more options

I created it in Adobe GoLive with flash files embedded. the home button rollover disappears and the links don't go to the pages that they should go to.

I created it in Adobe GoLive with flash files embedded. the home button rollover disappears and the links don't go to the pages that they should go to.

선택된 해결법

Yes, now that Homeover image is there and working for me on hover (you may need to use Shift+Cmd+R).

It is a problem with the Flash object.
IE gets the correct Flash file, but Firefox always gets the same default file in the second object tag.

Handbags:

IE: homeflash3.swf
Firefox: homeflash5.swf


<object id="FlashID" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="701" height="700">
<param name="movie" value="homeflash3.swf">

<!--[if !IE]>-->
<object type="application/x-shockwave-flash" data="homeflash5.swf" width="701" height="700">
<!--<![endif]-->

<!--[if !IE]>-->
</object>
<!--<![endif]-->
</object>

Apron works:

IE: homeflash4.swf
Firefox: homeflash4.swf
<object id="FlashID" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="701" height="700">
<param name="movie" value="homeflash4.swf">

<!--[if !IE]>-->
<object type="application/x-shockwave-flash" data="homeflash4.swf" width="701" height="700">
<!--<![endif]-->

<!--[if !IE]>-->
</object>
<!--<![endif]-->
</object>
문맥에 따라 이 답변을 읽어주세요 👍 0

모든 댓글 (8)

more options

That home hover image seems to be missing on the server, so you need to look into that.

The other pages seem to be missing as well causing the links not to work.
So you need to check all the files on the server an upload any missing files.

more options

Thats just it, everything is there. And works fine in Safari. Is there something I need to do different for firefox?

thanks

more options

That homeover.png really isn't there and you can check that by opening the link.
Google Chrome shows a broken image if I hover the Home menu entry and also the links aren't working there as well.
If it still works in Safari then Safari may be still having that data in the cache and uses that instead.
You can try a reload with a cache bypass in Safari to see if that still works.

more options

I tried to empty the cache, reloaded, same thing. I tried to open the image of homeover.png and it said there were errors. What errors though, I don't get it.

more options

That is the alt text that Firefox adds to a single image and that is shown until the image is loaded and rendered.
If the image loads correctly then you see the image instead of that alt text.
In this case the image isn't loaded, so you still see the alt text.

more options

The image is definately there. I totally redid the image and uploaded it yet again. But that is just a small part. My other pages aren't loading the correct file at all . That really baffles me. Each page loads the "About Us" flash file. Now THAT is weird!!

more options

선택된 해결법

Yes, now that Homeover image is there and working for me on hover (you may need to use Shift+Cmd+R).

It is a problem with the Flash object.
IE gets the correct Flash file, but Firefox always gets the same default file in the second object tag.

Handbags:

IE: homeflash3.swf
Firefox: homeflash5.swf


<object id="FlashID" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="701" height="700">
<param name="movie" value="homeflash3.swf">

<!--[if !IE]>-->
<object type="application/x-shockwave-flash" data="homeflash5.swf" width="701" height="700">
<!--<![endif]-->

<!--[if !IE]>-->
</object>
<!--<![endif]-->
</object>

Apron works:

IE: homeflash4.swf
Firefox: homeflash4.swf
<object id="FlashID" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="701" height="700">
<param name="movie" value="homeflash4.swf">

<!--[if !IE]>-->
<object type="application/x-shockwave-flash" data="homeflash4.swf" width="701" height="700">
<!--<![endif]-->

<!--[if !IE]>-->
</object>
<!--<![endif]-->
</object>

글쓴이 cor-el 수정일시

more options

I think that will work! Should I use the code you have above? I just changed the .swf file name and it worked. I'm not a programmer, just a designer. I'm trying to learn html, actionscript, java etc. This is all helping me. Thanks! I'll post again if I keep having problems.