Windows 10 reached EOS (end of support) on October 14, 2025. For more information, see this article.

Hilfe durchsuchen

Vorsicht vor Support-Betrug: Wir fordern Sie niemals auf, eine Telefonnummer anzurufen, eine SMS an eine Telefonnummer zu senden oder persönliche Daten preiszugeben. Bitte melden Sie verdächtige Aktivitäten über die Funktion „Missbrauch melden“.

Weitere Informationen

A plugin is needed to display this content.

  • 14 Antworten
  • 7 haben dieses Problem
  • 18 Aufrufe
  • Letzte Antwort von Rick-Nation

Weitere Optionen

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>

Geändert am von cor-el

Alle Antworten (14)

Weitere Optionen

This is what I am viewing,

Weitere Optionen

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.

Weitere Optionen

You only posted the param tags.

What is the code of the containing object tag?

Does it include a type attribute?

Weitere Optionen

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

Weitere Optionen

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?

Weitere Optionen

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).

Weitere Optionen

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>

Weitere Optionen

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?

Weitere Optionen

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?

Weitere Optionen

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.

Weitere Optionen

Geändert am von cor-el

Weitere Optionen

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?

Weitere Optionen

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?

Weitere Optionen

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.

Geändert am von Rick-Nation