A Flash Developer Resource Site

Search:

Type: Posts; User: Uberalles

Page 1 of 4 1 2 3 4

Search: Search took 0.06 seconds.

  1. Replies
    7
    Views
    6,152

    What I did is created a class (BoardImage) that...

    What I did is created a class (BoardImage) that extends Sprite. Then load an image on that Sprite.


    var loader:Loader = new Loader();
    try
    {
    var url:URLRequest = new URLRequest(im_url); ...
  2. Replies
    7
    Views
    6,152

    Here are a couple of sites that should get you...

    Here are a couple of sites that should get you started.
    Whiteboard drawing:
    http://www.flashandmath.com/basic/mousedraw/index.html

    dragging and dropping images:...
  3. Replies
    2
    Views
    588

    so I tried that and it didn't work...but then I...

    so I tried that and it didn't work...but then I tried a different sound file, an mp3 this time and it works fine. Why won't it play a .wav?
    Thanks again in advance.
  4. Replies
    2
    Views
    588

    sound not playing

    Pretty simple problem here....though I don't know what's wrong.
    All I need to do is play a simple sound effect. For testing purposes I had it play at the press of a button:


    var in_alert3:Sound...
  5. Replies
    3
    Views
    4,003

    So I added that in (chatarea.textField.styleSheet...

    So I added that in (chatarea.textField.styleSheet = style;) and now I get a new output error:


    Error: Error #2009: This method cannot be used on a text field with a style sheet.
    at...
  6. Replies
    3
    Views
    4,003

    adding stylesheet to TextArea

    Pretty simple question here:

    How can I add a stylesheet to a TextArea?

    I've tried it with two scenarios. One where I had drawn the TextArea right on the stage and another when I added the...
  7. Replies
    0
    Views
    495

    can anyone help with red5 server

    I know this doesn't belong here but I can't seem to get a response from the red5 email list. I can't seem to get red5 started on my fedora 5 machine.
    I can go into more detail if anyone can help or...
  8. Replies
    0
    Views
    438

    audio from mic stopping

    I have an audio stream setup for mics in this chat app and the audio seems to 'stop' after a few seconds. For example, if I make a humming noise I can hear it for about 3-4 secs then nothing. If I...
  9. Replies
    0
    Views
    732

    NetConnection failing after first try

    I have a small audio stream between two clients in a chatroom app (using Red5 for the streaming). Now when I connect to Red5 on the first try everything works just fine. If I close the app and try...
  10. Thread: red5 help

    by Uberalles
    Replies
    1
    Views
    2,067

    red5 help

    Anyone have any experience with Red5?
    If so, I just started playing around with it (mainly the 'oflaDemo' example) since I need to stream audio for a chat app. The examples work just fine and when I...
  11. Replies
    7
    Views
    661

    I'll be honest with you fellas...once this...

    I'll be honest with you fellas...once this 'project' is finished I'm done with AS3...I'm no flash programmer.
  12. Replies
    7
    Views
    661

    Sorry to have started a bit of a war there...

    Sorry to have started a bit of a war there fellas....I was being dumb and had the variables in the wrong place when calling the method. Thx for the replies though.
  13. Replies
    7
    Views
    661

    accessing movie clips function

    Pretty simple question but I can't get a straight answer in any search.
    I have a movie clip called whtebrd and inside of it is a function called addLines. How can I run the function from root? Does...
  14. Replies
    7
    Views
    1,071

    It's not multiple threads for a single client (at...

    It's not multiple threads for a single client (at least it shouldn't be) it's just that after receiving the policy file Flash opens the next client and that's where I appear to be having race issues...
  15. Replies
    7
    Views
    1,071

    I just discovered that I was making a mistake on...

    I just discovered that I was making a mistake on the Flash end (for some reason changed the send function to attach a return carriage instead of a null byte....not sure how the hell that happenned....
  16. Replies
    7
    Views
    1,071

    I'm running this app on Tomcat 5.5. I had...

    I'm running this app on Tomcat 5.5. I had everything running well when the client end was Flash 8. I had to upgrade to Flash 9 (long story) and now I have to deal with this policy issue. Seems pretty...
  17. Replies
    7
    Views
    1,071

    To get a better understanding I adding some...

    To get a better understanding I adding some thread tracking to the server app. Now when I run the following:


    String policy_response = "<?xml...
  18. Replies
    7
    Views
    1,071

    XMLSocket acting strangely

    I have a small chat app using an xmlsocket that connects to a Java server.

    With the new update I know about handling the policy file request but I get the strangest thing happenning here.

    If I...
  19. Replies
    2
    Views
    1,144

    I changed it from an absolute url to a relative...

    I changed it from an absolute url to a relative one and now it works...thx for the reply though.
  20. Replies
    2
    Views
    1,144

    cannot access images

    I have some images that need to be loaded using Loader().
    These images come from the same host as the swf. I created a crossdomain.xml file and placed it both in the same location as the swf and...
  21. Replies
    0
    Views
    349

    [RESOLVED] crazy error....please help!

    I have an xmlsocket for a chat app and everything works fine until I open a MovieClip (a whiteboard MC for example) then with the whiteboard open if I try the send button (which sends data through...
  22. Replies
    6
    Views
    18,609

    socket

    I see now that Flash 9 requires a policy file to open a socket connection. I can't find any good material on how to setup this policy file. I don't really want to have to create a seperate server...
  23. Replies
    7
    Views
    6,152

    yeah I should have added browser caching to my...

    yeah I should have added browser caching to my question....forgot. As long as it's not grabbing the same image from the server then I'm cool.
    Thanks for the replies there fellas.
  24. Replies
    6
    Views
    1,147

    I just drew the textfield on the stage...doesn't...

    I just drew the textfield on the stage...doesn't seem to make a difference as I also tried (after removing it from the stage of course) adding it through AS.
  25. Replies
    7
    Views
    6,152

    loading image for Sprite only once

    I have this whiteboard where you can drag and drop images (math symbols) from one box onto the whiteboard.
    I want to make it so that I only have to load the math images the one time.
    The code for...
Results 1 to 25 of 82
Page 1 of 4 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center