Ask a Question related to Macromedia Flash Flashcom, Design and Development.
-
AndreiRO #1
Undefined setBufferTime
When trying to set buffer time on a client that i want to play a live stream
from FMS3, i get undefined error:
1061: Call to a possibly undefined method setBufferTime through a reference
with static type flash.net:NetStream.
Piece of the code that generates it:
[Q]
var nc:NetConnection = new NetConnection();
var ns:NetStream;
var btn:but=new but();
var btn2:but2=new but2();
function playStream(){
ns = new NetStream(nc);
ns.setBufferTime(2);
ns.addEventListener(NetStatusEvent.NET_STATUS, eventListener);
ns.client = new CustomClient();
video.attachNetStream(ns);
ns.play("clientPlayStream");
}
[/Q]
nc.connect("my_streaming_url"); is called when the client starts.
AndreiRO Guest
-
undefined
I made a dynamic textbox wich should load a txt file. When I test the .swf it says undefined in the textbox. I treedouble checked everything. The... -
XML undefined var
I have a project where I need to load an images into a movie clips based on urls in that is in an XML file. // xml object for xml content... -
Var value = undefined?
I have a movie (swf) loading onto level 104. This movie has a text field in the first frame named cName_txt. I refer to this field later in the... -
mysql_real_escape_string() undefined?
Hi!, I am using PHP/MySQL on RH Linux 8.0 with these RPMs installed: php-4.2.2-8.0.5 asp2php-0.76.2-3 php-pgsql-4.2.2-8.0.5... -
What is an undefined offset? An undefined index?
I just switched error_reporting to ALL so I could debug my site. I got a huge page full of errors. One of the most common was that in my arrays I'm...



Reply With Quote

