unble to code to find a file path

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

  1. #1

    Default unble to code to find a file path

    i just started using flex beta3 and i tried to developed an application in
    which i used a image control and a button the thing is that i can provide the
    source path of the picture during design time and it get loaded but the real
    thing that i want is that i want to made a code which browse through the every
    corner even through the net and find a picture and that picture get loaded into
    the image control that i used in my aplication. Sir tried a lot, i used
    Browse() method, file reference method but it didn't work at all. Pliz solve it.

    indJasmine Guest

  2. Similar Questions and Discussions

    1. Find COM component path in ASP
      I'm currently trying to move an existing ASP site to a new server. I need to find all of the dependant COM components and their path on the old...
    2. Could not find path error
      Hi all, I am referring to this article in MSDN : http://msdn.microsoft.com/library/en-us/secauthn/security/logonuser.asp While creating folder...
    3. HELP! Can't find path to text file
      Hi Everybody, Someone PLEASE help me figure this one out! I am using a Flash template that someone else designed. The movie I'm working on only...
    4. HELP! Can't find path to import text file
      Hi Everybody, Someone PLEASE help me figure this one out! I am using a Flash template that someone else designed. The movie I'm working on only...
    5. Err Msg : Cannot find file '%path%'. Please make sure.....
      I recently installed Trend Micro Office Scan on my PC at work and found out my computer was infected with tree viruses. I do not have the virus...
  3. #2

    Default Re: unble to code to find a file path

    What will you use to do the search?

    Tracy
    ntsiii Guest

  4. #3

    Default Re: unble to code to find a file path

    Let me see if I understand:
    You are using FileReference class to browse for an image file in your local
    file system and then, you want to load that image into a <mx:image> control?
    I so, lamentably, the answer is YOU CAN NOT DO IT because of a built it Flash
    Player Security Rule.
    In the same way, you can not drop files into the flash world or even drag
    items outside that world, write files in a specific and well-known path (Common
    Files in Win or Home/Library/... in MacOS and many other things that could be
    very interesting.... What can we do?... it's the law.


    prdv 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