From: Nicholas Hart <[EMAIL PROTECTED]>
Subject: Re: Firewalls and embedded RealPlayer

There is, with a little client-side javascript.  Just insert the following
into your html:

<script language="javascript">
<!--
document.write('<');
document.write('embed src="music.rpm" width="300" height="80"');
document.write('>');
// -->
</script>

this should dynamically insert the string '<embed src="music.rpm"
width="300" height="80">' into your document.  Of course, a really smart
firewall might be able to detect and screen that out too, but in general
this should evade a simple firewall that removes certain tags.




At 12:09 PM 3/9/00 -0800, RealForum wrote:
 >From: "Max Bloom" <[EMAIL PROTECTED]>
 >Subject: Firewalls and embedded RealPlayer
 >
 >People,
 >
 >It has been pointed out to me by one extremely kind member of this forum
 >that his firewall screens out embedded RealPlayers (as well as Flash).  Does
 >anyone have experience with this, and if so, is there some way of getting
 >around the problem without having to use the RealPlayer-interface?  Also,
 >any suggestions as to how to best implement a Flash intro when facing a
 >firewall will be much appreciated.
 >
 >Thanks,
 >Max
 >
 >

*******************************************************
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]>

Reply via email to