August 29th, 2011· New player controls
· New flashvar controltype (0=old, 1=new) to indicate the which controls to use New flashvar controlsize for new controls only
· New flashvar seekcolor for new controls only
· New flashvar buffertime to change the default 10 seconds buffer time for local/pseudo streaming
· Bugfix on loader bar
August 29th, 2011· Removed some trace calls on youtube playback.
August 25th, 2011· Implemented loop class
· Added loop functionality by passing loop=true or loop=1 as parameter
· Fixed reported bug "slider will show wrong position" on pseudostreaming seek
August 25th, 2011· Java Script Api to listen for events and control the player.
· More player events added to use on JSApi.
August 25th, 2011· Removed togglePlay of onFullscreen event since it seems that new flash versions doesnt emits the space keydown anymore that affected playback on fullcreen switching.
· Added class to store user settings as volume and aspect ratio to load them next time player is load.
August 25th, 2011· Added flashvar aspect ratio option to initially tell on which aspect ratio to play the video
August 25th, 2011· Improved poster to keep aspect ratio and display back when playback finishes
August 25th, 2011· Fixed bug on formatTime function calculating hours as minutes
August 25th, 2011· Fixed youtube security bug
August 25th, 2011· Added: display current aspect ratio label on aspect ratio toggle
· Improved readability of text
· only attach netstream to video object if input type is video
· remove poster from player code
August 25th, 2011· Improved aspect ratio toogle when video aspect ratio is already on the aspect ratios list
· Fixed context menu aspect ratio rotation
August 25th, 2011· Fixed a drawing issue where seek bar after fullscreen stayed long
· Documented other parts of the code
August 25th, 2011· Support for rtmp streaming
· support for youtube
· better support for http streaming like lighttpd
· Fixed calculation of width on original aspect ratio larger than stage
· And many hours of improvements
August 25th, 2011· Implement EventDispatcher on Player class instead of using custom event mechanism
· Fixed not getting initial stage widht and height on IE when using swfobjects Some more improvements to controls on short heights
· Other improvements and code refactoring
· Added id3 info to player events
March 9th, 2010· Toggle Quality on Context Menu
· Introduction of type parameter
· Initial mp3 support
· Loader fixes
· Controls fixes
· Other refinements and fixes
· Duration parameter to indicate how much total time takes input media
March 9th, 2010· Moved from swishmax 2 to haxe and flashdevelop
· New GUI completely written in haxe (AS3)
· Hide controls on fullscreen
· Recalculate aspect ratio on fullscreen.
· Redraw controls on fullscreen and normal switching.
· Initial pseudo streaming support
· Compiled to flash 10
· Now uses as3 libraries
· Optional Hardware scaling
· Video smoothing enabled by default
· Added custom context menu
· Other refinements and fixes
March 9th, 2010· Calculates video aspect ratio on player load.
· Support Flash 9 Stage.displayState (Fullscreen mode).
· Support for preview image of the video.
· Display buffering message.
· Internal volume control.
· Back and forward control.
· Display the actual playing time and total time.
· Support for logo image on the fly.
· Flag to autostart the video on player load.