본 사이트는 여러분의 사용자 경험을 개선하기 위해 유지 보수를 진행하는 동안 기능이 제한됩니다. 도움말로 문제가 해결되지 않고 질문을 하고 싶다면 Twitter의 @FirefoxSupport 및 Reddit의 /r/firefox 채널을 활용하세요.

Mozilla 도움말 검색

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

자세히 살펴보기

A plugin is needed to display this content.

  • 14 답장
  • 7 이 문제를 만남
  • 4 보기
  • 최종 답변자: Rick-Nation

more options

I'm trying to access my Pearson homework and having a tremendous amount of difficulty. I'm running Windows 10 64-bit and Firefox is 32-bit. I have all my plugins needed but I'm not sure if they're installed for Firefox 32-bit, the plugins needed are Flash and Java. The code of the object is:

<param name="GetNavigationListURL" value="../Service/PlayerIntf.ashx?action=homework">	<param name="GetExerciseURL" value="../Service/PlayerIntf.ashx?action=gethomeworkitem">	<param name="SubmitURL" value="../Service/PlayerIntf.ashx?action=homeworkrecord">	<param name="GetResultsURL" value="../Service/PlayerIntf.ashx?action=gethomeworkresults">	<param name="ServerParams" value="">	<param name="CurQuestion" value="">	<param name="MoreButtons" value="">	<param name="ReviewMode" value="0">	<param name="BannerTitle" value="">	<param name="ShowPrint" value="0">	<param name="showvideo" value="1">	<param name="showanimation" value="1">	<param name="showfasttrack" value="1">	<param name="showtextbook" value="1">	<param name="showspreadsheet" value="1">	<param name="showaskinstructor" value="1">	<param name="showdemodoc" value="1">	<param name="showkeyconcepts" value="1">	<param name="showstepbystep" value="1">	<param name="useSI" value="0">
I'm trying to access my Pearson homework and having a tremendous amount of difficulty. I'm running Windows 10 64-bit and Firefox is 32-bit. I have all my plugins needed but I'm not sure if they're installed for Firefox 32-bit, the plugins needed are Flash and Java. The code of the object is: <pre><nowiki><param name="GetNavigationListURL" value="../Service/PlayerIntf.ashx?action=homework"> <param name="GetExerciseURL" value="../Service/PlayerIntf.ashx?action=gethomeworkitem"> <param name="SubmitURL" value="../Service/PlayerIntf.ashx?action=homeworkrecord"> <param name="GetResultsURL" value="../Service/PlayerIntf.ashx?action=gethomeworkresults"> <param name="ServerParams" value=""> <param name="CurQuestion" value=""> <param name="MoreButtons" value=""> <param name="ReviewMode" value="0"> <param name="BannerTitle" value=""> <param name="ShowPrint" value="0"> <param name="showvideo" value="1"> <param name="showanimation" value="1"> <param name="showfasttrack" value="1"> <param name="showtextbook" value="1"> <param name="showspreadsheet" value="1"> <param name="showaskinstructor" value="1"> <param name="showdemodoc" value="1"> <param name="showkeyconcepts" value="1"> <param name="showstepbystep" value="1"> <param name="useSI" value="0"></nowiki></pre>

글쓴이 cor-el 수정일시

모든 댓글 (14)

more options

This is what I am viewing,

more options

Additional System Details shows Installed Plug-ins

Shockwave Flash 18.0 r0


Use this link to check that your plugins are up-to-date. If any are listed as unknown or research, do not worry about them.


Type about:addons<enter> in the address bar to open the Add-ons Manager. Hot key; <Control>(Mac:<Command>) <Shift> A)

On the left side of the page, select Plugins. Make sure the ones you want to use are set to Ask or Allow.


Go to the web page. Once the page is loading, mouse to the address bar and Left click the icon. A window for displaying site information should come up. Select More Information. Now select Permissions. In the menu, Make sure the ones you want to use are set to Ask or Allow.

more options

You only posted the param tags.

What is the code of the containing object tag?

Does it include a type attribute?

more options

All of them show up to date, this is a new install.

more options

cor-el said

You only posted the param tags. What is the code of the containing object tag? Does it include a type attribute?

I don't know how to do this? Step by step?

more options

How did you get the param code you posted above?

You can use the built-in Inspector to inspect the plugin code (right-click: Inspect Element).

