A Flash Developer Resource Site

Search:

Type: Posts; User: Duncher Muncher

Page 1 of 11 1 2 3 4

Search: Search took 0.11 seconds.

  1. Replies
    0
    Views
    306

    odd fscommand results on MAC

    Hi,

    I am using an fscommand to simply open a new window. Everything works fine on my computer but when I try it on a mac it doesn't work in Safari, Opera or IE. Does anyone know why this is??
    ...
  2. Flash MX export as flash 5 problems

    G'Day all,

    Just wondering if anyone has built a .swf with accidental flash 6 complient code as a flash 5 .swf only to find that it doesn't warn you about the possibility of the code not being...
  3. Replies
    10
    Views
    553

    have you got an online profile?

    have you got an online profile?
  4. Replies
    10
    Views
    553

    If you show us your stuff then we'll probably...

    If you show us your stuff then we'll probably look at it but I can't make any promises
  5. Replies
    10
    Views
    553

    We would prefer to meet you before giving out the...

    We would prefer to meet you before giving out the contract.
  6. Replies
    10
    Views
    553

    Sydney-Freelance-January

    Guys and Girls in Sydney, anyone interested in a freelance job in january reply to this
  7. Replies
    0
    Views
    459

    Closing Browser Windows

    Hi I just want a button on my flash movie to close the browser instance. Does anyone know what this is keeping in mind that I need to export this swf as a flash five swf.
  8. Replies
    1
    Views
    516

    I would do something like this: match = true;...

    I would do something like this:

    match = true;
    num = balls[0].ballNumber
    for (i = 1; i < balls.length; i++)
    {
    if (num != balls[i].ballNumber)
    match = false;
    }
  9. Silly, easy question. Can you handle it?

    Hi I just want a button on my flash movie to close the browser instance. Does anyone know what this is keeping in mind that I need to export this swf as a flash five swf.
  10. Wierd results on different computers

    Hi Guys,
    I have a problem with different computers playing a swf a different way to other computers. For the client all the work had to be done in flash five (every one has a flash five player...
  11. Replies
    1
    Views
    398

    Forget it, the problem was with flash not...

    Forget it, the problem was with flash not recognising the boolean coming from SQL Server.
  12. Replies
    1
    Views
    398

    Check Box, seems easy

    G'Day all,
    I have a check box on a page that I want to programmatically turn on and off, I am using the syntax:


    if (tempChangeDetails[7])
    cbAttachments.setValue(true);
    else...
  13. Replies
    3
    Views
    491

    The reason the other movie clips aren't behaving...

    The reason the other movie clips aren't behaving the same is because you can't have two movie clips with the same name. To fix this problem (without looking at the fla) I think I would move those...
  14. You could also just have three seperate functions...

    You could also just have three seperate functions for each button press and just call the appropriate one...
  15. Replies
    9
    Views
    616

    OldNewbie, Thanks that seemed to fix the...

    OldNewbie,

    Thanks that seemed to fix the situation, it also exposed some other fixes with the last player that were holding me back.
  16. Replies
    9
    Views
    616

    I can view the swf through a html page and...

    I can view the swf through a html page and browser running from my local browser but what will that do? I need this to be a stand alone app.

    Do you have a theory on what is wrong or do you just...
  17. Replies
    9
    Views
    616

    It seems that I do have the latest proper version...

    It seems that I do have the latest proper version (disregarding the flash 7 beta version).
  18. Replies
    1
    Views
    380

    can you not just have a getURL("mailto:blabla");...

    can you not just have a getURL("mailto:blabla"); ??
  19. Replies
    9
    Views
    616

    I haven't tested it 'online' because it is a...

    I haven't tested it 'online' because it is a stand alone exe. As for my flash player, it is Ver 6,0,79,0. Is that all the information you need?
  20. Replies
    9
    Views
    616

    Only for the Gurus

    G'Day all,

    I have a scroll pane (part of the flash components 2) on my Movie. Into which I load a movie clip that has n number of movie clips on it (the number of movie clips added to this is...
  21. Replies
    2
    Views
    522

    Yeah good work, now I feel dumb!!!

    Yeah good work, now I feel dumb!!!
  22. Replies
    2
    Views
    522

    restrict TextField Property

    G'Day all,
    I'm using the restrict property for a text box. When I use :

    tbComments.restrict = "";

    it doesn't restrict anything although acording to the documentation it is supposed to restrict...
  23. Replies
    1
    Views
    410

    Flash objects

    G'Day all,
    I'm an OO programmer by trade and I was wondering if someone could please give me a simple practicle example of how to build onjects in flash. Thanks in advance
  24. Replies
    2
    Views
    392

    I am running the the flash part as an exe (but of...

    I am running the the flash part as an exe (but of course it is the mac version) so there are no browsers involved at all!!!
  25. Replies
    2
    Views
    392

    LoadVars not working on mac only!!!!!!

    I have built a swf with about five different LoadVars objects. All of these LoadVars objects work the way they are supposed to on the PC and all but one of them works on the mac.

    Why will the last...
Results 1 to 25 of 272
Page 1 of 11 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center