You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Wow. This is a great piece of work. Much simpler than JPlayer!
I'm trying to include other items to the playlist, like track image, artiste name , etc to show during currentPlay.
[{src: "path/to/songfile.mp3", .... , img:"path/to/image", artistname:"nameofArtist"}]
so that the image and artist name is displayed in a div with the play bar below it. How do you reference the item in directives or html tags?
The text was updated successfully, but these errors were encountered:
Hi...tried to understand the source. there is a mediaElement object. Tried to do a {{mediaElement.src}} after the tags in the HTML but I don't think it works that way.
mediaElement is populated by sourceElement. Tried an ng-bind too. No luck.
Wow. This is a great piece of work. Much simpler than JPlayer!
I'm trying to include other items to the playlist, like track image, artiste name , etc to show during currentPlay.
[{src: "path/to/songfile.mp3", .... , img:"path/to/image", artistname:"nameofArtist"}]
so that the image and artist name is displayed in a div with the play bar below it. How do you reference the item in directives or html tags?
The text was updated successfully, but these errors were encountered: