View Full Version : Browser address bar - Can it be removed ??
Techstreamer
05-24-2006, 01:21 PM
I have produced some short swf format "videos" and placed them on a progressive download server.
When they play, the browser address bar shows the file location on the server!
I will be setting up a webpage with controlled access but I am concerned about the "address".
For control purposes and cost of data download I want to prevent the address from showing.
Is is possible with the format I am using or do I need to use a different format ?
Any suggestions welcomed.
[8D]
Techstreamer
srsuptech
05-25-2006, 11:24 AM
Launch the SWF video from another page using variables.
//// Place this tag between <Head></Head> ////
<script language="JavaScript">
<!--
function Start(page)
{
OpenWin = this.open(page, "CtrlWindow","toolbar=No,menubar=No,location=No,scrollbars=No,re sizable=No,fullscreen=No,status=No,width=693,heigh t=455,left=0,top=0,screenX=0,screenY=0");
}
//-->
</script>
///Then insert this tag by your link////
<a onclick="javascript:Start('gldbforDoc.html');"
href="javascript:void(0);">GLDB for DOC</a>
Thanks,
John
Techstreamer
06-13-2006, 07:29 PM
Thanks John....For your recent advice, I sent that request before I went on vacation- and I am only catching up right now.
I can manage the first piece but I am a little bit confused by the second part ....what link are you referring to that the TAG should be inserted by ...??
<blockquote id="quote"><font size="1" face="Verdana, Arial, Helvetica" id="quote">quote:<hr height="1" noshade id="quote"><i>Originally posted by srsuptech</i>
<br />Launch the SWF video from another page using variables.
//// Place this tag between <Head></Head> ////
<script language="JavaScript">
<!--
function Start(page)
{
OpenWin = this.open(page, "CtrlWindow","toolbar=No,menubar=No,location=No,scrollbars=No,re sizable=No,fullscreen=No,status=No,width=693,heigh t=455,left=0,top=0,screenX=0,screenY=0");
}
//-->
</script>
///Then insert this tag by your link////
<a onclick="javascript:Start('gldbforDoc.html');"
href="javascript:void(0);">GLDB for DOC</a>
Thanks,
John
<hr height="1" noshade id="quote"></blockquote id="quote"></font id="quote">
Techstreamer
srsuptech
06-14-2006, 02:10 PM
I will put together a quick tutorial on this.
Thanks,
John
Techstreamer
06-14-2006, 06:52 PM
Sound good to me, I look forward to it.
Thanks for your help.
Techstreamer
Techstreamer
06-25-2006, 08:43 AM
SRSUPTECH,
Where can I go to view the tutorial please ?
Will you send me a link ?
Techstreamer
srsuptech
06-27-2006, 01:27 PM
Sorry for the delay...I have it ready just need to post it to a host. I am currently placing tutorial links off another domain but posting it on this page might cause too much traffic. I could send it to you via e-mail.
Thanks,
John
Techstreamer
06-27-2006, 07:10 PM
I should have a link above for my email.
Thanks again for your help SRSuptech.
Techstreamer
Techstreamer
07-01-2006, 05:24 AM
OK srsuptech,
you can send it to:
dporiordan AT iol DOT ie
Techstreamer