Flasher Archive

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


Subject: Re: FLASH: layer invisible flash prob (ooops)
From: Jason_Schubring
Date: Wed, 9 Feb 2000 21:03:02 GMT



Sorry bro.

Messed up on my previous response. Been a long day! Here is what should work.
In the body tag you also need to set onLoad "hideIt(lucas)". This may not be
bullet proof as it stands, but it is real close to what you need! If your layer
is named lucas with a class of "thing" you should be almost good to go.

Sorry 'bout the mixup. Hope this puts you in the right direction. If I can be
of more help email me and I will respond when my brain is working again. :-)
There is probably a smoother way to pull this off, but this is all I can muster
for now.

Later!

j

====

<STYLE TYPE="text/css">

.thing {
visibility: hidden;
}
</style>


<SCRIPT LANGUAGE = "JavaScript">

<!--/* check and fix layer bug */
if (document.layers){
var lucas = document.lucas;
var HIDDEN = 'hide';
var VISIBLE = 'show';
} else if (document.all){
var lucas = document.all.lucas.style;
var HIDDEN = 'hidden';
var VISIBLE = 'visible';
}

function hideIt(object) {
object.visibility = HIDDEN;
}
//stop hiding -->
</SCRIPT>





|--------+-------------------------->
| | Lucas Yanks |
| | <yanks@unitedsit|
| | es.com.ar> |
| | |
| | 02/09/2000 01:53|
| | PM |
| | Please respond |
| | to flasher |
| | |
|--------+-------------------------->
>----------------------------------------------------------------------------|
| |
| To: "flasheratchinwag [dot] com" <flasheratchinwag [dot] com> |
| cc: (bcc: Jason Schubring/AAL) |
| Subject: FLASH: layer invisible flash prob |
>----------------------------------------------------------------------------|




Hey all,
I have a prob.
I have a flash movie inside an invisible layer.
This flash movie has a calling of a jscript function
(geturl=javascript:anyfunction())
The thing is that in NN it executes perfectly, but in Explorer it
doesn't because the layer is set invisible, if I set the layer visible,
it executes perfectly.
How can I solve this?
Thanks!
--
Lucas Yanks
pd: I'm new on the list


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





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]