A Flash Developer Resource Site

Search:

Type: Posts; User: FlexFlashApps

Page 1 of 2 1 2

Search: Search took 0.04 seconds.

  1. PROJECT You may PM me with detail specification about...

    You may PM me with detail specification about your Project.

    or mail me at: flexflashapps@gmail.com


    Regards
  2. PROJECT What is your offer per hr ...

    What is your offer per hr ...
  3. PROJECT I would suggest to develop in AIR instead of...

    I would suggest to develop in AIR instead of FlashLite.
  4. Replies
    2
    Views
    4,708

    Yanathin: You have to give some detailed...

    Yanathin: You have to give some detailed information about your server setup. This might help us to understand what you are trying to do. You don’t have to answer in technical terms. Just answer the...
  5. AS 2 Welcome colleennolan You don't need any hidden...

    Welcome colleennolan

    You don't need any hidden button for keyboard event, neither for the mouse click event for next slide. There are good sample code in Flash Help.


    var keyListener:Object =...
  6. Replies
    6
    Views
    1,022

    AS 2 What you want offering $10? How you get this...

    What you want offering $10?

    How you get this work?

    In which version you need? on what Image you need?
  7. package { import flash.display.Sprite; import...

    package {
    import flash.display.Sprite;
    import flash.events.Event;

    public class main extends Sprite
    {
    private var bRect:BoundaryRectangles;
    public function main()
    {
    bRect=new...
  8. What is the CODE now? Can you post the Class...

    What is the CODE now?

    Can you post the Class Code?
  9. Create a new Project with a meaningful name. Not...

    Create a new Project with a meaningful name. Not Example 1,2.... or something else which will waste your knowledge in future. Because I am sure you have to pip into these every single day you study....
  10. I am using Flex 3 most of the time and most of...

    I am using Flex 3 most of the time and most of the work of our clients are still be done in this version of Flex.

    This is why we love this IDE using SDK of 3.2 to 3.6.


    We find this version of...
  11. 0maha I am continuously tracking from the...

    0maha

    I am continuously tracking from the beginning and every time tried to reply you.

    But unfortunately I have a feeling that before you know FB you have to know AS3.

    You are making very...
  12. instance name of three buttons are btn1 btn2 and...

    instance name of three buttons are btn1 btn2 and btn3

    These buttons has two frames inside it so that you can see the button was clicked.

    Your Movie Playing code will goes where the trace...
  13. Welcome juliestudent var count:int=0; for...

    Welcome juliestudent



    var count:int=0;
    for (var i=0; i<3; i++) {
    this["btn"+(i+1)].stop();
    this["btn"+(i+1)].buttonMode=true;
    this["btn"+(i+1)].clicked=false;...
  14. Replies
    4
    Views
    1,776

    AS 2 This is really helped me and I want to share it...

    This is really helped me and I want to share it in this forum too.

    If any one have some other way, please share with me here.
  15. Replies
    4
    Views
    1,776

    AS 2 Well Coming back to this thread again with some...

    Well Coming back to this thread again with some clue which you might help me out.

    The thing is, the function is not recognizing as a function, inside of it, in a particular case:

    Let’s have a...
  16. //Frame Script btn1.onRelease = onClick;...

    //Frame Script
    btn1.onRelease = onClick;
    btn2.onRelease = onClick;
    btn3.onRelease = onClick;
    btn4.onRelease = onClick;
    function onClick() {
    switch(this){
    case...
  17. Replies
    5
    Views
    1,455

    If you have CS5 then its depends on you and your...

    If you have CS5 then its depends on you and your choice to use CS3 or not.

    But you can always run CS3 file/project or AS2 AS3 code in any upper versions.

    We in Office use from CS3 to CS5 to...
  18. function loadmaptest() { sector = ["fsector1",...

    function loadmaptest() {
    sector = ["fsector1", "fsector2", "fsector3"];

    sector["fsector1"] = new Array();
    sector["fsector1"]["terrain"] = "grass";

    sector["fsector2"] = new Array();...
  19. Replies
    58
    Views
    25,521

    Any good reason to ask this question??

    Any good reason to ask this question??
  20. btn.onRelease = function() { var...

    btn.onRelease = function() {
    var loginResponse:LoadVars = new LoadVars();
    loginResponse.onLoad = function(success:Boolean) {
    if (success) {
    result_txt.text =...
  21. You will get all the syntax in Flash Help under...

    You will get all the syntax in Flash Help under ActionScript 2 Components. Search by "DataGrid".


    Regards
  22. Thread: Java?

    by FlexFlashApps
    Replies
    23
    Views
    5,264

    Java syntax is more like AS2 syntax. Learning...

    Java syntax is more like AS2 syntax.

    Learning AS2 OOPs is more easy to dive into Java OOPs.

    Learning AS2 Classes is also in the line of curve as AS3 Classes and Java Class base structure.
    ...
  23. Replies
    4
    Views
    1,776

    AS 2 I will Post the project soon. Could it be...

    I will Post the project soon.

    Could it be possible to

    Object.registerClass("createEmptyMovieClip",withTheClassWhichCreatesThisMovieClip);

    ?


    Thank You for your Reply
  24. Replies
    4
    Views
    1,776

    AS 2 Re-R&D mx.events.EventDispatcher;

    For some while I am researching on dispatching Events on AS2 which can bubble as it happens in AS3. This is not the first time in this world and I hope you all know how to do it in AS2. My issue is...
  25. Replies
    9
    Views
    2,953

    AS 2 Thank you whispers. It is really helpful to me....

    Thank you whispers. It is really helpful to me. Only thing is the xml structure.

    Thank you again.



    FFA
Results 1 to 25 of 50
Page 1 of 2 1 2




Click Here to Expand Forum to Full Width

HTML5 Development Center