I then suppose that it is a new feature in player 8 like said on kaourantin.net

(even if it is listed as a feature of player 7 in the doc..... and on other web sites)

A+

Éric Thibault a écrit :
Hello all!

Is there a way to know that a seek command has reach the desired position in the stream when publishing for Flash 7 AS2?

The only response I get from the stream is : NetStream.Buffer.Full. The NetStream.Seek.Notify does not work local or online?!?! I can make it work if I publish for player 8.

I've used this code to debug but it's the same result :

netStream_ns.onStatus = function (infoObject) {
       //trace("NetStream.onStatus called: ("+getTimer()+" ms)");
             for (var prop in infoObject) {
           MonTexte = MonTexte + "\t"+prop+":\t"+infoObject[prop];
       }
       texte.text = MonTexte;
}

I would like to display some infos/mc after a seek command. In the doc it says it works for ActionScript 1.0; Flash Player 6...

A+



--
===============================================================

Éric Thibault
Programmeur analyste
Réseau de valorisation de l'enseignement
Université Laval, pavillon Félix-Antoine Savard
Québec, Canada
Tel.: 656-2131 poste 18015
Courriel : [EMAIL PROTECTED]

===============================================================

Avis relatif à la confidentialité / Notice of Confidentiality / Advertencia de 
confidencialidad <http://www.rec.ulaval.ca/lce/securite/confidentialite.htm>

_______________________________________________
[email protected]
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