Flasher Archive

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


Subject: RE: FLASH: FSCommand question ??????????
From: Arsis
Date: Thu, 14 Oct 1999 02:03:53 +0100

Is it because you are using "openNewWindow" in the HTML and "openTheWindow"
in Flash. Or should you be using Get URL and "javascript:openTheWindow"
instead of "FSCommand:openTheWindow" - sorry if I answer with naivety.

Arsis

-----Original Message-----
From: owneratchinwag [dot] com [owneratchinwag [dot] com]On">mailto:owneratchinwag [dot] com]On Behalf Of
jchoaticonixgroup [dot] com
Sent: Thursday, October 14, 1999 10:40 AM
To: flasheratchinwag [dot] com
Subject: FLASH: FSCommand question ??????????


Hello everyone.

I have a question on fscommands. I have a button that has to link to
a pop up window with a specific size and browser spec preference.

here is my javascript code can anyone tell why this doesn't work? I'm
connecting it with "Get URL" and placing "FSCommand:openTheWindow"
in the url box. What i'm lost at is what are the "args" that i need to
place in the
window area?

Any help would be great!!!!!

<script language="VBScript"
<!--
Sub mapcontrols_FSCommand(ByVal command)
call mapcontrols_DoFSCommand(command)
end sub
-->
</script>

<script language="javascript">

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

function openNewWindow()
{
alert(command)

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



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
  FLASH: FSCommand question ??????????, jcho

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