|
Posted by askMe on 09/28/26 11:37
Richard Brooks wrote:
> askMe wrote:
> > I developed a web page that plays an mpg using the simple embed tag.
> > When the page loads, the video starts, but then stops after a few
> > seconds. I use the embed tag because I want the user's default player
> > to kick in. What might be causing the video to start then stop?
> >
> > Thanks.
> >
> > http://www.askblax.com
> >
>
> Nothing happens in Firefox! It just loads up as a plain Web page.
Thanks for checking. The beauty of PHP is that when a $variable
doesn't exist, it doesn't render the rest of the code inoperable like
in some other programming languages. PHP mistakes/problems are often
transparent. It ain't that *strict* if I remember correctly. That's
what I love about it.
Thanks for checking, though. I actually got the code I needed to work
with the appropriate object and the whole problem boiled down to the
object's classid being unavailable on the php server trying to serve it
up.
>
> Richard.
Navigation:
[Reply to this message]
|