I guess my only complaint is that it says PHP like this:
And since the majority of questions in the actionscript room are from newer users, I just see it as possibly confusing. Plus I really liked how the old [as] tags used the same default highlighting colors as the authoring tool. I just think it would make users feel at home. Also in the case of an answer that required snippets of actionscript and php, it would be clearly defined what was what.PHP Code:_root.onEnterFrame = function(){
if(bytesLoaded >= bytesTotal){
delete _root.onEnterFrame;
}
}
The lack of it doesnt prevent us from being helpful, its just a cleanliness thing that bugs me.![]()




Reply With Quote