A Flash Developer Resource Site

Search:

Type: Posts; User: guardiankitty

Page 1 of 9 1 2 3 4

Search: Search took 0.03 seconds.

  1. Replies
    6
    Views
    2,873

    Type cast everything. umm... I just wrote...

    Type cast everything.

    umm... I just wrote something like this just a moment ago for a thread that was necroed, check it out here : http://board.flashkit.com/board/showthread.php?t=748932

    In...
  2. Replies
    19
    Views
    16,006

    Throwing my hat into the ring--- import...

    Throwing my hat into the ring---

    import flash.display.MovieClip;
    import flash.events.MouseEvent;

    const MODE_ADDITION = "addition";
    const MODE_SUBTRACTION = "subtraction";
    const MODE_DIVISION...
  3. Basic trouble shooting: I wanted to make sure you...

    Basic trouble shooting: I wanted to make sure you have php running.

    I will look a little more into this and see if I can find out any info for ya,

    -gk
  4. Woopsie doodles, I see another type-o on my end:...

    Woopsie doodles, I see another type-o on my end: here try it like this


    loadMovieNum("guestbook.swf?val="+random(99999), this.L);//Without the ';'


    I am nothing but butter fingers tonight---...
  5. If you run in from a web server, it should work....

    If you run in from a web server, it should work. If not, just scratch my idea off the list.

    Also I made a type-o for as2 in my original suggestion, Random should be random (no upper case letter)....
  6. Replies
    21
    Views
    4,577

    Yeah been a long time since I played with this...

    Yeah been a long time since I played with this stuff- actually you need to have another socket server listening on port 843, that all it does is send the policy file.

    Yeah sorry for the bum info...
  7. Why do you not like instance names (in the flash...

    Why do you not like instance names (in the flash IDE I presume)? On a side note I literally have never gotten a child by its .name property- never really had a good reason to.

    ps. I am just...
  8. Replies
    21
    Views
    4,577

    Actually, check this out:...

    Actually, check this out: http://board.flashkit.com/board/showthread.php?t=770178

    They go into good detail about how to send the policy file to the requesting swf file.
  9. Replies
    6
    Views
    18,609

    Great Post! (I dabble in flash socket...

    Great Post!

    (I dabble in flash socket connections- java, and phpcli), I remember running into the same issues. Someone in the AS2 form is asking about this, I will point him to this thread!
    ...
  10. Replies
    21
    Views
    4,577

    Here, see attached. Place this in the same folder...

    Here, see attached. Place this in the same folder as the hosting socket server (the one in java- I think you said). AND ALSO remove the .txt bit at the end- it needs to be a a .xml file (but I can...
  11. Is PHP running on the server? Run this in a .php...

    Is PHP running on the server? Run this in a .php file on from the server:



    phpinfo();
  12. Little Known Fact: You can attach 'GET'...

    Little Known Fact:
    You can attach 'GET' variables when requesting any file from a web server, without any fear of breaking something or 404'ing. The GET Variable'ed page, is cached as its own page...
  13. Replies
    21
    Views
    4,577

    If you have spend a year and a half on this, (and...

    If you have spend a year and a half on this, (and are unable to make sense of the documentation that I have submitted to you), then you should just give up and find something better to do with your...
  14. Replies
    21
    Views
    4,577

    Section 1.4.2 and 1.4.3 in...

    Section 1.4.2 and 1.4.3 in http://learn.adobe.com/wiki/download/attachments/64389123/CrossDomain_PolicyFile_Specification.pdf?version=1

    Hope this helps,
    -GK>'.'<
  15. Replies
    5
    Views
    2,936

    All that means is the as2 swfs are written...

    All that means is the as2 swfs are written incorrectly. Flash is a client side technology that runs on the client not the server.


    Or I have to make a guestbook in AS2, but so far none of the AS2...
  16. Replies
    2
    Views
    1,262

    If will fit this situation much better. Even...

    If will fit this situation much better. Even better still, would be an else if.


    switches are more for the following (just a quick example):


    public static const EVENT_PICKUPPHONE:int = 0;...
  17. Replies
    5
    Views
    2,936

    I looked throught he file that you have linked...

    I looked throught he file that you have linked to, I dont see the following:



    SINCE on(param){} is a (prevalent) as2 function, it most likely is located 'on top' of an instance of a movieclip....
  18. So, given that you can load 'data' from xml (and...

    So, given that you can load 'data' from xml (and if not click here), you can load 'urls' for the 'pictures' that you want to load (for loading pics from url click here). As far as making text appear...
  19. Replies
    5
    Views
    2,936

    This is obviously written in AS2. I dont even...

    This is obviously written in AS2.

    I dont even know where to start---

    If you are asking what is the as3 version of as2's on(release), then:


    mc.addEventListener(MouseEvent.MOUSE_UP,...
  20. Replies
    21
    Views
    4,577

    Okay, this is the typical layout for this type of...

    Okay, this is the typical layout for this type of thing:

    html file embeds the swf.
    html is hosted via a web server (apache or iis).
    When the swf is loaded in the html file, it checks if it was...
  21. Replies
    15
    Views
    3,233

    Hmm... Lets walk through this really quickly,...

    Hmm...

    Lets walk through this really quickly, we might be able to figure out if anything should be changed or updated.


    var high:int = answers.length;
    var low:int = 0;
    var...
  22. Replies
    3
    Views
    1,119

    Good to hear and happy coding! Also if you run...

    Good to hear and happy coding!

    Also if you run into any other issues or need any other help be sure to let us know!

    Best of luck,
    -GK
  23. Replies
    4
    Views
    1,326

    I am not going to test this example, let me know...

    I am not going to test this example, let me know if it works and if there are any errors;


    var url:String = "C:/Users/George/Desktop/erevemusic.mp3";
    var urlRequest:URLRequest = new...
  24. Replies
    3
    Views
    1,119

    Well, it seems that the folder:...

    Well, it seems that the folder: Chaper01\VerletIntegration is trying to initialize the classes StatusBox and StageBoundaries, Both of which are not supplied with the zip that you have provided (or I...
  25. Replies
    2
    Views
    1,398

    Flash5 So you have your map in [x][y] 'cells'. If going...

    So you have your map in [x][y] 'cells'. If going from one cell to the next, check if the 'to' cell has .isWall property.

    function Move(x:int, y:int):boolean{
    if (cells[x][y].isWall) {
    //play...
Results 1 to 25 of 215
Page 1 of 9 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center