A Flash Developer Resource Site

Search:

Type: Posts; User: zijian60

Page 1 of 4 1 2 3 4

Search: Search took 0.04 seconds.

  1. CS3 FileReference.download without HTTP protocol

    Hi,

    I'm trying to create a simple flash app that runs on the CD.

    I need to let user save some files from the CD to their local.

    This script works:

    import flash.net.FileReference;
  2. Replies
    4
    Views
    566

    Whats the error returned?

    Whats the error returned?
  3. Replies
    2
    Views
    6,126

    oh! ya.. i dint think of that. I kept thinking...

    oh! ya.. i dint think of that. I kept thinking <?xml version="1.0" encoding="UTF-8"?> is the opening tag and </xml> is the closing tag.

    Thanks:)
  4. Replies
    2
    Views
    6,126

    AS3 loads xml (TypeError: Error #1088)

    I experienced the following error when loading xml using AS3. I searched the whole internet for solutions but nothing works! But after trying for hours, i somehow solve it. All I did was to remove...
  5. Replies
    0
    Views
    614

    CS3 Live video feed quality

    I'm creating an interactive application with flash. Live video feed from a video cam (NOT web cam) is shown in flash. How do I increase the quality so that the live feed is sharp and clear. :confused:
  6. Replies
    3
    Views
    694

    Currently i'm still testing, so the swf is on my...

    Currently i'm still testing, so the swf is on my server while the aspx is on my client's.

    I asked the system admin to upload the crossdomain policy file but still wouldn't work.

    Does it matter...
  7. Replies
    3
    Views
    694

    flash -> apsx -> xml -> flash

    Hi,

    Currently i have a flash file calling aspx which retrieves data from db and generates xml which flash will receive.

    Its working fine when i am testing in flash. But its not working when i...
  8. Replies
    0
    Views
    901

    Security Setting

    Hi,

    I have swf A (located in server A) that loads in swf B (located in server B).

    There is setting to prevent swf B from being loaded into swf A right? Something like hotlink protection is it?...
  9. Replies
    2
    Views
    963

    Flash Tracking

    I need to collect some data on my site. Data like which country the user is from and which links he/she clicks.

    How do I do it in flash? Or do i need to use javascript or some other server side...
  10. Replies
    1
    Views
    530

    Loading text from another domain

    Hi,

    I'm having the site at one domain. Within the site, i used loadVars to load txt content into it. The txt file is at another domain. So what security settings or any other thing that i have to...
  11. Replies
    8
    Views
    2,919

    PM sent =)

    PM sent =)
  12. Replies
    1
    Views
    590

    "unloadMovie(_root.rain)" change to...

    "unloadMovie(_root.rain)" change to "unloadMovie(_root.rain_mc)"

    You created the moveclip and named it rain_mc...
  13. Replies
    2
    Views
    513

    this is my code var keyListener:Object = new...

    this is my code


    var keyListener:Object = new Object();
    keyListener.onKeyDown = function() {
    if (Key.isDown(Key.SPACE)) {
    functionA ();
    }else if (Key.getCode() == 67) {
    functionB();...
  14. Replies
    2
    Views
    513

    Forget to mention, i am using CS3, AS2.

    Forget to mention, i am using CS3, AS2.
  15. Replies
    2
    Views
    513

    Key Event Listener

    Hi,

    i'm doing a game using the keyboard as controls.

    I upload it onto the web and not all keys are working. Is it because of the below?



    But if that is the case, why not all keys but only...
  16. [CS3] Detecting textfield on change when using IME

    Hi,

    i am creating some sort of typing application. So user will be looking at some content and typing the content out. While the system check whether what the user typed is correct anot. So i...
  17. Detecting textfield on change when using IME

    Hi,

    i am creating some sort of typing application. So user will be looking at some content and typing the content out. While the system check whether what the user typed is correct anot. So i...
  18. Replies
    0
    Views
    1,419

    Multiplayer real time flash game

    Hi,

    I'm looking for a flash developer to do the following.

    Project: Multiplayer Typing Game
    Platform: Flash 8/CS3, AS 2
    Multiuser server: SmartFox Server Pro (100 users)
    Time frame: 1 month...
  19. But why is it that 'www' is affecting the...

    But why is it that 'www' is affecting the uploading process? what if user types the adress with 'www' and the upload cant work. Is there anyway to overcome this problem?
  20. Hi Ryan, i remove the www and its working!...

    Hi Ryan,

    i remove the www and its working! yeap! thanks alot
  21. the help did provide the server side script, ...

    the help did provide the server side script,

    heres the script


    <?php

    $MAXIMUM_FILESIZE = 1024 * 200; // 200KB
    $MAXIMUM_FILE_COUNT = 10; // keep maximum 10 files on server
    echo...
  22. Adding file upload functionality to an application

    Hi guys,

    i trying to do an application that can let user uploads their own images into the application and edit.

    i tried the tutorial in flash help> Actionscript 2.0> Learning Actionscript 2.0...
  23. Replies
    3
    Views
    1,232

    i tried this method Key.getCode() == number but...

    i tried this method Key.getCode() == number but it doesnt work. That why i tried this way (Key.getCode(67)) .

    Now i have 5 key press, the script only reacts to the first keypress, 67.
    No matter...
  24. Replies
    3
    Views
    1,232

    Key press problem

    var key_listener:Object = new Object();
    key_listener.onKeyDown = function() {
    if (Key.getCode(67)) {
    // Do something
    } else if (Key.getCode(86)) {
    // Do something
    } else if...
  25. i tried what you said, i even embed all. but i...

    i tried what you said, i even embed all. but i doesnt work.

    then i remember my prev versions work. so i checked what did i change. It was the fonts, i used verdana initially, then i changed to...
Results 1 to 25 of 79
Page 1 of 4 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center