A Flash Developer Resource Site

Search:

Type: Posts; User: mneil

Page 1 of 20 1 2 3 4

Search: Search took 0.09 seconds.

  1. Replies
    1
    Views
    8,165

    I have not used CC but I'm going to assume you...

    I have not used CC but I'm going to assume you will be able to open the project in CC. However, you probably won't be able to save it back for CS5. Flash IDE has only supported saving the previous...
  2. Replies
    8
    Views
    5,569

    I'm sorry, I didn't see any email letting me know...

    I'm sorry, I didn't see any email letting me know you responded. BlazeDS and AMFPHP pretty much work the same way. AMFPHP serializes the data in AMF and sends it back from the server just like...
  3. Replies
    7
    Views
    2,033

    It's definitely something more than I have time...

    It's definitely something more than I have time to dedicate to to figure out. I'm sure you could extend the component and override their controls but it would take some time not being familiar with...
  4. Replies
    7
    Views
    2,033

    I tried it last night and it's definitely the...

    I tried it last night and it's definitely the component causing problems. It probably has it's own resize listener working. I'll look at it to see if it has any methods to keep it centered or if some...
  5. Replies
    7
    Views
    2,033

    That's the part I assumed. Without seeing it I...

    That's the part I assumed. Without seeing it I don't have a lot to go off of. It's not a standard flash component and I'm unfamiliar with it. It could be because of the component, the anchor points,...
  6. Replies
    7
    Views
    2,033

    Well, I'm going to assume that your anchor points...

    Well, I'm going to assume that your anchor points for all clips are the top right:

    thumbs_mc.my_tg.x = thumbs_mc.width/2 - thumbs_mc.my_tg.width/2;

    That would set your thumbs mc's my_tg in the...
  7. Replies
    2
    Views
    670

    What you have should/would work depending on your...

    What you have should/would work depending on your setup. What would have to happen for this to work is that the clip would have to hit another clip called char and then the parent would go to frame...
  8. Replies
    1
    Views
    572

    With AS3 you cannot put actionscript on objects...

    With AS3 you cannot put actionscript on objects anymore. The reasons why are numerous and overall it's a really great thing but I can totally understand how confusing that is if you haven't used it...
  9. Replies
    8
    Views
    5,569

    You'll serialize it and then store it wherever...

    You'll serialize it and then store it wherever you like. If you're not familiar with MySQL or amfphp then the learning curve may be too high to deal with it. You'll be fine storing JSON formatted...
  10. Thread: scroll bars

    by mneil
    Replies
    1
    Views
    577

    Way too vague. Can you give us an example, a link...

    Way too vague. Can you give us an example, a link to the site? It's not a flash issue I'm sure. Is it embedded properly for IE? What is the pages body overflow set to in css? That's all I can think...
  11. Replies
    5
    Views
    1,864

    target would be a property of this. And this...

    target would be a property of this. And this would be a reference to preloadbar_mc in the enterframe scope. Movieclips don't have a default property of target, and you didn't set one, so it's null.
    ...
  12. Replies
    5
    Views
    1,864

    You're very close. A couple of issues. You...

    You're very close. A couple of issues.

    You checked this.target in the enterFrame loop. target wasn't a property of this and so would always return 0. Also, you should kill the enterFrame when it...
  13. Replies
    5
    Views
    1,864

    Rather than kill myself explaining it. ...

    Rather than kill myself explaining it.

    http://www.kirupa.com/web/xml/XMLwithFlash3.htm

    Page 2 is probably of interest but you might read the whole article.
  14. Replies
    5
    Views
    1,900

    Okay, I misunderstood. This should be posted in...

    Okay, I misunderstood. This should be posted in the review forum. But, I can't say for sure if people will or will not start using it. If you're wondering if people will just show up then I'd say...
  15. Replies
    5
    Views
    1,900

    I didnt' look long at it but it is hard to read....

    I didnt' look long at it but it is hard to read. I generally feel like I know what's going on with it but the colors make me want to leave because of the strain on my eyes. The gradient is pretty...
  16. Replies
    2
    Views
    1,992

    Works fine on a PC, CS5 windows 7 pro. When...

    Works fine on a PC, CS5 windows 7 pro.

    When you're previewing the swf click control, then disable keyboard shortcuts and see if that does anything for you.
  17. Well, a couple things. First, the variables...

    Well, a couple things. First, the variables upDown, downDown, leftDown, and rightDown are never properly defined and should be local to the events. So assuming they're declared elsewhere you never...
  18. Thread: Depth in AS3

    by mneil
    Replies
    3
    Views
    1,741

    swapChildren is fastest. If you have more than...

    swapChildren is fastest. If you have more than two shapes and you're managing their depths then you'll want to use something like setChildIndex and get the top value using numChildren
  19. Replies
    2
    Views
    1,915

    Correct, you're missing the correct parameters: ...

    Correct, you're missing the correct parameters:

    submittedData.send("myphpscripturl", "_self", "POST");
  20. Replies
    2
    Views
    638

    Your question is subjective. There are...

    Your question is subjective. There are fortunately, or maybe unfortunately, dozens of ways to complete the same task and it becomes a matter of preference, performance, and task that chooses the way...
  21. Replies
    66
    Views
    6,733

    I hate to take you all away from the games again...

    I hate to take you all away from the games again but both safari and firefox have a version that supports hardware acceleration already although it's not turned on by default and not in the current...
  22. Thread: package problem

    by mneil
    Replies
    8
    Views
    940

    Fortunately for you flash and java are starting...

    Fortunately for you flash and java are starting to look more similar than ever. There is code completion for custom classes (in cs5) but not in cs3. I think they were more worried with trying to get...
  23. Thread: package problem

    by mneil
    Replies
    8
    Views
    940

    I have yet to find if the developer docs are in...

    I have yet to find if the developer docs are in flash CS5; they're not in the help anymore like they used to be I know that. And that's a shame. But the online docs are very good, and cs5 does have...
  24. Thread: cant load trial

    by mneil
    Replies
    2
    Views
    618

    ummmm. Not really sure. I do believe though that...

    ummmm. Not really sure. I do believe though that the new flash builder has a 64bit counterpart. You're installing the 32 bit software correct? That's what you'd want on XP. Check the system...
  25. Replies
    1
    Views
    655

    you can use LoadVars. In the embed code or object...

    you can use LoadVars. In the embed code or object code you can feed flash the url of the site, then in flash check that variable and if it's not the home page don't play it. Just look up LoadVars and...
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