C
celoftis
BACKGROUND:
I have some PPT slides that have been converted to HTM (ensuring that
the show slide animations while browsing checkbox is checked). The
original HTM slides have custom animations to allow movie (wmv)
playback on mouse click. (All animations have been verified to work
when viewing slides in ppt.) Further, I have ensured that the converted
HTM file(s) contain only relative file paths.
SITUATION #1
When I open the converted HTM file in my web browser everything works
fine except the wmv file never appears to load. When I hover my mouse
over the region on the page where the movie should appear the mouse
cursor changes (as expected) from an arrow pointer to a hand pointer -
but when I click in this region nothing happens!
I have verified this behavior on my local web server as well as my
team's development web server (two different machines) with the same
results (thinking that my local server may have some odd settings)
Also, I did verify that the MIME type mapping for wmv files existed on
my web server, "video/x-ms-wmv")
SITUATION #2
Using VS 2005, ASP.NET (and frames), I developed a web app that opens
the converted HTM file. When the navigation completes, none of the
images (little red x's appear instead) or the video get loaded... only
the text and background color of the converted HTM file are correctly
loaded. Again, when I hover my mouse over the region on the page where
the movie should appear the mouse cursor changes (as expected) from an
arrow pointer to a hand pointer - but when I click in this region
nothing happens!
SITUATION #3
Next, I was able to develop (using VS2003, VB.NET) a simple windows
based application that has an active-x web browser control - when I
navigate this web-browser to the converted HTM file, it opens correctly
and loads & plays the movie with out any problems. Works as designed!
Anyone have any idea why SITUATION's #1 and #2 fail to load properly?
The conversion of the PPT to HTM creates a diretly full of objects...
the main page that gets opened in the sub-folder has uses javascript to
control the media playback... could this be the source of the problem?
MORE BACKGROUND
What I am trying to accomplish is to migrate a windows based app
(VB.NET) to the web (ASP.NET). The windows based app, briefly described
in #3 above, simply has a tree view control docked (on a slider) to the
left hand side of the form and a web browser control filling the
remaining space in form. As the user clicks nodes in the tree view, the
app navigates the web-browser to different web pages. I thought
converting this to ASP would be a snap... another tree view control and
a couple of frames... but as you can tell I'm just having trouble
getting the converted PPT to HTM files loaded into a regular browser.
Any feedback/thoughts would be appreciated!
-celoftis (hzgt9b)
I have some PPT slides that have been converted to HTM (ensuring that
the show slide animations while browsing checkbox is checked). The
original HTM slides have custom animations to allow movie (wmv)
playback on mouse click. (All animations have been verified to work
when viewing slides in ppt.) Further, I have ensured that the converted
HTM file(s) contain only relative file paths.
SITUATION #1
When I open the converted HTM file in my web browser everything works
fine except the wmv file never appears to load. When I hover my mouse
over the region on the page where the movie should appear the mouse
cursor changes (as expected) from an arrow pointer to a hand pointer -
but when I click in this region nothing happens!
I have verified this behavior on my local web server as well as my
team's development web server (two different machines) with the same
results (thinking that my local server may have some odd settings)
Also, I did verify that the MIME type mapping for wmv files existed on
my web server, "video/x-ms-wmv")
SITUATION #2
Using VS 2005, ASP.NET (and frames), I developed a web app that opens
the converted HTM file. When the navigation completes, none of the
images (little red x's appear instead) or the video get loaded... only
the text and background color of the converted HTM file are correctly
loaded. Again, when I hover my mouse over the region on the page where
the movie should appear the mouse cursor changes (as expected) from an
arrow pointer to a hand pointer - but when I click in this region
nothing happens!
SITUATION #3
Next, I was able to develop (using VS2003, VB.NET) a simple windows
based application that has an active-x web browser control - when I
navigate this web-browser to the converted HTM file, it opens correctly
and loads & plays the movie with out any problems. Works as designed!
Anyone have any idea why SITUATION's #1 and #2 fail to load properly?
The conversion of the PPT to HTM creates a diretly full of objects...
the main page that gets opened in the sub-folder has uses javascript to
control the media playback... could this be the source of the problem?
MORE BACKGROUND
What I am trying to accomplish is to migrate a windows based app
(VB.NET) to the web (ASP.NET). The windows based app, briefly described
in #3 above, simply has a tree view control docked (on a slider) to the
left hand side of the form and a web browser control filling the
remaining space in form. As the user clicks nodes in the tree view, the
app navigates the web-browser to different web pages. I thought
converting this to ASP would be a snap... another tree view control and
a couple of frames... but as you can tell I'm just having trouble
getting the converted PPT to HTM files loaded into a regular browser.
Any feedback/thoughts would be appreciated!
-celoftis (hzgt9b)