flash 8 swf in flex 3 air application

Ask a Question related to Macromedia Flex General Discussion, Design and Development.

  1. #1

    Default flash 8 swf in flex 3 air application

    Hi all,
    I wonder if there are known problems in using SWFLoader in a Flex AIR
    application to load a flash 8 movie (ActionScript2) into a mx:Window
    object; the loaded swf will receive a parameter that contains the name of a xml
    file that should be loaded by the movie (ie
    myMovie.swf?param1=myData.xml). Is it possible to place both .swf and
    ..xml files in the application storage directory? Are there security problems or
    configurations (sandboxes)?

    thx

    aleriz Guest

  2. Similar Questions and Discussions

    1. Run application in Flex 3 pro will not work
      I recently got Flex pro 3 after using the demo download version. When I try to test the applications both the swf and mxml applications will not...
    2. Support document for Migration of application fro flex 2o flex 3
      Support document for Migration of application fro flex 2 o flex 3
    3. How to load Flex 2.0 components on Flex 1.5 application
      Hello, I am currently working on an Flex 1.5 application and my client wants to import 2.0 components into it. Can we achieve that? if so how is...
    4. Flex application unloading
      I would like to be able to handle an event which is fired when my Flex 1.5 Application unloads. We need this to do some cleanup work essential to...
    5. Creating Your First Flex Application
      Macromedia training group article - Part 1: Creating Your First Flex App http://www.macromedia.com/devnet/flex/articles/first_flexapp.html has...
  3. #2

    Default Re: flash 8 swf in flex 3 air application

    This is a fairly common question on these forums. Basically, AS2 and
    AS3(Flex/AIR) can't communicate directly. You will either need to use
    LocalConnection or use ExternalInterface and javascript to pass info between
    the 2.

    slaingod Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139