mediafront / osmplayer

The Open Standard Media Player is an all-in-one media player for the web. It is an industry changing, open source (MIT) media player that is built to dynamically deliver any type of web media, including HTML5, YouTube, Vimeo, and Flash.
http://www.mediafront.org
MIT License
342 stars 181 forks source link

osmplayer.scroll.js missing in rollup #76

Open lexelby opened 9 years ago

lexelby commented 9 years ago

I followed the playlist example to set up a playlist with 60 videos. On loading the page, an error showed up in the javascript console saying that osmplayer.iScroll is not a function. Scrolling the list was not possible.

Through digging and experimentation, I determined that adding a direct include for osmplayer.scroll.js solves the problem and allows scrolling.

Drakonork commented 8 years ago

Please describe how you corrected playlist. I it is not loaded

lexelby commented 8 years ago

I added a script tag to the html for osmplayer.scroll.js and then everything worked fine.

Drakonork commented 8 years ago

Can you throw me a working file? my e-mail:drakonopk@mail.ru thanks in advance.

Drakonork commented 8 years ago

I just do not understand how and where to add the tag ...

lexelby commented 8 years ago

I'd rather post it publicly here so that others can see it too if they're having trouble. See line 18 here:

https://gist.github.com/anonymous/ee738d51668c63b89ab9

Drakonork commented 8 years ago

Thank you very much for your help. Now it works.