Embedding Files as Binary Data : ByteArray : Development Flash / Flex / ActionScript examples


Flash / Flex / ActionScript examples » Development » ByteArray »

 

Embedding Files as Binary Data


 
package {
  import mx.core.ByteArrayAsset;

  [Embed(source="f.swf", mimeType="application/octet-stream")]
  public class FP9BinaryData extends ByteArrayAsset {
  }
}

        



Leave a Comment / Note


 
Verification is used to prevent unwanted posts (spam). .


Flash / Flex / ActionScript examples

 Navioo Development
» ByteArray