My favorites | Sign in
Google
       
Details: Show all Hide all

Last 7 days

  • Mar 19, 2010
    Starred project in-spirit
  • Mar 19, 2010
    issue 82 (MicrophoneDevice SoundCodec Support) Status changed   -   To maintain Flash9 compatibility the codec, encodeQuality and framesPerPacket property wrappers will not be built in to the MicrophoneDevice class (as these were only introduced in F10). You may still access these in flash10 compiled API SWF's by using: var mic : MicrophoneDevice = new MicrophoneDevice(); mic.microphone.codec = SoundCodec.SPEEX; mic.microphone. encodeQuality = 6; mic.microphone.framesPerPacket = 1;
    Status: WontFix
    To maintain Flash9 compatibility the codec, encodeQuality and framesPerPacket property wrappers will not be built in to the MicrophoneDevice class (as these were only introduced in F10). You may still access these in flash10 compiled API SWF's by using: var mic : MicrophoneDevice = new MicrophoneDevice(); mic.microphone.codec = SoundCodec.SPEEX; mic.microphone. encodeQuality = 6; mic.microphone.framesPerPacket = 1;
    Status: WontFix
  • Mar 19, 2010
    issue 81 (DraggableSprite Enhancements) Status changed   -   The frameHandler can be overriden to implement new per-frame drag functionality like so: override protected function frameHandler(e:Event=null):void { super.frameHandler(e); if(!isDrag) { // your drag code here! } }
    Status: Invalid
    The frameHandler can be overriden to implement new per-frame drag functionality like so: override protected function frameHandler(e:Event=null):void { super.frameHandler(e); if(!isDrag) { // your drag code here! } }
    Status: Invalid
  • Mar 17, 2010
    issue 82 (MicrophoneDevice SoundCodec Support) reported   -   Purpose of the enhancement request: Include getter/setter support for microphone codecs. Would this request break the existing API, add new functionality or both? Add new functionality Please use labels, example code and attachments to provide additional info: currently to switch codecs you must do something like: var mic : MicrophoneDevice = new MicrophoneDevice( ); mic.microphone.codec = SoundCodec.SPEEX; but it would be much nicer to simple do: mic.codec = SoundCodec.SPEEX;
    Purpose of the enhancement request: Include getter/setter support for microphone codecs. Would this request break the existing API, add new functionality or both? Add new functionality Please use labels, example code and attachments to provide additional info: currently to switch codecs you must do something like: var mic : MicrophoneDevice = new MicrophoneDevice( ); mic.microphone.codec = SoundCodec.SPEEX; but it would be much nicer to simple do: mic.codec = SoundCodec.SPEEX;

Last 30 days

  • Feb 24, 2010
    issue 81 (DraggableSprite Enhancements) reported   -   Purpose of the enhancement request: Give more flexibility to DraggableSprite. Would this request break the existing API, add new functionality or both? Add new functionality Please use labels, example code and attachments to provide additional info: 1. Adding an overridable drag method to handle drag events would be quite useful. 2. Added a constructor argument to determine whether center dragging [e.g. startDrag(true) ] would also be useful.
    Purpose of the enhancement request: Give more flexibility to DraggableSprite. Would this request break the existing API, add new functionality or both? Add new functionality Please use labels, example code and attachments to provide additional info: 1. Adding an overridable drag method to handle drag events would be quite useful. 2. Added a constructor argument to determine whether center dragging [e.g. startDrag(true) ] would also be useful.

Earlier this year

  • Feb 16, 2010
    Starred project apparat
  • Feb 03, 2010
    r708 (- Added Billions support to NumberConverter.toWord()) committed   -   - Added Billions support to NumberConverter.toWord()
    - Added Billions support to NumberConverter.toWord()
  • Feb 02, 2010
    r707 (- Added Billions support to NumberConverter.toWord()) committed   -   - Added Billions support to NumberConverter.toWord()
    - Added Billions support to NumberConverter.toWord()
  • Jan 29, 2010
    r706 (- Added SWFLoader.contentLoaderInfo property) committed   -   - Added SWFLoader.contentLoaderInfo property
    - Added SWFLoader.contentLoaderInfo property
  • Jan 29, 2010
    r705 (- Added SWFLoader.contentLoaderInfo property) committed   -   - Added SWFLoader.contentLoaderInfo property
    - Added SWFLoader.contentLoaderInfo property
  • Jan 29, 2010
    r704 (- NumberConverter.toWord - "and" is now lowercase.) committed   -   - NumberConverter.toWord - "and" is now lowercase.
    - NumberConverter.toWord - "and" is now lowercase.
  • Jan 29, 2010
    r703 (- NumberConverter.toWord - "and" is now lowercase.) committed   -   - NumberConverter.toWord - "and" is now lowercase.
    - NumberConverter.toWord - "and" is now lowercase.
  • Jan 28, 2010
    r702 (- Fixed typo in PersistentXMLSocket) committed   -   - Fixed typo in PersistentXMLSocket
    - Fixed typo in PersistentXMLSocket
  • Jan 28, 2010
    r701 (- Fixed typo in PersistentXMLSocket) committed   -   - Fixed typo in PersistentXMLSocket
    - Fixed typo in PersistentXMLSocket
  • Jan 28, 2010
    r700 (- NumberConverter.toWord: added fix for "Zero" and Unit Test) committed   -   - NumberConverter.toWord: added fix for "Zero" and Unit Test
    - NumberConverter.toWord: added fix for "Zero" and Unit Test
  • Jan 28, 2010
    r699 (- NumberConverter.toWord: added fix for "Zero" and Unit Test) committed   -   - NumberConverter.toWord: added fix for "Zero" and Unit Test
    - NumberConverter.toWord: added fix for "Zero" and Unit Test
  • Jan 27, 2010
    r698 (- GradientRect: removed default constructor class references...) committed   -   - GradientRect: removed default constructor class references due to 2+ year old ridiculous MXMLC bug: http://bugs.adobe.com/jira/browse/ASC-2231
    - GradientRect: removed default constructor class references due to 2+ year old ridiculous MXMLC bug: http://bugs.adobe.com/jira/browse/ASC-2231
  • Jan 27, 2010
    r697 (- GradientRect: removed default constructor class references...) committed   -   - GradientRect: removed default constructor class references due to 2+ year old ridiculous MXMLC bug: http://bugs.adobe.com/jira/browse/ASC-2231
    - GradientRect: removed default constructor class references due to 2+ year old ridiculous MXMLC bug: http://bugs.adobe.com/jira/browse/ASC-2231
  • Jan 25, 2010
    r696 ([No log message]) committed   -   [No log message]
    [No log message]
  • Jan 25, 2010
    r695 (- added Scroll fix.) committed   -   - added Scroll fix.
    - added Scroll fix.
  • Jan 25, 2010
    r694 (- added Scroll fix.) committed   -   - added Scroll fix.
    - added Scroll fix.
  • Jan 21, 2010
    r693 (- added counter to text effects * removed superflous "ands" ...) committed   -   - added counter to text effects * removed superflous "ands" from NumberConverter.toWord * added option for uppercase to RandomTypo string and shuffle charsets (upper, lower, uppper+special)
    - added counter to text effects * removed superflous "ands" from NumberConverter.toWord * added option for uppercase to RandomTypo string and shuffle charsets (upper, lower, uppper+special)
  • Jan 21, 2010
    r692 ([No log message]) committed   -   [No log message]
    [No log message]
  • Jan 21, 2010
    r691 (- added counter to text effects * removed superflous "ands" ...) committed   -   - added counter to text effects * removed superflous "ands" from NumberConverter.toWord
    - added counter to text effects * removed superflous "ands" from NumberConverter.toWord
  • Jan 20, 2010
    r690 (* Removed force toUpperCase in RandomTypo) committed   -   * Removed force toUpperCase in RandomTypo
    * Removed force toUpperCase in RandomTypo
  • Jan 20, 2010
    r689 (* Removed force toUpperCase in RandomTypo) committed   -   * Removed force toUpperCase in RandomTypo
    * Removed force toUpperCase in RandomTypo
  • Jan 12, 2010
    r688 (* added "swf" to deploy/.htaccess anti-gzip compression as t...) committed   -   * added "swf" to deploy/.htaccess anti-gzip compression as this can cause problems in the lastest flashplayer!
    * added "swf" to deploy/.htaccess anti-gzip compression as this can cause problems in the lastest flashplayer!
  • Jan 12, 2010
    r687 (* added "swf" to deploy/.htaccess anti-gzip compression as t...) committed   -   * added "swf" to deploy/.htaccess anti-gzip compression as this can cause problems in the lastest flashplayer!
    * added "swf" to deploy/.htaccess anti-gzip compression as this can cause problems in the lastest flashplayer!
  • Jan 08, 2010
    r686 (API UPDATE v3.0.5.9 - "Gigan" - Redesigned more compact Perf...) committed   -   API UPDATE v3.0.5.9 - "Gigan" - Redesigned more compact PerformanceMonitorGraph. - Added NumberConverterTest unit test. - Updated copyright dates on core API classes. * FLV deblocking is now "auto" by default. - Added sekati.net.PersistentXMLSocket - Added sekati.converters.NumberConverter - Added AlignUtil.scaleProportion method. - Added deblocking constants to FLV class. - Added getter/setters for smoothing, deblocking, videoWidth, videoHeight in FLV class. * Changed default smoothing to false in FLV class. - Added new MediaEvent support to FLV and FLVPlayer classes. - Added new MediaEvents: FILE_STRUCTURE_INVALID & NO_SUPPORTED_TRACK_FOUND - Fixed GradientRect documentation example.
    API UPDATE v3.0.5.9 - "Gigan" - Redesigned more compact PerformanceMonitorGraph. - Added NumberConverterTest unit test. - Updated copyright dates on core API classes. * FLV deblocking is now "auto" by default. - Added sekati.net.PersistentXMLSocket - Added sekati.converters.NumberConverter - Added AlignUtil.scaleProportion method. - Added deblocking constants to FLV class. - Added getter/setters for smoothing, deblocking, videoWidth, videoHeight in FLV class. * Changed default smoothing to false in FLV class. - Added new MediaEvent support to FLV and FLVPlayer classes. - Added new MediaEvents: FILE_STRUCTURE_INVALID & NO_SUPPORTED_TRACK_FOUND - Fixed GradientRect documentation example.
  • Jan 08, 2010
    sekati-3.0.5.9-Gigan.swc.zip (Version 3.0.5.9 - "Gigan") file uploaded   -  
    Labels: Featured Type-Library Env-All
    Labels: Featured Type-Library Env-All
  • Jan 08, 2010
    r685 (API UPDATE v3.0.5.9 - "Gigan" - Redesigned more compact Perf...) committed   -   API UPDATE v3.0.5.9 - "Gigan" - Redesigned more compact PerformanceMonitorGraph. - Added NumberConverterTest unit test. - Updated copyright dates on core API classes. * FLV deblocking is now "auto" by default. - Added sekati.net.PersistentXMLSocket - Added sekati.converters.NumberConverter - Added AlignUtil.scaleProportion method. - Added deblocking constants to FLV class. - Added getter/setters for smoothing, deblocking, videoWidth, videoHeight in FLV class. * Changed default smoothing to false in FLV class. - Added new MediaEvent support to FLV and FLVPlayer classes. - Added new MediaEvents: FILE_STRUCTURE_INVALID & NO_SUPPORTED_TRACK_FOUND - Fixed GradientRect documentation example.
    API UPDATE v3.0.5.9 - "Gigan" - Redesigned more compact PerformanceMonitorGraph. - Added NumberConverterTest unit test. - Updated copyright dates on core API classes. * FLV deblocking is now "auto" by default. - Added sekati.net.PersistentXMLSocket - Added sekati.converters.NumberConverter - Added AlignUtil.scaleProportion method. - Added deblocking constants to FLV class. - Added getter/setters for smoothing, deblocking, videoWidth, videoHeight in FLV class. * Changed default smoothing to false in FLV class. - Added new MediaEvent support to FLV and FLVPlayer classes. - Added new MediaEvents: FILE_STRUCTURE_INVALID & NO_SUPPORTED_TRACK_FOUND - Fixed GradientRect documentation example.
  • Jan 08, 2010
    r684 (- Redesigned more compact PerformanceMonitorGraph.) committed   -   - Redesigned more compact PerformanceMonitorGraph.
    - Redesigned more compact PerformanceMonitorGraph.
  • Jan 07, 2010
    r683 (- Added NumberConverterTest unit test.) committed   -   - Added NumberConverterTest unit test.
    - Added NumberConverterTest unit test.
  • Jan 07, 2010
    r682 (* FLV deblocking is now "auto" by default.) committed   -   * FLV deblocking is now "auto" by default.
    * FLV deblocking is now "auto" by default.
  • Jan 07, 2010
    r681 (- Added sekati.net.PersistentXMLSocket - Added sekati.conver...) committed   -   - Added sekati.net.PersistentXMLSocket - Added sekati.converters.NumberConverter
    - Added sekati.net.PersistentXMLSocket - Added sekati.converters.NumberConverter

Older

  • Dec 21, 2009
    r680 (updated intermediary docs/swc) committed   -   updated intermediary docs/swc
    updated intermediary docs/swc
  • Dec 21, 2009
    r679 (- Added AlignUtil.scaleProportion method. - Added deblocking...) committed   -   - Added AlignUtil.scaleProportion method. - Added deblocking constants to FLV class. - Added getter/setters for smoothing, deblocking, videoWidth, videoHeight in FLV class. * Changed default smoothing to false in FLV class. - Added new MediaEvent support to FLV and FLVPlayer classes. - Added new MediaEvents: FILE_STRUCTURE_INVALID & NO_SUPPORTED_TRACK_FOUND
    - Added AlignUtil.scaleProportion method. - Added deblocking constants to FLV class. - Added getter/setters for smoothing, deblocking, videoWidth, videoHeight in FLV class. * Changed default smoothing to false in FLV class. - Added new MediaEvent support to FLV and FLVPlayer classes. - Added new MediaEvents: FILE_STRUCTURE_INVALID & NO_SUPPORTED_TRACK_FOUND
  • Dec 21, 2009
    r678 (- Added AlignUtil.scaleProportion method.) committed   -   - Added AlignUtil.scaleProportion method.
    - Added AlignUtil.scaleProportion method.
  • Dec 18, 2009
    r677 (- Added deblocking constants to FLV class. - Added getter/se...) committed   -   - Added deblocking constants to FLV class. - Added getter/setters for smoothing, deblocking, videoWidth, videoHeight in FLV class. * Changed default smoothing to false in FLV class. - Added new MediaEvent support to FLV and FLVPlayer classes. - Added new MediaEvents: FILE_STRUCTURE_INVALID & NO_SUPPORTED_TRACK_FOUND
    - Added deblocking constants to FLV class. - Added getter/setters for smoothing, deblocking, videoWidth, videoHeight in FLV class. * Changed default smoothing to false in FLV class. - Added new MediaEvent support to FLV and FLVPlayer classes. - Added new MediaEvents: FILE_STRUCTURE_INVALID & NO_SUPPORTED_TRACK_FOUND
  • Nov 15, 2009
    Starred project elmah
  • Nov 15, 2009
    r676 (* Updated buildfiles to pre-alpha proper path. * Removed con...) committed   -   * Updated buildfiles to pre-alpha proper path. * Removed configUI overrides from AbstractPreloader & TextButton. * Added sekati.views pkg from trunk
    * Updated buildfiles to pre-alpha proper path. * Removed configUI overrides from AbstractPreloader & TextButton. * Added sekati.views pkg from trunk
  • Nov 15, 2009
    Starred project adobe-air-util
  • Nov 04, 2009
    Starred project matthijskamstra
  • Nov 04, 2009
    Versions (What's with the monster names?) Wiki page edited   -   Revision r675 Edited wiki page through web user interface.
    Revision r675 Edited wiki page through web user interface.
  • Nov 04, 2009
    License (Who can use this?) Wiki page edited   -   Revision r674 Edited wiki page through web user interface.
    Revision r674 Edited wiki page through web user interface.
  • Nov 04, 2009
    References (Who's using?) Wiki page edited   -   Revision r673 Edited wiki page through web user interface.
    Revision r673 Edited wiki page through web user interface.
  • Nov 04, 2009
    r672 (- Fixed GradientRect documentation example.) committed   -   - Fixed GradientRect documentation example.
    - Fixed GradientRect documentation example.
  • Nov 04, 2009
    r671 (- Fixed GradientRect documentation example.) committed   -   - Fixed GradientRect documentation example.
    - Fixed GradientRect documentation example.
  • Nov 03, 2009
    References (Who's using?) Wiki page edited   -   Revision r670 Edited wiki page through web user interface.
    Revision r670 Edited wiki page through web user interface.
  • Nov 03, 2009
    sekati-3.0.5.8-Gigan.swc.zip (Version 3.0.5.8 - "Gigan") file uploaded   -  
    Labels: Featured Type-Library Env-All
    Labels: Featured Type-Library Env-All
 
Powered by Google Project Hosting