(in /Users/sam/Desktop/test_as3project/project)
mxmlc -warnings -default-frame-rate 24 -default-background-color
#FFFFFF -default-size 600 400 -output bin/
test_as3projectApplication.swf -sp=assets/img src/test_as3project.as
rake aborted!
can't convert nil into String
I do have flex builder and the flex sdk installed, any ideas?
Also, i noticed in your screencast that the asunit files were being
created when creating a project, when I create one they do not appear:
>> Created file at: ./test_as3project
>> Created file at: ./test_as3project/project/assets/img/skins/Default/PatternPark.jpg
>> Created file at: ./test_as3project/project/assets/img/skins/DefaultSkin.as
>> Created file at: ./test_as3project/project/rakefile.rb
>> Created file at: ./test_as3project/project/src/test_as3project.as
>> Created file at: ./test_as3project/project/src/test_as3projectRunner.as
Thanks for any help. Great work
now the files are created but I have this error message
** Execute flash_player-9
** Invoke bin/SomeProject3Application.swf (not_needed)
** Execute run
rake aborted!
Not sure where flash_player_home should be on systems other than Win/
Mac - please let us know so that we can update this script...
/usr/lib/ruby/gems/1.8/gems/asproject-0.1.118/lib/path_finder.rb:
348:in `flash_player_home'
/usr/lib/ruby/gems/1.8/gems/asproject-0.1.118/lib/path_finder.rb:
314:in `flash_player_log'
/usr/lib/ruby/gems/1.8/gems/asproject-0.1.118/lib/path_finder.rb:26:in
`flash_player_log'
I now have this problems for both as2 and as3 compilation
Luke: What files do we need to locate and which files do we need to
change?
-default-background-color the options are int
I can use the rgb value directly but not the '#FFFFFF' when it is a
string
If you change the rakefile.rb then following lines (41 & 54) to
t.default_background_color = 0xFFFFFF
On May 4, 10:40 pm, "Luke Bayes" <lba...@patternpark.com> wrote:
No problems glad to help