you can use CS5, just replace sdk by the one found on labs, make in common/configuration/actionscript3 a new folder and name it flash11, drop the playerglobal.swc in there. go to common/configuration/players/ duplicate the f10 xml, rename as f11.xml and change all f10 in xml by f11.
was <player id="FlashPlayer10" version="10" asversion="3"> <name>Flash Player 10</name> [..] as3="$(AppConfig)/ActionScript 3.0/FP10/playerglobal.swc" /> becomes <player id="FlashPlayer11" version="11" asversion="3"> <name>Flash Player 11</name> [..] as3="$(AppConfig)/ActionScript 3.0/FP11/playerglobal.swc" /> Fabrice On Mar 1, 2011, at 4:01 PM, Julian Cruz wrote: > Hi all I am trying to start a project with away3D 4_0, but I do not > understand, I can not make it work, can someone tell me the steps to start > the project?, "can only be done in Flash Builder, I can't use Flash CS5? > thanks for the help > > 2011/3/1 John Brookes <[email protected]> > Check you have flash hardware enabled. > Right click on the swf -> settings -> check enable hardware. > > Or your card may not be supported/good enough, just had to buy one myself. > >
