Ignore:
Timestamp:
10/20/09 20:23:43 (4 years ago)
Author:
zach
Message:
  • Updating default skin controlbar to be 20px tall
  • Adding mute initialization to RTMP
  • Repairing numerous problems with SoundMediaProvider
  • Repairing numerous problems with VideoMediaProvider
  • Adding mute initialization to YouTube
  • Adding PlayerVersion code
  • Fixing controlbar idle state handling
  • Adding Color class until Pablo replaces
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/fl5/src/com/longtailvideo/jwplayer/media/RTMPMediaProvider.as

    r407 r501  
    9292                        _item = itm; 
    9393                        _position = 0; 
     94                        _config.mute == true ? setVolume(0) : setVolume(_config.volume); 
    9495                        if (getConfigProperty('loadbalance') as Boolean == true) { 
    9596                                smil = item.file; 
Note: See TracChangeset for help on using the changeset viewer.