Join the AMA (Ask Me Anything) with the Firefox leadership team to celebrate Firefox 20th anniversary and discuss Firefox’s future on Mozilla Connect. Mark your calendar on Thursday, November 14, 18:00 - 20:00 UTC!

为提升您的使用体验,本站正在维护,部分功能暂时无法使用。如果本站文章无法解决您的问题,您想要向社区提问的话,请到 Twitter 上的 @FirefoxSupport 或 Reddit 上的 /r/firefox 提问,我们的支持社区将会很快回复您的疑问。

搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

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于修改