I have red5 6.3 and I am following the sample code to set up a simple 
server.


The code reads:

    import org.red5.server.adapter.ApplicationAdapter;

    public class Application extends ApplicationAdapter {

        public Double add(Double a, Double b){
            return a + b;
        }

    }


Now when I try to do the  import org.red5.server.adapter, it sees the 
"server" package but not the "adapter" object?!  Is this a new change in 
red5, if so can anyone provide me some simple code to get this working?

Any help on what is wrong, would be greatly appreciated,
-michael

_________________________________________________________________
Climb to the top of the charts! Play the word scramble challenge with star 
power. 
http://club.live.com/star_shuffle.aspx?icid=starshuffle_hotmailtextlink2_oct


_______________________________________________
osflash mailing list
[email protected]
http://osflash.org/mailman/listinfo/osflash_osflash.org

Reply via email to