A Flash Developer Resource Site

Search:

Type: Posts; User: abeveridge

Search: Search took 0.03 seconds.

  1. Replies
    2
    Views
    492

    There are restrictions on what servers you can...

    There are restrictions on what servers you can connect to using the XMLSocket.connect() method. Basically the server you want to connect to has to reside in the same domain as the web server that is...
  2. Did you fix your problem? I believe the...

    Did you fix your problem?

    I believe the problem is in your flash file. If you goto frame "tab2" and look at the properties of the Input Text box with the text "Email Adress?", you will find that...
  3. Replies
    1
    Views
    487

    A friend helped me solve this problem off-line...

    A friend helped me solve this problem off-line and I thought I'd share the solution with everyone.

    I failed to mention (not knowing that it was important) that I had instantiated the variables...
  4. Hi, In the O'Reilly book "ActionScript: the...

    Hi,

    In the O'Reilly book "ActionScript: the Definitive Guide" you can find a sample chat client. You can see a version of it running at
    http://www.moock.org/index-2002-UnityShipping.html

    and...
  5. Replies
    1
    Views
    487

    Hi folks, can anyone help me figure this one...

    Hi folks,

    can anyone help me figure this one out? I've tried to figure this one out for 3 weeks now and I've come to the conlusion that there's a HUGE bug in Flash MX. please tell me if I'm wrong...
  6. Replies
    0
    Views
    375

    I've got the following code on the main timeline:...

    I've got the following code on the main timeline:

    if (mvscrn._currentframe < mvscrn._totalframes) {
    gotoAndPlay("prevmvframe");
    } else {
    trace("*"+nextstate+"*");
    gotoAndPlay(nextstate);
    }...
  7. Replies
    3
    Views
    526

    More info on problem

    Here's some more info:

    If I stop in each frame of the movie, the image does appear after a short while. It's only when the movie plays without stopping in any frames that no images appear. I...
  8. Replies
    3
    Views
    526

    Thanks but that's not the problem. The fact that...

    Thanks but that's not the problem. The fact that it works within the Flash Player eliminates that possibility. Besides, the same URL (path) (which obviously has been changed in the code i pasted in...
  9. Replies
    0
    Views
    409

    Hi, I have a Flash movie that loads a movie...

    Hi,

    I have a Flash movie that loads a movie clip in each frame in the following manner:

    loadMovieNum ("http://www.host.com/~user/flash/jpeg2/body.swf", 1);

    The movie clips contain one...
  10. Replies
    3
    Views
    526

    Hi, I have a Flash movie that loads a movie...

    Hi,

    I have a Flash movie that loads a movie clip in each frame in the following manner:

    loadMovieNum ("http://www.host.com/~user/flash/jpeg2/body.swf", 1);

    The movie clips contain one...
  11. Replies
    4
    Views
    327

    HI, I can't tell you why it doesn't work,...

    HI,

    I can't tell you why it doesn't work, unfortunately, but I can point you to a post where a user lists all the third party tools you can use to convert video to Flash:
    ...
Results 1 to 11 of 11




Click Here to Expand Forum to Full Width

HTML5 Development Center