CHANGE LOG : GREENSOCK LOADERMAX SYSTEM
----------------------------------------
2012-09-05
----------------------------------------
VideoLoader 1.93
- Worked around issue in Flash Player 11.x that caused a flicker of the video when gotoVideoTime() was called inside a VIDEO_COMPLETE event handler (and when the VideoLoader repeats). This was a bug in the Flash Player itself, and the solution was to wait 1 frame after when the Netstream stops before doing a seek(). VideoLoader automatically handles this internally now.
2012-08-09
----------------------------------------
VideoLoader 1.921
LoaderItem 1.921
- Fixed issue that could prevent the BUFFER_EMPTY event from being dispatched if bufferMode is true
- Implemented logic that causes a loader's "auditedSize" property to get reset when its "url" is changed.
2012-04-26
----------------------------------------
VideoLoader 1.901
- Fixed issue that could cause an error to be thrown if you dispose() a VideoLoader the moment it finishes playing (inside an event handler that is handling the VideoLoader.VIDEO_COMPLETE event).
2012-04-16
----------------------------------------
LoaderMax 1.9
VideoLoader 1.9
- Added "stageVideo" special property to VideoLoader to accommodate StageVideo
2012-02-24
----------------------------------------
LoaderMax 1.8993
LoaderCore 1.8993
VideoLoader 1.8993
- Fixed issue that caused loaders to incorrectly report their bytesLoaded as non-zero after unload() was called (after having loaded of course)
- Fixed issue that could cause a VideoLoader not to dispatch its VIDEO_BUFFER_FULL event if the video is seeked to a time that is closer to the end of the video than the bufferTime.
2012-02-23
----------------------------------------
LoaderMax 1.8992
VideoLoader 1.8992
- Fixed issue in VideoLoader that could cause cuePoints to be triggered when gotoVideoTime() was called even though the skipCuePoints parameter was set to true.
2012-02-15
----------------------------------------
LoaderMax 1.8991
VideoLoader 1.8991
LoaderItem 1.8991
- Previously, VideoLoader would only dispatch one INIT event (the first time it received metaData from the NetStream). However, due to an inconsistency in Flash/NetStream, metaData is sometimes received more than once, and subsequent times carry more data. For example, the metaData may not contain cuePoints the first time, but it does the second time (this is often the case for F4V files). Therefore, VideoLoader now dispatches an INIT event every time it receives metaData. If you're looking for cuePoints, you can check the VideoLoader's metaData.cuePoints array.
- Fixed issue that could cause a loader to throw an error if it has an alternateURL defined and it fails and its dispose() method is called directly inside an onError handler (VERY uncommon) :)
2012-01-25
----------------------------------------
LoaderMax 1.899
VideoLoader 1.899
- Fixed issue in VideoLoader that could cause an error during its auditing process (if estimatedBytes isn't defined and auditSize in the parent LoaderMax isn't set to false).
2012-01-19
----------------------------------------
LoaderMax 1.898
DisplayObjectLoader 1.898
- Fixed issue that could cause an ImageLoader or SWFLoader to fail during the auditing process inside a LoaderMax if the URL is from another domain and there is no crossdomain.xml policy file in place. Now it simply tries again with a higher security threshold (script access will be denied of course due to Flash's security policies).
2012-01-14
----------------------------------------
LoaderMax 1.897
ImageLoader 1.897
- Fixed issue that could cause an error if an ImageLoader with an identical url is loaded after the other has finished loading which encountered a security error (thus its rawContent was a Loader instead of a Bitmap, making it impossible to copy the BitmapData). Only happens if noCache is false.
2012-01-10
----------------------------------------
LoaderMax 1.896
- Fixed issue that could cause a null object reference and/or a loader to be skipped in a LoaderMax queue in a very rare scenario where an ImageLoader is loaded after another ImageLoader with an identical URL has finished loading (and noCache is false).
2011-11-27
----------------------------------------
LoaderMax 1.895
ContentDisplay 1.895
FlexContentDisplay 1.895
- Fixed issue introduced in version 1.892 that caused videos not to scale correctly when using a scaleMode other than "none" or "stretch"
2011-11-26
----------------------------------------
LoaderMax 1.894
VideoLoader 1.894
DisplayObjectLoader 1.894
- Fixed issue that could cause VideoLoader not to dispatch PLAY_PROGRESS events if you called gotoVideoTime() on every frame
- SWFLoaders and ImageLoaders now do not force garbage collection when dispose(false) is called (or autoDispose is set to true).
- Added a DisplayObjectLoader.defaultAutoForceGC static property that you can set to false to prevent it from forcing GC whenever a SWFLoader or ImageLoader is unloaded (or dispose(true)).
- Added "autoForceGC" special property recognition for SWFLoader and ImageLoader (default is true).
2011-11-17
----------------------------------------
LoaderMax 1.893
VideoLoader 1.893
ContentDisplay 1.892
FlexContentDisplay 1.892
- Fixed issue that could cause a VIDEO_BUFFER_FULL event to be dispatched from VideoLoader after the video finishes playing
- Changed behavior of VideoLoader so that it only dispatches a PLAY_PROGRESS event after the NetStream renders its new frame (which can take a brief moment after you alter the videoProgress or gotoVideoTime()).
- Fixed an issue that caused ContentDisplay and FlexContentDisplay to use the wrong aspect ratio on the rawContent if the scaleMode is set to "stretch" and then either "proportionalInside" or "proportionalOutside". Again, it would ONLY happen after it was changed from "stretch".
- Changed behavior of VideoLoader so that it dispatches a VIDEO_BUFFER_EMPTY event whenever the playhead is moved (like with gotoVideoTime() or changing the videoProgress) which is essentially what happens with the NetStream - it empties the buffer when the playhead moves and then dispatches a VIDEO_BUFFER_FULL event when the buffer fills from the new spot.
2011-11-03
----------------------------------------
LoaderMax 1.891
XMLLoader 1.891
VideoLoader 1.891
- Changed the default value of VideoLoader's autoDetachNetStream from true to false because Adobe's NetStream and/or Video classes exhibit some buggy/inconsistent behavior when trying to attach the NetStream at very particular times during the load when the Video object isn't in the display list yet. In most cases, autoDetachNetStream will work great, but it shouldn't be toggled on when the content isn't in the display list yet.
- XMLLoader now recognizes the "autoDetachNetStream" property of <VideoLoader> nodes.
2011-10-20
----------------------------------------
LoaderMax 1.89
ImageLoader 1.89
- Added new performance- and memory-enhancing behavior to ImageLoader: when you load() an ImageLoader, it will automatically check to see if another ImageLoader exists with a matching url that has already finished loading. If it finds one, it will copy that BitmapData to use in its own Bitmap in order to maximize performance and minimize memory usage. After all, why load the file again if you've already loaded it? (The exception, of course, is when the ImageLoader's noCache is set to true.)
2011-10-06
----------------------------------------
LoaderItem 1.884
LoaderMax 1.884
- When a loader with an alternateURL defined fails to load the original url, the LoaderEvent.ERROR event gets dispatched BEFORE the url is changed to the alternateURL now (previously the event was dispatched after the url was changed).
2011-09-13
-----------------------
没有合适的资源?快使用搜索试试~ 我知道了~
资源推荐
资源详情
资源评论
收起资源包目录
flex 缓动框架tweenlite (338个子文件)
TimelineLite.as 124KB
TweenMax.as 114KB
VideoLoader.as 94KB
TimelineMax.as 86KB
LoaderMax.as 82KB
SWFLoader.as 78KB
TweenMaxVars.as 72KB
TweenLiteVars.as 68KB
TweenLite.as 65KB
XMLLoader.as 62KB
Animation.as 57KB
BezierPlugin.as 43KB
ImageLoader.as 40KB
FlexBlitMask.as 39KB
BlitMask.as 37KB
AutoFitArea.as 35KB
MP3Loader.as 34KB
TweenNano.as 31KB
LoaderCore.as 30KB
SWFLoaderVars.as 29KB
VideoLoaderVars.as 26KB
MotionPath.as 22KB
ImageLoaderVars.as 21KB
DataLoader.as 21KB
FlexContentDisplay.as 21KB
XMLLoaderVars.as 21KB
LinePath2D.as 20KB
ContentDisplay.as 20KB
BinaryDataLoader.as 19KB
CSSLoader.as 19KB
TweenPlugin.as 19KB
LoaderMaxVars.as 17KB
DisplayObjectLoader.as 16KB
MP3LoaderVars.as 14KB
DataLoaderVars.as 13KB
CSSLoaderVars.as 13KB
CirclePath2D.as 12KB
LoaderItem.as 11KB
RoughEase.as 10KB
ColorMatrixFilterPlugin.as 10KB
TransformMatrixPlugin.as 9KB
RectanglePath2D.as 9KB
PathFollower.as 9KB
SimpleTimeline.as 8KB
SlowMo.as 8KB
LoaderEvent.as 8KB
SelfLoader.as 8KB
CirclePath2DPlugin.as 6KB
Ease.as 6KB
QuaternionsPlugin.as 5KB
ColorTransformPlugin.as 5KB
HexColorsPlugin.as 5KB
PropTween.as 4KB
BezierThroughPlugin.as 4KB
EndVectorPlugin.as 4KB
ShortRotationPlugin.as 4KB
FilterPlugin.as 3KB
CacheAsBitmapPlugin.as 3KB
RoundPropsPlugin.as 3KB
FrameForwardPlugin.as 3KB
TintPlugin.as 3KB
SetSizePlugin.as 3KB
OnChangeRatioPlugin.as 3KB
SetActualSizePlugin.as 3KB
SteppedEase.as 3KB
EaseLookup.as 3KB
OnCompleteRenderPlugin.as 3KB
EndArrayPlugin.as 3KB
StageQualityPlugin.as 3KB
DropShadowFilterPlugin.as 3KB
VisiblePlugin.as 3KB
ScrollRectPlugin.as 3KB
Positions2DPlugin.as 3KB
BevelFilterPlugin.as 3KB
GlowFilterPlugin.as 2KB
AutoAlphaPlugin.as 2KB
ElasticInOut.as 2KB
FramePlugin.as 2KB
FrameLabelPlugin.as 2KB
ElasticOut.as 2KB
ElasticIn.as 2KB
BlurFilterPlugin.as 2KB
Power0.as 2KB
ScaleMode.as 2KB
SoundTransformPlugin.as 2KB
VolumePlugin.as 2KB
Expo.as 2KB
FrameBackwardPlugin.as 2KB
Linear.as 2KB
BackInOut.as 2KB
Elastic.as 2KB
BackIn.as 2KB
ScalePlugin.as 2KB
Back.as 2KB
Strong.as 2KB
Power4.as 2KB
Quart.as 2KB
Quint.as 2KB
Quad.as 2KB
Cubic.as 2KB
共 338 条
- 1
- 2
- 3
- 4
资源评论
- Finley00302016-03-03还不错,感谢
- wabg12013-09-06很有用,谢谢
- w903122014-12-17真的非常棒,里面还有代码生成器,非常的方便!赞一个!
- ningjingforever2013-12-31挺有用的额,可以下来看看
- itlucas2016-03-17很不错,学习了,感谢分享
大神来了
- 粉丝: 10
- 资源: 40
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功