Flasher Archive
[Previous] [Next] - [Index] [Thread Index] - [Previous in Thread] [Next in Thread]
Subject: | FLASH: RE: FLASH: � JavaScript & Flash � |
From: | Jason Bouwmeester |
Date: | Thu, 27 Apr 2000 00:24:08 +0100 |
Change all references of:
img/DamienLogo_FSCommand
to this:
DamienLogo_FSCommand - I think this might be your problem... I took them out
and got no error. You cannot use a / within certain code parameters as the
language, in this case JavaScript or VBScript, takes it to mean something.
Alternately you could use like img_DamienLogo_FSCommand or something... just
don't use a / =0)
HTH,
jb
-----Original Message-----
From: Damien Junqueira Fazio [damienflipflop [dot] com [dot] br (mailto:damienflipflop [dot] com [dot] br)]
Sent: Wednesday, April 26, 2000 3:12 PM
To: flasherchinwag [dot] com
Subject: RE: FLASH: � JavaScript & Flash �
That was a Microsoft Outlook problem , because when you type // and any char
in front of it, it will automatcaly become a File link, so when I PASTE my
code from my page the
// -->
that Flash generates become a file link, but this doesan�t exists in my
page, got it?
So do you know what�s happaning???
Regards
DamienJF
----- Original Message -----
From: Jason Bouwmeester <jasonintervisual [dot] com>
To: <flasherchinwag [dot] com>
Sent: Wednesday, April 26, 2000 5:51 PM
Subject: FLASH: RE: FLASH: � JavaScript & Flash �
At first glance this might be your problem:
file://-->
</SCRIPT>
take out the file: so it reads
file://-->
</SCRIPT>
HTH,
Jason
-----Original Message-----
From: Damien Junqueira Fazio [damienflipflop [dot] com [dot] br (mailto:damienflipflop [dot] com [dot] br)]
Sent: Wednesday, April 26, 2000 2:47 PM
To: flasherchinwag [dot] com
Subject: Re: FLASH: � JavaScript & Flash �
Here it goes
<HTML>
<HEAD>
<TITLE>img/DamienLogo</TITLE>
</HEAD>
<BODY bgcolor="#000000">
<SCRIPT LANGUAGE=JavaScript>
<!--
var InternetExplorer = navigator.appName.indexOf("Microsoft") != -1;
// Handle all the the FSCommand messages in a Flash movie
function img/DamienLogo_DoFSCommand(command, args) {
var img/DamienLogoObj = InternetExplorer ? img/DamienLogo :
document.img/DamienLogo;
//
// Place your code here...
//
}
// Hook for Internet Explorer
if (navigator.appName && navigator.appName.indexOf("Microsoft") != -1 &&
navigator.userAgent.indexOf("Windows") != -1 &&
navigator.userAgent.indexOf("Windows 3.1") == -1) {
document.write('<SCRIPT LANGUAGE=VBScript\> \n');
document.write('on error resume next \n');
document.write('Sub img/DamienLogo_FSCommand(ByVal command, ByVal
args)\n');
document.write(' call img/DamienLogo_DoFSCommand(command, args)\n');
document.write('end sub\n');
document.write('</SCRIPT\> \n');
}
file://-->
</SCRIPT>
<!-- URL's used in the movie-->
<!-- text used in the movie-->
codebase="http://active.macromedia.com/flash2/cabs/swflash.cab#version=4,0,0
,0"
ID=img/DamienLogo WIDTH=250 HEIGHT=70>
<PARAM NAME=movie VALUE="img/DamienLogo.swf"> <PARAM NAME=loop VALUE=false>
<PARAM NAME=menu VALUE=false> <PARAM NAME=quality VALUE=high> <PARAM
NAME=bgcolor VALUE=#000000> <EMBED src="img/DamienLogo.swf" loop=false
menu=false quality=high bgcolor=#000000 WIDTH=250 HEIGHT=70
swLiveConnect=true
TYPE="application/x-shockwave-flash"
PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_
Version=ShockwaveFlash"></EMBED>
</OBJECT>
</BODY>
</HTML>
flasher is generously supported by...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Get the last 100 messages from the flasher list NOW
http://www.chinwag.com/flasher/last100.shtml
Flash books http://www.chinwag.com/flasher/books.shtml
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe or change your list settings go to
http://www.chinwag.com/flasher or email helpchinwag [dot] com
flasher is generously supported by...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Get the last 100 messages from the flasher list NOW
http://www.chinwag.com/flasher/last100.shtml
Flash books http://www.chinwag.com/flasher/books.shtml
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe or change your list settings go to
http://www.chinwag.com/flasher or email helpchinwag [dot] com
flasher is generously supported by...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Get the last 100 messages from the flasher list NOW
http://www.chinwag.com/flasher/last100.shtml
Flash books http://www.chinwag.com/flasher/books.shtml
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe or change your list settings go to
http://www.chinwag.com/flasher or email helpchinwag [dot] com
flasher is generously supported by...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Get the last 100 messages from the flasher list NOW
http://www.chinwag.com/flasher/last100.shtml
Flash books http://www.chinwag.com/flasher/books.shtml
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe or change your list settings go to
http://www.chinwag.com/flasher or email helpchinwag [dot] com
[Previous] [Next] - [Index] [Thread Index] - [Next in Thread] [Previous in Thread]