A Flash Developer Resource Site

Search:

Type: Posts; User: Jimmydetroit

Page 1 of 3 1 2 3

Search: Search took 0.04 seconds.

  1. Preserving carriage returns when writing to external text file

    Hey Flashkit,

    This message is both a "How to" and also a question is there a better way to do this?

    My project writes text from an input field in Flash to an external text file on a Win 2000 PC...
  2. Flash Mx communication to (AICC certified LMS)

    Hey FlashKiters,

    If anyone knows of a resource or has an example of using Flash MX for communication with AICC certified LMS I would like to hear from you.

    I am working with a simple Flash MX...
  3. FYI: Cannot use duplicateMovieClip inside another MovieClip

    Hey Flashkit,

    After reading many of the messages in this forum I have come to the conclusion that you cannot duplicate MovieClips inside other MovieClips. If anyone has an alternate suggestion...
  4. Replies
    3
    Views
    2,027

    Flash SCORM my LMS and bookmarking

    Hey Lemorris,

    I am wondering if you can help. What I am working on is a simple movie and it needs to keep track of book marking and course complete and work on an AICC certified LMS. I do not...
  5. Thanks Sergwiz! I appreciate your help. If I...

    Thanks Sergwiz!

    I appreciate your help. If I would like to keep the handcursor visible while I mouse over the parent mc would this be the best way to go or should I try and insert the handcursor...
  6. Why doesn't a Dyn mc within another Dyn mc respond? (using startDrag on parent mc)

    Hey Flashkit,

    I have nested one mc inside another dynamically created mc. While I would like the parent mc to be draggable, I would also like the child mc to take different commands. Is this...
  7. Replies
    5
    Views
    442

    Hey Ripz, If your main movie is fairly simple...

    Hey Ripz,

    If your main movie is fairly simple you can make these statements shorter by removing _root. It is better just to keep the _root. in place because you will always know where the script...
  8. Can you use #include with createEmptyMovieClip ?

    Hey Flash Kit,

    Is it possible to use #include script with a movie created by createEmptyMovieClip ?

    I have a ton of code that I would like to keep in an external .as file but also use inside a...
  9. Replies
    5
    Views
    442

    createEmptymovieclip ?? | removeMovieClip()

    Hey Ripz,

    What you're seeing is your level 1 of the _root movie is still occupied. Flash has a zillion levels. You can dynamically load objects to each level. However once you add something to...
  10. inside a dynamically created movie clip!

    Hey Lexicon,

    This tip helps me very much. Thanks.

    - Jimmy
  11. How to get ._url (read only property) on an .mp3 file?

    Flashkit,

    Does anyone know how to get the full path/url info from an .mp3 being used in a Flash MX movie? This is a “is it possible” question more than a “how to” but if somebody has...
  12. inside a dynamically created movie clip!

    Hello Lexicon,

    I have been trying to make a dynamically created movieclip dragable. Do you know if the following added to your code above should work?

    mc.onMouseDown = dragMe;
    mc.onMouseUp =...
  13. Replies
    15
    Views
    731

    MP3 file / Flash MX project dilemma

    Hello again cancerinform,

    I have put an example on the Internet here but geocities does not allow it to work. http://www.geocities.com/bp_tek/

    I have also uploaded all of the files in an...
  14. Replies
    15
    Views
    731

    MP3 file / Flash MX project dilemma

    Hello cancerinform,

    At first just renaming did not work for me, so I concluded no way. Then I built a sample movie and posted it on a web server so that I could see if a file (any file) would...
  15. Replies
    15
    Views
    731

    MP3 file / Flash MX project dilemma

    Hello Gaius Coffey,

    Thanks for the reply. I did exactly what you suggested by changing just the filename to .dat and it works great.

    Sound1 = new Sound();...
  16. Replies
    15
    Views
    731

    MP3 file / Flash MX project dilemma?

    Hello Flashkit,

    Here is the scenario; the client has just implemented a new network policy to prevent the downloading of .mp3 files on all users computers within their company network. The...
  17. persistent inside a dynamically created movie clip!

    Hello Lexicon,

    I apologize for the confusion, you are completely correct mc.onEnterFrame does it. I posted the earlier message before I actually tried adapting your example to the scripts I have...
  18. inside a dynamically created movie clip!

    Hello Lexicon,

    Thanks for the quick reply. Ah I see clearly I can use an instance name and any of these on event handlers to call the code inside a movie clip.

    mc.onData
    mc.onDragOut...
  19. How to run some actionscript inside a dynamically created movie clip?

    Hey Flashkit,

    First off forgive me if someone has posted a message on this subject already because I haven't found it, yet.

    I would like to create some dynamically created movie clips in a main...
  20. CAUSE: Https & SCORM/AICC javascripts

    Hey RaidenMagmus,

    Thanks again for the info. I think you may have misunderstood me. You know there is a limit to the amount of hours in a day (and per week) that I would like to be on a...
  21. Hey RaidenMagmus, Thanks for the reply. All of...

    Hey RaidenMagmus, Thanks for the reply.
    All of the swf and js files reside within the same file directory at the client site. Although there are several folders and sub folders. Domains and sub...
  22. Help with Server & Firewall Issues affecting Flash 6 performance?

    Hey Flashkit,

    I am interested in learning more about how Servers and Firewalls affect Flash 6 performance. I would like to know of any sample files for degraded server connections, tutorials, or...
  23. Replies
    6
    Views
    483

    off stage textfield

    Thanks for your help CB6, (& yasunobu13)

    In Flash 6 I found if I declared an
    off stage textfield and loaded all of
    the HTML into it then I could extract
    just the text with this simple script.
    ...
  24. Replies
    3
    Views
    941

    textfield treatments

    Thanks for your help FFF,

    Your suggestion set me on the right path.

    In Flash 6 I found I had to declare the
    off stage textfield first before I could
    make it work.

    text1.html = true;...
  25. Replies
    6
    Views
    483

    in English

    For now, I would like to convert the HTML to straight text in English.
    But in the near future I may have to also accommodate Portuguese
    Spanish, and Czech.

    - Jimmy
Results 1 to 25 of 53
Page 1 of 3 1 2 3




Click Here to Expand Forum to Full Width

HTML5 Development Center