more options

This?

<object id="ctl00_ctl00_InsideForm_MasterContent_Player" name="Player" type="application/x-oleobject" style="height:423px;width:796px;"> <param name="GetNavigationListURL" value="../Service/PlayerIntf.ashx?action=homework"> <param name="GetExerciseURL" value="../Service/PlayerIntf.ashx?action=gethomeworkitem"> <param name="SubmitURL" value="../Service/PlayerIntf.ashx?action=homeworkrecord"> <param name="GetResultsURL" value="../Service/PlayerIntf.ashx?action=gethomeworkresults"> <param name="ServerParams" value=""> <param name="CurQuestion" value=""> <param name="MoreButtons" value=""> <param name="ReviewMode" value="0"> <param name="BannerTitle" value=""> <param name="ShowPrint" value="0"> <param name="showvideo" value="1"> <param name="showanimation" value="1"> <param name="showfasttrack" value="1"> <param name="showtextbook" value="1"> <param name="showspreadsheet" value="1"> <param name="showaskinstructor" value="1"> <param name="showdemodoc" value="1"> <param name="showkeyconcepts" value="1"> <param name="showstepbystep" value="1"> <param name="useSI" value="0"></object>

more options

Rick-Nation said

This? <object id="ctl00_ctl00_InsideForm_MasterContent_Player" name="Player" type="application/x-oleobject" style="height:423px;width:796px;"> <param name="GetNavigationListURL" value="../Service/PlayerIntf.ashx?action=homework"> <param name="GetExerciseURL" value="../Service/PlayerIntf.ashx?action=gethomeworkitem"> <param name="SubmitURL" value="../Service/PlayerIntf.ashx?action=homeworkrecord"> <param name="GetResultsURL" value="../Service/PlayerIntf.ashx?action=gethomeworkresults"> <param name="ServerParams" value=""> <param name="CurQuestion" value=""> <param name="MoreButtons" value=""> <param name="ReviewMode" value="0"> <param name="BannerTitle" value=""> <param name="ShowPrint" value="0"> <param name="showvideo" value="1"> <param name="showanimation" value="1"> <param name="showfasttrack" value="1"> <param name="showtextbook" value="1"> <param name="showspreadsheet" value="1"> <param name="showaskinstructor" value="1"> <param name="showdemodoc" value="1"> <param name="showkeyconcepts" value="1"> <param name="showstepbystep" value="1"> <param name="useSI" value="0"></object>

type="application/x-oleobject"

How does this affect this running of the plugin?

more options

Actually type="application/x-oleobject" looks like a problem. OLE is a proprietary technology that I suspect will only work in Internet Explorer.

But the system requirements include other browsers: http://www.pearsonmylabandmastering.com/northamerica/mathxl/system-requirements/index.html

So what is going on??

I noticed at the top of your screen shot it says "Object moved" which is the kind of message you get for a redirect, but not a normal page title. Does your Firefox block redirects? Please check here just in case:

"3-bar" menu button (or Firefox menu) > Preferences > Advanced

On the General mini-tab, in the Accessibility section, uncheck the box for "Warn me when websites try to redirect or reload the page"

If you changed that, any difference?

more options

Thank you, jscher2000

I tried that but it never stops trying to reload the page, the plugin never works. It's weird because I've had sessions where the plugin was working but I'll come back later and it won't.

more options

글쓴이 cor-el 수정일시

more options

cor-el said

Maybe you need too install Silverlight.

Still no avail, meanwhile my homework is overdue... Curse this wretched mafia-company. Any other ideas, guys?

more options

Rick-Nation said

cor-el said
Maybe you need too install Silverlight.

Still no avail, meanwhile my homework is overdue... Curse this wretched mafia-company. Any other ideas, guys?

You probably should use one of your Microsoft browsers to do your homework at this point. Don't those work on the site?

more options

jscher2000 said

Rick-Nation said
cor-el said
Maybe you need too install Silverlight.

Still no avail, meanwhile my homework is overdue... Curse this wretched mafia-company. Any other ideas, guys?

You probably should use one of your Microsoft browsers to do your homework at this point. Don't those work on the site?

My microsoft browsers (edge and explorer) hang and freeze up while using the homework window. Pearson is being a tremendous pain in the ass.

글쓴이 Rick-Nation 수정일시