Ask a Question related to Macromedia Flash Sitedesign, Design and Development.
-
zmfirstrain #1
Working with Screens
Hello
I'm doing a Web site using screens (Flash 2004 Pro) where each slide has a
little animation which should play only when the screen is revealed.
Unfortunately, all the animations play although their corresponding screens are
not revealed, wo when I click on the link to a screen, the animation has
half-played
Now I did get to a point that I can use script like this to control that
--------------------------------------------
_listener = new Object()
_listener.reveal = function(e)
_mc.play()
_listener.hide = function(e)
_mc.gotoAndStop(1)
_screen.addEventListener("reveal", _listener)
_screen.addEventListener("hide", _listener)
----------------------------------------------------
Now my "_screen" are the corresponding names of screens, but what's my
"_listener"--I tried with "screen", "slide", "form", you name it, but don't
know what my eventListener is..
Can someone help
Thanks in advance
zmfirstrain Guest
-
navagating screens
I'm trying to get a button in slide1 go to a certain frame(61) in a slide 8, HOW???? Thanks... -
Screens HELP
I don't know what is wrong I have a few screens. On one of them I have a button to which I add a behavour to hide this same screen. It doesn't... -
Working w/Screens in Presentations and behaviors for them.
To who can help, I am using two different behaviors for my navigation for a presentation using screens. The first one is a hideChild transition... -
Loading Screens
Does Any One No How To Create Loading Screens The Bit That Goes Before The Movie. I Dont No How To Do It Can Any Body Help. -
screens
Cees wrote: Don't worry about it. In my experience the X Window System installed by Woody does that about half the time. That's one reason...



Reply With Quote

