Flasher Archive

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


Subject: Re: FLASH: Mac and IE 4.5
From: Michael Dunn
Date: Thu, 2 Mar 2000 21:13:05 GMT

After playing with my code forever! I discovered (by comparing to Matt's Seizure
site) that the following code that Flash generates while publishing is what is
causing (at least for my file) the border at the top of the screen. I noticed
that when viewing the source in IE half of it was red (comment) and half wasn't.
I took it out completely and everything works FINE!!! Anyone know why or if this
is going to cause a problem (It's like having cut out a tumor).

This is the code I cut out:

<script language=JavaScript>
var InternetExplorer = navigator.appName.indexOf("Microsoft") != -1;
// Handle all the the FSCommand messages in a Flash movie
function level0_DoFSCommand(command, args) {
var level0Obj = InternetExplorer ? level0 : document.level0;
//
// 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 level0_FSCommand(ByVal command, ByVal args)\n');
document.write(' call level0_DoFSCommand(command, args)\n');
document.write('end sub\n');
document.write('</SCRIPT\> \n');
}
</script>
<!-- URL's used in the movie-->
<!-- text used in the movie-->


--
Michael Dunn
The Merica Agency

flasher is generously supported by...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
flashforward2000 and The Flash Film Festival
"The World�s Premier Flash Solutions Conference and Expo"
March 27-29, Nob Hill Masonic Center, San Francisco, California

-Register before Feb 25 and save $200!!-- www.flashforward2000.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]