Inserting .avi

S

Shirley

I'm having a problem trying to insert an .avi into my web. It was on a disk
given to me to work with for the site I am building. I've never had a
problem before and have tried everything I can think of.
When I look at 'code view' I see %20 inserted and have tried removing those
and still no luck.
Can anyone give me an idea as to how to fix this?
Thanks,
Shirley

--
 
A

Andrew Murray

%20 is (I think) the "spacebar" character equivalent in HTML. (has nothing
to do with your problem).

To Insert a video, go to the Insert (menu) > Picture (option) > Video
(sub-option)

If the "video" option is greyed out, make sure you have your web open first.
Also I believe also you need the settings for "IE Only" under the page
options/settings.
 
S

Shirley

Andrew Murray said:
%20 is (I think) the "spacebar" character equivalent in HTML. (has nothing
to do with your problem).

To Insert a video, go to the Insert (menu) > Picture (option) > Video
(sub-option)

If the "video" option is greyed out, make sure you have your web open
first. Also I believe also you need the settings for "IE Only" under the
page options/settings.
oops...forgot to hit 'reply group'...my apologies.
I have all of the above suggestions already in place and still no luck :(
 
J

John Malone

The avi format is not good for streaming video...
The bit rate is way too high.
Have a look here and see if that helps..
http://www.mediacollege.com/video/streaming/overview.html
To see streaming video in action here is a demo...
http://www.xmas-i-am.com/test/video.htm
This has a bit rate of 103 kbps
That means that you will not see the video on a 56 kbps connection until it
downloads most of it.
But if you have high speed connection it will start when the page loads.

The demo page uses the Insert | Web component
new window "Advanced Controls" from the left list.
Then "Plug In" from the right list. Then "Finish" Button
new window (put in the data source) in this case it was "salmon.asx"
Then OK.

The actual video file is "salmon.asf" (ASF Advanced Streaming Format)
The asx file is kind of like a play list....

Hope this might help some.

John Malone
======================
|
| | > %20 is (I think) the "spacebar" character equivalent in HTML. (has
nothing
| > to do with your problem).
| >
| > To Insert a video, go to the Insert (menu) > Picture (option) > Video
| > (sub-option)
| >
| > If the "video" option is greyed out, make sure you have your web open
| > first. Also I believe also you need the settings for "IE Only" under the
| > page options/settings.
| >
| >
| >
| > | >> I'm having a problem trying to insert an .avi into my web. It was on a
| >> disk given to me to work with for the site I am building. I've never
had
| >> a problem before and have tried everything I can think of.
| >> When I look at 'code view' I see %20 inserted and have tried removing
| >> those and still no luck.
| >> Can anyone give me an idea as to how to fix this?
| >> Thanks,
| >> Shirley
| >>
| >> --
| oops...forgot to hit 'reply group'...my apologies.
| I have all of the above suggestions already in place and still no luck :(
| >
|
|
 
S

Shirley

John Malone said:
The avi format is not good for streaming video...
The bit rate is way too high.
Have a look here and see if that helps..
http://www.mediacollege.com/video/streaming/overview.html
To see streaming video in action here is a demo...
http://www.xmas-i-am.com/test/video.htm
This has a bit rate of 103 kbps
That means that you will not see the video on a 56 kbps connection until
it
downloads most of it.
But if you have high speed connection it will start when the page loads.

The demo page uses the Insert | Web component
Then "Plug In" from the right list. Then "Finish" Button
Then OK.

The actual video file is "salmon.asf" (ASF Advanced Streaming Format)
The asx file is kind of like a play list....

Hope this might help some.

John Malone
======================
|
| | > %20 is (I think) the "spacebar" character equivalent in HTML. (has
nothing
| > to do with your problem).
| >
| > To Insert a video, go to the Insert (menu) > Picture (option) >
Video
| > (sub-option)
| >
| > If the "video" option is greyed out, make sure you have your web open
| > first. Also I believe also you need the settings for "IE Only" under
the
| > page options/settings.
| >
| >
| >
| > | >> I'm having a problem trying to insert an .avi into my web. It was on
a
| >> disk given to me to work with for the site I am building. I've never
had
| >> a problem before and have tried everything I can think of.
| >> When I look at 'code view' I see %20 inserted and have tried removing
| >> those and still no luck.
| >> Can anyone give me an idea as to how to fix this?
| >> Thanks,
| >> Shirley
| >>
| >> --
| oops...forgot to hit 'reply group'...my apologies.
| I have all of the above suggestions already in place and still no luck
:(
| >
|
|
Thanks for responding :)
I think I might have discovered the problem. When I looked 'live' on the
site and tried to open it, I got the message that a codec was missing...an
Indeo codec. Not sure where to start to find that.
 
Top