If you want to include source code in your topics/replies in the forum, I recommend the following for syntax highlighting.
Instead of using the
[code]
method, try using
<pre class="brush: as3"> your code </pre>
Supported languages are as3, php, xml, java, jscript, css and cpp.
You should get something like this:
private function myNiceHighlightedAs3Function(myParam:Number):int
{
return int(myParam);
}
Hope it is useful!