#include

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • anfetienne
    Contributor
    • Feb 2009
    • 424

    #include

    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?
  • nmailey
    New Member
    • Feb 2008
    • 6

    #2
    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.

    Comment

    Working...