Hey Lenny: Thanks for taking a look at the tutorial. Oddly, it seems that Flash 8's compiler didn't seem to have a problem with the missing file. So to answer your question, Constants.as is not required. However, you will need to make one additional change in Red5Connection.as. In the function getSharedObject(), you'll need to remove the Constants.SO_PREFIX reference. That or just download the source for the example again. :)
Thanks for catching that error. Carl On 9/5/07, Lenny Sorey <[EMAIL PROTECTED]> wrote: > Hi Carl, > > Finally got around to playing with your Hibernate / Spring Example. > > Got one question. > > Just notice when I was publishing hibernate.fla that it was looking for > > **Error** > D:\red5_hibernate\Red5+Hibernate\swf\src\classes\net\sziebert\ria\fms\Red5Connection.as: > Line 2: The class or interface 'net.sziebert.ria.util.Constants' could not > be loaded. > > import net.sziebert.ria.**Error** > D:\red5_hibernate\Red5+Hibernate\swf\src\classes\net\sziebert\ria\fms\Red5Connection.as: > Line 2: The class or interface 'net.sziebert.ria.util.Constants' could not > be loaded. > import net.sziebert.ria.util.Constants; > > I haven't gone beyond this point. > > Do I need this class (util.Constants)for this example? > > Thanks again for the tutorial. > > Lenny > > > > On 8/24/07, Carl Sziebert <[EMAIL PROTECTED]> wrote: > > > > All: > > > > Just dropping a note to inform you all that I've moved my tutorial on > > using Hibernate with Red5 to a new home. I've also updated it to > > include Hibernate annotated beans and Spring's > > AnnotationSessionFactoryBean. > > > > http://sziebert.net/posts/red5-hibernate/ > > > > Carl > > -- > > Be who you are and say what you feel, because those who mind don't > > matter and those who matter don't mind. > > - Dr. Seuss > > > > _______________________________________________ > > Red5 mailing list > > [email protected] > > http://osflash.org/mailman/listinfo/red5_osflash.org > > > > > _______________________________________________ > Red5 mailing list > [email protected] > http://osflash.org/mailman/listinfo/red5_osflash.org > > -- Be who you are and say what you feel, because those who mind don't matter and those who matter don't mind. - Dr. Seuss _______________________________________________ Red5 mailing list [email protected] http://osflash.org/mailman/listinfo/red5_osflash.org
