check to see if this will help you

http://livedocs.macromedia.com/flash/8/main/00003480.html#wp3797830


It might disable all controls but you could turn them back on the same way 
 

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Michael
Appenzellar
Sent: 14 décembre 2006 13:10
To: flashcoders@chattyfig.figleaf.com
Subject: [Flashcoders] disable flvplayback seekBar

I have 2 videos. During the first video I want to not show or disable the
flvplayback seekBar, but I want to show/enable the seekBar during the 2nd
video....

 

Here is the code that is playing both videos...

 

listenerObject.complete = function(eventObject:Object):Void {

    if (vid.contentPath == "qthigh4.flv") {

        playerBar.gotoAndStop(1);

                        vid.play("12-07-06.flv");

    }

};

 

------------------------------------------------
Michael Appenzellar
Sr. Web Applications Developer


Mirame Interactive

http://www.mirameinteractive.com

301-663-5672 x6413

 

_______________________________________________
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training http://www.figleaf.com
http://training.figleaf.com


--
No virus found in this incoming message.
Checked by AVG Free Edition.
Version: 7.1.409 / Virus Database: 268.15.18/586 - Release Date: 2006-12-13
 

-- 
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.409 / Virus Database: 268.15.18/586 - Release Date: 2006-12-13
 

_______________________________________________
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

Reply via email to