Sha256: 8e970ade597389a26a586ceeb651c676bec9fcfccf2db5e14f9a9df37bcd3cc2

Contents?: true

Size: 1.68 KB

Versions: 12

Compression:

Stored size: 1.68 KB

Contents

SocialQuantum Edition

++++++++++++++++++++++++++++++++
You have successfully installed the Project Sprouts Flash SDK!

To get started with a new ActionScript 3 project:

  # Generate a project named 'SomeProject'
  sprout-as3 SomeProject

  # Change directory to the newly-created directory:
  cd SomeProject

  # Install whatever additional gems are required 
  # by this project Gemfile:
  bundle install

  # Use Rake to run the default task:
  rake

++++++++++++++++++++++++++++++++
Next Steps:

  # Generate a new class, test case and test suite:
  sprout-class utils.MathUtil

  # Compile and run the test harness:
  rake test

  # List available rake tasks:
  rake -T

  # List available generators:
  sprout-
  (followed by the TAB key)

++++++++++++++++++++++++++++++++
To use FCSH, simply start the service,
and call the fcsh task before any other
mxmlc or compc task:

  # Open a new terminal and from your project:
  rake fcsh:start

  # Open a new terminal and from your project:
  rake fcsh test

++++++++++++++++++++++++++++++++
To use FDB, simply call the fdb task
before any flashplayer task:

  # Run the default task with FDB:
  rake fdb test

  (type, 'help' for more info when prompted)

++++++++++++++++++++++++++++++++
You can also launch any SWF file using
a debug Flash Player with:

  flashplayer bin/SomeProject.swf

Or run a SWF with FDB like:

  flashplayer --fdb bin/SomeProject.swf

++++++++++++++++++++++++++++++++
You can also tail your system's flashlog
while running a SWF or HTML page with:

  flashlog

++++++++++++++++++++++++++++++++
Issues or Questions? 

  Troubleshooting at:
  http://projectsprouts.org/troubleshooting.html

  Email us at:
  projectsprouts@googlegroups.com

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
flashsdk_sqe-0.0.14 POSTINSTALL.rdoc
flashsdk_sqe-0.0.13 POSTINSTALL.rdoc
flashsdk_sqe-0.0.12 POSTINSTALL.rdoc
flashsdk_sqe-0.0.11 POSTINSTALL.rdoc
flashsdk_sqe-0.0.10 POSTINSTALL.rdoc
flashsdk_sqe-0.0.9 POSTINSTALL.rdoc
flashsdk_sqe-0.0.7 POSTINSTALL.rdoc
flashsdk_sqe-0.0.6 POSTINSTALL.rdoc
flashsdk_sqe-0.0.4 POSTINSTALL.rdoc
flashsdk_sqe-0.0.3 POSTINSTALL.rdoc
flashsdk_sqe-0.0.2 POSTINSTALL.rdoc
flashsdk_sqe-0.0.1 POSTINSTALL.rdoc