Resources stored in SWC are stripped from the SWF

Greetings,
Using Flash Builder Burrito with Hero SDK. I'm compiling a SWC with some [Embed()] resources, and using it with an Air application. When starting the application, the resources are not loadable.
Turns out that the Flex compiler seems to strip the resources from the SWC. The code from the SWC is definitely merged and executes within the Air SWF.
Size of the SWC: 586KB
Size of the SWF: 53KB
Google failed me. Any suggestions?
Thanks,
J-F

I appreciate your persistence, harUI. Thanks!
In the hopes of making it easier for you, here's the class code:
package com.chronogears.meteorminer
    public class Assets
        [Embed(source="/assets/star.png")]
        public static const star:Class;
        [Embed(source="/assets/Ship.png")]
        public static const ship:Class;
        [Embed(source="/assets/SmallOre.swf")]
        public static const smallOre:Class;
        [Embed(source="/assets/MediumOre.swf")]
        public static const mediumOre:Class;
        [Embed(source="/assets/LargeOre.swf")]
        public static const largeOre:Class;
        [Embed(source="/assets/Meteor_16.png")]
        public static const meteor16:Class;
        [Embed(source="/assets/Meteor_32.png")]
        public static const meteor32:Class;
        [Embed(source="/assets/Meteor_64.png")]
        public static const meteor64:Class;
        [Embed(source="/assets/Meteor_128.png")]
        public static const meteor128:Class;
H
ere's where I use the asset:
package com.chronogears.meteorminer
    public class Ship extends Sprite
        protected override function init():void
            var image:Bitmap = new Assets.ship;
            addChild(image);
