hi, can i include files like this
#include "http://myserver.com/test/gallery1.as"
or does it have to be
#include "gallery1.a s"
is it possible at all to use an absolute link to link to external files or does it have to be relative to the swf?
#include "http://myserver.com/test/gallery1.as"
or does it have to be
#include "gallery1.a s"
is it possible at all to use an absolute link to link to external files or does it have to be relative to the swf?
Comment