Flasher Archive
[Previous] [Next] - [Index] [Thread Index] - [Previous in Thread] [Next in Thread]
Subject: | Re: FLASH: FSCommand question ?????????? |
From: | oliver b�hm |
Date: | Thu, 14 Oct 1999 05:11:51 +0100 |
Hi John Cho,
this code below is ok i think.
oliver
But check out
John's Site:
The right link for FSCommand is
http://www.FlashCentral.com/Tech/Scripting/Index.htm
function winopen()
{
window.open("http://www.greenpeace.de/GP_DOK_3P/ONLINEAK/BO1B9908.HTM", "ozwo","width=510,height=370");
}
var InternetExplorer = navigator.appName.indexOf("Microsoft") != -1;
// Handle all the the FSCommand messages in a FutureSplash movie
function ozwo2_DoFSCommand(command) {
var ozwo2Obj = InternetExplorer ? ozwo2 : document.embeds[0];
if (command=="winopen"){
winopen();
}
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 helpchinwag [dot] com
Replies
FLASH: FSCommand question ??????????, jcho
[Previous] [Next] - [Index] [Thread Index] - [Next in Thread] [Previous in Thread]