Here's Catalog.xml from the swc:
<?xml version="1.0" encoding ="utf-8"?>
<swc xmlns="http://www.adobe.com/flash/swccatalog/9">
  <versions>
    <swc version="1.2" />
    <flex version="4.5.0" build="17689" minimumSupportedVersion="3.0.0" />
  </versions>
  <features>
    <feature-script-deps />
    <feature-files />
  </features>
  <libraries>
    <library path="library.swf">
      <script name="org/flintparticles/threeD/geom/Transformable3D" mod="1283190769000" signatureChecksum="2921223431" >
        <def id="org.flintparticles.threeD.geom:Transformable3D" />
        <dep id="AS3" type="n" />
        <dep id="Object" type="i" />
      </script>
      <script name="org/flintparticles/common/counters/Counter" mod="1283190769000" signatureChecksum="1954177909" >
        <def id="org.flintparticles.common.counters:Counter" />
        <dep id="org.flintparticles.common.emitters:Emitter" type="s" />
        <dep id="AS3" type="n" />
        <dep id="Object" type="i" />
      </script>
      <script name="org/flintparticles/common/counters/KeyDownCounter" mod="1283190769000" signatureChecksum="4170432124" >
        <def id="org.flintparticles.common.counters:KeyDownCounter" />
        <dep id="flash.events:KeyboardEvent" type="e" />
        <dep id="flash.events:KeyboardEvent" type="s" />
        <dep id="flash.display:Stage" type="s" />
        <dep id="org.flintparticles.common.emitters:Emitter" type="s" />
        <dep id="AS3" type="n" />
        <dep id="org.flintparticles.common.counters:Counter" type="i" />
        <dep id="Object" type="i" />
      </script>
      <script name="org/flintparticles/common/behaviours/Behaviour" mod="1283190769000" signatureChecksum="839868160" >
        <def id="org.flintparticles.common.behaviours:Behaviour" />
        <dep id="org.flintparticles.common.emitters:Emitter" type="s" />
        <dep id="AS3" type="n" />
        <dep id="Object" type="i" />
      </script>
      <script name="org/flintparticles/common/actions/Action" mod="1289466183000" signatureChecksum="1330537774" >
        <def id="org.flintparticles.common.actions:Action" />
        <dep id="org.flintparticles.common.particles:Particle" type="s" />
        <dep id="org.flintparticles.common.emitters:Emitter" type="s" />
        <dep id="AS3" type="n" />
        <dep id="org.flintparticles.common.behaviours:Behaviour" type="i" />
        <dep id="Object" type="i" />
      </script>
      <script name="org/flintparticles/common/actions/ActionBase" mod="1289466180000" signatureChecksum="1095339969" >
        <def id="org.flintparticles.common.actions:ActionBase" />
        <dep id="org.flintparticles.common.particles:Particle" type="s" />
        <dep id="org.flintparticles.common.emitters:Emitter" type="s" />
        <dep id="AS3" type="n" />
        <dep id="org.flintparticles.common.actions:Action" type="i" />
        <dep id="Object" type="i" />
      </script>
      <script name="org/flintparticles/threeD/actions/TweenPosition" mod="1289464578000" signatureChecksum="2429733331" >
        <def id="org.flintparticles.threeD.actions:TweenPosition" />
        <dep id="org.flintparticles.threeD.geom:Vector3D" type="e" />
        <dep id="org.flintparticles.threeD.particles:Particle3D" type="e" />
        <dep id="org.flintparticles.threeD.geom:Point3D" type="e" />
        <dep id="org.flintparticles.common.particles:Particle" type="s" />
        <dep id="org.flintparticles.threeD.geom:Vector3D" type="s" />
        <dep id="org.flintparticles.common.emitters:Emitter" type="s" />
        <dep id="org.flintparticles.threeD.geom:Point3D" type="s" />
        <dep id="AS3" type="n" />
        <dep id="org.flintparticles.common.actions:ActionBase" type="i" />
      </script>
      <script name="org/flintparticles/common/renderers/Renderer" mod="1283190769000" signatureChecksum="225396532" >
        <def id="org.flintparticles.common.renderers:Renderer" />
        <dep id="org.flintparticles.common.emitters:Emitter" type="s" />
        <dep id="AS3" type="n" />
        <dep id="Object" type="i" />
      </script>
      <script name="org/flintparticles/common/renderers/FlexRendererBase" mod="1289464578000" signatureChecksum="159785682" >
        <def id="org.flintparticles.common.renderers:FlexRendererBase" />
        <dep id="org.flintparticles.common.events:ParticleEvent" type="e" />
        <dep id="flash.events:Event" type="e" />
        <dep id="org.flintparticles.common.events:EmitterEvent" type="e" />
        <dep id="org.flintparticles.common.emitters:Emitter" type="e" />
        <dep id="org.flintparticles.common.events:ParticleEvent" type="s" />
        <dep id="flash.events:Event" type="s" />
        <dep id="org.flintparticles.common.particles:Particle" type="s" />
        <dep id="org.flintparticles.common.events:EmitterEvent" type="s" />
        <dep id="org.flintparticles.common.emitters:Emitter" type="s" />
        <dep id="AS3" type="n" />
        <dep id="mx.core:UIComponent" type="i" />
        <dep id="org.flintparticles.common.renderers:Renderer" type="i" />
      </script>
      <script name="org/flintparticles/twoD/renderers/mxml/BitmapRenderer" mod="1289464578000" signatureChecksum="1955477476" >
        <def id="org.flintparticles.twoD.renderers.mxml:BitmapRenderer" />
        <dep id="flash.display:BitmapData" type="e" />
        <dep id="flash.geom:Rectangle" type="e" />
        <dep id="flash.display:DisplayObject" type="e" />
        <dep id="Math" type="e" />
        <dep id="flash.display:Bitmap" type="e" />
        <dep id="flash.geom:Point" type="e" />
        <dep id="flash.filters:BitmapFilter" type="s" />
        <dep id="flash.display:BitmapData" type="s" />
        <dep id="flash.geom:Rectangle" type="s" />
        <dep id="flash.geom:Matrix" type="s" />
        <dep id="flash.display:Bitmap" type="s" />
        <dep id="org.flintparticles.twoD.particles:Particle2D" type="s" />
        <dep id="flash.geom:Point" type="s" />
        <dep id="AS3" type="n" />
        <dep id="org.flintparticles.common.renderers:FlexRendererBase" type="i" />
      </script>
      <script name="org/flintparticles/twoD/renderers/mxml/BitmapLineRenderer" mod="1289466550000" signatureChecksum="2194521158" >
        <def id="org.flintparticles.twoD.renderers.mxml:BitmapLineRenderer" />
        <dep id="flash.display:Shape" type="e" />
        <dep id="org.flintparticles.common.emitters:Emitter" type="e" />
        <dep id="flash.events:Event" type="s" />
        <dep id="flash.geom:Rectangle" type="s" />
        <dep id="org.flintparticles.twoD.particles:Particle2D" type="s" />
        <dep id="org.flintparticles.common.events:EmitterEvent" type="s" />
        <dep id="flash.display:Shape" type="s" />
        <dep id="AS3" type="n" />
        <dep id="org.flintparticles.twoD.renderers.mxml:BitmapRenderer" type="i" />
      </script>
      <script name="org/flintparticles/threeD/actions/Move" mod="1289464578000" signatureChecksum="2842069929" >
        <def id="org.flintparticles.threeD.actions:Move" />
        <dep id="org.flintparticles.threeD.geom:Vector3D" type="e" />
        <dep id="org.flintparticles.threeD.particles:Particle3D" type="e" />
        <dep id="org.flintparticles.common.particles:Particle" type="s" />
        <dep id="org.flintparticles.threeD.geom:Vector3D" type="s" />
        <dep id="org.flintparticles.threeD.particles:Particle3D" type="s" />
        <dep id="org.flintparticles.common.emitters:Emitter" type="s" />
        <dep id="AS3" type="n" />
        <dep id="org.flintparticles.common.actions:ActionBase" type="i" />
      </script>
      <script name="org/flintparticles/twoD/actions/MutualGravity" mod="1289464578000" signatureChecksum="3538413463" >
        <def id="org.flintparticles.twoD.actions:MutualGravity" />
        <dep id="org.flintparticles.twoD.emitters:Emitter2D" type="e" />
        <dep id="Math" type="e" />
        <dep id="org.flintparticles.twoD.particles:Particle2D" type="e" />
        <dep id="org.flintparticles.common.particles:Particle" type="s" />
        <dep id="org.flintparticles.twoD.emitters:Emitter2D" type="s" />
        <dep id="org.flintparticles.twoD.particles:Particle2D" type="s" />
        <dep id="org.flintparticles.common.emitters:Emitter" type="s" />
        <dep id="AS3" type="n" />
        <dep id="org.flintparticles.common.actions:ActionBase" type="i" />
      </script>
      <script name="org/flintparticles/common/initializers/Initializer" mod="1289466258000" signatureChecksum="118843508" >
        <def id="org.flintparticles.common.initializers:Initializer" />
        <dep id="org.flintparticles.common.particles:Particle" type="s" />
        <dep id="org.flintparticles.common.emitters:Emitter" type="s" />
        <dep id="AS3" type="n" />
        <dep id="org.flintparticles.common.behaviours:Behaviour" type="i" />
        <dep id="Object" type="i" />
      </script>
      <script name="org/flintparticles/common/initializers/InitializerBase" mod="1289466285000" signatureChecksum="415274835" >
        <def id="org.flintparticles.common.initializers:InitializerBase" />
        <dep id="org.flintparticles.common.particles:Particle" type="s" />
        <dep id="org.flintparticles.common.emitters:Emitter" type="s" />
        <dep id="AS3" type="n" />
        <dep id="org.flintparticles.common.initializers:Initializer" type="i" />
        <dep id="Object" type="i" />
      </script>
      <script name="org/flintparticles/common/initializers/ChooseInitializer" mod="1283190769000" signatureChecksum="3873428252" >
        <def id="org.flintparticles.common.initializers:ChooseInitializer" />
        <dep id="org.flintparticles.common.utils:WeightedArray" type="e" />
        <dep id="org.flintparticles.common.particles:Particle" type="s" />
        <dep id="org.flintparticles.common.initializers:Initializer" type="s" />
        <dep id="org.flintparticles.common.utils:WeightedArray" type="s" />
        <dep id="org.flintparticles.common.emitters:Emitter" type="s" />
        <dep id="AS3" type="n" />
        <dep id="org.flintparticles.common.initializers:InitializerBase" type="i" />
      </script>
      <script name="org/flintparticles/common/actions/KeyDownAction" mod="1283190769000" signatureChecksum="805693850" >
        <def id="org.flintparticles.common.actions:KeyDownAction" />
        <dep id="flash.events:KeyboardEvent" type="e" />
        <dep id="org.flintparticles.common.actions:Action" type="s" />
        <dep id="org.flintparticles.common.particles:Particle" type="s" />
        <dep id="flash.events:KeyboardEvent" type="s" />
        <dep id="flash.display:Stage" type="s" />
        <dep id="org.flintparticles.common.emitters:Emitter" type="s" />
        <dep id="AS3" type="n" />
        <dep id="org.flintparticles.common.actions:ActionBase" type="i" />
      </script>
      <script name="org/flintparticles/twoD/actions/TweenPosition" mod="1283190769000" signatureChecksum="1599788047" >
        <def id="org.flintparticles.twoD.actions:TweenPosition" />
        <dep id="org.flintparticles.twoD.particles:Particle2D" type="e" />
        <dep id="org.flintparticles.common.particles:Particle" type="s" />
        <dep id="org.flintparticles.twoD.particles:Particle2D" type="s" />
        <dep id="org.flintparticles.common.emitters:Emitter" type="s" />
        <dep id="AS3" type="n" />
        <dep id="org.flintparticles.common.actions:ActionBase" type="i" />
      </script>
      <script name="org/flintparticles/common/actions/Age" mod="1283190769000" signatureChecksum="1022394747" >
        <def id="org.flintparticles.common.actions:Age" />
        <dep id="org.flintparticles.common.energyEasing:Linear" type="e" />
        <dep id="org.flintparticles.common.particles:Particle" type="s" />
        <dep id="org.flintparticles.common.emitters:Emitter" type="s" />
        <dep id="AS3" type="n" />
        <dep id="org.flintparticles.common.actions:ActionBase" type="i" />
      </script>
      <script name="org/flintparticles/threeD/actions/GravityWell" mod="1289464578000" signatureChecksum="103222334" >
        <def id="org.flintparticles.threeD.actions:GravityWell" />
        <dep id="Math" type="e" />
        <dep id="org.flintparticles.threeD.particles:Particle3D" type="e" />
        <dep id="org.flintparticles.threeD.geom:Point3D" type="e" />
        <dep id="org.flintparticles.common.particles:Particle" type="s" />
        <dep id="org.flintparticles.threeD.geom:Vector3D" type="s" />
        <dep id="org.flintparticles.threeD.particles:Particle3D" type="s" />
        <dep id="org.flintparticles.common.emitters:Emitter" type="s" />
        <dep id="org.flintparticles.threeD.geom:Point3D" type="s" />
        <dep id="AS3" type="n" />
        <dep id="org.flintparticles.common.actions:ActionBase" type="i" />
      </script>
      <script name="org/flintparticles/common/utils/WeightedArray" mod="1289464578000" signatureChecksum="2365310234" >
        <def id="org.flintparticles.common.utils:WeightedArray" />
        <dep id="Math" type="e" />
        <dep id="AS3" type="n" />
        <dep id="Object" type="i" />
        <dep id="flash.utils:Proxy" type="i" />
      </script>
      <script name="org/flintparticles/twoD/actions/Accelerate" mod="1283190769000" signatureChecksum="2391974387" >
        <def id="org.flintparticles.twoD.actions:Accelerate" />
        <dep id="org.flintparticles.twoD.particles:Particle2D" type="e" />
        <dep id="org.flintparticles.common.particles:Particle" type="s" />
        <dep id="org.flintparticles.twoD.particles:Particle2D" type="s" />
        <dep id="org.flintparticles.common.emitters:Emitter" type="s" />
        <dep id="AS3" type="n" />
        <dep id="org.flintparticles.common.actions:ActionBase" type="i" />
      </script>
      <script name="org/flintparticles/common/actions/TargetColor" mod="1283190769000" signatureChecksum="3099364021" >
        <def id="org.flintparticles.common.actions:TargetColor" />
        <dep id="Math" type="e" />
        <dep id="org.flintparticles.common.particles:Particle" type="s" />
        <dep id="org.flintparticles.common.emitters:Emitter" type="s" />
        <dep id="AS3" type="n" />
        <dep id="org.flintparticles.common.actions:ActionBase" type="i" />
        <dep id="Object" type="i" />
      </script>
      <script name="org/flintparticles/twoD/zones/Zone2D" mod="1289466928000" signatureChecksum="442328552" >
        <def id="org.flintparticles.twoD.zones:Zone2D" />
        <dep id="org.flintparticles.twoD.particles:Particle2D" type="s" />
        <dep id="flash.geom:Point" type="s" />
        <dep id="AS3" type="n" />
        <dep id="Object" type="i" />
      </script>
      <script name="org/flintparticles/twoD/zones/GreyscaleZone" mod="1283190769000" signatureChecksum="1423313146" >
        <def id="org.flintparticles.twoD.zones:GreyscaleZone" />
        <dep id="org.flintparticles.common.utils:FastWeightedArray" type="e" />
        <dep id="Math" type="e" />
        <dep id="flash.geom:Point" type="e" />
        <dep id="org.flintparticles.common.utils:FastWeightedArray" type="s" />
        <dep id="flash.display:BitmapData" type="s" />
        <dep id="org.flintparticles.twoD.particles:Particle2D" type="s" />
        <dep id="flash.geom:Point" type="s" />
        <dep id="AS3" type="n" />
        <dep id="org.flintparticles.twoD.zones:Zone2D" type="i" />
        <dep id="Object" type="i" />
      </script>
      <script name="org/flintparticles/common/displayObjects/Line" mod="1283190769000" signatureChecksum="2873251385" >
        <def id="org.flintparticles.common.displayObjects:Line" />
        <dep id="AS3" type="n" />
        <dep id="flash.display:Shape" type="i" />
      </script>
      <script name="org/flintparticles/common/behaviours/BehaviourArrayUtils" mod="1289464578000" signatureChecksum="2287242106" >
        <def id="org.flintparticles.common.behaviours:BehaviourArrayUtils" />
        <dep id="org.flintparticles.common.behaviours:Behaviour" type="e" />
        <dep id="org.flintparticles.common.behaviours:Behaviour" type="s" />
        <dep id="AS3" type="n" />
        <dep id="Object" type="i" />
      </script>
      <script name="org/flintparticles/common/energyEasing/Linear" mod="1283190769000" signatureChecksum="2990890041" >
        <def id="org.flintparticles.common.energyEasing:Linear" />
        <dep id="AS3" type="n" />
        <dep id="Object" type="i" />
      </script>
      <script name="org/flintparticles/common/actions/ColorChange" mod="1283190769000" signatureChecksum="4022181288" >
        <def id="org.flintparticles.common.actions:ColorChange" />
        <dep id="org.flintparticles.common.utils:interpolateColors" type="e" />
        <dep id="org.flintparticles.common.particles:Particle" type="s" />
        <dep id="org.flintparticles.common.emitters:Emitter" type="s" />
        <dep id="AS3" type="n" />
        <dep id="org.flintparticles.common.actions:ActionBase" type="i" />
      </script>
      <script name="org/flintparticles/twoD/actions/ZonedAction" mod="1283190769000" signatureChecksum="1913134011" >
        <def id="org.flintparticles.twoD.actions:ZonedAction" />
        <dep id="org.flintparticles.twoD.particles:Particle2D" type="e" />
        <dep id="org.flintparticles.common.actions:Action" type="s" />
        <dep id="org.flintparticles.common.particles:Particle" type="s" />
        <dep id="org.flintparticles.twoD.zones:Zone2D" type="s" />
        <dep id="org.flintparticles.twoD.particles:Particle2D" type="s" />
        <dep id="org.flintparticles.common.emitters:Emitter" type="s" />
        <dep id="AS3" type="n" />
        <dep id="org.flintparticles.common.actions:ActionBase" type="i" />
      </script>
      <script name="org/flintparticles/common/renderers/SpriteRendererBase" mod="1289464578000" signatureChecksum="2246580016" >
        <def id="org.flintparticles.common.renderers:SpriteRendererBase" />
        <dep id="org.flintparticles.common.events:ParticleEvent" type="e" />
        <dep id="flash.events:Event" type="e" />
        <dep id="org.flintparticles.common.events:EmitterEvent" type="e" />
        <dep id="org.flintparticles.common.emitters:Emitter" type="e" />
        <dep id="org.flintparticles.common.events:ParticleEvent" type="s" />
        <dep id="flash.events:Event" type="s" />
        <dep id="org.flintparticles.common.particles:Particle" type="s" />
        <dep id="org.flintparticles.common.events:EmitterEvent" type="s" />
        <dep id="org.flintparticles.common.emitters:Emitter" type="s" />
        <dep id="AS3" type="n" />
        <dep id="org.flintparticles.common.renderers:Renderer" type="i" />
        <dep id="flash.display:Sprite" type="i" />
      </script>
      <script name="org/flintparticles/threeD/renderers/BitmapRenderer" mod="1289464578000" signatureChecksum="3821560078" >
        <def id="org.flintparticles.threeD.renderers:BitmapRenderer" />
        <dep id="org.flintparticles.threeD.geom:Quaternion" type="e" />
        <dep id="flash.display:BitmapData" type="e" />
        <dep id="org.flintparticles.threeD.geom:Vector3D" type="e" />
        <dep id="org.flintparticles.threeD.renderers:Camera" type="e" />
        <dep id="flash.geom:Matrix" type="e" />
        <dep id="flash.display:DisplayObject" type="e" />
        <dep id="Math" type="e" />
        <dep id="flash.display:Bitmap" type="e" />
        <dep id="flash.geom:Point" type="e" />
        <dep id="org.flintparticles.threeD.geom:Point3D" type="e" />
        <dep id="flash.filters:BitmapFilter" type="s" />
        <dep id="org.flintparticles.threeD.geom:Matrix3D" type="s" />
        <dep id="flash.display:BitmapData" type="s" />
        <dep id="org.flintparticles.threeD.geom:Vector3D" type="s" />
        <dep id="flash.geom:Rectangle" type="s" />
        <dep id="org.flintparticles.threeD.renderers:Camera" type="s" />
        <dep id="flash.geom:Matrix" type="s" />
        <dep id="flash.display:Bitmap" type="s" />
        <dep id="org.flintparticles.threeD.particles:Particle3D" type="s" />
        <dep id="flash.geom:Point" type="s" />
        <dep id="org.flintparticles.threeD.geom:Point3D" type="s" />
        <dep id="AS3" type="n" />
        <dep id="org.flintparticles.common.renderers:SpriteRendererBase" type="i" />
      </script>
      <script name="org/flintparticles/threeD/renderers/PixelRenderer" mod="1289464578000" signatureChecksum="1045065288" >
        <def id="org.flintparticles.threeD.renderers:PixelRenderer" />
        <dep id="Math" type="e" />
        <dep id="flash.geom:Rectangle" type="s" />
        <dep id="org.flintparticles.threeD.particles:Particle3D" type="s" />
        <dep id="org.flintparticles.threeD.geom:Point3D" type="s" />
        <dep id="AS3" type="n" />
        <dep id="org.flintparticles.threeD.renderers:BitmapRenderer" type="i" />
      </script>
      <script name="org/flintparticles/twoD/zones/DiscZone" mod="1283190769000" signatureChecksum="3740522503" >
        <def id="org.flintparticles.twoD.zones:DiscZone" />
        <dep id="Math" type="e" />
        <dep id="Error" type="e" />
        <dep id="flash.geom:Point" type="e" />
        <dep id="org.flintparticles.twoD.particles:Particle2D" type="s" />
        <dep id="flash.geom:Point" type="s" />
        <dep id="AS3" type="n" />
        <dep id="org.flintparticles.twoD.zones:Zone2D" type="i" />
        <dep id="Object" type="i" />
      </script>
      <script name="org/flintparticles/threeD/renderers/mxml/BitmapRenderer" mod="1289464578000" signatureChecksum="791005027" >
        <def id="org.flintparticles.threeD.renderers.mxml:BitmapRenderer" />
        <dep id="org.flintparticles.threeD.geom:Quaternion" type="e" />
        <dep id="flash.display:BitmapData" type="e" />
        <dep id="org.flintparticles.threeD.geom:Vector3D" type="e" />
        <dep id="flash.geom:Rectangle" type="e" />
        <dep id="org.flintparticles.threeD.renderers:Camera" type="e" />
        <dep id="flash.geom:Matrix" type="e" />
        <dep id="flash.display:DisplayObject" type="e" />
        <dep id="Math" type="e" />
        <dep id="flash.display:Bitmap" type="e" />
        <dep id="flash.geom:Point" type="e" />
        <dep id="org.flintparticles.threeD.geom:Point3D" type="e" />
        <dep id="flash.filters:BitmapFilter" type="s" />
        <dep id="org.flintparticles.threeD.geom:Matrix3D" type="s" />
        <dep id="flash.display:BitmapData" type="s" />
        <dep id="org.flintparticles.threeD.geom:Vector3D" type="s" />
        <dep id="flash.geom:Rectangle" type="s" />
        <dep id="org.flintparticles.threeD.renderers:Camera" type="s" />
        <dep id="flash.geom:Matrix" type="s" />
        <dep id="flash.display:Bitmap" type="s" />
        <dep id="org.flintparticles.threeD.particles:Particle3D" type="s" />
        <dep id="flash.geom:Point" type="s" />
        <dep id="org.flintparticles.threeD.geom:Point3D" type="s" />
        <dep id="AS3" type="n" />
        <dep id="org.flintparticles.common.renderers:FlexRendererBase" type="i" />
      </script>
      <script name="org/flintparticles/twoD/actions/QuadraticDrag" mod="1283190769000" signatureChecksum="49517903" >
        <def id="org.flintparticles.twoD.actions:QuadraticDrag" />
        <dep id="Math" type="e" />
        <dep id="org.flintparticles.twoD.particles:Particle2D" type="e" />
        <dep id="org.flintparticles.common.particles:Particle" type="s" />
        <dep id="org.flintparticles.twoD.particles:Particle2D" type="s" />
        <dep id="org.flintparticles.common.emitters:Emitter" type="s" />
        <dep id="AS3" type="n" />
        <dep id="org.flintparticles.common.actions:ActionBase" type="i" />
      </script>
      <script name="org/flintparticles/threeD/actions/RotateToDirection" mod="1289464578000" signatureChecksum="2243409892" >
        <def id="org.flintparticles.threeD.actions:RotateToDirection" />
        <dep id="org.flintparticles.threeD.geom:Quaternion" type="e" />
        <dep id="org.flintparticles.threeD.geom:Vector3D" type="e" />
        <dep id="Math" type="e" />
        <dep id="org.flintparticles.threeD.particles:Particle3D" type="e" />
        <dep id="org.flintparticles.threeD.geom:Vector3DUtils" type="e" />
        <dep id="org.flintparticles.common.particles:Particle" type="s" />
        <dep id="org.flintparticles.threeD.geom:Vector3D" type="s" />
        <dep id="org.flintparticles.threeD.particles:Particle3D" type="s" />
        <dep id="org.flintparticles.common.emitters:Emitter" type="s" />
        <dep id="AS3" type="n" />
        <dep id="org.flintparticles.common.actions:ActionBase" type="i" />
      </script>
      <script name="org/flintparticles/common/initializers/CollisionRadiusInit" mod="1283190769000" signatureChecksum="3094707568" >
        <def id="org.flintparticles.common.initializers:CollisionRadiusInit" />
        <dep id="org.flintparticles.common.particles:Particle" type="s" />
        <dep id="org.flintparticles.common.emitters:Emitter" type="s" />
        <dep id="AS3" type="n" />
        <dep id="org.flintparticles.common.initializers:InitializerBase" type="i" />
      </script>
      <script name="org/flintparticles/common/emitters/Emitter" mod="1289466687000" signatureChecksum="3989135063" >
        <def id="org.flintparticles.common.emitters:Emitter" />
        <dep id="org.flintparticles.common.events:ParticleEvent" type="e" />
        <dep id="org.flintparticles.common.events:UpdateEvent" type="e" />
        <dep id="org.flintparticles.common.behaviours:BehaviourArrayUtils" type="e" />
        <dep id="org.flintparticles.common.activities:Activity" type="e" />
        <dep id="org.flintparticles.common.initializers:Initializer" type="e" />
        <dep id="org.flintparticles.common.utils:FrameUpdater" type="e" />
        <dep id="org.flintparticles.common.counters:ZeroCounter" type="e" />
        <dep id="org.flintparticles.common.events:EmitterEvent" type="e" />
        <dep id="org.flintparticles.common.events:UpdateEvent" type="s" />
        <dep id="org.flintparticles.common.actions:Action" type="s" />
        <dep id="org.flintparticles.common.particles:Particle" type="s" />
        <dep id="org.flintparticles.common.activities:Activity" type="s" />
        <dep id="org.flintparticles.common.initializers:Initializer" type="s" />
        <dep id="org.flintparticles.common.particles:ParticleFactory" type="s" />
        <dep id="org.flintparticles.common.counters:Counter" type="s" />
        <dep id="AS3" type="n" />
        <dep id="flash.events:EventDispatcher" type="i" />
      </script>
      <script name="org/flintparticles/threeD/emitters/Emitter3D" mod="1289464578000" signatureChecksum="525822458" >
        <def id="org.flintparticles.threeD.emitters:Emitter3D" />
        <dep id="org.flintparticles.threeD.geom:Quaternion" type="e" />
        <dep id="org.flintparticles.threeD.geom:Matrix3D" type="e" />
        <dep id="org.flintparticles.threeD.particles:ParticleCreator3D" type="e" />
        <dep id="org.flintparticles.threeD.particles:Particle3D" type="e" />
        <dep id="org.flintparticles.threeD.geom:Point3D" type="e" />
        <dep id="org.flintparticles.threeD.geom:Quaternion" type="s" />
        <dep id="org.flintparticles.threeD.geom:Matrix3D" type="s" />
        <dep id="org.flintparticles.common.particles:Particle" type="s" />
        <dep id="org.flintparticles.threeD.particles:ParticleCreator3D" type="s" />
        <dep id="org.flintparticles.threeD.particles:Particle3D" type="s" />
        <dep id="org.flintparticles.common.particles:ParticleFactory" type="s" />
        <dep id="org.flintparticles.threeD.geom:Point3D" type="s" />
        <dep id="AS3" type="n" />
        <dep id="org.flintparticles.common.emitters:Emitter" type="i" />
      </script>
      <script name="org/flintparticles/common/activities/FrameUpdatable" mod="1277967615000" signatureChecksum="2175156078" >
        <def id="org.flintparticles.common.activities:FrameUpdatable" />
        <dep id="org.flintparticles.common.emitters:Emitter" type="s" />
        <dep id="AS3" type="n" />
        <dep id="Object" type="i" />
      </script>
      <script name="org/flintparticles/twoD/actions/RandomDrift" mod="1283190769000" signatureChecksum="878684857" >
        <def id="org.flintparticles.twoD.actions:RandomDrift" />
        <dep id="Math" type="e" />
        <dep id="org.flintparticles.twoD.particles:Particle2D" type="e" />
        <dep id="org.flintparticles.common.particles:Particle" type="s" />
        <dep id="org.flintparticles.twoD.particles:Particle2D" type="s" />
        <dep id="org.flintparticles.common.emitters:Emitter" type="s" />
        <dep id="AS3" type="n" />
        <dep id="org.flintparticles.common.actions:ActionBase" type="i" />
      </script>
      <script name="org/flintparticles/threeD/zones/Zone3D" mod="1289466832000" signatureChecksum="4221454552" >
        <def id="org.flintparticles.threeD.zones:Zone3D" />
        <dep id="org.flintparticles.threeD.geom:Point3D" type="s" />
        <dep id="AS3" type="n" />
        <dep id="Object" type="i" />
      </script>
      <script name="org/flintparticles/threeD/zones/ParallelogramZone" mod="1289464578000" signatureChecksum="996718134" >
        <def id="org.flintparticles.threeD.zones:ParallelogramZone" />
        <dep id="org.flintparticles.threeD.geom:Matrix3D" type="e" />
        <dep id="org.flintparticles.threeD.geom:Vector3D" type="e" />
        <dep id="Math" type="e" />
        <dep id="org.flintparticles.threeD.geom:Point3D" type="e" />
        <dep id="org.flintparticles.threeD.geom:Matrix3D" type="s" />
        <dep id="org.flintparticles.threeD.geom:Vector3D" type="s" />
        <dep id="org.flintparticles.threeD.geom:Point3D" type="s" />
        <dep id="AS3" type="n" />
        <dep id="org.flintparticles.threeD.zones:Zone3D" type="i" />
        <dep id="Object" type="i" />
      </script>
      <script name="org/flintparticles/twoD/actions/TurnTowardsMouse" mod="1283190769000" signatureChecksum="2079179701" >
        <def id="org.flintparticles.twoD.actions:TurnTowardsMouse" />
        <dep id="Math" type="e" />
        <dep id="org.flintparticles.twoD.particles:Particle2D" type="e" />
        <dep id="org.flintparticles.common.particles:Particle" type="s" />
        <dep id="flash.display:DisplayObject" type="s" />
        <dep id="org.flintparticles.twoD.particles:Particle2D" type="s" />
        <dep id="org.flintparticles.common.emitters:Emitter" type="s" />
        <dep id="AS3" type="n" />
        <dep id="org.flintparticles.common.actions:ActionBase" type="i" />
      </script>
      <script name="org/flintparticles/twoD/actions/TurnAwayFromMouse" mod="1283190769000" signatureChecksum="2920635237" >
        <def id="org.flintparticles.twoD.actions:TurnAwayFromMouse" />
        <dep id="flash.display:DisplayObject" type="s" />
        <dep id="AS3" type="n" />
        <dep id="org.flintparticles.twoD.actions:TurnTowardsMouse" type="i" />
      </script>
      <script name="org/flintparticles/common/events/ParticleEvent" mod="1283190769000" signatureChecksum="1930083253" >
        <def id="org.flintparticles.common.events:ParticleEvent" />
        <dep id="org.flintparticles.common.particles:Particle" type="s" />
        <dep id="AS3" type="n" />
        <dep id="flash.events:Event" type="i" />
      </script>
      <script name="org/flintparticles/common/easing/Exponential" mod="1283190769000" signatureChecksum="3801832471" >
        <def id="org.flintparticles.common.easing:Exponential" />
        <dep id="Math" type="e" />
        <dep id="AS3" type="n" />
        <dep id="Object" type="i" />
      </script>
      <script name="org/flintparticles/common/initializers/ScaleImagesInit" mod="1283190769000" signatureChecksum="3630938390" >
        <def id="org.flintparticles.common.initializers:ScaleImagesInit" />
        <dep id="org.flintparticles.common.utils:WeightedArray" type="e" />
        <dep id="org.flintparticles.common.particles:Particle" type="s" />
        <dep id="org.flintparticles.common.utils:WeightedArray" type="s" />
        <dep id="org.flintparticles.common.emitters:Emitter" type="s" />
        <dep id="AS3" type="n" />
        <dep id="org.flintparticles.common.initializers:InitializerBase" type="i" />
      </script>
      <script name="org/flintparticles/common/counters/Blast" mod="1283190769000" signatureChecksum="2570812944" >
        <def id="org.flintparticles.common.counters:Blast" />
        <dep id="org.flintparticles.common.emitters:Emitter" type="s" />
        <dep id="AS3" type="n" />
        <dep id="org.flintparticles.common.counters:Counter" type="i" />
        <dep id="Object" type="i" />
      </script>
      <script name="org/flintparticles/common/activities/Activity" mod="1289466328000" signatureChecksum="2517065329" >
        <def id="org.flintparticles.common.activities:Activity" />
        <dep id="org.flintparticles.common.emitters:Emitter" type="s" />
        <dep id="AS3" type="n" />
        <dep id="org.flintparticles.common.behaviours:Behaviour" type="i" />
        <dep id="Object" type="i" />
      </script>
      <script name="org/flintparticles/common/activities/ActivityBase" mod="1289466345000" signatureChecksum="3088353796" >
        <def id="org.flintparticles.common.activities:ActivityBase" />
        <dep id="org.flintparticles.common.emitters:Emitter" type="s" />
        <dep id="AS3" type="n" />
        <dep id="org.flintparticles.common.activities:Activity" type="i" />
        <dep id="Object" type="i" />
      </script>
      <script name="org/flintparticles/threeD/activities/RotateEmitter" mod="1289464578000" signatureChecksum="2446180430" >
        <def id="org.flintparticles.threeD.activities:RotateEmitter" />
        <dep id="org.flintparticles.threeD.geom:Quaternion" type="e" />
        <dep id="org.flintparticles.threeD.emitters:Emitter3D" type="e" />
        <dep id="org.flintparticles.threeD.geom:Quaternion" type="s" />
        <dep id="org.flintparticles.threeD.geom:Vector3D" type="s" />
        <dep id="org.flintparticles.threeD.emitters:Emitter3D" type="s" />
        <dep id="org.flintparticles.common.emitters:Emitter" type="s" />
        <dep id="AS3" type="n" />
        <dep id="org.flintparticles.common.activities:ActivityBase" type="i" />
      </script>
      <script name="org/flintparticles/twoD/renderers/mxml/VectorLineRenderer" mod="1289464578000" signatureChecksum="4200642977" >
        <def id="org.flintparticles.twoD.renderers.mxml:VectorLineRenderer" />
        <dep id="org.flintparticles.common.emitters:Emitter" type="e" />
        <dep id="flash.events:Event" type="s" />
        <dep id="org.flintparticles.twoD.particles:Particle2D" type="s" />
        <dep id="org.flintparticles.common.events:EmitterEvent" type="s" />
        <dep id="AS3" type="n" />
        <dep id="org.flintparticles.common.renderers:FlexRendererBase" type="i" />
      </script>
      <script name="org/flintparticles/threeD/initializers/ScaleAllInit" mod="1283190769000" signatureChecksum="896644617" >
        <def id="org.flintparticles.threeD.initializers:ScaleAllInit" />
        <dep id="Math" type="e" />
        <dep id="org.flintparticles.common.particles:Particle" type="s" />
        <dep id="org.flintparticles.common.emitters:Emitter" type="s" />
        <dep id="AS3" type="n" />
        <dep id="org.flintparticles.common.initializers:InitializerBase" type="i" />
      </script>
      <script name="org/flintparticles/twoD/actions/TargetVelocity" mod="1283190769000" signatureChecksum="3680882721" >
        <def id="org.flintparticles.twoD.actions:TargetVelocity" />
        <dep id="org.flintparticles.twoD.particles:Particle2D" type="e" />
        <dep id="org.flintparticles.common.particles:Particle" type="s" />
        <dep id="org.flintparticles.twoD.particles:Particle2D" type="s" />
        <dep id="org.flintparticles.common.emitters:Emitter" type="s" />
        <dep id="AS3" type="n" />
        <dep id="org.flintparticles.common.actions:ActionBase" type="i" />
      </script>
      <script name="com/chronogears/meteorminer/CgSprite" mod="1298993390000" signatureChecksum="2554546437" >
        <def id="com.chronogears.meteorminer:CgSprite" />
        <dep id="flash.events:Event" type="e" />
        <dep id="flash.events:Event" type="s" />
        <dep id="AS3" type="n" />
        <dep id="flash.display:Sprite" type="i" />
      </script>
      <script name="org/flintparticles/common/particles/ParticleFactory" mod="1283190769000" signatureChecksum="1830241903" >
        <def id="org.flintparticles.common.particles:ParticleFactory" />
        <dep id="org.flintparticles.common.particles:Particle" type="s" />
        <dep id="AS3" type="n" />
        <dep id="Object" type="i" />
      </script>
      <script name="org/flintparticles/threeD/particles/ParticleCreator3D" mod="1289464578000" signatureChecksum="2078898752" >
        <def id="org.flintparticles.threeD.particles:ParticleCreator3D" />
        <dep id="org.flintparticles.threeD.particles:Particle3D" type="e" />
        <dep id="org.flintparticles.common.particles:Particle" type="s" />
        <dep id="AS3" type="n" />
        <dep id="org.flintparticles.common.particles:ParticleFactory" type="i" />
        <dep id="Object" type="i" />
      </script>
      <script name="org/flintparticles/common/counters/Steady" mod="1283190769000" signatureChecksum="3155327627" >
        <def id="org.flintparticles.common.counters:Steady" />
        <dep id="Math" type="e" />
        <dep id="org.flintparticles.common.emitters:Emitter" type="s" />
        <dep id="AS3" type="n" />
        <dep id="org.flintparticles.common.counters:Counter" type="i" />
        <dep id="Object" type="i" />
      </script>
      <script name="org/flintparticles/twoD/initializers/Rotation" mod="1283190769000" signatureChecksum="2164900887" >
        <def id="org.flintparticles.twoD.initializers:Rotation" />
        <dep id="Math" type="e" />
        <dep id="org.flintparticles.twoD.particles:Particle2D" type="e" />
        <dep id="org.flintparticles.common.particles:Particle" type="s" />
        <dep id="org.flintparticles.twoD.particles:Particle2D" type="s" />
        <dep id="org.flintparticles.common.emitters:Emitter" type="s" />
        <dep id="AS3" type="n" />
        <dep id="org.flintparticles.common.initializers:InitializerBase" type="i" />
      </script>
      <script name="org/flintparticles/twoD/zones/MultiZone" mod="1283190769000" signatureChecksum="2842067175" >
        <def id="org.flintparticles.twoD.zones:MultiZone" />
        <dep id="Math" type="e" />
        <dep id="Error" type="e" />
        <dep id="org.flintparticles.twoD.particles:Particle2D" type="s" />
        <dep id="flash.geom:Point" type="s" />
        <dep id="AS3" type="n" />
        <dep id="org.flintparticles.twoD.zones:Zone2D" type="i" />
        <dep id="Object" type="i" />
      </script>
      <script name="org/flintparticles/common/energyEasing/Elastic" mod="1283190769000" signatureChecksum="727141505" >
        <def id="org.flintparticles.common.energyEasing:Elastic" />
        <dep id="Math" type="e" />
        <dep id="AS3" type="n" />
        <dep id="Object" type="i" />
      </script>
      <script name="org/flintparticles/threeD/geom/Vector3D" mod="1283190769000" signatureChecksum="3475274007" >
        <def id="org.flintparticles.threeD.geom:Vector3D" />
        <dep id="Math" type="e" />
        <dep id="Error" type="e" />
        <dep id="AS3" type="n" />
        <dep id="org.flintparticles.threeD.geom:Transformable3D" type="i" />
      </script>
      <script name="com/chronogears/meteorminer/TitleMode_titleMovie" mod="1291248118000" signatureChecksum="3825311160" >
        <def id="com.chronogears.meteorminer:TitleMode_titleMovie" />
        <dep id="flash.utils:ByteArray" type="e" />
        <dep id="com.chronogears.meteorminer:TitleMode_titleMovie_dataClass" type="e" />
        <dep id="flash.utils:ByteArray" type="s" />
        <dep id="AS3" type="n" />
        <dep id="mx.core:MovieClipLoaderAsset" type="i" />
      </script>
      <script name="org/flintparticles/threeD/initializers/FaceAxis" mod="1283190769000" signatureChecksum="2391517978" >
        <def id="org.flintparticles.threeD.initializers:FaceAxis" />
        <dep id="org.flintparticles.threeD.geom:Vector3D" type="e" />
        <dep id="org.flintparticles.threeD.particles:Particle3D" type="e" />
        <dep id="org.flintparticles.common.particles:Particle" type="s" />
        <dep id="org.flintparticles.threeD.geom:Vector3D" type="s" />
        <dep id="org.flintparticles.threeD.particles:Particle3D" type="s" />
        <dep id="org.flintparticles.common.emitters:Emitter" type="s" />
        <dep id="AS3" type="n" />
        <dep id="org.flintparticles.common.initializers:InitializerBase" type="i" />
      </script>
      <script name="org/flintparticles/common/initializers/MassInit" mod="1283190769000" signatureChecksum="1339519688" >
        <def id="org.flintparticles.common.initializers:MassInit" />
        <dep id="org.flintparticles.common.particles:Particle" type="s" />
        <dep id="org.flintparticles.common.emitters:Emitter" type="s" />
        <dep id="AS3" type="n" />
        <dep id="org.flintparticles.common.initializers:InitializerBase" type="i" />
      </script>
      <script name="org/flintparticles/common/counters/TimePeriod" mod="1283190769000" signatureChecksum="3512778999" >
        <def id="org.flintparticles.common.counters:TimePeriod" />
        <dep id="Math" type="e" />
        <dep id="org.flintparticles.common.easing:Linear" type="e" />
        <dep id="org.flintparticles.common.emitters:Emitter" type="s" />
        <dep id="AS3" type="n" />
        <dep id="org.flintparticles.common.counters:Counter" type="i" />
        <dep id="Object" type="i" />
      </script>
      <script name="com/chronogears/meteorminer/MeteorMinerMain" mod="1299011489000" signatureChecksum="333081725" >
        <def id="com.chronogears.meteorminer:MeteorMinerMain" />
        <dep id="com.chronogears.meteorminer:StarField" type="e" />
        <dep id="com.chronogears.meteorminer:GameMode" type="e" />
        <dep id="com.chronogears.meteorminer:StarField" type="s" />
        <dep id="flash.display:Sprite" type="s" />
        <dep id="AS3" type="n" />
        <dep id="com.chronogears.meteorminer:CgSprite" type="i" />
      </script>
      <script name="org/flintparticles/threeD/activities/MoveEmitter" mod="1289464578000" signatureChecksum="1872347589" >
        <def id="org.flintparticles.threeD.activities:MoveEmitter" />
        <dep id="org.flintparticles.threeD.geom:Vector3D" type="e" />
        <dep id="org.flintparticles.threeD.emitters:Emitter3D" type="e" />
        <dep id="org.flintparticles.threeD.geom:Vector3D" type="s" />
        <dep id="org.flintparticles.common.emitters:Emitter" type="s" />
        <dep id="AS3" type="n" />
        <dep id="org.flintparticles.common.activities:ActivityBase" type="i" />
      </script>
      <script name="org/flintparticles/threeD/renderers/controllers/CameraController" mod="1283190769000" signatureChecksum="3496495150" >
        <def id="org.flintparticles.threeD.renderers.controllers:CameraController" />
        <dep id="org.flintparticles.threeD.renderers:Camera" type="s" />
        <dep id="AS3" type="n" />
        <dep id="Object" type="i" />
      </script>
      <script name="org/flintparticles/threeD/renderers/controllers/KeyboardControllerBase" mod="1283190769000" signatureChecksum="983425361" >
        <def id="org.flintparticles.threeD.renderers.controllers:KeyboardControllerBase" />
        <dep id="flash.ui:Keyboard" type="e" />
        <dep id="org.flintparticles.common.events:UpdateEvent" type="e" />
        <dep id="flash.events:KeyboardEvent" type="e" />
        <dep id="org.flintparticles.common.utils:FrameUpdater" type="e" />
        <dep id="org.flintparticles.common.events:UpdateEvent" type="s" />
        <dep id="flash.events:KeyboardEvent" type="s" />
        <dep id="org.flintparticles.threeD.renderers:Camera" type="s" />
        <dep id="flash.display:DisplayObject" type="s" />
        <dep id="AS3" type="n" />
        <dep id="org.flintparticles.threeD.renderers.controllers:CameraController" type="i" />
        <dep id="Object" type="i" />
      </script>
      <script name="org/flintparticles/threeD/renderers/controllers/FirstPersonCamera" mod="1283190769000" signatureChecksum="4078346913" >
        <def id="org.flintparticles.threeD.renderers.controllers:FirstPersonCamera" />
        <dep id="org.flintparticles.threeD.renderers:Camera" type="s" />
        <dep id="flash.display:DisplayObject" type="s" />
        <dep id="AS3" type="n" />
        <dep id="org.flintparticles.threeD.renderers.controllers:KeyboardControllerBase" type="i" />
      </script>
      <script name="org/flintparticles/common/particles/Particle" mod="1283190769000" signatureChecksum="1764937487" >
        <def id="org.flintparticles.common.particles:Particle" />
        <dep id="flash.geom:ColorTransform" type="e" />
        <dep id="flash.utils:Dictionary" type="e" />
        <dep id="flash.geom:ColorTransform" type="s" />
        <dep id="org.flintparticles.common.particles:ParticleFactory" type="s" />
        <dep id="flash.utils:Dictionary" type="s" />
        <dep id="AS3" type="n" />
        <dep id="Object" type="i" />
      </script>
      <script name="org/flintparticles/common/counters/Pulse" mod="1283190769000" signatureChecksum="2086047966" >
        <def id="org.flintparticles.common.counters:Pulse" />
        <dep id="org.flintparticles.common.emitters:Emitter" type="s" />
        <dep id="AS3" type="n" />
        <dep id="org.flintparticles.common.counters:Counter" type="i" />
        <dep id="Object" type="i" />
      </script>
      <script name="org/flintparticles/twoD/activities/FollowDisplayObject" mod="1277967615000" signatureChecksum="4222273851" >
        <def id="org.flintparticles.twoD.activities:FollowDisplayObject" />
        <dep id="org.flintparticles.twoD.emitters:Emitter2D" type="e" />
        <dep id="flash.geom:Point" type="e" />
        <dep id="org.flintparticles.twoD.emitters:Emitter2D" type="s" />
        <dep id="flash.display:DisplayObject" type="s" />
        <dep id="flash.geom:Point" type="s" />
        <dep id="org.flintparticles.common.emitters:Emitter" type="s" />
        <dep id="AS3" type="n" />
        <dep id="org.flintparticles.common.activities:ActivityBase" type="i" />
      </script>
      <script name="org/flintparticles/common/initializers/SharedImage" mod="1283190769000" signatureChecksum="2852032910" >
        <def id="org.flintparticles.common.initializers:SharedImage" />
        <dep id="org.flintparticles.common.particles:Particle" type="s" />
        <dep id="flash.display:DisplayObject" type="s" />
        <dep id="org.flintparticles.common.emitters:Emitter" type="s" />
        <dep id="AS3" type="n" />
        <dep id="org.flintparticles.common.initializers:InitializerBase" type="i" />
      </script>
      <script name="org/flintparticles/threeD/actions/ScaleAll" mod="1283190769000" signatureChecksum="4281048077" >
        <def id="org.flintparticles.threeD.actions:ScaleAll" />
        <dep id="org.flintparticles.common.particles:Particle" type="s" />
        <dep id="org.flintparticles.common.emitters:Emitter" type="s" />
        <dep id="AS3" type="n" />
        <dep id="org.flintparticles.common.actions:ActionBase" type="i" />
      </script>
      <script name="org/flintparticles/threeD/zones/ConeZone" mod="1289464578000" signatureChecksum="578936750" >
        <def id="org.flintparticles.threeD.zones:ConeZone" />
        <dep id="org.flintparticles.threeD.geom:Vector3D" type="e" />
        <dep id="Math" type="e" />
        <dep id="org.flintparticles.threeD.geom:Vector3DUtils" type="e" />
        <dep id="org.flintparticles.threeD.geom:Point3D" type="e" />
        <dep id="org.flintparticles.threeD.geom:Vector3D" type="s" />
        <dep id="org.flintparticles.threeD.geom:Point3D" type="s" />
        <dep id="AS3" type="n" />
        <dep id="org.flintparticles.threeD.zones:Zone3D" type="i" />
        <dep id="Object" type="i" />
      </script>
      <script name="org/flintparticles/common/renderers/RendererBase" mod="1289464578000" signatureChecksum="2458837344" >
        <def id="org.flintparticles.common.renderers:RendererBase" />
        <dep id="org.flintparticles.common.events:ParticleEvent" type="e" />
        <dep id="org.flintparticles.common.events:EmitterEvent" type="e" />
        <dep id="org.flintparticles.common.emitters:Emitter" type="e" />
        <dep id="org.flintparticles.common.events:ParticleEvent" type="s" />
        <dep id="org.flintparticles.common.particles:Particle" type="s" />
        <dep id="org.flintparticles.common.events:EmitterEvent" type="s" />
        <dep id="org.flintparticles.common.emitters:Emitter" type="s" />
        <dep id="AS3" type="n" />
        <dep id="org.flintparticles.common.renderers:Renderer" type="i" />
        <dep id="Object" type="i" />
      </script>
      <script name="org/flintparticles/twoD/actions/RotateToDirection" mod="1283190769000" signatureChecksum="3543762281" >
        <def id="org.flintparticles.twoD.actions:RotateToDirection" />
        <dep id="Math" type="e" />
        <dep id="org.flintparticles.twoD.particles:Particle2D" type="e" />
        <dep id="org.flintparticles.common.particles:Particle" type="s" />
        <dep id="org.flintparticles.twoD.particles:Particle2D" type="s" />
        <dep id="org.flintparticles.common.emitters:Emitter" type="s" />
        <dep id="AS3" type="n" />
        <dep id="org.flintparticles.common.actions:ActionBase" type="i" />
      </script>
      <script name="org/flintparticles/threeD/actions/MatchVelocity" mod="1289464578000" signatureChecksum="599582700" >
        <def id="org.flintparticles.threeD.actions:MatchVelocity" />
        <dep id="org.flintparticles.threeD.geom:Vector3D" type="e" />
        <dep id="org.flintparticles.threeD.emitters:Emitter3D" type="e" />
        <dep id="org.flintparticles.threeD.particles:Particle3D" type="e" />
        <dep id="org.flintparticles.common.particles:Particle" type="s" />
        <dep id="org.flintparticles.threeD.geom:Vector3D" type="s" />
        <dep id="org.flintparticles.threeD.emitters:Emitter3D" type="s" />
        <dep id="org.flintparticles.threeD.particles:Particle3D" type="s" />
        <dep id="org.flintparticles.common.emitters:Emitter" type="s" />
        <dep id="AS3" type="n" />
        <dep id="org.flintparticles.common.actions:ActionBase" type="i" />
      </script>
      <script name="com/chronogears/meteorminer/Assets_largeOre" mod="1291412969000" signatureChecksum="3401225814" >
        <def id="com.chronogears.meteorminer:Assets_largeOre" />
        <dep id="com.chronogears.meteorminer:Assets_largeOre_dataClass" type="e" />
        <dep id="flash.utils:ByteArray" type="e" />
        <dep id="flash.utils:ByteArray" type="s" />
        <dep id="AS3" type="n" />
        <dep id="mx.core:MovieClipLoaderAsset" type="i" />
      </script>
      <script name="org/flintparticles/common/counters/Random" mod="1283190769000" signatureChecksum="1113428681" >
        <def id="org.flintparticles.common.counters:Random" />
        <dep id="Math" type="e" />
        <dep id="org.flintparticles.common.emitters:Emitter" type="s" />
        <dep id="AS3" type="n" />
        <dep id="org.flintparticles.common.counters:Counter" type="i" />
        <dep id="Object" type="i" />
      </script>
      <script name="org/flintparticles/threeD/actions/Accelerate" mod="1289464578000" signatureChecksum="659543370" >
        <def id="org.flintparticles.threeD.actions:Accelerate" />
        <dep id="org.flintparticles.threeD.geom:Vector3D" typ

