- Posts: 3
COMMUNITY FORUM
How to play a MPEG ??
- Soumendra Jena
-
Topic Author
- Offline
- New Member
Less
More
15 years 6 months ago #28367
by Soumendra Jena
How to play a MPEG ?? was created by Soumendra Jena
Hi there..
I have a mpeg video and I want to place it on my website via All Videos Plugin.
How do I need to do it ?
What syntax shall I use ??
I have tried {mpeg}kit.mpeg{/mpeg}
Kindly help.. :'(
I have a mpeg video and I want to place it on my website via All Videos Plugin.
How do I need to do it ?
What syntax shall I use ??
I have tried {mpeg}kit.mpeg{/mpeg}
Kindly help.. :'(
Please Log in or Create an account to join the conversation.
- Yiota
-
- Visitor
15 years 6 months ago #28368
by Yiota
Replied by Yiota on topic Re: How to play a MPEG ??
You should put inside the tags only the filename without the extension. For example,
{mpeg}kit{/mpeg}
{mpeg}kit{/mpeg}
Please Log in or Create an account to join the conversation.
- Soumendra Jena
-
Topic Author
- Offline
- New Member
Less
More
- Posts: 3
15 years 6 months ago #28369
by Soumendra Jena
Replied by Soumendra Jena on topic Re: How to play a MPEG ??
Ok cool. Hope,that works..
Thanks buddy. 8)
Thanks buddy. 8)
Please Log in or Create an account to join the conversation.
- Soumendra Jena
-
Topic Author
- Offline
- New Member
Less
More
- Posts: 3
15 years 6 months ago #28370
by Soumendra Jena
Replied by Soumendra Jena on topic Re: How to play a MPEG ??
Ok just tried it.
It dint work :( ???
It dint work :( ???
Please Log in or Create an account to join the conversation.
- Yiota
-
- Visitor
15 years 6 months ago #28371
by Yiota
Replied by Yiota on topic Re: How to play a MPEG ??
Do you get an error message, you still see the mpeg tag? Can you post a link to your site?
Please Log in or Create an account to join the conversation.
- teclive
-
- Offline
- New Member
Less
More
- Posts: 12
15 years 5 months ago - 15 years 5 months ago #28372
by teclive
Replied by teclive on topic Re: How to play a MPEG ??
I am having a similar problem with .mpg
my line of code is
{mpg}2009/170000{/mpg}
the .flv files play with no problem, but i cant get the .mpg to work
here is an example link to a page
i searched through the forum but only found issues with people using 2.5.3 but i am using 2.5.4
thank ya kindly
T
..I just updated to 3.1 but still cannot get the actual video to show :(
my line of code is
{mpg}2009/170000{/mpg}
the .flv files play with no problem, but i cant get the .mpg to work
here is an example link to a page
http://oliverhenry.info/videos-in-2009/march-vidoes
i searched through the forum but only found issues with people using 2.5.3 but i am using 2.5.4
thank ya kindly
T
..I just updated to 3.1 but still cannot get the actual video to show :(
Please Log in or Create an account to join the conversation.
- Katia
-
- Offline
- Platinum Member
Less
More
- Posts: 4696
15 years 5 months ago #28373
by Katia
Replied by Katia on topic Re: How to play a MPEG ??
What is the name of the video?
Just put the name of the video file between {mpg}and {/mpg} without inserting /or other special elements.
Just put the name of the video file between {mpg}and {/mpg} without inserting /or other special elements.
Please Log in or Create an account to join the conversation.
- teclive
-
- Offline
- New Member
Less
More
- Posts: 12
15 years 5 months ago - 15 years 5 months ago #28374
by teclive
Replied by teclive on topic Re: How to play a MPEG ??
the name of the vidoes are there, they are the numbers you see at
i have tried {mpg} i have tried {mpeg} i have tried different paths, so on and so forth
thank you for your reply :)
all the videos have the extension of .mpg and are under the 'video' directory of the images/stories directory
some are in sub paths, as you can see from the link above, however, even when i try to put it directly into the videos folder, it still wont show.
i have tried {mpg} i have tried {mpeg} i have tried different paths, so on and so forth
thank you for your reply :)
all the videos have the extension of .mpg and are under the 'video' directory of the images/stories directory
some are in sub paths, as you can see from the link above, however, even when i try to put it directly into the videos folder, it still wont show.
Please Log in or Create an account to join the conversation.
- Katia
-
- Offline
- Platinum Member
Less
More
- Posts: 4696
15 years 5 months ago #28375
by Katia
Replied by Katia on topic Re: How to play a MPEG ??
Try {mpeg}instead of {mpg}and avoid any slash in the name of the video...
Please Log in or Create an account to join the conversation.
- teclive
-
- Offline
- New Member
Less
More
- Posts: 12
15 years 5 months ago #28376
by teclive
Replied by teclive on topic Re: How to play a MPEG ??
i added this line of code
to the /plugins/content/jw_allvideos/includes/sources.php file
i am able to get quicktime to load (ick..quicktime)
but the clips come up broken
here is my content code for the clips (well the first one since i am still trouble shooting)
{mpg}2009/170000{/mpg}
the ones that dont come up broken, have no way of clicking a play button
"mpg" => "
<script type=\"text/javascript\">
QT_WriteOBJECT_XHTML('{SITEURL}/{FOLDER}/{SOURCE}.mpg', '{WIDTH}', '{HEIGHT}', '', 'autoplay', '{AUTOPLAY}', 'bgcolor', '{BACKGROUNDQT}', 'scale', 'aspect');
</script>
",
to the /plugins/content/jw_allvideos/includes/sources.php file
i am able to get quicktime to load (ick..quicktime)
but the clips come up broken
here is my content code for the clips (well the first one since i am still trouble shooting)
{mpg}2009/170000{/mpg}
the ones that dont come up broken, have no way of clicking a play button
Please Log in or Create an account to join the conversation.
- teclive
-
- Offline
- New Member
Less
More
- Posts: 12
15 years 5 months ago #28377
by teclive
Replied by teclive on topic Re: How to play a MPEG ??
ok..it seems that the only way i can get the videos to play and the system to like me is if i use .flv files
i have converted all my mpg's to flv's and slowly but surely i am getting them all to show and play properly YAY!!
thank you kindly for your time and help on this matter
i have converted all my mpg's to flv's and slowly but surely i am getting them all to show and play properly YAY!!
thank you kindly for your time and help on this matter
Please Log in or Create an account to join the conversation.