Posts Tagged ‘Blog’

Code formatting

Posted in Flash on March 5th, 2009 by admin – Be the first to comment

New blog, new code formatting:

  • switch to ‘HTML’ view while editing
  • open a code block with <pre lang=”actionscript3″>
  • paste your code
  • close the block with </pre>

You can also add line numbers if you want: <pre lang=”actionscript3″ line=”22″>, and there is wide support for many languages.

more info here