|
Waldschwein
Guest
|
 |
« Reply #25 on: February 17, 2007, 09:20:53 PM » |
|
Hi! I have translated it (I hope correctly) into German.
|
|
|
|
|
Logged
|
|
|
|
Hans
Offline
Posts: 560
|
 |
« Reply #26 on: February 17, 2007, 10:05:05 PM » |
|
Great, thanks!
(how) is it possible to place the files underneath each other (useful when the dimensions are double the default ones). Thanks Hans
|
|
|
|
|
Logged
|
Hans - Nijmegen - The Netherlands
|
|
|
ToX
Offline
Posts: 20
|
 |
« Reply #27 on: February 18, 2007, 10:50:34 AM » |
|
Great, thanks!
(how) is it possible to place the files underneath each other (useful when the dimensions are double the default ones). Thanks Hans
uhm... now, it is just possible by modifying a variable in view.php, since it is hardcoded... i'm adding the possibility to change it from the admin panel into my todo list for the 0.4 version, together with Waldschwein german translation
|
|
|
|
« Last Edit: February 18, 2007, 10:57:55 AM by ToX »
|
Logged
|
|
|
|
|
|
macsmet
Offline
Posts: 230
|
 |
« Reply #29 on: February 19, 2007, 10:34:40 AM » |
|
@ Hans: You must change the following variable in view.php: if ($idplayer % 2 == 0):
Change 2 into 1 so you get: if ($idplayer % 1 == 0):
Now your videos will no longer be displayed next to eachother!
MacSmet
|
|
|
|
|
Logged
|
|
|
|
Hans
Offline
Posts: 560
|
 |
« Reply #30 on: February 19, 2007, 03:47:26 PM » |
|
Thanks MacSmet
gonna do that! Hans
|
|
|
|
|
Logged
|
Hans - Nijmegen - The Netherlands
|
|
|
ToX
Offline
Posts: 20
|
 |
« Reply #31 on: February 19, 2007, 08:27:55 PM » |
|
0.4 version is out! changes: - possibility to choose how many videos are shown in a row
- ability to change the player's colors
- added german translation (thanks to Waldschwein)
edit: there are some problems when updating from an old version, again... 
|
|
|
|
« Last Edit: February 19, 2007, 08:39:15 PM by ToX »
|
Logged
|
|
|
|
Vincent
Offline
Posts: 360
|
 |
« Reply #32 on: February 19, 2007, 08:47:01 PM » |
|
Well done, ToX! Something seems still wrong in the update script indeed, but I deïnstalled the module and took a fresh one, which does work. Beautiful, it's getting better and better.  Vincent
|
|
|
|
« Last Edit: February 19, 2007, 08:48:52 PM by vincent »
|
Logged
|
|
|
|
ToX
Offline
Posts: 20
|
 |
« Reply #33 on: February 19, 2007, 08:56:55 PM » |
|
Well done, ToX! Something seems still wrong in the update script indeed, but I deïnstalled the module and took a fresh one, which does work. Beautiful, it's getting better and better.  Vincent yeah, there are some problems with the update script again... and i really don't know how to fix it 
|
|
|
|
|
Logged
|
|
|
|
ToX
Offline
Posts: 20
|
 |
« Reply #34 on: February 19, 2007, 10:06:26 PM » |
|
ok now the update script is working... i'm just having some problems running it automatically when upgrading, so you need to launch it by hand: http://path/to/your/websitebaker/modules/videogal/update.phpi'm trying to find out why it isn't executed automatically... but here's version 0.4 
|
|
|
|
|
Logged
|
|
|
|
hr_d
Offline
Posts: 51
|
 |
« Reply #35 on: February 20, 2007, 10:27:11 PM » |
|
Hello, I tested the innovations directly times. After deïnstalled and installed it ran cleanly otherwise an error message came. The selection of colors in the color window does not work with doubleclick. The videos in IE are in the middle of the page and in FF they are on the left. In addition, this can be because of my css. I do not know css so well. Some examples: http://www.frettchen.raith.ws/http://www.frettchen.raith.ws/pages/videos/februar2007.phpexcuse my bad english Hermann Klasse Modul!
|
|
|
|
« Last Edit: February 20, 2007, 10:37:19 PM by hr_d »
|
Logged
|
|
|
|
dude
Offline
Posts: 12
|
 |
« Reply #36 on: February 20, 2007, 11:36:46 PM » |
|
Why do i have black screens until i start a movie and when i look at the exampless posted above i see the beginning of the movie like a picture how does that work
|
|
|
|
|
Logged
|
|
|
|
ToX
Offline
Posts: 20
|
 |
« Reply #37 on: February 21, 2007, 09:29:09 AM » |
|
Why do i have black screens until i start a movie and when i look at the exampless posted above i see the beginning of the movie like a picture how does that work
this is because the images that are shown when a movie is stopped are just thumbnails, you should make them manually and save like this: filename.flv // the video filename.flv.jpg // the thumbnail filename.flv.txt // a short description for the video
|
|
|
|
|
Logged
|
|
|
|
ToX
Offline
Posts: 20
|
 |
« Reply #38 on: February 21, 2007, 09:35:38 AM » |
|
Hello, I tested the innovations directly times. After deïnstalled and installed it ran cleanly otherwise an error message came. The selection of colors in the color window does not work with doubleclick. The videos in IE are in the middle of the page and in FF they are on the left. In addition, this can be because of my css. I do not know css so well. Some examples: http://www.frettchen.raith.ws/http://www.frettchen.raith.ws/pages/videos/februar2007.phpexcuse my bad english Hermann Klasse Modul! mmm so the color selector is not working? were you trying with ie or firefox? for the css problem, i think that is because you have a text-align:center somewhere in your css; this aligns everyting to the center with explorer, but only the text with other browsers. maybe you could try adding margin-left:auto and margin-right:auto in the module style under .tabvideo... something like this: .tabvideo { border-collapse:collapse; border:#999999; margin-left:auto; margin-right:auto; } this should work... or, at least, i hope so 
|
|
|
|
« Last Edit: February 21, 2007, 09:37:19 AM by ToX »
|
Logged
|
|
|
|
ToX
Offline
Posts: 20
|
 |
« Reply #39 on: February 21, 2007, 05:07:26 PM » |
|
oh btw... they're adorable! i love them 
|
|
|
|
|
Logged
|
|
|
|
hr_d
Offline
Posts: 51
|
 |
« Reply #40 on: February 22, 2007, 12:15:08 PM » |
|
Hello ToX, oh btw... they're adorable! i love them  Ferrets are my favourites, we also love them!  Thanks for the Reference: .tabvideo { border-collapse:collapse; border:#999999; margin-left:auto; margin-right:auto; } The problem with css now ist o.k. mmm so the color selector is not working? were you trying with ie or firefox?
I test it with IE 6.0 and IE 7. and FF. The problem are in all the explorer. I can not select a color from the box by click. Hermann
|
|
|
|
« Last Edit: February 26, 2007, 11:18:38 AM by hr_d »
|
Logged
|
|
|
|
macsmet
Offline
Posts: 230
|
 |
« Reply #41 on: February 25, 2007, 08:06:25 PM » |
|
@ Tox: love the new version 0.4 @ Vincent: I made a module called 'MP3 Playlist' and just uploaded it.
greetings,
MacSmet
|
|
|
|
|
Logged
|
|
|
|
mercator
Offline
Posts: 79
|
 |
« Reply #42 on: May 30, 2007, 05:31:50 PM » |
|
Is it possible to have ONE player that has a list files it plays (instead of one player per file)?
|
|
|
|
|
Logged
|
|
|
|
cahva
Offline
Posts: 6
|
 |
« Reply #43 on: July 31, 2007, 04:27:46 PM » |
|
If someone is wondering how to get the fullscreen mode to work, heres the solution: 1. Open ufo.js: 2. Find line 192 which is: var _obj = UFO.createElement("object"); 3. Add this line after that: _obj.setAttribute("allowfullscreen", "true"); ..and thats it 
|
|
|
|
|
Logged
|
|
|
|
4bizmedia
Offline
Posts: 41
|
 |
« Reply #44 on: September 17, 2007, 08:59:09 AM » |
|
is it possible to have the ability to have a playlist of files that uses one player instead of rows of individual videos?
re: mercator
much appreciated Paul
|
|
|
|
|
Logged
|
|
|
|
snarf
Offline
Posts: 4
|
 |
« Reply #45 on: September 18, 2007, 12:20:45 PM » |
|
Ok how the heck do you install this?
When I try to install the zip file I get this from WB:
Warning: main() [function.main]: Unable to access /var/www/snarf.dk/public_html/wb/temp/unzip/info.php in /var/www/snarf.dk/public_html/wb/admin/modules/install.php on line 61
Warning: main(/var/www/snarf.dk/public_html/wb/temp/unzip/info.php) [function.main]: failed to open stream: No such file or directory in /var/www/snarf.dk/public_html/wb/admin/modules/install.php on line 61
Fatal error: main() [function.require]: Failed opening required '/var/www/snarf.dk/public_html/wb/temp/unzip/info.php' (include_path='.:/usr/local/lib/php') in /var/www/snarf.dk/public_html/wb/admin/modules/install.php on line 61
Anybody know whats wrong?
|
|
|
|
|
Logged
|
|
|
|
ruebenwurzel
WebsiteBaker Org e.V.
Offline
Posts: 7654
|
 |
« Reply #46 on: September 18, 2007, 02:47:08 PM » |
|
Hello,
i think the zip file is the issue. If you have unzipped the module and the rezipped it you have to look for only zip the files and not folder.
Matthias
|
|
|
|
|
Logged
|
|
|
|
snarf
Offline
Posts: 4
|
 |
« Reply #47 on: September 19, 2007, 09:05:19 AM » |
|
You were completely right! Thanks!
Problem was that Safari unzipped the file as it downloaded it, and I re-zipped the folder rather than the files INSIDE the folder!
|
|
|
|
|
Logged
|
|
|
|
bupaje
Offline
Posts: 519
|
 |
« Reply #48 on: September 24, 2007, 06:13:46 PM » |
|
Hi. Not sure if this is of interest but since several people requested different file type support .... I have a blog at animationblogspot that uses wordpress and they have a plugin from this site http://an-archos.com/archive/anarchy-media-player-16/ that works pretty well and supports several file types and there is a javascript version. Maybe it is something you can integrate. Just a random idea as I have not tried yours yet.
|
|
|
|
|
Logged
|
My Blog, My Site
|
|
|
Juwi
Offline
Posts: 6
|
 |
« Reply #49 on: October 04, 2007, 11:07:55 AM » |
|
Hello @ all. One general question: I installed the plugin into WebsiteBaker but I did not know how to get a *.flv file added to the site?!? I created a page with the "Add Page" button and choosed as "Type" = "Simple Video Gallery". When I try to add a file no *.flv is choosable. So how does this work in the end? Thanks alot!
|
|
|
|
|
Logged
|
|
|
|
|