A Flash Developer Resource Site

Search:

Type: Posts; User: AlexLk

Page 1 of 2 1 2

Search: Search took 0.13 seconds.

  1. Thread: Flash over SSL

    by AlexLk
    Replies
    0
    Views
    361

    Flash over SSL

    Has anyone experienced problems with Flash loading over https?
    Loads over http fine, as soon as I hit https -- nothing!
    Any ideas? Thanks.
  2. Thread: about mc

    by AlexLk
    Replies
    1
    Views
    577

    is there a way to tell if a moving MC left the...

    is there a way to tell if a moving MC left the viewable area (stage)?
  3. Replies
    1
    Views
    428

    Can Flash movies have a transparent background?

    Can Flash movies have a transparent background?
  4. Replies
    2
    Views
    524

    this is a pretty straight forward code for a...

    this is a pretty straight forward code for a simple tab order, however, when in action, cursor just jumps all over, completely ignoring the specified order. Even highlights the buttons. What could...
  5. Please help!! Selection.setFocus() problem

    has anyone had this problem before? I need to set a focus on a "input1" field inside of the "sim" MC as soon as the movie loads.

    it works fine when SWF is ran by itself, but inside the BROWSER...
  6. Replies
    2
    Views
    441

    is there any way to post an executable outside...

    is there any way to post an executable outside the browser?
  7. duplicating MCs, take a look at this script

    I am trying to create a falling snow effect. I am having the following problems with the script below:

    1) it duplicates only once
    2) the _x does not change after first duplication.
    3) also, a...
  8. Replies
    1
    Views
    402

    I am building a simulation where I have to...

    I am building a simulation where I have to capture when user presses F5, F6, F7 and F8 keys. I placed a dummy mc on the stage and assigned the following code to it just to test:

    onClipEvent...
  9. add this code to your button, replace...

    add this code to your button, replace yourpage.htm with whatever the page you are trying to open:

    on (release) {
    getURL ("javascript:...
  10. Replies
    3
    Views
    469

    I am providing Flash player via Intranet, but as...

    I am providing Flash player via Intranet, but as of now, the only ways to deliver it is to zip the file and have user go through all the pain of unzipping and running the installer.

    Macromedia...
  11. Replies
    0
    Views
    435

    while it's easy in Flash 5, what is the best way...

    while it's easy in Flash 5, what is the best way to capture key presses in 4? I am trying to capture the Ctrl, Alt and Tab keys.

    Thanks
  12. Replies
    1
    Views
    425

    Flash 5 makes it easy, but I am stuck with...

    Flash 5 makes it easy, but I am stuck with programming for Flash 4. What is the best way to capture key presses in Flash 4? I am trying to capture when user presses an Alt, Ctrl and Tab keys.
    ...
  13. Replies
    0
    Views
    483

    I have flash movie in a layer that is hidden. I...

    I have flash movie in a layer that is hidden. I would like to controll the visibility of that layer from within flash with fscommand. I am passing two variables:

    fscommand ("show"); - at one...
  14. Replies
    1
    Views
    400

    I have a button that I am using to stop/play...

    I have a button that I am using to stop/play sound again, I have no problem stopping sound with Stop All Sounds command, however, how can I start replaying it at the point where it was stopped.
    ...
  15. How do you

    un-toggleHighQuality?
    [Edited by AlexLk on 01-30-2001 at 01:50 PM]
  16. What happens if I do, for some reason, only one...

    What happens if I do, for some reason, only one movie shows.
  17. I guess it's not such a basic question after all

    I guess it's not such a basic question after all
  18. I am trying to preload movies text.swf and...

    I am trying to preload movies text.swf and effects.sfw in the preload scene using the loadMovieNum() action, but it shows (common sense).
    Then I tried loading the movies into a mc called loader and...
  19. Replies
    3
    Views
    691

    put this in your page that embeds movie:

    put this in your page that embeds movie:
    <script language="JavaScript">
    function newWin(loc,name,params){
    var newWin = window.open(loc,name,params);
    }
    </script>

    and this should be your...
  20. Great help, thank you very much!

    Great help, thank you very much!
  21. Hi All! I am using this script to set up movie...

    Hi All!

    I am using this script to set up movie properties:

    mov = "wehave.swf";
    setProperty (mov, _height, 300);
    setProperty (mov, _width, 350);
    setProperty (mov, _x, 50);
    setProperty (mov,...
  22. Replies
    7
    Views
    461

    I was just trying to call it from the main...

    I was just trying to call it from the main timeline as the movie loads. Is there any way I can send you an example? My ICQ# is 105930989.
  23. Replies
    7
    Views
    461

    deadbeat: will it work simply if I call...

    deadbeat: will it work simply if I call _root.moveit() without any event? I tried but for whatever reason it does not call the function. I'll try again. Thanks!
  24. Replies
    7
    Views
    461

    Yes, I am calling the function from within the...

    Yes, I am calling the function from within the same timeline, but I'll define the whole thing as a separate movie instance and try your advice, but if there is another way, I'd look into it too....
  25. Replies
    7
    Views
    461

    I have a simple function "moveit()" that creates...

    I have a simple function "moveit()" that creates some text effects. While testing I assinged a function to work with a button's, onclick event. However, now I can not call the function to play by...
Results 1 to 25 of 29
Page 1 of 2 1 2




Click Here to Expand Forum to Full Width

HTML5 Development Center