A Flash Developer Resource Site

Search:

Type: Posts; User: 1kieran mc nally

Page 1 of 6 1 2 3 4

Search: Search took 0.06 seconds.

  1. ok, assuming its not a bug, my next suspects...

    ok, assuming its not a bug, my next suspects would be these two lines.

    loadMovie("portfolio/job006/image1.swf", "_root.portfolio.infobox.Limage");
    loadMovie("thumb/thumb6.swf",...
  2. What about this line: if (_root.text==1) { ...

    What about this line:

    if (_root.text==1) {

    should it be if (_root.text=="1") {

    ie string not integer comparison....

    either way trace the value of text, and see what you get.
  3. Replies
    2
    Views
    1,409

    cheers, works a treat!

    cheers, works a treat!
  4. Replies
    2
    Views
    1,409

    I can move left, right, up, and down with the on...

    I can move left, right, up, and down with the on keypress event but how do I register both key press's and then move diagonally?

    Regards,

    Kieran
  5. Replies
    0
    Views
    493

    the following code should change the color of all...

    the following code should change the color of all arrows in components

    globalStyleFormat.arrow = 0x310bea;
    globalStyleFormat.applyChanges();

    but only my combo box and not my scrollbar arrow...
  6. try flashnpack.com, they might be able to help

    try flashnpack.com, they might be able to help
  7. Replies
    0
    Views
    296

    Hi All, I'm having difficulty trying to print...

    Hi All,

    I'm having difficulty trying to print an mc, within a certain boundary. !#p doesnt seem to work. I get extra copies of the mc , and additionally I get stuff outside the boundary. Any...
  8. Replies
    7
    Views
    620

    What makes you say javascript? Is flash mx...

    What makes you say javascript? Is flash mx calling a geturl? Can you send me a sample of what you've managed so far. We may be able to work on it.

    Regards,

    Kieran
  9. Replies
    7
    Views
    620

    yes it can be done with flash5 -theres even a...

    yes it can be done with flash5 -theres even a tutorial here on Flashkit...but mx?
  10. Replies
    7
    Views
    620

    i'm not bothered about the settings, but i need...

    i'm not bothered about the settings, but i need to get rid of about mm as it opens up a browser and ruins the party.
  11. Replies
    7
    Views
    620

    Has anyone figured out how to disable right click...

    Has anyone figured out how to disable right click in mx yet?

    Regards,

    Kieran.
  12. Replies
    6
    Views
    596

    how to minimise a projector.exe?

    does anyone know how to minimise a projector.exe? (without the user doing anything)

    regards,

    kieran
  13. Replies
    0
    Views
    302

    Hi All i have a projector file which uses...

    Hi All

    i have a projector file which uses geturl to open up a browser window displaying abc.com.

    Problem is however that the website shows up behind the projector instead of on top of it. Is...
  14. Replies
    1
    Views
    574

    Hi all, I have an swf embedded in a html page....

    Hi all,

    I have an swf embedded in a html page. When I try to print from the browser the page comes out reversed -in some sort of mirror image.

    A html page only prints normally html only. In my...
  15. Replies
    2
    Views
    523

    Hi, Bernie, I'm using Java on Apache and...

    Hi, Bernie,

    I'm using Java on Apache and Tomcat but this doesnt seem to be the problem. Using HTML, The server receives the message without the visible carriage returns.

    With ActionScript, I...
  16. Hi all, I have an email facility swf which...

    Hi all,

    I have an email facility swf which sends from a text box an email to my server.

    Later the email can be read by another client inanother swf.

    It all works fine except that invisible...
  17. Replies
    1
    Views
    491

    i'd say it is a tween, but they've upped the...

    i'd say it is a tween, but they've upped the frame rate of the movie...
  18. Replies
    2
    Views
    523

    Dear all, I have a text box in which the user...

    Dear all,

    I have a text box in which the user can write a letter. They press a send button and the letter gets sent to a server.

    The problem however is that when they press the carriage return...
  19. Replies
    12
    Views
    611

    ok I have something working which might help ...

    ok I have something working which might help

    place a button inside the movieclip you want the swf to load into:

    then on the buttions actions

    on(press){
    this.loadMovie("world.swf",1);...
  20. Replies
    12
    Views
    611

    I got the following to work well in flash5. I'm...

    I got the following to work well in flash5. I'm loading in an swf called simon.swf into a movie clip called replace. The setProperties resize the swf to fit into the "replace" clip, regardless of...
  21. Replies
    5
    Views
    532

    is there any way of getting the window to close...

    is there any way of getting the window to close without the grey box popping up?
  22. Replies
    2
    Views
    435

    I think it's something like if (_root.Released...

    I think it's something like

    if (_root.Released == true) {

    TellTarget(_level0){
    _root.gotoAndStop("Scene Name",1);
    }
    }

    regards
  23. Maybe you could encrypt the score before it gets...

    Maybe you could encrypt the score before it gets sent and then decrypt it afterwards on the server end.
  24. Replies
    1
    Views
    402

    try on(release){ getURL("k.ppt"); } ...

    try

    on(release){
    getURL("k.ppt");
    }

    regards,

    Kieran
  25. try something like TellTarget(/level0){...

    try something like

    TellTarget(/level0){
    gotoAndPlay(scene bla);
    }

    regards,

    Kieran
Results 1 to 25 of 135
Page 1 of 6 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center