A Flash Developer Resource Site

Search:

Type: Posts; User: fu_ming_xia

Page 1 of 3 1 2 3

Search: Search took 0.03 seconds.

  1. [F8] [MX] getURL("file.mp3","_self) kills all javascript calls

    Hello fellow flashers.....

    I am looking for a solution to the following error.

    I have created an application that can download an mp3 using the browsers "download a file" functionality.
    ...
  2. Replies
    6
    Views
    1,156

    Just download Macromedia Extesion Manager. Then...

    Just download Macromedia Extesion Manager. Then double click on the file. Make sure Flash is not running before you install it.

    http://www.macromedia.com/exchange/em_download/
  3. Replies
    6
    Views
    1,156

    Ok I have received word that the Leedium...

    Ok I have received word that the Leedium Scrollpane was not loading clips that were not adjusted at the origin 0,0;

    I have made a coding fix that has corrected this bug.


    Let me know if it...
  4. Replies
    6
    Views
    1,156

    Easing Scrollpane Solution

    Wow it's been a while since I posted on this thing! Been working on my Flash Development skillz.. one day I'll be like oldnewbie! ...one day!!!.....

    Anyhow, I recently ran into the same problem....
  5. Trat Actionscript the Definitive Guide 2nd...

    Trat Actionscript the Definitive Guide 2nd Edition. Colin Moock. Excellent instruction and reference with examples.
  6. Creating and AS2.0 class that imports mx.Services.*

    Hello all, simple question. Can you import or extend the WebService classes....because everytime I try I get complie errors. Here is an simple example of what I want to do.

    import mx.services.*...
  7. wordWrap with Label component is possible but....problems

    FLASH MX 2004
    Yes it is possible, but it involves me setting the properties of the labelField directly in the component, after the text has loaded into the component.

    xmlConn.trigger()...
  8. Replies
    3
    Views
    375

    I am having the exact same problem with this. ...

    I am having the exact same problem with this. Does anyone have any Ideas or solutions?
  9. image gallery has inconsistent spacing...some overlap some don't

    David Lee
    Certified Flash MX Professional.
    -----------------------------------

    Hello all flash programmers.

    For the past 2 days I have been relentlessly reengineering this image gallery to...
  10. Execute a Flash function when user closes IE/Swf

    Hello Guys, I am builing a chat application (not with Comm server)that sends a history of the current session to the database. Now If the User closes down his/her browser, how might I send the...
  11. Can FsCommand execute a Flash defined function?

    I Know FsCommand can set Variables and Control a Flash movie, but say for example that I have a defined Flash function:

    function(name){
    mytxt.text = name
    }


    How would I run this function...
  12. Replies
    1
    Views
    752

    Streming Video (FLV) not showing!!

    Hello I am tring to stream a 4MB FLV. I am Connecting to the service, but the movie is not streaming.
    here is my code. FLV located in same name virtual directory.

    testVideo_nc = new...
  13. ok will do. Not bad....not bad at all......:) ...

    ok will do. Not bad....not bad at all......:)
    thanx for you help
  14. NICE!! that worked perfectly..... check... so...

    NICE!! that worked perfectly.....
    check...
    so far so good!!


    now one especially for you.....

    If you reload the page, you don't see the bar go to 100??

    why is that the case....?
  15. Preloader prototype Object...Works!! but problems with TotalBytes

    Hello, I have developed a preloader object that will load images off a server, and show the download stats. They only problem is, is that it is only showing the LoadedBytes figures and not the...
  16. Replies
    2
    Views
    359

    custom class question

    I have a method(init) in which I want to create an event for an object(back_mc) that is loacated inside this custom object.

    How do I reference variables outside of this even within a custome...
  17. Replies
    3
    Views
    407

    Try and make sure that there are no carriage...

    Try and make sure that there are no carriage returns or extra"=,&" signs. To prevent having to type all the text on one line make sure you trun on the word wrap setting in notepad.
  18. Replies
    1
    Views
    493

    here do a search on this post "Using Spanish...

    here
    do a search on this post
    "Using Spanish special characters"

    I was able to solve the problem for myself.
  19. Replies
    1
    Views
    439

    when movie loads myCookie =...

    when movie loads


    myCookie = SharedObject.getLocal("nameOfObject")

    if(myCookie.data.anyVariable == undefined){
    myCookie.data.anyVariable = "firstvisited"
    }
    else{
    ...
  20. hmmmmm.. ok... why don't u try building it inside...

    hmmmmm.. ok... why don't u try building it inside the scroll pane

    I've done this before

    I make then movieClip with a "dummy" textfield that is hidden (or whatever initial content that you want...
  21. hmmm what do u mean by minimize....?? you...

    hmmm what do u mean by minimize....??

    you could try scrollPane.refresh() or just adjusting the width using the transform tool.
  22. Replies
    1
    Views
    367

    Yes I'd like to knwo if this is possible as well.

    Yes I'd like to knwo if this is possible as well.
  23. Replies
    1
    Views
    331

    Huh?

    Huh?
  24. hmmmm is it possible just to use one big initClip...

    hmmmm is it possible just to use one big initClip for everything?

    syntax error===>this.attachMovie("dropBoxh", "dropBoxSwitcher", 202020202)


    shouldn't it be "dropBox"
  25. Replies
    4
    Views
    726

    oh and if you are send them via server, I don't...

    oh and if you are send them via server, I don't think it will work if u URLencode the string.. didn't work for me.. keep it natural.
Results 1 to 25 of 65
Page 1 of 3 1 2 3




Click Here to Expand Forum to Full Width

HTML5 Development Center