A Flash Developer Resource Site

Search:

Type: Posts; User: schlag

Page 1 of 2 1 2

Search: Search took 0.02 seconds.

  1. Replies
    0
    Views
    4,406

    disabling and enabling screen time-out

    Disabling the screen time-out works, but enabling it again after disabling it doesn't work.

    Disable:


    NativeApplication.nativeApplication.systemIdleMode = SystemIdleMode.KEEP_AWAKE;

    ...
  2. Replies
    4
    Views
    1,074

    Makes sense. Thanks!

    Makes sense. Thanks!
  3. Replies
    4
    Views
    1,074

    Thanks for the info! The push statement...

    Thanks for the info!

    The push statement outside of the loop was a typo. This code is part of larger code.

    holderList and ListItem are both custom clips. Should I avoid using "list" and...
  4. Replies
    4
    Views
    1,074

    Removing clips using array

    If I use array to reference clips, what's the best way to remove the clips using that array?

    Here's the basic example code with a way that seems to work. I want to know the best/proper way to...
  5. Replies
    1
    Views
    1,343

    flash player 11 issues?

    Just installed flash player 11 and video scrubbers don't work - youtube, gotoandlearn - trying to use scrubber to scrub causes major cpu spike (in red). Player version 10 works fine.

    Anybody else...
  6. Replies
    5
    Views
    913

    Please check if I'm removing things properly. I...

    Please check if I'm removing things properly. I see the cpu baseline going up a percent every time I load and unload the thumbs.

    I'll switch from array to vector, just haven't gotten to it yet....
  7. Replies
    5
    Views
    913

    Thanks for help!!! I'll use vectors. I have...

    Thanks for help!!!

    I'll use vectors.

    I have to delete the loader first, then I can delete the parent clip, correct?

    I thought I had to unload() loaders? Can you give example of using...
  8. Replies
    5
    Views
    913

    deleting clips and loaders

    I need to load and unload thumb buttons with images loaded in them. I load an xml, create the clips, then load the images into the clips.

    When I remove the clips, I need to unload the loaders...
  9. Replies
    3
    Views
    558

    Essentially doesn't sound good. How should I do...

    Essentially doesn't sound good. How should I do it?
  10. Replies
    3
    Views
    558

    removing event listeners

    I'm loading and reloading sets of thumbs - load xml, generate thumb clips, load images into the clips, then removing the clips after user done interacting. Below is code to load the images.

    I...
  11. Replies
    0
    Views
    523

    custom scrollbar - scroll wheel area

    I'm making a custom scrollbar with ability to scroll via mouse wheel.

    If you've made one, how do you activate/deactivate the mouse scroll wheel - it should only work when over the scrollable...
  12. Replies
    47
    Views
    9,429

    What exactly are you guys creating that somebody...

    What exactly are you guys creating that somebody needs/wants to steal?
  13. Oh, the actionscript can start running before the...

    Oh, the actionscript can start running before the flashvars are available. I was wondering why they were trying to use that listener like that.

    Thanks for the help!
  14. this.loaderInfo.addEventListener(Event.COMPLETE not firing in firefox

    I'm using this.loaderInfo.addEventListener(Event.COMPLETE to call a function when the flashVars are available as many tutorials/examples suggest. Is it correct to use it in the root of the main swf?...
  15. Replies
    3
    Views
    471

    Thanks for replying but I need to know if I...

    Thanks for replying but I need to know if I should unload the loaders before I remove the parent clips or can I just remove the parent clips?
  16. Replies
    3
    Views
    471

    [CS4] Loader unload question

    I'm loading an xml and creating thumb buttons from it. I loop through the xml list and add thumb clips to a container clip and add the loaders as children to the thumb clips. I store the loaders...
  17. CS4: mx.utils.Base64Encoder could not be found

    I need to generate an SHA-256 digest in base 64 format on a string. I found a class to do it but it uses mx.utils.Base64Encoder which can't be found.

    How can I correct that?

    Thanks!
  18. Replies
    1
    Views
    510

    Figured it out - wasn't using quotes around the...

    Figured it out - wasn't using quotes around the event name.
  19. Replies
    1
    Views
    510

    [RESOLVED] custom event listener

    I can't figure out how to add an event listener to an event from a custom class. Here are the relevent lines of code (I think) from the class:



    [Event (name="metadataReady")]
    ...
    const...
  20. Replies
    0
    Views
    394

    Need example of web service using SOAP

    I need an example of web service using SOAP. I've found code and explanations but not using SOAP. I only need the actionscript, not the backend.

    I can see the xml defined in the wsdl, correct? ...
  21. Thanks for reply Dan! We're doing the right...

    Thanks for reply Dan!

    We're doing the right thing with all those issues other than motion in the videos. The content is cars so motion can't be avoided. Our videos look good, just not perfect. ...
  22. Replies
    1
    Views
    1,269

    Great tutorials here: ...

    Great tutorials here:

    http://www.gotoandlearn.com/

    The "flash video basics" tutorials near the bottom of the page cover that I think.
  23. experts - is a little stuttering/jittering unavoidable?

    I'm a long time actionscripter but I don't edit or encode video. I have question for you experienced video pros.

    Looking at many flvs on many players on many sites, there's always at least a...
  24. Neverrrrrrrmind. It's because the dimensions of...

    Neverrrrrrrmind. It's because the dimensions of the fla are too small for the menu.
  25. [F8] contextMenu "Settings..." not available?

    How or why is "Settings..." in the right-click menu faded out and disabled for some of my fla's? I can't find any code and don't remember doing anything to cause it.

    Thanks!
Results 1 to 25 of 27
Page 1 of 2 1 2




Click Here to Expand Forum to Full Width

HTML5 Development Center