- Posts: 36
COMMUNITY FORUM
Have playlists been added?
- Luke Douglas
-
Topic Author
- Offline
- Junior Member
Less
More
7 years 1 week ago #167526
by Luke Douglas
Have playlists been added? was created by Luke Douglas
I know this subject has come up more than once but has playlist capability been added to AllVideos?
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
-
- Offline
- Platinum Member
Less
More
- Posts: 15920
7 years 3 days ago #167577
by Krikor Boghossian
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by Krikor Boghossian on topic Have playlists been added?
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- Luke Douglas
-
Topic Author
- Offline
- Junior Member
Less
More
- Posts: 36
7 years 3 days ago #167580
by Luke Douglas
Replied by Luke Douglas on topic Have playlists been added?
Krikor,
We were planning on either hosting the video locally or on Vimeo as YouTube is not a suitable option for my client.
We were planning on either hosting the video locally or on Vimeo as YouTube is not a suitable option for my client.
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
-
- Offline
- Platinum Member
Less
More
- Posts: 15920
7 years 2 days ago #167595
by Krikor Boghossian
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by Krikor Boghossian on topic Have playlists been added?
Unfortunately these playlists are not supported.
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- Luke Douglas
-
Topic Author
- Offline
- Junior Member
Less
More
- Posts: 36
7 years 2 days ago #167602
by Luke Douglas
Replied by Luke Douglas on topic Have playlists been added?
I'm not sure how much more development you are putting into AllVideo's but playlists are becoming more important which is why services have been adding these abilities. Local storage will require coding changes so you might want to consider having a Pro version of AllVideo's and add additional capabilities.
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
-
- Offline
- Platinum Member
Less
More
- Posts: 15920
7 years 1 day ago #167615
by Krikor Boghossian
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by Krikor Boghossian on topic Have playlists been added?
Thank you for your feedback, actually can you send me a Vimeo playlist?
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- Luke Douglas
-
Topic Author
- Offline
- Junior Member
Less
More
- Posts: 36
7 years 1 day ago #167616
by Luke Douglas
Replied by Luke Douglas on topic Have playlists been added?
Krikor,
Actually, the client I have using Vimeo only has one public viewable video. All others are restricted to a set URL. Basically, we setup paid subscriptions for users. Once they have subscribed to a specific set of instructional videos, they are assigned to a Joomla Group / ACL. After logging in, additional links are viewable which takes them to the instruction video pages that they have subscribed. That specific URL is listed on the particular videos on the Vimeo site and can be streamed only from that specific URL. It's actually very useful but, because they are restricted, I can't provide any playlist. Sorry. :)
Actually, the client I have using Vimeo only has one public viewable video. All others are restricted to a set URL. Basically, we setup paid subscriptions for users. Once they have subscribed to a specific set of instructional videos, they are assigned to a Joomla Group / ACL. After logging in, additional links are viewable which takes them to the instruction video pages that they have subscribed. That specific URL is listed on the particular videos on the Vimeo site and can be streamed only from that specific URL. It's actually very useful but, because they are restricted, I can't provide any playlist. Sorry. :)
Please Log in or Create an account to join the conversation.
- ericsilva
-
- Offline
- New Member
Less
More
- Posts: 1
6 years 10 months ago - 6 years 10 months ago #168092
by ericsilva
Replied by ericsilva on topic Have playlists been added?
You can embed
youtube
video in html without iframe tag. You can use HTML object tag to embed multimedia (like audio, video, Java applets, ActiveX, PDF, and Flash) in your web pages.
One reason to use object over iframe is that object re-sizes the embedded content to fit the object dimensions. most notable on safari in iPhone 4s where screen width is 320px and the html from the embedded URL may set dimensions greater.
One reason to use object over iframe is that object re-sizes the embedded content to fit the object dimensions. most notable on safari in iPhone 4s where screen width is 320px and the html from the embedded URL may set dimensions greater.
<object data="https://www.youtube.com/embed/MW9aHpq829M" width="560" height="315">
</object>
Last edit: 6 years 10 months ago by ericsilva.
Please Log in or Create an account to join the conversation.