Ahhh! That seem to have solved the problem, thanks!bax wrote:The DemoAvatar class has no package? If yes, you have to enter the full package and class name, for example: com.mypackage.avatara.DemoAvatarwarhell wrote:Yes, The name of the file is "DemoAvatar.as", and I have the following line in the config file...
It seems like openspace cannot find the class in the application domain.Code: Select all
<AvatarTypes use8Directions="1"> <!--AvatarType mainClass="DemoAvatar" ghostClass="DemoGhost" stature="55">demo</AvatarType--> <AvatarType mainClass="DemoAvatar" stature="55">demo</AvatarType> </AvatarTypes