trying to insert movie, but message says 'HTMLInlineVideoCtl'...

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am trying to insert a movie in wmv format in a web-page layout, but when I
click the Movie icon in the webtools menu, the message appears that 'this
object was created in HTMLInlineVideoCtl and this application is not
available'. What should I do about this ?
 
See “Application is not available†error messages when you try to insert
some Web Tools in Word 2002 and Word 2003
http://support.microsoft.com/?kbid=886299

--
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA

Email cannot be acknowledged; please post all follow-ups to the newsgroup so
all may benefit.
 
Sometimes MS has a free DL test of MS FrontPage which works perfect.
These folks know: microsoft.public.frontpage.client
 
The original post was not cross-posted. LsuEdu was attempting to be helpful.

--
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA

Email cannot be acknowledged; please post all follow-ups to the newsgroup so
all may benefit.
 
One can order a free FrontPage 2003 CD for a thirty-day trial
on the following Microsoft web page:

https://microsoft.order-7.com/consu...ation+Kits&product_id=099-93465&cookie_test=1

Or, one can sign up to test drive FrontPage 2003 online (requires a
broadband connection) on the following Microsoft web page:

http://www.runaware.com/microsoft/frontpage2003/

While researching the FrontPage topics, I discovered that the Office XP
SP3 upgrade is now available from the following Microsoft web page:

http://www.microsoft.com/downloads/...FD-6F69-4289-8BD1-EB966BCDFB5E&displaylang=en

I got excited at first but then remembered that I have Office 2003, not Office XP. Drat!
 
Forget FrontPage errors. Here is the code to embed a .wmv file:

<object ID="Player" WIDTH="220" HEIGHT="200"
CLASSID="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6">
<param name="URL" value="http://example.com/1.wmv">
<param name="rate" value="1">
<param name="balance" value="0">
<param name="currentPosition" value="0">
<param name="defaultFrame" value="_top">
<param name="playCount" value="1">
<param name="autoStart" value="-1">
<param name="currentMarker" value="0">
<param name="invokeURLs" value="0">
<param name="volume" value="50">
<param name="mute" value="0">
<param name="uiMode" value="full">
<param name="stretchToFit" value="-1">
<param name="windowlessVideo" value="-1">
<param name="enabled" value="-1">
<param name="enableContextMenu" value="-1">
<param name="fullScreen" value="0">
<param name="SAMIStyle" value>
<param name="SAMILang" value>
<param name="SAMIFilename" value>
<param name="captioningID" value>
<param name="enableErrorDialogs" value="-1">
<param name="_cx" value="8467">
<param name="_cy" value="7938">
</object>

Replace http://example.com/1.wmv your file location. Good luck.
 
Hope you will see this message. Thank you for the below information. Is there
any way in frontpage that I can use the same movie screen, but can view a
couple of movies through clicking on different links? I.E. watching different
news clips on CNN?
 
Back
Top