Daniela Remogna wrote: > Hi! > > I'm a beginner and I'm developing my first application on Red5 server. > > My application is very simple: it streams a local flv movie, which works > fine. > > However I don't understand why ns.pause() and ns.stop() methods don't work.
Maybe you'd better to ask this question at Red5 mailing list: http://osflash.org/mailman/listinfo/red5_osflash.org > I have another question: do I have to recompile the whole red5 project > with eclipse each time I make a new application? Yes, Red5 uses Java applications that are compiled. You could use Groovy and execute Groovy scripts at runtime without compilations but at this point Red5 requires your compiled classes to reside in red5.jar so it's not possible that way. -- Michael "Antares" Klishin, http://www.novemberain.com | mailto:[EMAIL PROTECTED] _______________________________________________ osflash mailing list [email protected] http://osflash.org/mailman/listinfo/osflash_osflash.org
