Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • simpsonix Friend
    #142802

    please 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?
    thanks

    prakash Friend
    #311320

    hi..

    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 Friend
    #311347

    thanks 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 Friend
    #311356

    hi..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 Friend
    #311359

    thanks again! and if i want to play mpeg or avi?

    simpsonix Friend
    #311368

    still 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 Friend
    #311373

    hi..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>

    simpsonix Friend
    #311386

    html 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 Friend
    #311408

    Hi…
    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 online

    if you want to know about embedding FLV this is a good article – http://forum.videohelp.com/topic315188.html

Viewing 9 posts - 1 through 9 (of 9 total)

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