Flasher Archive

[Previous] [Next] - [Index] [Thread Index] - [Previous in Thread] [Next in Thread]


Subject: FLASH: FSCommand Problems
From: jcho
Date: Thu, 14 Oct 1999 15:04:20 +0100

Sorry to bother everyone. but i'm about to throw my computer out the
window.
well not really but here's my problem
.
I have a problem with my FSCommand and linking to a fixed sized pop up
window. In flash, I have been using this code in the "Get URL" and in
the url on the right i have been typing this "FSCommand:openTheWindow"
and 'resources.htm','NewWindow','height=300,width=300,toolbar=no' in the
window area for my args. If anyone one can tell if i'm doing this
correct or what I'm doing wrong. When i click on it nothing happens.

here is my javascript code.

<script language="javascript">

<!--
function MasterFinal_DoFSCommand(command, args)
{
if(command=="openTheWindow")
{
alert(command)
openNewWindow()
}
}

function openNewWindow()
{


setTimeout(window.open('resources.htm','NewWindow','height=300,width=300
,toolbar=no'),0)
}
//-->
</script>


---<>---<>---<>---<>---<>---<>---<>---<>---<>---<>---<>---<>---<>---<>---<>
John Cho



flasher is generously supported by...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Streaming Media WEST '99 Conference & Exhibition
"The Worlds largest Internet Audio & Video Event"
December 7 - 9, San Jose Convention Center, California

Reserve your space today at http://www.streamingmedia.com
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe or change your list settings go to
http://www.chinwag.com/flasher or email helpatchinwag [dot] com


Replies
  Re: FLASH: FSCommand Problems, John Croteau
  RE: FLASH: FSCommand Problems, Edwin van Rijkom

[Previous] [Next] - [Index] [Thread Index] - [Next in Thread] [Previous in Thread]