A Flash Developer Resource Site

Search:

Type: Posts; User: georgecalgary

Page 1 of 10 1 2 3 4

Search: Search took 0.07 seconds.

  1. Resolved.

    Resolved.
  2. Replies
    4
    Views
    655

    You have to clear all unecessary mouseEnabled,...

    You have to clear all unecessary mouseEnabled, usually not only mouseEnabled=false, mouseChildren=false will be helpful as well.
  3. Drag-n-Drop preventDefault problem with DataGrid

    I want to deny the default dropping between two DataGrids because I only drop data from source to an item of destination grid without pushing anything. Everything fine but I couldn't find a way to...
  4. Replies
    0
    Views
    4,565

    URLLoader response timeout

    I was asked to give longer waiting time (30sec) for URLLoader response. Is that possible to change in some way (not Socket).

    Thanks,
    George
  5. Thanks cancerinform. Already fixed it. Actually I...

    Thanks cancerinform. Already fixed it. Actually I uploaded successfully but my colleague save to another folder so we didn't find them. ;)
  6. Could it possible to read file data with FileReference into ByteArray?

    I have trouble to upload file with FileReference.upload() because of some special requirement from server side. Is it possible to read FileReference data into ByteArray so I could manually upload...
  7. Replies
    7
    Views
    1,195

    TextField alpha should only work for embeded...

    TextField alpha should only work for embeded fonts text (load fonts with libray or dynamically fonts loaded, check Adobe tutorial.).
  8. Flash CS3 crashed when try to write local SharedObject(Vista).

    I have one computer in company no this problem. But another computer at home each time when I try to write local SO, it crashed. I uninstall/reinstalled everything. But it crash without any mercy.
    ...
  9. Sorry for your hours. hehe. Well I'm too busy...

    Sorry for your hours. hehe.

    Well I'm too busy these days I forget myself used the same .contentLoaderInfo to add listener. I have a class I wrote 6 months before you could use to load images. It...
  10. Try this.

    Try this.
  11. Why you want to add listener to...

    Why you want to add listener to .contentLoaderInfo? 'a LoaderInfo object corresponding to the object being loaded.' It possibly add your listener to a null object before your image being loaded.
  12. Replies
    2
    Views
    766

    Thanks a lot. It's a top level function in AS3.

    Thanks a lot. It's a top level function in AS3.
  13. Replies
    2
    Views
    766

    Need I write a URLDecoder class?

    I got XML response from server like this: %3C%3Fxml%20version=%221%2E0%22%20encoding%3D%22utf%2D8%22%20%3F%3E

    It was encoded. Need I write a decoder to parse the XML or there's any method already...
  14. Thanks cancerinfom. Adobe should fix that for...

    Thanks cancerinfom.

    Adobe should fix that for us. "Unluckely, we loose our elegance".
  15. Flex 2 cannot talk with flash.utils.getDefinitionByName?

    I tried to make Flash CS3 component into Flex, while in Flash i using getDefinitionByName() to load library symbols dynamically. Everything fine run in Flash CS3 but when I transferred swc into Flex...
  16. Replies
    27
    Views
    2,508

    Thanks dude, you might be right ... hehe I...

    Thanks dude, you might be right ... hehe

    I should call them when I plan to buy a Mac after Leopard release....
  17. Replies
    27
    Views
    2,508

    But now it's Adobe. I asked their online chat...

    But now it's Adobe. I asked their online chat support they said, NO.
  18. Replies
    3
    Views
    658

    You can add a reference of a display object in...

    You can add a reference of a display object in display list to your class, usually come with the constructor function.
  19. Replies
    4
    Views
    1,425

    Sorry. It removed for AS3. #include Removed

    Sorry. It removed for AS3.

    #include Removed
  20. Replies
    4
    Views
    1,425

    It should could. Are you sure it's the right way?...

    It should could. Are you sure it's the right way?

    #include "[path]filename.as"
  21. Good point. Thanks Cortana. :)

    Good point. Thanks Cortana. :)
  22. Thanks Cancerinform. Though I'm looking for idea...

    Thanks Cancerinform. Though I'm looking for idea of dynamic 'linkage' (custom class in CS3) but not dynamic instance name.

    For example in AS2, it was:

    var i:Number;
    for(i=0; i<10; i++)...
  23. [CS3]Any ideas to instantiate library symbols dynamically?

    In Flash 8 I used dynamic linkages to instantiate symbols quite often, i.e. / 'symbol_'+i / can load ordered linkage symbols for 'symbol_0', 'symbol_1', 'symbol_2'...

    Now in Flash CS3, no linkage...
  24. Replies
    13
    Views
    779

    I upgraded today. The new live chat help is...

    I upgraded today. The new live chat help is perfect. You could now get online support if you have any questions when order products.

    I like the new interface. Though I found I still have to code...
  25. Replies
    27
    Views
    2,508

    Downloading my Flash CS3. :)

    Downloading my Flash CS3. :)
Results 1 to 25 of 229
Page 1 of 10 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center