Connecting Tech Pros Worldwide Forums | Help | Site Map

#include

anfetienne's Avatar
Needs Regular Fix
 
Join Date: Feb 2009
Location: UK
Posts: 356
#1: Jul 28 '09
hi, can i include files like this

#include "http://myserver.com/test/gallery1.as"

or does it have to be

#include "gallery1.as"

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?

Newbie
 
Join Date: Feb 2008
Posts: 6
#2: Aug 10 '09

re: #include


This should be fine, as long as the domain is the same as the SWF you're calling it from. Otherwise you may have to look into Flash's Cross Domain policies as I understand it.
Reply