PDA

View Full Version : Toogle carrousel visibility


Cygnus
05-03-2010, 02:22 PM
hello

i try to control the visibililty of the carousel from an interface i've made.

But "ExternalInterface.call" doesn't work and i don't why..

Things i tried:
(1) ...,"external.carousel.visible","T"
(2) ...,"external.carousel.visible","0" / ...,"external.carousel.visible","1"

("ExternalInterface.call" work with others buttons and functions in the interface)

Some ideas ?

Thanks

frederic

Cygnus
05-03-2010, 02:31 PM
Sorry, a wrong path for my interface...

the second option work. (not this one with "T" toggle parameter)

frederic

allSaints
05-03-2010, 03:12 PM
Frederic,

do you have any trace to show what FPP commands are generated from your interface commands?

Cygnus
05-03-2010, 03:25 PM
i meant, of course:
...,"external.carousel.visible",0) / ...,"external.carousel.visible",1)

How can i generate a trace ?? :)

allSaints
05-03-2010, 03:45 PM
I wouldn't survive a day without the Flash Debug Player and the Firefox FlashTracer plugin :)

Tommy

Cygnus
05-04-2010, 10:05 AM
Lucky man ...
The Flash debug player crash my FF with any flash applications.. :(

frederic

allSaints
05-04-2010, 10:16 AM
Really?! That sounds very strange. Maybe Hans or anyone of the other web gurus here have any advice on this matter?