473,748 Members | 2,625 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Opening PPT slide convered to HTM in IE7 or active-x web-browser control

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)

Nov 16 '06 #1
1 3057
I was a bit off in my first message regarding SITUATION #1:
I placed the converted HTM (and associated sub-folder) in two places:
(1) my local machine's web server (C:\Inetpub\www root\) and (2) my
team's development server. Next I tried opening the files two ways: (A)
double click on the HTM in the file system (launches ie) and (B)
navigate my web-browser to each web site and manually type the name of
the page ("http://localserver/myConverted.htm ", etc.). Here are the
results I got from these tests:

1A - My machine, open the HTM by double clicking the HTM
First, I get the ie "To help protect your security, Internet Explorer
has restricted this file from showing active content that could access
your computer. Click here for options...". After choosing "Allow
Blocked Content" and answering "Yes" on the Security Warning dialog
box, the page beings to load. All the images, text and background
colors load as expected. The first frame of the movie appears on the
screen and when I hover my mouse over the movie image the cursor
changes (as expected) from an arrow pointer to a hand pointer - but
when I click on the movie nothing happens!

1B - My machine, open the HTM navigating ie to the web site
("http://localserver/myConverted.htm ")
When navigating to this page on my local web server, I get no security
warnings. The page loads and all the images, text and background colors
load as expected. The first frame of the movie does NOT appear on the
screen - but when I hover my mouse over the movie image the cursor
changes (as expected) from an arrow pointer to a hand pointer - again,
when I click on the movie nothing happens!

2A - Development machine, open the HTM by double clicking the HTM
When opening, by double clicking, on the HTM on my team's development
server, I receive no security warnings. The page loads and all the
images, text and background colors load as expected. The first frame of
the movie appears on the screen - and when I hover my mouse over the
movie image the cursor changes (as expected) from an arrow pointer to a
hand pointer. Finally, when I click on the movie PLAYS! Everything
works as expected in this situation!

2B - Development machine, open the HTM navigating ie to the web site
("http://localserver/myConverted.htm ")
When navigating to this page on my team's development web server, I get
no security warnings.
Exact same results 1B from above.

I'm baffled - four (4) test cases; three (3) different results: one (1)
pass, two (2) fail with no movie image being loaded and no playback on
click, one (1) fails with the first frame of the movie image being
loaded but, again, no playback on click. Any idea what's going on here.
I'm curious about the security errors occurring locally but not from my
team's development server but they are not my real concern (unless
that's the source of the problem). The real problem for me is that the
movie will not playback... any ideas on how to get this to work? In my
final application I'll have hundred's of HTMs and WMVs - so manually
modifying the HTM is not too appealing. I suppose I could script
something if necessary...

Any thoughts?

celoftis

Nov 17 '06 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
568
by: Ata | last post by:
Hello, I am trying to copy the contents of the output of SQL Reporting Services to a PowerPoint slide. For this, I am using SQL Reporting Services to obtain an IMAGE stream, which I paste to the Windows clipboard. Then, using automation, I am trying to copy this information from the clipboard to a PowerPoint slide. However, I get an error at slide.Shapes.PasteSpecial. I am able create a System.Drawing.Bitmap object from the memory...
2
10213
by: WillRead | last post by:
I have a VB.Net application and a PowerPoint presentation explaining how each form in the application works, etc.. I would like to select and display the slide appropriate for each form by pressing the F1 key. In other words, I want to use the powerpoint presentation for my help system. I am calling the SlideShow from the applications menu, and it works great; however, the same techniques are not working for selecting individual slides. ...
9
12397
by: Michael Burtenshaw | last post by:
I would like to make a slide show using random images. The problem is my host is 250.com, and they don't support cgi-programs. Is there another way to accomplish random images?
1
1303
by: TulasiKumar | last post by:
hi all, I am new in .Net programmin.I want know how private assembly is convered in to Shard assembly? any one knows please provide me documentation or links thanksinadvance
0
4215
by: ProfessorKaos | last post by:
I'm trying to open a slide show from an application but I am receiving an error when tring to reference the PowerPoint.Presentation object. I'm not sure if it a framework, registry, or version issue. Or I could be off on all my guesses. I think if I can get this error fixed the code "should" work. Error: COM object with CLSID {91493444-5A91-11CF-8700-00AA0060263B} is either not valid or not registered. Line Throwing Error:
0
1328
by: orit | last post by:
Again, I have the following xml code: <?xml version="1.0" ?> <course> <globalProperties> <externalMetadata> <source>ADL</source> <model>ADL SCORM 1.0</model> </externalMetadata> </globalProperties> <block id="B1">
3
5262
by: Beamer | last post by:
Hi I am trying to build a roating slide effect in javascript. Basically, I have a list like below <ul id="slideShowCnt"> <li id="slide0"><img .../></li> <li id="slide0"><img .../></li> <li id="slide0"><img .../></li> <li id="slide0"><img .../></li> <li id="slide0"><img .../></li> <li id="slide0"><img .../></li>
0
1571
by: Ed Sproull [MSFT] | last post by:
I have an ASP site (www.elsphoto.com} and I have several pages that have slide shows on them. The home page uses JPGs from a directory and the Family, Wedding and Pets pages retrieve the photos from the database. Each page shows the first slide correctly and the second slide always shows up as a thumbnail. After the show completes once, the second itteration all slides show correctly. I'm using a timer to trigger the slide change and...
1
13923
by: mumbaisalsa | last post by:
hi all, i want to run the slide show say ten slides and then close it , but in my code given below it opens the slide show and closes immediately ... .. please give me a solution to this problem 1. Please add MsPowerpoint11.0 object present in COM in ur references. 2. Code : -- Dim appPowerpoint as Powerpoint.Application
2
2145
by: vineetbindal | last post by:
Hi all, We have a slide show in a page which shows slids rotating after every 8-10 seconds with some descriptions about them. The problem is if the connection speed is slow then the page loads fine but that slide show takes a lot of time to load and (the place we are running the slide show is white blank page till than) I dont understand why. can someone tell me what can we do for this. i have think of something like
0
8995
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8832
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
1
9332
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9254
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
6799
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6078
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4608
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
4879
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
2791
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.