Changeset 296


Ignore:
Timestamp:
08/24/09 20:53:09 (4 years ago)
Author:
pablo
Message:

Added AssetLoader Util class

Location:
trunk/fl5
Files:
4 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/fl5/src/com/longtailvideo/jwplayer/utils/RootReference.as

    r284 r296  
    22        import flash.display.DisplayObject; 
    33        import flash.display.Stage; 
     4        import flash.system.Security; 
    45 
    56        /** 
     
    1920                        RootReference.root = displayObj.root; 
    2021                        RootReference.stage = displayObj.stage; 
     22                        Security.allowDomain("*"); 
    2123                } 
    2224        } 
Note: See TracChangeset for help on using the changeset viewer.