- Timestamp:
- 10/08/09 13:10:05 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/fl5/src/com/longtailvideo/jwplayer/controller/Controller.as
r411 r415 238 238 if (muted && !_model.mute) { 239 239 _model.mute = true; 240 _model.media.mute(true);241 240 return true; 242 241 } else if (!muted && _model.mute) { 243 242 _model.mute = false; 244 _model.media.mute(false);245 243 return true; 246 244 }
Note: See TracChangeset
for help on using the changeset viewer.
