A Flash Developer Resource Site

Search:

Type: Posts; User: ingofutz

Page 1 of 7 1 2 3 4

Search: Search took 0.09 seconds.

  1. Thank you for the reply and suggestions. They are...

    Thank you for the reply and suggestions. They are very helpful!

    Regarding my memory issues... I've discovered that it seems to have something to do with the graphics I imported from Illustrator...
  2. Regarding .currentTarget, would using...

    Regarding .currentTarget, would using mouseChildren = false; on the button movieclip alleviate this problem?
  3. I must also add an example of what I'm doing in...

    I must also add an example of what I'm doing in some instances to load a "page".



    private function loadANewPage():void
    {
    this.removeChildAt(0);
    var mp:MovieClip = new MapPage();...
  4. Your suggestions are immensely appreciated! I'll...

    Your suggestions are immensely appreciated! I'll give all of this a try.
  5. Thank you for the reply. Looking back at my...

    Thank you for the reply. Looking back at my actual code, I am removing the event listener for the button.

    here's an example that's closer to the actual code i'm using. It's a bit more involved...
  6. Should "local" variables/object ever need to be marked for garbage collection?

    If I have a variable that is declared within a method of a class, should that variable EVER need to be marked for garbage collection (set to null).

    for example:


    public class MyClass extends...
  7. If im using the above function, no, it never...

    If im using the above function, no, it never pulls in the same content, assuming its been changed. But if I don't use the uniq value, it just reuses the same xml over and over again.
  8. Interesting thoughts. Here's what I'm doing in my...

    Interesting thoughts. Here's what I'm doing in my 'download' function:



    private function downloadData():void
    {
    var myID:String = String(Math.round(Math.random()*10000));

    var...
  9. Is it possible to reload an updated, remote xml file?

    This seem like a silly question but as far as I've found: It's impossible to reload an xml file from a remote location while the SWF is running.

    Is this true?

    For example, I have a kiosk...
  10. Well... this seems to have to do with the fact...

    Well... this seems to have to do with the fact that I am trying to re-populate existing, dynamically created, filtered text fields. If I recreate the text field each time, instead of reusing the text...
  11. [CS3] last line of multiline wrapped text cut off with DropShadowFilter

    (using AS2 / FP8)

    Hi. I'm running into an issue where, if the dynamic text field I create wraps and autoSizes to 2 lines or more, the last disappears (sometimes partially). However, this only...
  12. Replies
    12
    Views
    3,324

    Yes, that helps me immensely. That does seem...

    Yes, that helps me immensely. That does seem backwards! Vista is supposed to be the security nazi?!
  13. Replies
    12
    Views
    3,324

    Interesting. Thanks so much for checking that...

    Interesting. Thanks so much for checking that out! I look forward to hearing about any discoveries.
  14. Replies
    12
    Views
    3,324

    Thank you. I will give that a shot. I am using XP...

    Thank you. I will give that a shot. I am using XP though.

    The security risk is irrelevant. This is a project where we are in control of the host machines (public kiosks). Any tweeking to the host...
  15. Replies
    12
    Views
    3,324

    that sux :(

    that sux :(
  16. Replies
    12
    Views
    3,324

    autorun from a CF Card?

    Heya,

    Can anyone tell me if you can use an "autorun.inf" somehow on a Compact Flash card? My tests don't seem to work.

    Is there a way to make this work?

    Thank you.
  17. Replies
    1
    Views
    1,058

    MC depth confusion

    Here's what I'm trying to do. I have a number of drag-able movie clips on the stage. They can overlap. When I click and begin to drag on one movie clip, I want that movie clip to be on the TOP depth....
  18. Replies
    144
    Views
    11,216

    er.. I guess the call it Flash Media Server now.

    er.. I guess the call it Flash Media Server now.
  19. Replies
    144
    Views
    11,216

    Ok, I was wrong about the Flash Remoting. I only...

    Ok, I was wrong about the Flash Remoting. I only want to stream FLV and therefore need Flash Communication Server installed. As I understand it, MT has this. Is this a default or an expensive option?...
  20. Replies
    144
    Views
    11,216

    bah... we're not afraid of YouTube... ;) j/k,...

    bah... we're not afraid of YouTube... ;)

    j/k, thanks for the input.
  21. Replies
    144
    Views
    11,216

    I realize this is a HUGE question, but I need a...

    I realize this is a HUGE question, but I need a place to start.

    I'm trying to decide on a web host for a project and I'm overwhelmed by the number of choices.

    I see hosts with 500GB of space...
  22. Is this a completely anomalous situation??

    Is this a completely anomalous situation??
  23. Dreamweaver Remote Info not saving/ copy/paste not working??

    For some reason Dreamweaver 8 has stopped saving my login and password information for accessing my FTP in the Remote Info section of the site definition. I have to enter it in manually each time,...
  24. "calories burned" formula. walking, jogging, running etc.

    I want to build into an application the ability for the user to APPROXIMATE calories burned based on body weight, distance and type of exercise, mainly walking, jogging, running and bike riding.
    ...
  25. I hope you're right.

    I hope you're right.
Results 1 to 25 of 155
Page 1 of 7 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center