Hi,
I used the “SWFReader” from senocular.com code in my project but when running, it shows this warning
com\senocular\utils\SWFReader.as, Line 313 Warning: 1106: Empty statement found where block of code expected. Did you type ’;’ accidentally?
I mean this part of code in SWFReader.as
try {
while(readTag());
}catch (error:Error) {
// error in tag parsing. EOF would throw
// an error, but the END tag should be
// reached before that occurs
parseError(error.message);
return;
}
I’m using Flash CS5
what shall I do about this? just ignore this warning??? Does anybody faced a warring like this? Does it mean that there is a bug in SWFReader.as code?
Thanks for all helps in advance
- Attended a Community Meetup
- Community Moderator
- Has been a member for 5-6 years
- United Kingdom
- Contributed a Tutorial to a Tuts+ Site
- Won a Competition
- Contributed a Blog Post
- Beta Tester
- Bought between 50 and 99 items
what’s in the readTag() function?
solved!
Thanks
- Attended a Community Meetup
- Community Moderator
- Has been a member for 5-6 years
- United Kingdom
- Contributed a Tutorial to a Tuts+ Site
- Won a Competition
- Contributed a Blog Post
- Beta Tester
- Bought between 50 and 99 items
altered the topic name because it was ridiculous 
