Closed EmmanuelMartinez closed 7 years ago
@EmmanuelMartinez What player version are you using?
Judging by the look of the player in your project, it's not the latest production version. The round play/pause icons are from very old versions, while volume control is not yet merged into the master branch. My guess is that these modifications introduced this bug.
the version is 1.1.0, install it from bower, I work the volume control, before control volume had the problem
Excuse my English so bad
updated, installing files in zip and bower and the result is the same.
I hope you can help me
How do you pass a track url to the player? There is no src
attribute at the <paper-audio-player>
element in your project.
Try updating the src
attribute on the player itself.
Pass the url with a variable
<paper-audio-player src="{{playsrc}}" title="{{playtitle}}" ></paper-audio-player>
I put the direct link and did not work
<paper-audio-player src="/audio/Igual_que_tu.mp3" title="{{playtitle}}" ></paper-audio-player>
the url works that the song is played, you can check http://2016.socialrhythm.mx/discografia
Yes, this should work as expected. Unfortunately, I can't reproduce this behaviour on my side. Could you create a minimally-working plunker/codepen that reproduces this issue?
I attached the code of the component: only have to change the variable playsrc and playtitle "Reproduccir" is a function that will be observed when changing song, does not affect whether remove sr-audio-play.html.zip
In firefox they are working, I think the problem is hidden$
It has been difficult for me to upload the project to codeopen because I do not know it, excuse my ignorance.
But I discovered, reviewing the project and commenting this line already works
window.Polymer = {lazyRegister: true, dom: 'shadow'};
But I have discovered, reviewing the project, that if I comment this line in index.html file the buttons work.
Who's got an idea?
Closing this issue for now, as it's more likely environment-related and not reproduced.
The Play and Pause buttons do not work, shown 3 at the same time, hide function does not work.
What could be my problem? And
How I can put a notice of loading?
This is the project I'm working: http://2016.socialrhythm.mx/discografia
Thanks for the help Kind regards