I seem to recall that with Flash MX 2004 that the syntax for #include
"NetServices.as" AND #include "NetDebug.as" changed, but I can't seem to get it
right.
Anyway, I get the following error when trying to use the #include code above:
**Error** Scene=Scene 1, layer=Layer 1, frame=1:Line 1: Error opening include
file NetServices.as: File not found.
#include "NetServices.as"
**Error** Scene=Scene 1, layer=Layer 1, frame=1:Line 2: Error opening include
file NetDebug.as: File not found.
#include "NetDebug.as"
Total ActionScript Errors: 2 Reported Errors: 2
Both as files do exist on my PC and I have installed the Flash Remoting
Components.
KK Pilot - 08 Jun 2005 06:52 GMT
I was just going to post the same thread. Admittedly I am new to Actionscript,
but I can't imagine it's a difficult fix.
I want to build an application that will take photos from a database and
display them in an animated MC. Seems like that should be straight forward,
but like you, I keep getting that error. I even tried Mr. Forta's example from
the WACK CD and got the same error. HELP!