In trying to embed a QuickTime video in an ASP page, the video fails
to load because there is a space in the URL to the video file. (This
structure is supplied to us by a vendor and can't be changed.)
I have tried replacing the space with a plus sign and also with %20,
but it doesn't work. Is there a way to make a space work in the src
parameter?
Thanks!
- Bill in KC
billTheTailor@gmail.com - 25 Mar 2008 17:30 GMT
On Mar 25, 11:24 am, billTheTai...@gmail.com wrote:
> In trying to embed a QuickTime video in an ASP page, the video fails
> to load because there is a space in the URL to the video file. (This
[quoted text clipped - 7 lines]
>
> - Bill in KC
Never mind. The space was not the issue. Spaces apparently are
fine. The needed virtual folder in IIS was never created for the
website in question.
Ain't it great working with all the information?