Similar Messages

  • My mail subfolders are missing from the viewing pane, but available from inbox drop down menu. How do I get them back in the viewpane?

    After a restart, all of my mail subfolders are gone from the side view pane. I can pull them down individually from the 'inbox' drop down menu. How do I get them back into the sidebar so I can sort mail out of the inbox?

    No anti virus software running as far as I am aware, as in I didn't launch any before reinstating the search email function.
    I was running a folder repair function on my inbox (which seemed to complete successfully for the emails in the inbox) when I noticed the majority of the mail folders had disappeared.

  • I am unable to see any POP3 or IMAP tab when I set up an account in my iphone 4S. Hence by default all my email accounts become IMAP and the messages are deleted from the server when I delete them from the iphone.

    I am unable to see any POP3 or IMAP tab when I set up an account in my iphone 4S. Hence by default all my email accounts become IMAP and the messages are deleted from the server when I delete them from the iphone.

    ok sorry everyone but i solved it myself but the solution is so nuts i've posted it here to help others who have the same problem.
    to setup a comcast imap account on your iphone:
    go to mail, contacts, etc in settings
    under accts, select add account
    select "other"
    new screen, choose "add mail account"
    now on the new acct screen you must enter your name, email address and password for your GMAIL acct ! (yes i said your gmail acct !, or some other acct with a NON comcast address).
    hit next
    then the acct verifies
    when verified a screen will open with all the acct settings for this acct AND @ the top of the screen are the 2 buttons > imap or POP
    select imap and THEN CHANGE ALL THE ACCOUNT information to the comcast account !
    then hit next and the account will take a couple minutes to verify but it will verify and now you have a comcast imap acct set up on your iphone.  The problem must be that when the iphone sends the initial verify acct info to comcast (if you enter that information first) the comcast server is simply not setup yet to signal the iphone that there is an imap option.

  • When syncing my iTunes to my iPad from the laptop, I get a list of missing songs; they are in the library, but not in the music folder on my HD. In particular, I uploaded 3 CDs at the same time, all are in my library - but two are missing from the folder.

    When syncing my iTunes to my iPad from the laptop, I get a list of missing songs; they are in the library, but not in the music folder on my HD. In particular, I uploaded 3 CDs at the same time, all are in my library, and all synced to the iPad - but the music from two of them are missing from the music folder. Questions are (a) where might they have gone? and (b) is there a way of "reverse loading" them back to my hard drive from the iPad? Thanks in advance!

    Hi dones49,
    It sounds like your issue here is that iTunes can not find the files for some of the songs you have brought into it. This happens occasionally even if the songs have not been moved from the location that iTunes places them on import or purchase. When you try to use the song, iTunes prompts you to find the file, as you have seen.
    To find the file, use the information in this article to navigate through the iTunes media folders -
    Locate and organize your iTunes files
    If you are still unable to locate the files, you may need to download them from the iTunes store again, or rip them from your CDs. See this article for assistance with downloading your past purchases -
    Download past purchases
    Thanks for using Apple Support Communities.
    Best,
    Brett L 

  • HT4410 I have just installed Windows 7 64-bit full version Home Premium using Bootcamp and cannot get access to the internet. I installed on a Macbook Air Mid 2012 with Mountain Lion. Are there some drivers that are missing from the Windows 7

    Dear Apple. I have just installed Windows 7 64-bit full version Home Premium using Bootcamp and cannot get access to the internet. I installed on a Macbook Air Mid 2012 with Mountain Lion. Are there some drivers that are missing from the Windows 7 bootcamp install download from Apple

    It is a Total Misconception that the Support files are installed when you are installing Windows, even if the USB drive that holds them is inserted in the system when doing the Windows install.
    You must always Run the Setup.exe files from the support files or run the drivers individually once Windows has finished installing and booted to the desktop.
    Also you really need to run the Boot Camp Control Panel Applet and check for updates as not all the newest drivers for full function of all the hardware is included with the original support download. That download is basically a generic version to get the system working and without doing the updates not everything will work properly.

  • PS CS4 64-bit (in Web Premium CS4) on Win 7 PC.  I did a duplicate file check on my hdd and deleted dup files. Now I get "Some of the application components are missing from the Application directory, Please reinstall.."

    PS CS4 64-bit (in Web Premium CS4) on Win 7 PC.  I did a duplicate file check on my hdd and deleted dup files. Now when I try to run PS 64-bit I get "Some of the application components are missing from the Application directory, Please reinstall the application." When I do this, it seems to install correctly until the very end, then it says "Installation Complete With Errors", and when I try to run I get the same 'component missing message'. What can I do? PS 32 bit runs fine. Some of the other applications ib Web Premium say the shortcut has been changed or removed. I appreciate your help...Thank you

    Best advice I can think of is to uninstall and run the Clean Script from here.
    Adobe - Adobe CS4 Clean Script

  • The starting quote marks at the end of a line in my epub file are separated from the words quoted.

    The starting quote marks at the end of a line in my epub file are routinely separated from the word quoted which appears on the next line. The formatting contractor accurance.com who prepared this epub file tells me that this is a feature of Adobe Digital Edition 2.0 and that there is nothing they can do to correct this. Are they correct, or else how can this problem be overcome?

    I'm not sure about buying css style sheets. 
    You don't need one for each book; if you want to have a series of books all with the same general format,
    then they should all use the same style sheet on a given device, but maybe different style sheets for different devices.
    All the books will then have one consistent look on a given device, and a different consistent look on another device.
    ADE only runs on PCs and Macs.  There are lots of different ereader software apps out there for running on different devices.
    For a dedicated device, you are stuck with the reader the device provides.
    For tablets you can download different ereader apps, for example Bluefire (my favourite, ios, Android), Aldiko (android) and DReader and DL Reader (windows RT).
    I don't know if the readers/apps are derived from the same root as ADE in any way and likely to show similar bugs.
    If it is not DRM, you should certainly try on Calibre, which is the most popular (free) ereader app for computers.
    If you care to create a very short non DRM extract (complete with css) and post it somewhere on the web I'll have a quick look.
    If you have inclination to get more involved yourself,
    there is free software called sigil (https://code.google.com/p/sigil/) that will help you get off the ground and experiment.

  • I need help proving the date tag on a photo stored in my iPhoto is from the date it was sent to my iphone/date it was imported into iphoto - and that it is NOT the date the photo was actually taken.  Please help!

    I need help proving the date tag on a photo stored in my iPhoto is from the date it was sent to my iphone/date it was imported into iphoto - and that it is NOT the date the photo was actually taken.   I recieved a photo via text on my iphone and then I synced my iphone to my macbook and now it is in iphoto.  I already know that the date on the photo per the tag that shows up on it in iphoto is NOT the date the photo was actually taken.  I need article or literature or something confirming the tag is from when it was sent to the iphone and/or when it was imported.  I greatly appreciate some assistance!

    All I am trying to do is find something on a forum board or article etc stating that the the date showing in iphoto could be the date it was imported or synced or sent to me and not the actual date taken.
    The date on the photo could be anything because you can edit the date with iPhoto or any of 100 apps, free and paid for. So, the date on the photo will prove nothing, I'm afraid.
    Regards
    TD

  • "File" and "View" are missing from the ribbon in Excel, MS Office 2011, please help!

    "File" and "View" are missing from the ribbon in Excel, I'm running MS Office 2010.  Please help!

    Post your question on the MS Mac forums as it's their software you're having issues with:  http://answers.microsoft.com/en-us/mac?auth=1

  • I have a iPod Nano, when it is connected to my laptop all my songs and books are there but when it is disconnected from laptop, some books and songs are missing from the library

    I have a iPod Nano, when it is connected to my laptop all my songs and books are there but when it is disconnected from laptop, some books and songs are missing from the library

    I have a simlar issue like this when loading my movies to my iTouch. iTunes says that all of your wanted content is sync and your iPod says that all content wasn't synced, is that what you are saying?

  • My cousin told me there was a way to get free apps and that he could do it but what he really did was try to refund all my apps, the apps are gone from the history but no money has come back for me to even get the apps back, please help.

    My cousin told me there was a way to get free apps and that he could do it but what he really did was try to refund all my apps, the apps are gone from the history but no money has come back for me to even get the apps back, is this permanent?

    Yup!!
    Got what you deserved!
    Do not try and rip off or steal from people or companies.
    You have good cousin, there!(sarcasm)

  • How can I empty my trash email. There is no delete or delete all option after the emails are highlighted from the edit option. This is on an i phone 4 running on ios 7.1.2

    How can I empty my trash email. There is no delete or delete all option after the emails are highlighted from the edit option. This is on an i phone 4 running on ios 7.1.2

    I have 7 email accounts on my phone. If I tap EDIT while viewing the Trash folder in any of them I see "Mark All" on the left and "Delete All" on the right. If you tap any message, however, the legends go away.

  • 'Some of the application components are missing from the Application directory. Please reinstall the application.'

    I tried opening PS and this message popped up 'Some of the application components are missing from the Application directory. Please reinstall the application.' I cannot find the Reinstall button?

    I followed these instructions but cannot find how to reinstall PS. When I click on the membership link the page displays as NOT BEING FOUND.
    Quit all applications. 
    In the Finder, navigate to the Photoshop application folder. 
    Do one of the following: 
    If the Locales folder is not listed within the application folder, then skip to Step 5.
    If the Locales folder is listed within the application folder, then drag the Locales folder to the Trash.
    Choose Finder > Empty Trash. 
    Start the installer for Photoshop or your edition of the Adobe Creative Suite. 
    If you purchased boxed software, then insert the installation DVD-ROM into your computer's DVD drive.
    If you purchased downloadable software from the Adobe Online Store, then double-click the disk image (.dmg) file or files that you downloaded. (If you no longer have the downloaded disk image file or files, then log in to your account at www.adobe.com/membership to download the installer.)

  • Some of the application components are missing from the Application directory, Please reinstall the

    Some of the application components are missing from the Application directory, Please reinstall the application. This is what i am getting tying to open Photoshop Cs6???

    Renée in the future when removing Photoshop CC please utilize the uninstaller located in the Applications/Utilities/Adobe Installers folder.  Please run the uninstaller and then reinstall.  If you continue to face difficulty reinstalling Photoshop CC then please see CC desktop lists applications as "Up to Date" when not installed - http://helpx.adobe.com/creative-cloud/kb/aam-lists-removed-apps-date.html.

  • When I export an indesign document the graphics are missing from the eps file.

    When I export an indesign document the graphics are missing from the eps file.

    The why it isn't working can be a number of reasons. While I never have exported an EPS out of ID before, I just tried it and it worked fine.
    What "graphics" are missing? I used bitmaps, native drawn ID vector, lines and a placed EPS file. Came into AI as an opened EPS fine.
    Links up to date? For items not hitting the EPS, are they on a layer set to non-printing?
    In the export dialog,General tab, PostScript Level 3? Data format set to ASCII? On the Advanced tab, Send Data set to All? OPI off?

Maybe you are looking for