Hi Michael, Sorry for the very late response. You would get a quicker one though if you use the Red5 mailing list instead of this one.
Red5 mailing list [EMAIL PROTECTED] http://osflash.org/mailman/listinfo/red5_osflash.org As for your code, it certainly looks right to me. we have not changed the package for org.red5.server.adapter.ApplicationAdapter. You would have to give us more information on what kind of errors you are seeing before I could really help. My guess is that you have not setup your classpath correctly. -Chris On 10/5/07, michael palma <[EMAIL PROTECTED]> wrote: > 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 > _______________________________________________ osflash mailing list [email protected] http://osflash.org/mailman/listinfo/osflash_osflash.org
