Flash actionscript editor, no errors, no autoformat
I had a script that had this piece of script :
function loadLink(link) // when file is defined, load path&XML
{
...
When i checked this code's syntax, flash reported no errors.
But when i wanted to Autoformat it, it did report errors.. but offcourse with no details.
Eventually found this page :
kirupaForum - Macromedia Flash 8 Bugs and Emerging Issues
which led me to this solution :
// when file is defined, load path&XML ->>>>>> comment on a seperate line
function loadLink(link)
{
...
problem solved :)
function loadLink(link) // when file is defined, load path&XML
{
...
When i checked this code's syntax, flash reported no errors.
But when i wanted to Autoformat it, it did report errors.. but offcourse with no details.
Eventually found this page :
kirupaForum - Macromedia Flash 8 Bugs and Emerging Issues
which led me to this solution :
// when file is defined, load path&XML ->>>>>> comment on a seperate line
function loadLink(link)
{
...
problem solved :)
0 Comments:
Post a Comment
<< Home