+ Post New Thread
Page 3 of 156 FirstFirst 1 2 3 4 5 13 53 103 ... LastLast
Threads 41 to 60 of 3106

Forum: Macromedia Flash Actionscript

  1. Can a Movie's FPS be retrieved and used with AS?

    Will look into it... Thanks Mr Rocchi

    • Replies: 2
    • Views: 54
    12:01 PM Go to last post
  2. xML Connector

    Hi i use xml connector component with datagrid and a combobox. u can see here however i have got some troubles with it, when i select my...

    • Replies: 0
    • Views: 76
    11:53 AM Go to last post
  3. 256 levels of recursion??

    "Mark Redman" <co.uk> wrote > Can you give us an example of converting a recursive > function into a non recursive function? Walking a tree...

    • Replies: 4
    • Views: 849
    11:42 AM Go to last post
  4. Scrolling XML text

    I am trying to get some text which is loaded from XML to scroll in Flash Player 5 (I have it working in later versions). I got my method of...

    • Replies: 0
    • Views: 76
    11:35 AM Go to last post
  5. Any way to check if the file exists?

    Using ONLY flash actionscript. No external programs. No, unless MX2004 has introduced some news that I have not heard of. HTH, -c.

    • Replies: 1
    • Views: 192
    11:23 AM Go to last post
  6. fscommand called by a quit button

    use javascript on (release) { getURL("javascript:window.close();"); } HTH, -c.

    • Replies: 1
    • Views: 138
    11:17 AM Go to last post
  7. Global Variables in Flash v7? _global.*

    Could you change all instances of _global to _root and define all the variables you want to be global on the root timeline?

    • Replies: 2
    • Views: 920
    10:46 AM Go to last post
  8. Simple math problem

    Hi all, I have a site I'm developing that uses the code (attached) from a FLA from FlashKit. It all works like a dream (clicking on a link slides...

    • Replies: 0
    • Views: 52
    10:32 AM Go to last post
  9. problem loading text from external files as html.

    i have made a preloader, that then loads the interface, which loads the main page where the preloader was and covers it up, the book i have been...

    • Replies: 0
    • Views: 83
    09:41 AM Go to last post
  10. Controlling size of flash movie on print

    Hi! I have a Flash movie that I'm trying to print from a browser. I want the page printed to be different from the one displayed in the...

    • Replies: 0
    • Views: 60
    09:15 AM Go to last post
  11. HELP! adding a PAUSE in the timeline

    Thanx from me too, kglad.

    • Replies: 6
    • Views: 243
    09:13 AM Go to last post
  12. button problem

    This is a simple but interesting problem Burak Delice, Why not remove the button from the second fram ie: Say frame 2, layer 1 has the button...

    • Replies: 4
    • Views: 62
    08:53 AM Go to last post
  13. countdown clock

    have a look at http://www.flashkit.com/movies/ I saw an example there some times ago -- Pierre Alain

    • Replies: 1
    • Views: 77
    08:46 AM Go to last post
  14. How can I save static data on custom component?

    look at SharedObject.getLocal(..) it put the values on the user hard drive. Z = SharedObject.getLocal("myappname"); if ( Z = !inited ){...

    • Replies: 1
    • Views: 76
    08:43 AM Go to last post
  15. problem with duplicateMovieClip

    Thanks but the depth tracing OK s? i cant understand if that's tha problem. Besides i have tried this with out anny result - sorry

    • Replies: 2
    • Views: 60
    06:50 AM Go to last post
  16. loadMovie and memory usage

    with the swift-generator it was possible to simply replace images within compiled swf files. but there's no support for MX swf available, only flash...

    • Replies: 4
    • Views: 793
    06:31 AM Go to last post
  17. TextArea with <img> help...

    I figured it out. In case anybody else is caught by this issue, if you plan on loading movieclips into your TextArea, make sure your TextArea isn't...

    • Replies: 1
    • Views: 83
    05:04 AM Go to last post
  18. request for a .fla with scroll

    ok, i sent it via email. i also attached the file to another message thread and will retry to attach it here.

    • Replies: 3
    • Views: 531
    05:04 AM Go to last post
  19. mouse avoidance help

    delete the lines m1._x = random(800); m1._y = random(400); then you can replace with what you want eg/ m1._x = 50+(100*i); m1._y = 300; or...

    • Replies: 8
    • Views: 567
    05:01 AM Go to last post
  20. HELP PLZ!!!

    you must convert the image to a movieclip (right click/convert to symbol/movieclip). then you can manipulate using movieclip methods that include...

    • Replies: 1
    • Views: 60
    04:37 AM Go to last post

Thread Display Options

Use this control to limit the display of threads to those newer than the specified time frame.

Allows you to choose the data by which the thread list will be sorted.

Order threads in...

Note: when sorting by date, 'descending order' will show the newest results first.

Icon Legend

Contains unread posts
Contains unread posts
Contains no unread posts
Contains no unread posts
More than 15 replies or 150 views
Hot thread with unread posts
More than 15 replies or 150 views
Hot thread with no unread posts
Closed Thread
Thread is closed
Thread Contains a Message Written By You
You have posted in this thread

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139