A Flash Developer Resource Site

Search:

Type: Posts; User: jsargent

Page 1 of 2 1 2

Search: Search took 0.02 seconds.

  1. Flash8 ComboBox component won't display selected item from list

    I have built a Flash simulation of an application which uses several radio buttons and combo box dropdowns in a series of scenario-based learning exercises. When I take a certain path through the...
  2. FCS: Buttons in PresentationSWF component not working

    I've developed an application for Flash Communication Server MX using Flash MX 2004 Pro. Does anyone know why the < and > buttons in the PresentationSWF component would stop working after moving them...
  3. Replies
    2
    Views
    3,185

    FCS should be installed on a web server...

    FCS should be installed on a web server somewhere. You can run FCS locally on your desktop/laptop, but you must be running a web server such as IIS, or Apache, etc.

    The trick to getting this to...
  4. Buttons in PresentationSWF component not working

    Does anyone know why the < and > buttons in the PresentationSWF component would stop working after moving them to the lower left corner? It acts like the buttons don't become active until you move...
  5. Replies
    1
    Views
    1,129

    So did you figure out a solution to this? I am...

    So did you figure out a solution to this? I am doing something similar and noticed the same behavior. I think you have to force a synch for the viewer when they first log in.
  6. Replies
    6
    Views
    602

    One other thought...Can you just provide the...

    One other thought...Can you just provide the image(s) on the DVD itself and allow the user to go get the image(s) if they want? Or could you point the browser to the URL of your DVD (assuming no...
  7. Replies
    1
    Views
    1,881

    So did you ever get this to work? I'm attempting...

    So did you ever get this to work? I'm attempting to do the same thing and I think I got it working for me, but I seem to have introduced a bug where the < and > buttons can be clicked once, but on a...
  8. Replies
    2
    Views
    389

    Usually the key to making special characters...

    Usually the key to making special characters format properly when read in from external text files is to figure out the character code for the character. Try some of these options:

    " = %22 -...
  9. Replies
    6
    Views
    602

    I think you'll find that the Flash Player is...

    I think you'll find that the Flash Player is designed to prevent you from doing exactly this -- download a file to a user's desktop. The reason for this is security.

    A work-around might be to open...
  10. Customizing the PresentationSWF component

    Has anyone out there tried to customize the PresentationSWF component? I've tried this by using the "Edit in Place" option when selecting the instance on the stage and right-mouse clicking. I found...
  11. Replies
    1
    Views
    1,034

    From what I've gathered, there's two ways to do...

    From what I've gathered, there's two ways to do this:

    1. In code, client side (i.e. in your Flash application)

    2. Delete the shared objects file from the Flash Communications Server

    ...
  12. Replies
    6
    Views
    1,270

    I don't know if this is a bug or not, but it...

    I don't know if this is a bug or not, but it doesn't behave the way I would expect. Your video shouldn't loop if you keep the number of frames in Flash down to the length of your video clip. For...
  13. That seems to work. Thanks very much.

    That seems to work. Thanks very much.
  14. Thanks for the reply. Do you know how to make the...

    Thanks for the reply. Do you know how to make the browser window go fullscreen?
  15. Can Flash take over whole screen in HTML?

    Does anyone know if it is possible to publish a Flash file to HTML which makes it take over the whole screen?
    The analog to this in the standalone player would be using the fscommand() function as...
  16. Replies
    7
    Views
    720

    If it's possible to make your text field static...

    If it's possible to make your text field static text, you can select the Use Device Fonts option. However, I think this will require your end user to have the font you are using on their system.
  17. Another approach I've used is to create a button...

    Another approach I've used is to create a button which only has a hit area defined, which makes it a hot spot or hot area which responds to an on (press), or on (release) event. It will function just...
  18. Troubleshooting MX & MX2004 performance problems on older systems - 300-400 MHz

    Does anyone have any tips on how to troubleshoot performance issues with Flash MX & MX 2004 Pro running on older 300-400 MHz systems?

    My Flash program will run from a CD-ROM, contains animating...
  19. Replies
    3
    Views
    1,061

    I might be wrong about needing Flash MX 2004....

    I might be wrong about needing Flash MX 2004. Check out this page:

    http://www.macromedia.com/support/flash/ts/documents/local_imbedded_video.htm
  20. Replies
    3
    Views
    1,061

    I stumbled across something on the Macromedia...

    I stumbled across something on the Macromedia site which might help you. It looks like you can display a live video stream from a camera in Flash, but it requires some action scripting to accomplish...
  21. Replies
    14
    Views
    1,587

    Sometimes this can be caused by...

    Sometimes this can be caused by performance-related issues such as: a slower computer, large video (i.e. dimensions), slower CD-ROM or hard drive, bandwidth issues.

    You can try things like:

    1....
  22. Replies
    6
    Views
    1,270

    Thank you mickbrit55. I am doing what you...

    Thank you mickbrit55. I am doing what you described in your reply.

    Thank you jaybirch. Your description of the issue seems to be what is happening. I wasn't expecting the video to loop if there...
  23. Replies
    6
    Views
    1,270

    Video loops despite stop() action

    Has anyone had experience with importing a video, and having it loop back to the beginning after the last frame of the video?

    I have a frame graphic to hold the video on screen which I want to...
  24. Ah, I think I understand better now. You have a...

    Ah, I think I understand better now. You have a text field which is set to multiline, and the text has been read in from a text file. So now you want to look at the lines of text, and somehow reverse...
  25. I am assuming you use Flash MX or Flash MX 2004....

    I am assuming you use Flash MX or Flash MX 2004. The code is very easy if you use an array.


    // Create a new variable myArray
    myArray = new Array();
    // Add elements to myArray
    // Start at...
Results 1 to 25 of 46
Page 1 of 2 1 2




Click Here to Expand Forum to Full Width

HTML5 Development Center