-
AuthorPosts
-
simpsonix Friend
simpsonix
- Join date:
- July 2009
- Posts:
- 52
- Downloads:
- 0
- Uploads:
- 1
- Thanks:
- 27
- Thanked:
- 1 times in 1 posts
July 16, 2009 at 4:35 pm #142802please help. how does the video module work. how can i play videos from local server? what part of the code do i have to change?
thanksprakash Friendprakash
- Join date:
- October 2008
- Posts:
- 439
- Downloads:
- 0
- Uploads:
- 1
- Thanks:
- 2
- Thanked:
- 146 times in 115 posts
July 17, 2009 at 12:46 am #311320hi..
this can be found in the userguide under this section – 3.2.5.1 Custom module
link to the user guide is here – http://www.joomlart.com/forums/topic/ja-tube-userguide/simpsonix Friendsimpsonix
- Join date:
- July 2009
- Posts:
- 52
- Downloads:
- 0
- Uploads:
- 1
- Thanks:
- 27
- Thanked:
- 1 times in 1 posts
July 17, 2009 at 10:08 am #311347thanks for your quick reply, but there i can only see the code that is used to play a video from remote host vimeo. and it workes for me to change the code to embed a video from youtube. but what part of the code do i have to change in order to play a video from local host.
prakash Friendprakash
- Join date:
- October 2008
- Posts:
- 439
- Downloads:
- 0
- Uploads:
- 1
- Thanks:
- 2
- Thanked:
- 146 times in 115 posts
July 17, 2009 at 10:44 am #311356hi..for local if u want to play flash video then..
<div class=”ja-box-ct clearfix”> <div>
///here u insert the flash video code.it will be similar to the example except that you will need to give local file name in the source
</div> </div>
simpsonix Friendsimpsonix
- Join date:
- July 2009
- Posts:
- 52
- Downloads:
- 0
- Uploads:
- 1
- Thanks:
- 27
- Thanked:
- 1 times in 1 posts
July 17, 2009 at 11:28 am #311359thanks again! and if i want to play mpeg or avi?
simpsonix Friendsimpsonix
- Join date:
- July 2009
- Posts:
- 52
- Downloads:
- 0
- Uploads:
- 1
- Thanks:
- 27
- Thanked:
- 1 times in 1 posts
July 17, 2009 at 1:49 pm #311368still cant work it out. maybe you can post a sample code for playing an flv, mpeg and avi. i am sorry to bother, but i really cant figure it out.
thanks a lot!prakash Friendprakash
- Join date:
- October 2008
- Posts:
- 439
- Downloads:
- 0
- Uploads:
- 1
- Thanks:
- 2
- Thanked:
- 146 times in 115 posts
July 17, 2009 at 2:45 pm #311373hi..there is a very good online generator which you can use to put the code in between the divs that i mentioned earlier…
http://cit.ucsf.edu/embedmedia/
here u can generate the embed code for what ever format you want . it will generate entire code but you will need to put code only between
<OBJECT…………………………
</OBJECT>1 user says Thank You to prakash for this useful post
simpsonix Friendsimpsonix
- Join date:
- July 2009
- Posts:
- 52
- Downloads:
- 0
- Uploads:
- 1
- Thanks:
- 27
- Thanked:
- 1 times in 1 posts
July 17, 2009 at 6:59 pm #311386html generator gave me this code:
<!– begin embedded Flash file… –>
<table border=’0′ cellpadding=’0′ align=”center”>
<tr><td>
<OBJECT classid=’clsid:D27CDB6E-AE6D-11cf-96B8-444553540000′
codebase=’http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0′
width=”500″ height=”290″>
<param name=’movie’ value=”http://pr-video.at/images/stories/videos/jacko.flv”>
<param name=’quality’ value=”high”>
<param name=’bgcolor’ value=’#FFFFFF’>
<param name=’loop’ value=”false”>
<EMBED src=”http://pr-video.at/images/stories/videos/jacko.flv” quality=’high’ bgcolor=’#FFFFFF’ width=”500″
height=”290″ loop=”false” type=’application/x-shockwave-flash’
pluginspage=’http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash’>
</EMBED>
</OBJECT>
</td></tr>
<!– …end embedded Flash file –>
</table>i put the part that you suggested in the custom module on position user5:
<div class=”ja-box-ct clearfix” style=”text-align:center”>
<object classid=”clsid:D27CDB6E-AE6D-11cf-96B8-444553540000″ width=”500″ height=”280″ codebase=”http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0″>
<param name=”movie” value=”http://pr-video.at/images/stories/videos/jacko.flv” />
<param name=”quality” value=”high” />
<param name=”bgcolor” value=”#FFFFFF” />
<param name=”loop” value=”false” /> <embed type=”application/x-shockwave-flash” width=”500″ height=”280″ src=”http://pr-video.at/images/stories/videos/jacko.flv” quality=”high” bgcolor=”#FFFFFF” loop=”false” pluginspage=”http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash”></embed>
</object>
</div>but there is only a white box in position user5, no video. what did i do wrong?
prakash Friendprakash
- Join date:
- October 2008
- Posts:
- 439
- Downloads:
- 0
- Uploads:
- 1
- Thanks:
- 2
- Thanked:
- 146 times in 115 posts
July 18, 2009 at 2:22 am #311408Hi…
you cannot directly play a FLV file. For that you will need to embed code to the FLV player to run it! FLV wont run without the player.secondly check this link – http://utils.exeter.ac.uk/webct/flashplayers/flvplayer.php
they embed code with their flv player to run your flv video which you could embed they also generate a linkback. Hence if you do not want that, then search for FLASH FLV Player in that search for HTML embedded FLV player and you should be able to get the video onlineif you want to know about embedding FLV this is a good article – http://forum.videohelp.com/topic315188.html
1 user says Thank You to prakash for this useful post
-
AuthorPosts
This topic contains 9 replies, has 2 voices, and was last updated by prakash 15 years, 4 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum