-
AuthorPosts
-
guap Friend
guap
- Join date:
- March 2008
- Posts:
- 408
- Downloads:
- 16
- Uploads:
- 109
- Thanks:
- 99
- Thanked:
- 8 times in 2 posts
June 17, 2008 at 7:02 pm #129791Hi,
I have 5 videos. How can you make a video playlist? I want to display only 2 videos on my homepage. I checked the parameters and the code I see it this
{auto height=”300″
displayheight=”235″}tab/playlist.php{/auto}When I enabled the module, it include all the videos. Is there a way to make 2 video playlist without including the others? The videos are stored on the same folder. Is this possible? Thank you and hope to hear from you.
instantinlaw Friendinstantinlaw
- Join date:
- February 2007
- Posts:
- 1646
- Downloads:
- 6
- Uploads:
- 28
- Thanks:
- 68
- Thanked:
- 210 times in 62 posts
June 17, 2008 at 10:21 pm #254259Hi
I’m not an expert on this module, but I believe that if you delete the extra videos from your video folder it will only show the ones you want.guap Friendguap
- Join date:
- March 2008
- Posts:
- 408
- Downloads:
- 16
- Uploads:
- 109
- Thanks:
- 99
- Thanked:
- 8 times in 2 posts
June 17, 2008 at 10:28 pm #254261<em>@instantinlaw 59885 wrote:</em><blockquote>Hi
I’m not an expert on this module, but I believe that if you delete the extra videos from your video folder it will only show the ones you want.</blockquote>Iam using the other videos on my other pages but there are 2 videos that I only wanted to appear on my homepage. Is there any other way to do this?
instantinlaw Friendinstantinlaw
- Join date:
- February 2007
- Posts:
- 1646
- Downloads:
- 6
- Uploads:
- 28
- Thanks:
- 68
- Thanked:
- 210 times in 62 posts
June 17, 2008 at 10:31 pm #254262Well like I said, I am not an expert on this, but maybe you can duplicate the module, copy the playlist.php and give it a diffrent name, then in the parameters assign a diffrent folder for the other videos.
I.e.
{auto height=”300″
displayheight=”235″}tab/playlist2.php{/auto}
Just a thought.guap Friendguap
- Join date:
- March 2008
- Posts:
- 408
- Downloads:
- 16
- Uploads:
- 109
- Thanks:
- 99
- Thanked:
- 8 times in 2 posts
June 17, 2008 at 11:36 pm #254271<em>@instantinlaw 59888 wrote:</em><blockquote>Well like I said, I am not an expert on this, but maybe you can duplicate the module, copy the playlist.php and give it a diffrent name, then in the parameters assign a diffrent folder for the other videos.
I.e.
{auto height=”300″
displayheight=”235″}tab/playlist2.php{/auto}
Just a thought.</blockquote>As you’ve suggested, it works here is the sample page. I notice the names of the video are showing in the menu list below, Is there a way to replace it with the title of each video instead of the names of the video?
guap Friendguap
- Join date:
- March 2008
- Posts:
- 408
- Downloads:
- 16
- Uploads:
- 109
- Thanks:
- 99
- Thanked:
- 8 times in 2 posts
June 18, 2008 at 2:56 am #254294Finally, I found a solution from other forum and I created an XML
sample video and uploaded the xml file on the sample folder (videos) :-*
In module parameter – media code{auto height=”300″
displayheight=”235″}playlist.xml{/auto}====
<playlist version=”1″ xmlns=”http://xspf.orig/ns/0/”>
<title>Video Files</title>
<trackList>
<track>
<title>My First Video</title>
<location>/images/stories/videos/independenceday2.flv</location>
<image>/images/stories/videos/thumbnail/independence2.jpg</image></track>
<title>Greetings</title>
<track>
<title>My second video</title>
<location>/images/stories/videos/independenceday7.flv</location>
<image>/images/stories/videos/thumbnail/independence7.jpg</image>
</track>
</trackList>
</playlist>
:):-*instantinlaw Friendinstantinlaw
- Join date:
- February 2007
- Posts:
- 1646
- Downloads:
- 6
- Uploads:
- 28
- Thanks:
- 68
- Thanked:
- 210 times in 62 posts
June 18, 2008 at 3:30 am #254298Glad I could help & glad you figured everything out.
Good luck with your site.:)cgc0202 Friendcgc0202
- Join date:
- August 2007
- Posts:
- 2244
- Downloads:
- 0
- Uploads:
- 3
- Thanks:
- 206
- Thanked:
- 262 times in 1 posts
June 19, 2008 at 2:21 pm #254677<em>@guap 59924 wrote:</em><blockquote>Finally, I found a solution from other forum and I created an XML
sample video and uploaded the xml file on the sample folder (videos) :-*
In module parameter – media code{auto height=”300″
displayheight=”235″}playlist.xml{/auto}====
<playlist version=”1″ xmlns=”http://xspf.orig/ns/0/”>
<title>Video Files</title>
<trackList>
<track>
<title>My First Video</title>
<location>/images/stories/videos/independenceday2.flv</location>
<image>/images/stories/videos/thumbnail/independence2.jpg</image></track>
<title>Greetings</title>
<track>
<title>My second video</title>
<location>/images/stories/videos/independenceday7.flv</location>
<image>/images/stories/videos/thumbnail/independence7.jpg</image>
</track>
</trackList>
</playlist>
:):-*</blockquote>Hi guap,
I may need this myself, I do not know how to insert videos in my site yet.
For better archival, I am creating a summary of solved postings so that it is easy for customers to locate them.. It beats scrolling scrolling through the Forum sections everytime we want to find if our question has been answered before. Sometimes the search option does not get all of them.
Can you please add the link to this post in the appropriate thread:
for Joomla 1.5x
Links to solved problems known bugs of Joomla 1.5x-JA Teline II
http://www.joomlart.com/forums/topic/links-to-solved-problems-known-bugs-of-joomla-1-5x-ja-teline-ii/for Joomla 1.0x
Links to solved problems known bugs of Joomla 1.0x-JA Teline II
http://www.joomlart.com/forums/topic/links-to-solved-problems-known-bugs-of-joomla-1-0x-ja-teline-ii/Since some threads could be very long, can you please provide the following:
1. Original post heading:
2. Link
3. Your name (username)
4. Summary:
a. Brief description of the problem or question and desired goal
b. Proposed solution to the problem that worked
c. Please provide an image capture of the before and after, if possible.Without any Manual, How To’s or FAQ, the database of these solved problems may go a long way to help each other.
Thanks,
Cornelio
June 30, 2008 at 1:04 pm #257221Hi,
Where is this code:
{auto height=”300″
displayheight=”235″}tab/playlist.php{/auto}I have gone through all avreloaded php files, but can’t find it, sorry 🙂
salvomic Friendsalvomic
- Join date:
- June 2008
- Posts:
- 200
- Downloads:
- 16
- Uploads:
- 23
- Thanks:
- 24
- Thanked:
- 6 times in 1 posts
June 30, 2008 at 4:30 pm #257267hi,
I’m trying the same configuration, but I get on top of the module the text “WARN_JAVASCRIPT”, then the first video, then, a divider high about few pixels with the second thumbnail…
How can I get the thumbnails set as the demo page of Ja Teline, in this web site?
Or an horizontal disposition of thumbanils…thanks
Salvoguap Friendguap
- Join date:
- March 2008
- Posts:
- 408
- Downloads:
- 16
- Uploads:
- 109
- Thanks:
- 99
- Thanked:
- 8 times in 2 posts
June 30, 2008 at 11:37 pm #257303<em>@hdfilm 63414 wrote:</em><blockquote>Hi,
Where is this code:
{auto height=”300″
displayheight=”235″}tab/playlist.php{/auto}I have gone through all avreloaded php files, but can’t find it, sorry :)</blockquote>
You can find this by going to the Extension – Module Manager. Right side see the “parameters” – media code. If it is empty you can put the code but make sure that the playlist.php is installed and the plugin is enabled.
gaygiorgia Friendgaygiorgia
- Join date:
- June 2008
- Posts:
- 218
- Downloads:
- 0
- Uploads:
- 7
- Thanks:
- 15
- Thanked:
- 15 times in 1 posts
-
AuthorPosts
This topic contains 12 replies, has 6 voices, and was last updated by gaygiorgia 16 years, 4 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum