A Flash Developer Resource Site

Search:

Type: Posts; User: georgmorb

Page 1 of 4 1 2 3 4

Search: Search took 0.03 seconds; generated 29 minute(s) ago.

  1. Thank you so much for help. At first I'll try to...

    Thank you so much for help. At first I'll try to use your advice extend the movie clip class.
    I could not find any other XML menu example with submenu. Do you know where is located this example. ...
  2. How to modify AS3 XML Menu (from official Adobe AcsionScript samples)

    Hi,
    I have the problem, I want to modify AS3 XML Menu (from official Adobe ActionScript samples). To add menu functions to gotoAndStop to the different frames in main timeline.
    I did some steps, I...
  3. Replies
    0
    Views
    443

    adding functions to XML Menu

    Hi, I have problem with XML Menu. I want add command to move to different frames on timeline.
    I will so thankful if you can help me to do this.
    this is ActionScript code:
    /**
    Example usage:
    In...
  4. FileReference - how to save JPG, or EXE files from PC, or...

    This code can save only plaintext or a byteArray:


    var f:FileReference = new FileReference();
    f.save('my files contents', 'myFile.txt');

    I need Script that can save EXE files or install...
  5. FileReference - how to save files from PC, or...

    Hi,
    I'm trying to write the script using FileReference to save any files from my PC, or from server to HDD , but still without results.
    Can anyone help me to do this?
    Thanks in advance
    George...
  6. AS 2 WordPress CMS for updating content in Flash site

    Hi,
    I am want to update content in Flash site using WordPress CMS, or make Flash template (theme) for it.
    I know some sites that are using WP cms for updating content. For example: ...
  7. AS 2 Using WP cms for updating content in Flash site

    Hi,
    I am want to update content in Flash site using WordPress CMS, or make Flash template (theme) for WordPress.
    I know some sites that are using WP cms for updating content. For example: ...
  8. Replies
    1
    Views
    548

    CS3 loading AS3 movie in AS2 on level 1

    Hi,
    I have made the flash CMS website based on Action Script 2.
    I want to add some text animation that uses AS3.
    Is it possible to load AS3 movie in AS2 on level 1, or higer? If it possible...
  9. Replies
    2
    Views
    853

    how to load AS3 movie in AS2 on level 1

    Hi,
    is there any method or possibility to load AS3 flash movie in AS2 on level 1, or higer, or in target loder.
    If it possible please tell me how.
    thanks in advance for help.
    george...
  10. Replies
    2
    Views
    504

    Flash8 thank you so much. You got the right idea how to...

    thank you so much. You got the right idea how to make menu.
  11. Replies
    2
    Views
    504

    Flash8 Menu in Actionscript

    Hi,
    I have the menu set with 4 buttons. On release one of them three others must fade 50% allpa.
    I did it using timeline frames. I want to make this using actionscript.
    I have the question, how...
  12. Replies
    2
    Views
    1,598

    Flash8 Thank you !

    Thank you so much for help!
  13. Replies
    2
    Views
    1,598

    Flash8 noresizable window, no menu and toolbar

    Hi,
    is it possible to open using "getURL" command noresizable browser window, with no menubar and notoolbar.
    If possible please help me to do it.
    thanks in advance for help
    regards
    George...
  14. Thank you so much. It is so simple, but I could...

    Thank you so much. It is so simple, but I could not find it.
  15. Commands from nested movieClip

    Hi, actually I have the same question: how to make comands from MovieClip to parent or main timeline, just like we did it in AS2.
    How to stop playing main timeline from nested movie clip? May be...
  16. Replies
    0
    Views
    478

    [CS3] how to prevent bitmap blinking?

    Hi, I have the problem with bitmap image.
    When I try to make animation using bitmap, sharp elements in bitmap are blinking. May be I must prepare bitmap in Photoshop using any Blur filter!?
    Is...
  17. Replies
    2
    Views
    686

    Thank you so much!

    Thank you so much!
  18. Replies
    2
    Views
    686

    [F8] Trouble with ActionScript 2 Syntax

    Hi, I have Difficullty with ActionScript Syntax.
    I can not indicate in code frames from 3 to 7.
    FLA contains 12 frames. in First frame is this code:

    onEnterFrame = function () {;
    if...
  19. Replies
    0
    Views
    754

    converting FLEX projects to FLA

    Hi,
    I have the question. Is there any solution, or software to convert Flex project to FLA.
    If no, what I have to do to convert manuely.
    Thanks in advance for help.
    Regards
    George
  20. Replies
    1
    Views
    567

    Exporting problems...

    Hi,
    I have difficulty with Flex 3.
    After exporting the project it could not load external bitmap images and swf files.
    What I have to change to export correctly?
    Thanks in advance for help....
  21. Replies
    1
    Views
    797

    [CS3] Using mask for dynamic text

    Hi,
    I have the problem with dynamic text under mask layer.
    The mask makes it invisible. I have changed it to static text field and it turned again visible.
    What I have to do for using mask with...
  22. Replies
    1
    Views
    334

    [CS3] Using mask for dynamic text

    Hi,
    I have the problem with dynamic text under mask layer.
    The mask makes it invisible. I have changed it to static text field and it turned again visible.
    What I have to do for using mask with...
  23. Replies
    2
    Views
    3,322

    Play Backward

    Hi,
    to play timeline in reverse you must create movie movie clip with three frames. Label 1st frame "OFF" and write this script:

    stop();

    Label 2nd frame "ON" and write this script:
    ...
  24. problems with flash buttons and frameset

    Hi,
    I have problems with comands from flash buttons placed in HTML frameset.
    There is buttons in "topFrame" with script:
    on (release) {
    getURL("about.html", "mainFrame");
    }
    By clicking on...
  25. Replies
    0
    Views
    557

    trouble with frameset

    Hi,
    I have trouble with HTML frames. There are two frames: "topFrame" and "mainFrame". The "topFrame" is permanent and contains set of buttons with comands to change content in "mainFrame". I wrote...
Results 1 to 25 of 82
Page 1 of 4 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center