PDA

View Full Version : Grrr damn ReferenceError: Error #1065:



creativemindz
July 1st, 2009, 09:37 PM
Hello guys,

Im working on this project at work, which incorporates a few classes that consist of Main.as,Grid.as,ItemData.as,SliderData.as,HashMap, ItemSlider.as,Slider.as. As you can see theres quite a few classes involved. Anyways heres my compiling error that I get when I complie my fla.

ReferenceError: Error #1065: Variable LoadingBarClip_2 is not defined.

I've tried plenty of blog posts regarding to this compiling error. I understand its pretty common but, I couldnt find the problem in my classes. This is what I've done so far to track it down.

1. Tried finding all variables declared with the name LoadingBarClip_2, but no luck.
2. Makeing sure all classes are declared with the access control modifier set to public.
3. Also makeing sure all instances of classes are being declared correctly with var someVar:LoadingBarClip_2 = LoadingBarClip_2();.

I have uploaded my files to usendit, below is the url where you can find it.

http://senduit.com/df1129

Please any help on this issue that I'm haveing would be very nice.

thanks

abe.

sekasi
July 1st, 2009, 10:09 PM
http://www.kirupa.com/forum/showthread.php?t=313070

creativemindz
July 2nd, 2009, 02:01 AM
http://www.kirupa.com/forum/showthread.php?t=313070


thanks, but still no luck i already looked into adobe livedocs and enabled permit debugging under publish settings and no error line or number just same ol referance error 1065 LoaderBar_2. Still hammering away though, I'm going to try the flash debugger and see if anything pops up even though it sucks. Anyways any other suggestions would be also nice.

abe

creativemindz
July 3rd, 2009, 01:10 AM
Well, guess what I have no clue why theres no error in flash cs3. Previously I was using flash cs4, and then now I re-compiled it in flash cs3 and no error what gives??. What a mystery, could be how flash cs4 error handlers work.