A Flash Developer Resource Site

Search:

Type: Posts; User: wurmy

Search: Search took 0.20 seconds.

  1. Replies
    29
    Views
    2,013

    Actionscript.org Hacked

    Check it out. Hurry before they fix it. ;)
  2. Replies
    5
    Views
    1,519

    Senocular: Yeah, I'm trying to do something like...

    Senocular: Yeah, I'm trying to do something like I saw on the kirupa site: http://www.kadazuro.com/blog/archives/000026.html

    gparis: Thanks, I actually had already made my own font and everything...
  3. Replies
    5
    Views
    1,519

    Do you know how to find the x and y coordinates...

    Do you know how to find the x and y coordinates of a character within a text field?
  4. Replies
    6
    Views
    674

    Does anyone know how you would find the x and y...

    Does anyone know how you would find the x and y coordinates of a character within a text field?
  5. Replies
    1
    Views
    655

    anyone?

    anyone?
  6. Replies
    1
    Views
    390

    Clearing ScrollPane

    Hi guys,

    What's the code to clear the current contents of a scrollPane without turning off the visibility of the scrollPane itself. I just want to clear the contents of it so that I can load other...
  7. Replies
    1
    Views
    655

    Session Help - Simple Counter Reset

    Hi guys,

    I'm trying to wrap myself around how sessions work. I'm using a simple counter script to begin the learning process.

    Aren't sessions specific to each individual browsers instance?...
  8. Replies
    1
    Views
    613

    Sending Flash Line Breaks to PHP

    Hi guys,

    I'm using an input text field in a Flash form so that a user can enter text and submit it to my database (ex: forum), but I'm having a problem keeping my line breaks. Before the data gets...
  9. Replies
    4
    Views
    489

    Hi! Thanks for the quick response. :) What...

    Hi! Thanks for the quick response. :)

    What you are saying makes sense, but how would I do that? Currently, I have an action that loads the data into the text field:

    myText_txt.text = myData;
    ...
  10. Replies
    4
    Views
    489

    Scroll Bar Problem

    Hi guys,

    I've got a problem with the MX scroll bar component. When I initially navigate to a page with the scroll bar, it works fine. Then when I go to another page that also contains a scroll...
  11. Replies
    8
    Views
    593

    Thanks!

    Big workaround or not ... it works like a charm!

    I've been searching for hours on how to accomplish this. The search is finally over! Thanks a million, Dunc. :D
  12. Replies
    8
    Views
    593

    Hi guys, I'm trying the same thing, but your...

    Hi guys,

    I'm trying the same thing, but your code doesn't seem to work for me. Here's what I've got:

    mySound = new Sound();
    mySound.loadSound("filename.mp3", true);
    mySound.start(4,0);
    // I...
  13. Ah-Ha! Probably something that I should have...

    Ah-Ha! Probably something that I should have thought of a little earlier. :p

    Here's the setup:

    __________________________________________________

    Directive | Local Value | Master...
  14. Hi there, Thanks for replying so soon. I'm...

    Hi there,

    Thanks for replying so soon. I'm using a host so I guess that means that I need to get in touch with them about the php.ini setup huh? Thanks again. :)
  15. copy() function in PHP / problem uploading large file sizes

    Hello everyone,

    I'm using the copy() function in PHP to upload files from the client computer to the server. It works perfectly for sizes around 1 - 2 MB, but when I try to upload a file that is...
  16. Replies
    2
    Views
    3,100

    Sweet! This is just what I was looking for....

    Sweet! This is just what I was looking for. Thanks for all of the info. :)
  17. Replies
    2
    Views
    3,100

    using PHP to determine .jpg dimensions

    Hello everyone,

    I'm using PHP to upload images from the client computer to the server. It is possible for PHP to determine the "width & height" properties of the image? Thanks alot for your time.
  18. Replies
    3
    Views
    1,863

    Hi Tommy & asheep_uk, That's it! Thanks alot,...

    Hi Tommy & asheep_uk,

    That's it! Thanks alot, It's working perfectly now. Many thanks. :)
  19. Replies
    3
    Views
    1,863

    PHP >> unlink() ... deleting .jpg

    Hello everyone,

    I'm trying to use the unlink() function in PHP to delete a .jpg file, but I seem to be having problems. I keep getting a "Warning: unlink() failed (No such file or directory)"...
  20. Replies
    4
    Views
    1,319

    There is no source ... I'm looking for it. ...

    There is no source ... I'm looking for it.

    I've got the chat functioning, but that has nothing to do with what I am looking for ... it wouldn't help you if you had it.
  21. Replies
    4
    Views
    1,319

    : bump : Any ideas anyone?

    : bump :

    Any ideas anyone?
  22. Replies
    4
    Views
    1,319

    Hello everyone, I've developed a Flash chat room...

    Hello everyone,
    I've developed a Flash chat room with a PHP/MySQL back-end and I would like to add a private messaging feature. I need to know how to create a popup window on a users computer by...
  23. Hey all, I have a movie that contains one MC...

    Hey all,
    I have a movie that contains one MC with the instance name of "MC". I have this clip duplicated 42 times across the screen. I'm using code similar to this:

    on (press) {
    ...
Results 1 to 23 of 23




Click Here to Expand Forum to Full Width

HTML5 Development Center