Flasher Archive
[Previous] [Next] - [Index] [Thread Index] - [Previous in Thread] [Next in Thread]
Subject: | RE: FLASH: JavaScript and Variable syntaxe |
From: | Jason Brown |
Date: | Thu, 28 Oct 1999 15:19:34 +0100 |
take the single quotes out. it thinks its a string not a variable.
-----Original Message-----
From: Marc Pidoux [marcpidoux [dot] com (mailto:marcpidoux [dot] com)]
Sent: 28 October 1999 15-01
To: flasherchinwag [dot] com
Subject: FLASH: JavaScript and Variable syntaxe
Hi,
I have the following command on a button using "load variable" and it's
work.
javascript: window.open('clients.swf','flash','width=300,height=200');
Now, I want to remplace the 'clients.swf' by a variable called 'page', so
the command should be:
javascript: window.open('page','flash','width=300,height=200'); (Doesn't
work)
But after setting the variable 'page' to client.htm' or any other thing, it
doesn't work...
Do you know how to write the correct statement to be able to replace 'page'
by the value of a variable???
Thanks
Marc
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
-----------------------------------------------------------------------
This message has been checked for all known viruses by UUNET
in conjunction with the StarLab Virus Control Centre.
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
Re: FLASH: JavaScript and Variable synta, Marc Pidoux
[Previous] [Next] - [Index] [Thread Index] - [Next in Thread] [Previous in Thread]