G
Guest
Q1?: What does MS PowerPoint Javascript code check (registry entry? ActiveX
Objects?) to determine if it can display the video format or not?
Q2?: How can I fix this? (Browser patch? Windows media player patch?)
Apology in advance- I don't know browser version and media player versions
STEPS:
create a powerpoint presentation with video and slides and save as html.
IN BROWSER:
User gets "Unknown Media Type" text in the top left panel where the video
should be displayed on the Powerpoint HTML screen.
POPUP BOX ERROR TEXT:
user gets error popup box that says "You do not have the media player
required to view this presentation."
CODE:
here is the error popup javascript code that MICROSOFT Powerpoint
auto-generated from save as HTML, from html view source:
function StartUp()
{
SendStats(false,true);
interactive = true;
Video_1_player = GetElement('Video-1-0');
if(Video_1_selected_player == 0){alert("You do not have the media player
required to view this presentation.");return;}
var e = Element("Video-1");
e.mpObj = players.Add("Video-1-0","Video-1",true);
Any idea where and how to troubleshoot this and get this fixed ?
Objects?) to determine if it can display the video format or not?
Q2?: How can I fix this? (Browser patch? Windows media player patch?)
Apology in advance- I don't know browser version and media player versions
STEPS:
create a powerpoint presentation with video and slides and save as html.
IN BROWSER:
User gets "Unknown Media Type" text in the top left panel where the video
should be displayed on the Powerpoint HTML screen.
POPUP BOX ERROR TEXT:
user gets error popup box that says "You do not have the media player
required to view this presentation."
CODE:
here is the error popup javascript code that MICROSOFT Powerpoint
auto-generated from save as HTML, from html view source:
function StartUp()
{
SendStats(false,true);
interactive = true;
Video_1_player = GetElement('Video-1-0');
if(Video_1_selected_player == 0){alert("You do not have the media player
required to view this presentation.");return;}
var e = Element("Video-1");
e.mpObj = players.Add("Video-1-0","Video-1",true);
Any idea where and how to troubleshoot this and get this fixed ?