Also take a look at the posting "Getting TextField3D to work in CS3" from last July. It includes workarounds for some bugs which the team has since fixed (esp. for FP10) but the main technique for getting the desired font data into the SWF and how to get TextField3D to find it and use it should still be valid.
Ralph On Feb 4, 8:21 am, katopz <[email protected]> wrote: > Hey franto > > try > > var _object3D:Object3D = new Object3D(); > > > _object3D.addChild(_textfield); > > scene.addChild(_object3D); > > should work ;) > > On 4 February 2010 19:53, franto <[email protected]> wrote: > > > Hey all, > > > how can I add Textfield into scene? Really dont know. There were > > exception when I just simple add it to the scene > > > thank you > > > -- > > Franto Kormanak ([email protected]) > > Owner & Senior RIA Developer > > at Flexets (http://www.flexets.com) > > > profile:http://www.linkedin.com/in/franto > > skype: franto.kormanak > > -- > katopzhttp://www.sleepydesign.com
