A Flash Developer Resource Site

Search:

Type: Posts; User: Mavrisa

Page 1 of 20 1 2 3 4

Search: Search took 0.48 seconds.

  1. What is this - fl.rsl::RSLPreloader/contentComplete()

    I was working on an application my friend and I are making for someone, and I don't normally work much with the Flash IDE anymore, but we figured it would be fastest to get the graphics done if we...
  2. Yeah I can think of one thing... make it cheaper...

    Yeah I can think of one thing... make it cheaper :rolleyes:

    The free plan is great for the most part, except for the required branding. $1/month should be able to remove that. Also, you should be...
  3. Generally, this is too much to read, and only...

    Generally, this is too much to read, and only very helpful people who are in a good mood will give you a response. Unfortunately, that's not me today. I'll help you out a little, though.

    To your...
  4. Replies
    2
    Views
    478

    You cannot disable the escape key when in...

    You cannot disable the escape key when in fullscreen. It's part of the flashplayer security model. If people could just willly-nilly throw fullscreen apps onto your screen and there was no way to get...
  5. Replies
    13
    Views
    3,121

    I thought that was the case... And strangely...

    I thought that was the case...
    And strangely enough, I haven't been able to get it to happen again... everything is now working fine...:confused:

    Thanks anyway :rolleyes:
  6. Replies
    0
    Views
    1,224

    Grey box at the bottom of AIR app

    I have played around with flex before (very briefly), but I recently got a copy of flash builder 4 and thought of a project I wanted to try. It was suited best to a desktop application, so I made a...
  7. Replies
    13
    Views
    3,121

    Well, I tried the things they mentioned in those...

    Well, I tried the things they mentioned in those two links.
    I already had the 10.0.2 update, so I knew that wasn't it.
    I tried changing the specified registry value from 0x80 to 0x100, and...
  8. Replies
    13
    Views
    3,121

    The mp3 file I mentioned is 10 kb. The swf file...

    The mp3 file I mentioned is 10 kb. The swf file (with the sound embedded) is 56kb. I've had larger projects that worked fine... and a lot of the size is only because of monsterDebugger (7kb smaller...
  9. Replies
    13
    Views
    3,121

    Didn't find anything wrong with the way I was...

    Didn't find anything wrong with the way I was doing the sound. And the problem actually isn't gone... is there some sort of limit on the number of uninstantiated variables you can have in a document...
  10. Replies
    13
    Views
    3,121

    Alright... I'm not positive, but it seems to have...

    Alright... I'm not positive, but it seems to have been the one library object I had, which was just a sound. Not sure why that would have any effect whatsoever, but when I took it out along with...
  11. Replies
    13
    Views
    3,121

    Flash CS4

    Flash CS4
  12. Replies
    13
    Views
    3,121

    Nothing on the timeline, nothing on the stage,...

    Nothing on the timeline, nothing on the stage, just a background colour and document class specified.
    FP10
  13. Replies
    2
    Views
    1,581

    I'm pretty sure the compiler doesn't include them...

    I'm pretty sure the compiler doesn't include them if they aren't needed anywhere in the code. This doesn't help you in cleaning up, I suppose, but if that was all you needed, then there's your answer.
  14. Replies
    2
    Views
    553

    Hmm... I'm thinking put it in a for loop, like...

    Hmm... I'm thinking put it in a for loop, like so:

    for(var i:int = 0; i < 100; i += 1)
    {
    if(myXML.IMAGE[0].attribute("SUB"+i) != undefined)
    {
    trace("this one's good" + i)
    }
    else
    {
  15. Can you modify the xml file? If so, have an...

    Can you modify the xml file?
    If so, have an attribute called italicize and give it pairs: italicize="(0,14);(20,25)"
    This would be an indication to italicize the first through the 15th and the 21st...
  16. Replies
    4
    Views
    578

    For example, if you have a button which has the...

    For example, if you have a button which has the following event handler:

    function clicked(e:MouseEvent):void
    {
    ...
    }

    you can use e.target to get a reference to the button. Make sure to...
  17. Replies
    13
    Views
    3,121

    Document class not initializing

    I have never run into this problem before, and it is certainly a strange one... and freakin' frustrating as well.

    I've been working on a project for a little while now, and only yesterday did it...
  18. Replies
    8
    Views
    12,140

    I think I'll try an XMLSocket another time... it...

    I think I'll try an XMLSocket another time... it seems I've found a way to get around most of the problems I've been having. It turns out two of the biggest problems arose because I was being sloppy...
  19. Replies
    8
    Views
    12,140

    I've been using php, although it was really my...

    I've been using php, although it was really my first attempt to understand it, so I don't really have much familiarity with it. As such, the server made by Alex Petrescu really confuses me. Palabre...
  20. Replies
    8
    Views
    12,140

    Well as usual, the documentation isn't helpful....

    Well as usual, the documentation isn't helpful. Any tutorials to get me started? My google searches are coming up empty.. Also, is there some [easy] way to tell if my host would support xmlSocket...
  21. Replies
    8
    Views
    12,140

    Ehhh... no? Is that better?

    Ehhh... no? Is that better?
  22. Replies
    8
    Views
    12,140

    Multiple URLLoader.load() calls

    Hi,
    Yesterday I posted an online game that I just finished* and had some of my friends test it out with me. There are a number of things that went wrong. I'm wondering though... I have a timer with...
  23. Replies
    3
    Views
    707

    Well to be fair, I did... but I gave up when I...

    Well to be fair, I did... but I gave up when I kept finding resources for flex rather than flash, and I assume I can't use it because of the ArrayCollection objects that it uses... is there any way I...
  24. Replies
    3
    Views
    707

    Can flash save a .xls?

    I was wondering if there were any libraries which could be used to save a .xls spreadsheet file through php onto the server. The client seems to think that this is absolutely necessary but I have no...
  25. Replies
    1
    Views
    716

    Clean code, but DisplayObject does not define...

    Clean code, but DisplayObject does not define numChildren or getChildAt, I believe DisplayObjectContainer does, which is a secondary subclass of DisplayObject. Either change
    function...
Results 1 to 25 of 500
Page 1 of 20 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center