From: Nicholas Hart <[EMAIL PROTECTED]>
Subject: Re: Real player buttons.
This is possible only if you are embedding the RealPlayer on a web page via
the embed or object tags. If your firewall strips these out then there is
no way to get around this-- but then there is really no way to get around a
proxy that modifies html unless you can figure out a way to trick the proxy.
You could try to make some javascript that on-the-fly generates your embed
tag, if the firewall doesn't strip out scripts too. eg:
<script language="javascript">
document.write("<em" + "bed src=\"rtsp://server/file.rm\"\n");
document.write(" type=\"audio/x-pn-realaudio-plugin\"\n");
document.write(" width=\"300\"\n");
document.write(" height=\"100\"\n");
document.write(" console=\"myconsole\"\n");
document.write(" controls=\"all\"\n");
document.write(" autostart=\"true\"></em" + "bed\n");
</script>
Also, if you simply want to start a standalone RealPlayer, simply making an
href to your media file should do the trick.
At 01:18 PM 11/16/99 -0800, RealForum wrote:
>From: John Gray <[EMAIL PROTECTED]>
>Subject: Real player buttons.
>
>Hi All,
>
>Is it possible to use alternate images on a web page to control the
>buttons on the real player and if so what extent can this be taken to? I
>would like to use images for at least play, pause, stop, rewind, fast
>forward. It would be nice to access features like, mute, add to
>favorites, preferences etc. Is there somewhere with some code I can use
>to do this?
>
>Thanks,
>
>John Gray
>
*******************************************************
The RealForum is an email discussion group focused on using RealNetworks
products. The RealForum is a place to post messages about the best methods
for creating content using RealNetworks technologies and the planning and
implementation of streaming-media web sites. Archives of RealForum can
be found at http://realforum.real.com
If you ever want to remove yourself from this mailing list,
you can send mail to <[EMAIL PROTECTED]> with the following
command in the body of your email message:
unsubscribe realforum
or from another account, besides the address you subscribed with:
unsubscribe realforum <[EMAIL PROTECTED]>