resolves #27 so I figured what I was doing wrong was not using 2-way data binding on volume data object in the component, so now I have a slider that tracks the value and sets it for the media player. while I was at it I added a small little data storage for the different mute icons and having the change() volume change the icon when it's at different levels. I think in the future we should bind the media player to the data object in the component, which should make things a bit more concise. I'll add it to the refactoring issue.
resolves #27 so I figured what I was doing wrong was not using 2-way data binding on volume data object in the component, so now I have a slider that tracks the value and sets it for the media player. while I was at it I added a small little data storage for the different mute icons and having the change() volume change the icon when it's at different levels. I think in the future we should bind the media player to the data object in the component, which should make things a bit more concise. I'll add it to the refactoring issue.