• » webSPELL.org - Free Content Management System
  • Language switch: English German
  • login



    » lost password?   » register now
  • About webSPELL

    webSPELL is a free Content Management System which was especially developed for the needs of esport related communities. Since a short while we are also offering an optimized and enhanced webSPELL version for the special requirements of non-profit organisations. The purpose of both systems is to offer a professional and free opportunity to create and administrate your own website in an easy and optimized way.

    » Learn more about webSPELL     » Download webSPELL now!
  • Advertisement

    Follow us

  • Sort:      1 2  » printview




    Author
    Message
    webSPELL newbie
    4 Posts
    10.10.2008, 20:32 email offline  

    please i need a player to my site that i can yout put the link of the youtobe or upload my own vieo to the ftp. i need simple way..

    this site i don\'t understand http://www.jeroenwijering.com/?page=about ... who can explane to me what i must do? i tried everyting from taht site but no succes =/

    please help
    webSPELL lover
    1214 Posts
    10.10.2008, 21:10 email offline  

    you have to enter your email adresse, after that you can download the player

    thats the code from the player

    Code:
    1.
    2.
    3.
    4.
    5.
    6.
    7.
    8.
    9.
    10.
         <div id=\"container\"><a href=\"http://www.macromedia.com/go/getflashplayer\">Get the Flash Player</a> to see this player.</div>
         <script type=\"text/javascript\" src=\"swfobject.js\"></script>

         <script type=\"text/javascript\">
              var s1 = new SWFObject(\"player.swf\",\"ply\",\"328\",\"200\",\"9\",\"#FFFFFF\");
              s1.addParam(\"allowfullscreen\",\"true\");
              s1.addParam(\"allowscriptaccess\",\"always\");
              s1.addParam(\"flashvars\",\"file=video.flv&image=preview.jpg\");
              s1.write(\"container\");
         </script>

    Moderator
    5320 Posts
    10.10.2008, 21:11 email offline  

    welcome to the forum

    try the movie addon http://www.templates-r...itstart=10&order=date
    webSPELL user
    499 Posts
    10.10.2008, 21:30 offline  

    http://www.firstborn.d...p?site=files&file=110

    this is another movie addon especially for external path url
    webSPELL newbie
    4 Posts
    10.10.2008, 22:53 email offline  

    thanks alot i go to the version that otaaah said but i dont know step 3 becouse is someting with sql :S ...

    and i cannot download the bazic\'s addon
    webSPELL user
    499 Posts
    10.10.2008, 22:57 offline  

    just login to the PHPmyAdmin... and then open a SQL window and input the Code of Step 3
    webSPELL newbie
    4 Posts
    10.10.2008, 23:04 email offline  

    otAAAh wrote:
    just login to the PHPmyAdmin... and then open a SQL window and input the Code of Step 3


    do u know some better hosting who has my sql and that it\'s free?

    webSPELL user
    499 Posts
    10.10.2008, 23:56 offline  

    ohost or funpic
    webSPELL newbie
    4 Posts
    11.10.2008, 00:14 email offline  

    otAAAh wrote:
    ohost or funpic


    i have my host on funpic but i dont know german and i dont know how to get to the my sql and add that code... can some one help?
    webSPELL friend
    719 Posts
    14.10.2008, 10:04 email offline  

    http://www.team-immense.com/images/avatars/32.gif

    Right ok to use this player: http://www.jeroenwijering.com/?page=about do the following, download the player from the site, and then upload the files to your publc_html folder, the open your index.php and do the following:

    Include inside the <head></head> tags
    Code:
    1.
    <script type=\"text/javascript\" src=\"swfobject.js\"></script>


    Then once you have added that add the following where ever you want the movie player to be displayed:
    Code:
    1.
    2.
    3.
    4.
    5.
    6.
    7.
    8.
    9.
    10.
    11.
    12.
    13.
    14.
    15.
    16.
    <!--Movie Player Start-->
    <p id=\"player2\"><a href=\"http://www.macromedia.com/go/getflashplayer\">Get the Flash Player</a> to see this player.
                              <script type=\"text/javascript\">
         var s2 = new SWFObject(\"flvplayer.swf\",\"playlist\",\"336\",\"157\",\"7\");
         s2.addParam(\"allowfullscreen\",\"true\");
         s2.addVariable(\"file\",\"playlist.xml\");
         s2.addVariable(\"displayheight\",\"170\");
         s2.addVariable(\"frontcolor\",\"0x202020\");
         s2.addVariable(\"lightcolor\",\"0xffffff\");
            s2.addVariable(\'thumbsinplaylist\',\'true\');
         s2.addVariable(\'overstretch\',\'fit\');
         s2.addVariable(\"width\",\"336\");
         s2.addVariable(\"height\",\"157\");
         s2.write(\"player2\");
            </script>
    <!--Movie Player End-->


    Be sure to change the following parts so that the movie player fits correctly:

    Code:
    1.
    var s2 = new SWFObject(\"flvplayer.swf\",\"playlist\",\"336\",\"157\",\"7\");


    On this line change the \"336\" (Width) and \"157\" (Height) to the required width and height for your website.
    Also notice in this line \"playlist.xml\" i will explain this in a minute.

    Then change the following:

    Code:
    1.
    2.
    s2.addVariable(\"width\",\"336\");
    s2.addVariable(\"height\",\"157\");


    Again change the width and height as above here also.

    Right now that you have the wdith and height set correctly you will want to change some other section of the movie player to make it suite the style of your website even more. As mentions above you will notice \"playlist.xml\" this file is included in the download. There are 2 options here, you can either use \"playlist.xml\" or \"demo.flv\" ( demo being the name of the movie file, which also must be .flv or .swf ) The demo function ( single file ) will play only 1 movie, where as the playlist.xml will allow you to play many movies simply by clicking the next button on the player, here is how you would edit the playlist.xml:

    Open playlist.xml, you should now see something along the lines of this:

    Code:
    1.
    2.
    3.
    4.
    5.
    6.
    7.
    8.
    9.
    10.
    11.
    12.
    <?xml version=\"1.0\" encoding=\"utf-8\"?>
    <playlist version=\"1\" xmlns=\"http://xspf.org/ns/0/\">
         <trackList>

              <track>
                   <title>name of movie</title>
                   <creator>author</creator>
                   <location>movie location</location>
              </track>

         </trackList>
    </playlist>


    now in order to have multiple movie playing on your player simply upload the .flv / .swf file to lets say public_html/movieplayer on your ftp, and for this tutorial we will say you have uploaded COD4.flv and CSS.flv, and would like to add them to the playlist.xml, here is how you do so:

    Code:
    1.
    2.
    3.
    4.
    5.
    6.
    7.
    8.
    9.
    10.
    11.
    12.
    13.
    14.
    15.
    16.
    17.
    <playlist version=\"1\" xmlns=\"http://xspf.org/ns/0/\">
         <trackList>

              <track>
                   <title>COD4 Frag movie</title>
                   <creator>Your Name Here</creator>
                   <location>movieplayer/COD4.flv</location>
              </track>

              <track>
                   <title>CSS Frag Movie</title>
                   <creator>Your Name Here</creator>
                   <location>movieplayer/CSS.flv</location>
              </track>

         </trackList>
    </playlist>


    so as you can see very easy to do, now save and upload this file and both movies will play on your player, you can add as many as you like as long as you keep to the same format.

    Right another option is to have an image displayed on the player when no movie is playing, so maybe your logo or just some random image, now if you look at the movie player include code you will notice the following lines:

    Code:
    1.
    2.
    s2.addVariable(\'thumbsinplaylist\',\'true\');
    s2.addVariable(\'overstretch\',\'fit\');


    The top line is telling the movie player that you want to display an image when the movie player loads, so you dont just have a black screen with a white play button in the middle.

    The bottom line is telling the movie player to stretch the image to fit the movie player dimensions correctly, ( as covered above when i explain to edit the width and height ) so if you make the image the same size, it will not distort and will look cool ^^.

    Right now you will need to add that to the playlist.xml so that it knows where to look for the image and to display it. To do this you will need to edit the playlist.xml file again, and add the following line:

    Code:
    1.
    <image>movieplayer/preview.jpg</image>


    Where preview.jpg will be your logo etc, so the new playlist file will look something like this:

    Code:
    1.
    2.
    3.
    4.
    5.
    6.
    7.
    8.
    9.
    10.
    11.
    12.
    13.
    14.
    15.
    16.
    17.
    18.
    19.
    <playlist version=\"1\" xmlns=\"http://xspf.org/ns/0/\">
         <trackList>

              <track>
                   <title>COD4 Frag movie</title>
                   <creator>Your Name Here</creator>
                   <location>movieplayer/COD4.flv</location>
                            <image>movieplayer/preview.jpg</image>     
              </track>

              <track>
                   <title>CSS Frag Movie</title>
                   <creator>Your Name Here</creator>
                   <location>movieplayer/CSS.flv</location>
                            <image>movieplayer/preview.jpg</image>     
              </track>

         </trackList>
    </playlist>


    Notice the line under the movie location, thats all you have to do and the player will display. Now 1 final thing to go over i suppose, the colours of the player. You will notice in the player include code the following lines:

    Code:
    1.
    2.
    s2.addVariable(\"frontcolor\",\"0x202020\");
    s2.addVariable(\"lightcolor\",\"0xffffff\");


    You need to edit after the x on each line to change the colour of the player buttons, now the top colour 202020, is the player background colour ( so the bar that houses the buttons will be a grey colour ) and the ffffff is the cooour of the buttons, the volume etc when you rollover.

    well i hope that has helped and cleared up how to se this player, its very good when you get it right lächeln

    Thanks.
    Sort:      1 2  » printview
  • » Support

    » Topics
    18.05.2013 - 12:21 - 1 Replies
    » Query failed
    Query failed
    Last post: LoRd
    Board: DE - Allgemeiner Support
    18.05.2013 - 12:21
    18.05.2013 - 09:36 - 3 Replies
    » benötige hilfe bei paar k...
    benötige hilfe bei paar kleinigkeiten
    Last post: immostar
    Board: DE - Technischer Support
    18.05.2013 - 09:36
    18.05.2013 - 03:33 - 4 Replies
    » [SELL] Gaming Website
    [SELL] Gaming Website
    Last post: hornyst
    Board: EN - Offers
    18.05.2013 - 03:33
    18.05.2013 - 00:32 - 6 Replies
    » Hide BBCODE Echo
    Hide BBCODE Echo
    Last post: dado2106
    Board: EN - Technical support
    18.05.2013 - 00:32
    17.05.2013 - 23:08 - 31 Replies
    » Exklusiv Webseite zur Mie...
    Exklusiv Webseite zur Miete
    Last post: Dynamic-Webmedia
    Board: DE - Biete
    17.05.2013 - 23:08
    17.05.2013 - 21:42 - 0 Replies
    » website help
    website help
    Last post: envy0024
    Board: EN - Technical support
    17.05.2013 - 21:42
    17.05.2013 - 21:03 - 1 Replies
    » Need Coder!
    Need Coder!
    Last post: iG.ShAdOw
    Board: EN - Requests
    17.05.2013 - 21:03
    17.05.2013 - 20:44 - 9 Replies
    » Query failed!
    Query failed!
    Last post: LoRd
    Board: DE - Allgemeiner Support
    17.05.2013 - 20:44
    17.05.2013 - 18:08 - 0 Replies
    » [4 SALE] Layouts (Gaming,...
    [4 SALE] Layouts (Gaming, Portfolio and more)
    Last post: Freestyler92
    Board: EN - Offers
    17.05.2013 - 18:08
    17.05.2013 - 18:06 - 0 Replies
    » Design Ausverkauf - alles...
    Design Ausverkauf - alles unter 70€
    Last post: Freestyler92
    Board: DE - Biete
    17.05.2013 - 18:06
    17.05.2013 - 10:56 - 6 Replies
    » [Biete] Template Designs
    [Biete] Template Designs
    Last post: Marceld
    Board: DE - Biete
    17.05.2013 - 10:56
    17.05.2013 - 10:41 - 7 Replies
    » register captcha
    register captcha
    Last post: nappel.ger
    Board: DE - Allgemeiner Support
    17.05.2013 - 10:41
    17.05.2013 - 09:56 - 3 Replies
    » Suche Designer GGL:Geld
    Suche Designer GGL:Geld
    Last post: Freestyler92
    Board: DE - Suche
    17.05.2013 - 09:56
    17.05.2013 - 00:13 - 0 Replies
    » News
    News
    Last post: dado2106
    Board: EN - Modifications
    17.05.2013 - 00:13
    16.05.2013 - 15:04 - 2 Replies
    » [V] mehrere Webspell Temp...
    [V] mehrere Webspell Templates und Designs
    Last post: Dynamic-Webmedia
    Board: DE - Biete
    16.05.2013 - 15:04
    16.05.2013 - 13:09 - 2 Replies
    » Content laden
    Content laden
    Last post: Helgon
    Board: DE - Anfragen
    16.05.2013 - 13:09
    16.05.2013 - 13:07 - 18 Replies
    » [B] Web, Print und Logode...
    [B] Web, Print und Logodesign
    Last post: Helgon
    Board: DE - Suche
    16.05.2013 - 13:07
    15.05.2013 - 22:50 - 2 Replies
    » Query failed: errorno=105...
    Query failed: errorno=1054
    Last post: Tw0Player
    Board: DE - Technischer Support
    15.05.2013 - 22:50
    15.05.2013 - 18:59 - 5 Replies
    » [S] Team/Clan Logos (Upda...
    [S] Team/Clan Logos (Update: 2 new Logos)
    Last post: neiD-
    Board: EN - Offers
    15.05.2013 - 18:59
    15.05.2013 - 03:17 - 2 Replies
    » After getting permissions...
    After getting permissions right I can't install
    Last post: VicenteVega
    Board: EN - General support
    15.05.2013 - 03:17
    » Partners
    Bilderkiste.org Image Hosting
    k3rmit.org
    PascalMh.de


    » Blog
    28.03.2013 - derchris
    » Those damn spammers