vml rendering

  • Thread starter Thread starter g4345081
  • Start date Start date
G

g4345081

I am trying to do a screen capture of my PPT presentations.

I purchased the relevant software and when attempting to apply it I found
that the graphics are not rendered. If I place an "alert" command at the end
of the "LoadSld()" function in the file "script.js" I get the slide minus the
VML graphics.

Where are the VML graphics rendered to the screen?

Thanks for your help.
 
Hello Steve, The software I am using is "activeScreen by xuebrothers. The
problem is not the software but the lack of knowledge as to where the
graphics are rendered. At this time I am not applying the software only
trying to trace the program flow.
 
I will try to describe what I did, the results I received and what I am
trying to accomplish.

1. I took a PPT file and saved it as a web page.
2. This produces a number of files including a file for each slide (ex.
"slide0001.htm) and a javascript program file called "script.js"
3. Each of the slide files contains the following line
"
<body lang=HE style='margin:0px;background-color:black'
onclick="DocumentOnClick()" onresize="_RSW()" onload="LoadSld()"
onkeypress="_KPH()" dir=RTL>
"
As you can see upon finishing loading, the program calls "LoadSld".

If I place an "alert" command at the end of the LoadSld function the program
stops until the OK is given. The state of the screen is such that the text
appears but the graphics are missing.

My question is then where are the graphics rendered.

Moshe
 
Back
Top