A Flash Developer Resource Site

Search:

Type: Posts; User: JT122333

Page 1 of 11 1 2 3 4

Search: Search took 0.10 seconds.

  1. Replies
    2
    Views
    479

    Last I knew, and this was Flash 5 mind you, mc's...

    Last I knew, and this was Flash 5 mind you, mc's had to each have their own layer else problems occurred.
  2. Replies
    3
    Views
    437

    OMG Head exploding

    Haven't flashed since 5, saw MX come out, just bought new MX because I couldn't find any MX 2003s left out there and my head is swimming trying to make simple buttons that now seem to require a...
  3. Replies
    1
    Views
    479

    try using a frame label vs. frame number

    try using a frame label vs. frame number
  4. Replies
    2
    Views
    455

    You could make a separate movie that communicates...

    You could make a separate movie that communicates with the finished one for updating, as long as everything is a variable, then the other movie could change them if I understand the new features in...
  5. Replies
    5
    Views
    571

    That was in 5. Now there is a new security...

    That was in 5. Now there is a new security function you can use so that the movie will only accept connections from YOUR other movie. Read around this forum, I asked this before.
  6. it's an top secret rapid prototyping application...

    it's an top secret rapid prototyping application that will save the world one day...oops;)
  7. Replies
    5
    Views
    571

    MX allows movie communication across domains now....

    MX allows movie communication across domains now. Although I'm not sure you could do it with a text file across domains but you could do it with another swf that just has a text field in it that...
  8. Replies
    4
    Views
    611

    Last I knew it would do this if every field...

    Last I knew it would do this if every field wasn't filled out including organization. The only other reason I've seen this is if I type my key in incorrectly.
  9. Replies
    2
    Views
    617

    do a search for cache problems here. It was a...

    do a search for cache problems here. It was a problem in 5 and probably still is in MX since it's the browser controlling the caching, but you can add a math.random to the end of anything that loads...
  10. Replies
    4
    Views
    477

    Throw this on the mc: onClipEvent (enterFrame)...

    Throw this on the mc:

    onClipEvent (enterFrame) {
    if (_root.mcname._currentframe==30) {
    loadMovieNum ("whatever.swf", 0);
    }
    }
  11. Replies
    4
    Views
    477

    Can u post your code?

    Can u post your code?
  12. Replies
    4
    Views
    466

    I'm assuming your running generator 2 also then?

    I'm assuming your running generator 2 also then?
  13. Replies
    4
    Views
    466

    how bout {buttontext} or {button_text} or...

    how bout {buttontext} or {button_text} or {"buttontext"}

    Just an idea
  14. Replies
    0
    Views
    397

    After seeing the differences in the Flash MX...

    After seeing the differences in the Flash MX dropdown component vs the Flash 5 SmartClip version, I decided to convert the Flash 5 to have the same ease of use as the MX version.

    The parameters...
  15. How about making it a component that you could...

    How about making it a component that you could use to update different text fields throughout your movie. So you'd have this app as it is, then you'd have a spot where you could enter in the name of...
  16. I don't know if I'm on with this idea or just...

    I don't know if I'm on with this idea or just loony. Isn't that the wrong syntax for MX? Isn't supposed to be something like this code of Subway's?

    function makeItalic(){
    if...
  17. Prolly silly question but did u remember to give...

    Prolly silly question but did u remember to give the animation mc the animation instance name?
  18. Replies
    2
    Views
    502

    You can do this in MX using the sharedObjects. It...

    You can do this in MX using the sharedObjects. It will allow you to set a "cookie" with info in it.
  19. Replies
    10
    Views
    602

    Yes, there is a new security object I believe...

    Yes, there is a new security object I believe that controls this. If you do a search on were-here.com for the same title of this thread you should find the answer as I asked the same question....
  20. Replies
    10
    Views
    602

    http://board.flashkit.com/board/showthread.php?thr...

    http://board.flashkit.com/board/showthread.php?threadid=276175
  21. Replies
    10
    Views
    602

    I believe this is done with the new...

    I believe this is done with the new localConnection code in MX. This allows movies to talk to each other with no Java at all. It's even possible to communicate from one movie to another ACROSS...
  22. Replies
    5
    Views
    793

    You could make a separate movie for the teachers...

    You could make a separate movie for the teachers that would communicate with the other movies and could keep totals.
  23. Replies
    9
    Views
    1,042

    I haven't seen problems playing any mpegs in...

    I haven't seen problems playing any mpegs in media player yet, unless they are not full files, but even then it sometimes works. AVI files really are the problem for me, half to 3/4 of the ones I try...
  24. Replies
    9
    Views
    1,042

    I'm on a pc. Have you tried uninstalling MX, then...

    I'm on a pc. Have you tried uninstalling MX, then reinstalling?
  25. Replies
    9
    Views
    1,042

    hmm, this works ok for me. Sorry I have no idea.

    hmm, this works ok for me. Sorry I have no idea.
Results 1 to 25 of 251
Page 1 of 11 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center