A Flash Developer Resource Site

Search:

Type: Posts; User: ajoo

Page 1 of 3 1 2 3

Search: Search took 0.04 seconds.

  1. AS 2 Hi Alloy, Yes I did that as soon as i posted...

    Hi Alloy,

    Yes I did that as soon as i posted the question here. The problem is this that in my application I will have to make loads of changes because I had used the library to develop the...
  2. AS 2 Hi Alloy ! I am not exactly sure what you mean...

    Hi Alloy !

    I am not exactly sure what you mean by "attaching" because that's also an AS3 sound manipulation command.
    However i'll cover both cases.

    1. The sounds are imported into the...
  3. AS 2 Hi Northcode and Alloy Bacon, Sorry for the...

    Hi Northcode and Alloy Bacon,

    Sorry for the delayed response.
    @ Northcode : Thank you for your suggestion which i tried out. I set it up double but still the movie did not load.

    Like I...
  4. AS 2 Hi Alloy Bacon ! Thanks for the response and...

    Hi Alloy Bacon !

    Thanks for the response and sorry for the delay.

    Ya, so no there is no loop at all in the code. The issue was that i was doing too much in the first frame and that cased the...
  5. AS 2 Error #1502: A script has executed for longer than …

    Hi all !
    I have a website that serves a flash movie ( swf ). There is a loader movie, that loads the main movie and communicates with php. However while loading the main movie, I get the error in...
  6. Replies
    1
    Views
    5,686

    PHP AS3 communication

    Hi all !

    I have been wracking my brains over this seemingly simple code & issue but cannot get it to work. The code snippet, invokes a php file using URLLoader & passing 2 variables to php. The...
  7. Replies
    6
    Views
    17,552

    Hi Northcode ! Thanks for the reply and sorry...

    Hi Northcode !

    Thanks for the reply and sorry for the delay in my response. I get the idea. So the swf has to be kept in a public folder. I guess nothing much can be done about that !

    Thanks...
  8. Replies
    6
    Views
    17,552

    Hi Northcode, First off thanks loads for the...

    Hi Northcode,

    First off thanks loads for the reply. I have been waiting for a reply for long for this and I am glad you replied.

    The swf is to run inside the index.php which is in the public...
  9. Replies
    6
    Views
    17,552

    Hi to all ! Guys I feel maybe I have been over...

    Hi to all !

    Guys I feel maybe I have been over zealous in describing this problem and so complicated it in the process. So i'll take it one at a time and try and describe it once again.

    The...
  10. Replies
    6
    Views
    17,552

    Path problem in my web project

    Hi all,

    First off my project is working fine as is and this issue is arising only because I wish to shift my swf and HTML / (php ) file generated by the program to a directory outside the root...
  11. Replies
    3
    Views
    6,884

    Hi fruitbeard and Northcode. Thanks for that...

    Hi fruitbeard and Northcode. Thanks for that insight. It's the octal 8 but i am surprised that a notation is not used like the leading 'x' in to denote the hexdecimal numbers. Is there a way to...
  12. Replies
    3
    Views
    6,884

    Why is number 8 equal to 010 ??

    Hi all,

    If you try out this simple piece of code below :




    var i:Number;

    for(i=0;i<20;i++)
  13. Replies
    4
    Views
    2,531

    Hi fruitbeard, Thanks for the advice. No I am...

    Hi fruitbeard,

    Thanks for the advice. No I am not looking for the preloader because my swf's are very small in size. Guess I am trying to achieve something which it seems is not possible. I think...
  14. Replies
    4
    Views
    2,531

    Hi fruitbeard, I know that my logic there as...

    Hi fruitbeard,

    I know that my logic there as it is, is wrong. What I intend doing and tried to do as well (with a number of variations) was to declare a temp movieclip tmp_mc variable that will...
  15. Replies
    4
    Views
    2,531

    loading a movie by a button on a previous frame

    Hi all,

    I am unable to resolve the following issue:-

    I have a main movie which loads another swf by using a button. The button is on a frame (25) prior to the frame (26) that holds the movie...
  16. Replies
    15
    Views
    7,360

    CS3 Hi fruitbeard, I actually got the library.swf...

    Hi fruitbeard,

    I actually got the library.swf as well. That's how I got the shapes for the fla that I reconstructed.

    No there is absolutely nothing secretive about the code. On the contrary...
  17. Replies
    15
    Views
    7,360

    CS3 Hi fruitbeard, Like I said I hate to bother...

    Hi fruitbeard,

    Like I said I hate to bother you with trivialities, so please do not bother with this ! I have managed to do it. I used the de-compiler and managed to reconstruct the project in...
  18. Replies
    15
    Views
    7,360

    CS3 Hi fruitbeard, Thanks loads for all the...

    Hi fruitbeard,

    Thanks loads for all the inputs. I hate to bother you with trivialities but I still use CS3 and this fails to open there. Please, please if you could save this as a CS3 version and...
  19. Replies
    15
    Views
    7,360

    CS3 Hi fruitbeard, Thanks for the examples. While...

    Hi fruitbeard,

    Thanks for the examples. While I have understood how they are working, I am not sure how can I use them to split open my swf's.

    By the way I use the movie as an embedded HTML,...
  20. Replies
    15
    Views
    7,360

    CS3 Hi Swak, Thank you for the reply. Pardon...

    Hi Swak,

    Thank you for the reply.

    Pardon me if I am wrong but I think that if include command is used to bring in the *.as files into the project at compile time, then the code would still...
  21. Replies
    15
    Views
    7,360

    CS3 Hi fruitbeard and swak, Thank you both for...

    Hi fruitbeard and swak,

    Thank you both for your inputs. As pointed by both of I fragmentation seems to be the best bet. However I am lost how I can fragment the code.

    There are two things here....
  22. Replies
    15
    Views
    7,360

    CS3 AS2 and flash security woes.

    Hi all,

    I have recently used flash CS3 with AS2 to develop some small application that I wish to embed in as a movie in a website. I was very happy with the functionality till I came to know that...
  23. Replies
    18
    Views
    9,974

    Thanks fruitbeard, learning a lot from the...

    Thanks fruitbeard,

    learning a lot from the way you code. Eternally grateful.
  24. Replies
    18
    Views
    9,974

    Hi fruitbeard, Please do not...

    Hi fruitbeard,
    Please do not bother to find that glitch. I just managed to find the flaw. Did prove to be a great debugging lesson. Thanks very much again for all your help.
  25. Replies
    18
    Views
    9,974

    Hi fruitbeard, Yea perfect. The code was...

    Hi fruitbeard,

    Yea perfect. The code was sweet, succinct and clear. Wish I could think straight like you. I know this is solved but it still baffles me as to what is causing that small glitch in...
Results 1 to 25 of 51
Page 1 of 3 1 2 3




Click Here to Expand Forum to Full Width

HTML5 Development Center