VideoEvent doesnot lavoro in Flash Player 10,2VideoEvent non funziona in Flash Player 10.2
import fl.video.VideoEvent
addEventListener(VideoEvent.READY, ready);
Compiler Error: (For Flash Player 10.2, works fine in Flash Player 9)
1119: Access of possibly undefined property READY through a reference with static type Class.
Tutti i suggerimenti su risolvere questo?
Comunque .. ha funzionato. Sembra che il compilatore confonda con flash.events.VideoEvent Quindi, solo aggiungendo il riferimento completo risolto il problema: addEventListener (fl.video.VideoEvent.READY, pronto); –
Grazie per aver postato la domanda e la risposta. Molto utile per me. Stavo impazzendo dopo aver dovuto cambiare un vecchio progetto dai giocatori 9 a 10, a causa di un'incompatibilità con l'API Vimeo (non direttamente correlato a questo problema). –
Buono a sapersi, è stato utile! :) –