Any chance you are using absolut pathes with your classes or with -pack?
Use classpath relative pathes instead.

Cheers,
Ralf.

saeed ashor wrote:

import mx.transitions.Tween;
import mx.transitions.easing.*;

var tween:Object = new Tween(rec_mc, "_x", Elastic.easeOut, 0, 300, 3, true);

Error ** bla bla bla
The name of this class , 'mx.transition.Tween',conflicts with the name of 
another class that was loaded, 'mx.transitions.Tween'.

class mx.transition.Tween {

that what's appear to me



------------------------------------------------------------------------

_______________________________________________
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

Reply via email to