Having trouble adding video to fp 2003

  • Thread starter Thread starter mabe
  • Start date Start date
M

mabe

I have front page 2003 and i can not figuare out how to add video to it any
help would be greatly appericated.
 
i have done everything it says to do in the help file right now i have it
where it is showing a picture in my program and on the internet it is showing
a box with a x in it when i try to do a video if i add in flash it just show
a gray box with a lighting bolt and on the internet it is a bow with a x in it
 
Post a URL to the page, please.
--
Tom [Pepper] Willett
Microsoft MVP - FrontPage
---------------------------
:i have done everything it says to do in the help file right now i have it
: where it is showing a picture in my program and on the internet it is
showing
: a box with a x in it when i try to do a video if i add in flash it just
show
: a gray box with a lighting bolt and on the internet it is a bow with a x
in it
:
: "Tom [Pepper] Willett" wrote:
:
: > Help Files search for "add video"
: > --
: > Tom [Pepper] Willett
: > Microsoft MVP - FrontPage
: > ---------------------------
: > : > :I have front page 2003 and i can not figuare out how to add video to it
any
: > : help would be greatly appericated.
: >
: >
: >
 
I don't see where there is a video on that page.
Maybe someone who can read minds will come along ;-)
--
Tom [Pepper] Willett
Microsoft MVP - FrontPage
---------------------------
: www.mabekennels.com right now i am having trouble sending the new video i
am
: trying since it is large
:
:
: "Tom [Pepper] Willett" wrote:
:
: > Post a URL to the page, please.
: > --
: > Tom [Pepper] Willett
: > Microsoft MVP - FrontPage
: > ---------------------------
: > : > :i have done everything it says to do in the help file right now i have
it
: > : where it is showing a picture in my program and on the internet it is
: > showing
: > : a box with a x in it when i try to do a video if i add in flash it
just
: > show
: > : a gray box with a lighting bolt and on the internet it is a bow with a
x
: > in it
: > :
: > : "Tom [Pepper] Willett" wrote:
: > :
: > : > Help Files search for "add video"
: > : > --
: > : > Tom [Pepper] Willett
: > : > Microsoft MVP - FrontPage
: > : > ---------------------------
: > : > : > : > :I have front page 2003 and i can not figuare out how to add video
to it
: > any
: > : > : help would be greatly appericated.
: > : >
: > : >
: > : >
: >
: >
: >
 
when i preview it in the browser it works with two different files i have
tried but when i up load it to the net it don't work it don't even show it
when i look at the properties what am i doing wrong


mabe said:
www.mabekennels.com right now i am having trouble sending the new video i am
trying since it is large


Tom [Pepper] Willett said:
Post a URL to the page, please.
--
Tom [Pepper] Willett
Microsoft MVP - FrontPage
---------------------------
:i have done everything it says to do in the help file right now i have it
: where it is showing a picture in my program and on the internet it is
showing
: a box with a x in it when i try to do a video if i add in flash it just
show
: a gray box with a lighting bolt and on the internet it is a bow with a x
in it
:
: "Tom [Pepper] Willett" wrote:
:
: > Help Files search for "add video"
: > --
: > Tom [Pepper] Willett
: > Microsoft MVP - FrontPage
: > ---------------------------
: > : > :I have front page 2003 and i can not figuare out how to add video to it
any
: > : help would be greatly appericated.
: >
: >
: >
 
it on one the bottom mof the page under all the links to the other pages you
want me mto move it to the top so you can find it right off the bat
 
You are using
<p><img border="0" dynsrc="Movie.WMV" start="fileopen" width="327"
height="206"></p>

dynsrc is extremely unreliable on the web.

Use something like:

<p>
<object id="media1" height="200" type="video/x-ms-wmv" width="200">
<param name="filename" value="Movie.WMV" >
</object>
</p>

This may not work in all browsers.
--
Ron Symonds - Microsoft MVP (Expression)
Reply only to group - emails will be deleted unread.
http://www.rxs-enterprises.org/fp

mabe said:
www.mabekennels.com right now i am having trouble sending the new video i
am
trying since it is large


Tom [Pepper] Willett said:
Post a URL to the page, please.
--
Tom [Pepper] Willett
Microsoft MVP - FrontPage
---------------------------
:i have done everything it says to do in the help file right now i have
it
: where it is showing a picture in my program and on the internet it is
showing
: a box with a x in it when i try to do a video if i add in flash it
just
show
: a gray box with a lighting bolt and on the internet it is a bow with a
x
in it
:
: "Tom [Pepper] Willett" wrote:
:
: > Help Files search for "add video"
: > --
: > Tom [Pepper] Willett
: > Microsoft MVP - FrontPage
: > ---------------------------
: > : > :I have front page 2003 and i can not figuare out how to add video
to it
any
: > : help would be greatly appericated.
: >
: >
: >
 
Back
Top