A Flash Developer Resource Site

Search:

Type: Posts; User: dudovcic@qrex.com

Page 1 of 10 1 2 3 4

Search: Search took 0.05 seconds.

  1. Replies
    4
    Views
    611

    Thanks guys.

    Thanks guys.
  2. Replies
    4
    Views
    611

    Yes it need some more fixing as well as spell...

    Yes it need some more fixing as well as spell checking and text changes. Thanks for good reply.
    G
  3. Replies
    4
    Views
    611

    New Portfolio -- Need feedback

    Hey Flashers,

    Just lost my job, and got into hunt mode. I'm almost done with this Portfolio. Need your feedback.
    I'll take beat quietly. www.ps75.org/port
    G
  4. Well that's the core. Trying to find position of...

    Well that's the core. Trying to find position of given character.
    I have text box that has width of 200 pixels and its align right.(don't ask why) Yet I'm loading data in it from txt file. that's...
  5. Thanks for reply alotan, but that's not what i'm...

    Thanks for reply alotan, but that's not what i'm trying to do. Finding xpos of text box is ease. I'm trying to determine xpos of, say, third character in a text box. Thanks again...G.
  6. position of certain character inside text field

    Hallo everyone
    I have TF align right (has to be) that's fed from outsource text file.(subject to change) I'm trying to find what is x position of first character so i can properly position TF in...
  7. There is quiet difference between the 2. MX...

    There is quiet difference between the 2.

    MX uses localConnection: (easier to use and should cover just about any browser and OS)
    ...
  8. flash MX = LocalConnection flash 5 = Javascript

    flash MX = LocalConnection
    flash 5 = Javascript
  9. Replies
    3
    Views
    457

    well, onClipEvent(enterFrame)is a loop isn't it....

    well, onClipEvent(enterFrame)is a loop isn't it.
    _root.aaa.gotoAndPlay (1); is executed as many times as you set your fps so it cant reach other frames.

    I would rather set dummy clip with two...
  10. Loading external movies in to levels (not...

    Loading external movies in to levels (not layers):
    If you wanna replace main movie with new one load it in to level 0

    loadMovie("item1.swf", 0);

    If you want it visible with main movie load it...
  11. http://www.macromedia.com/support/flash/ts/documen...

    http://www.macromedia.com/support/flash/ts/documents/localconnection.htm#domain
    Sorry for late reply (it's holyday)
    The link above talks about localConnection between domains. I've never done it...
  12. pw=bean&correctName=justin

    pw=bean&correctName=justin
  13. Try localConnection...

    Try localConnection
    http://www.macromedia.com/support/flash/ts/documents/localconnection.htm
    Hope it helps
  14. I've done lot of work concerning JS and flash and...

    I've done lot of work concerning JS and flash and can tell you that it has nothing to do with flash. It's browsers issue. Netscape 6+ and all the browsers on Mac platforms simply don't support...
  15. Replies
    1
    Views
    391

    localConnection...

    localConnection
    http://www.macromedia.com/support/flash/ts/documents/localconnection.htm
  16. You don't need javascript to dynamically load...

    You don't need javascript to dynamically load images in mx use
    on (release) {
    loadMovie("pic.jpg", 0);
    }For communication between swf files consider using localConnection
  17. Would fscommand ("fullscreen", "true"); do...

    Would

    fscommand ("fullscreen", "true");

    do the trick?
  18. Only topic close enough...

    Only topic close enough
    http://www.were-here.com/forums/showthread.php?s=&threadid=130071&highlight=width+and+height+of+standalone
    Look at the sx reply.
  19. I don't think you can do that with AS. Can't...

    I don't think you can do that with AS.
    Can't you just resize it with in html object/embed tags
  20. Don't understand what you want to do but...

    Don't understand what you want to do but try[code]movieWidth = _width
  21. Replies
    3
    Views
    486

    Find out if your server support cgi, php, asp...

    Find out if your server support cgi, php, asp
    you need a script that will process variables from flash, send email to whom you specify, and return some variable to flash when done.
  22. Replies
    3
    Views
    486

    cgi, php, asp

    cgi, php, asp
  23. Replies
    4
    Views
    1,643

    Yes[code]on (release) { _visible = 0; }

    Yes[code]on (release) {
    _visible = 0;
    }
  24. Replies
    3
    Views
    495

    Good lack!

    Good lack!
  25. Replies
    3
    Views
    430

    To drag: Create button, asign this to it[code]on...

    To drag: Create button, asign this to it[code]on (press) {
    startDrag ("");
    }
    on (release) {
    stopDrag ();
    }
Results 1 to 25 of 235
Page 1 of 10 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center