From: Nicholas Hart <[EMAIL PROTECTED]>
Subject: Re: SMIL and JavaScript???
SMIL does not support javascript any more than HTML supports javascript.
SMIL is a file format. The RealPlayer does not support javascript, so it
is not possible using SMIL alone to change images on a mouse-over.
It would be possible for you to write some datatype plugins that would
support swapping images when a region gets a mouse-over, but that is
probably beyond the scope of your project.
The current version of SMIL does give you the ability to change images
according to a timeline-- just not via user input.
You can embed SMIL in a web browser by embedding the RealPlayer ActiveX
control and Netscape plug-in in the web page. I suggest you read the docs
for more information on embedding the RealPlayer.
Look at chapter eight of the content creation guide:
http://service.real.com/help/library/guides/production/realpgd.htm
At 04:48 PM 8/4/99 -0700, you wrote:
>From: Jeffrey Fitzgerald <[EMAIL PROTECTED]>
>Subject: SMIL and JavaScript???
>
>Being on a tight deadlinem, we are looking for some help from experienced
>multimedia designers who have knowledge of SMIL. We are not looking to buy
>third party products to handle our project. We just need a little guidance:
>
>- Can SMIL be used in conjunction with JavaScript ? Would like to be able to
>change images (like a mouseover does) at different times during a real video
>clip.
>
>- Can SMIL be embedded in HTML / Used in browsers?? Don't want to be stuck
with
>using Real's browser only.
>
>- Are there any examples of this kind of development on-line?
>
>
> Many thanks, Jeff
>