home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Pokemon Promotional Discs
/
ANA_POKEMON_02.ISO
/
opn.swf
/
scripts
/
frame_2
/
DoAction.as
Wrap
Text File
|
2004-02-17
|
178b
|
7 lines
var obj_nc = new NetConnection();
obj_nc.connect(null);
var obj_ns = new NetStream(obj_nc);
obj_video.attachVideo(obj_ns);
obj_ns.setBufferTime(5);
obj_ns.play("opn.flv");