Flasher Archive

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


Subject: Re: FLASH: RE: Site Check . . . and any thoughts . . thanx to all
From: Michael Stiedl
Date: Fri, 5 Nov 1999 15:13:20 GMT

>Yes the the windows
>shaking was a javascript with different variables sent for the contact
>link vs. the other ones. You just send a command from flash i.e.
><javascript:tremble(1)> triggering the script on the html page the flash
>is embedded in. unfortunately it doesnt look as good in netscape. see
>script example below.
>
><!-- Begin
>netscape = (navigator.appName == "Netscape");
>n4 = netscape && (parseInt(navigator.appVersion) >= 4);
>explorer = (navigator.appName == "Microsoft Internet Explorer");
>ie4 = explorer && (parseInt(navigator.appVersion) >= 4);
>
>function tremble(n) {
>if (n4 || ie4) {
>for (i = 4; i > 0; i--) {
>for (j = n; j > 0; j--) {
>self.moveBy(0,i);
>self.moveBy(i,0);
>self.moveBy(0,-i);
>self.moveBy(-i,0);
> }
> }
> }
>}
>// End -->
>


Well, it is impressive, what you have done. The site as it is now
looks and feels great.

One question to the shaking windows: I am not a experienced html
coder, can you give a small example how I can implement the script in
my webpage and how I can send the command from flash (I think with FS
Command?).


Thanks in advance

Michael

------------------------------------------- 8-)
-----------------------------------------
computergrafik stiedl! eMail: msatstiedl [dot] at
Taborstra�e 18/88 Telefon: +43/1/216 70 64
1020 Wien Fax: +43/1/216 70 64
Zufahrt f�r Botendienst: ISDN: +43/1/216 70 64
Schmelzgasse 2, 1020 Wien GSM: +43/664/308 25 03


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


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