Php photo gallery TWG | JFUploader | TWG Flash upload | WFU | Forum

Get help for TinyWebGallery, the best image gallery. The forum is also home for the Joomla JFUploader, TWG Flash Uploader and the Wordpress flash uploader.
It is currently 24. Nov 2024, 11:19

This forum is readonly now. Please use the new forum if you don't find the answer to your question here. The new forum is at https://www.tinywebgallery.com/blog/forum/


All times are UTC + 1 hour [ DST ]




Post new topic Reply to topic  [ 25 posts ]  Go to page 1, 2  Next
Author Message
 Post subject: mp3 player
PostPosted: 26. May 2009, 20:28 
Offline

Joined: 26. May 2009, 19:49
Posts: 13
I would like to ask you
if it is possible to use mp3 player at the same time when showing large image

$video_player="AUTO";
$video_player="MP3";

THANK YOU FOR GREAT PRODUCT


Top
 Profile  
 
 Post subject:
PostPosted: 26. May 2009, 22:38 
Offline
Site Admin
User avatar

Joined: 1. Aug 2005, 12:53
Posts: 11232
you can do this by adding a mp3 player code into e.g. one of the includes that are included in the image page. or by puting this into e.g. top.htm.

- Michael


Top
 Profile  
 
 Post subject:
PostPosted: 27. May 2009, 11:37 
Offline

Joined: 26. May 2009, 19:49
Posts: 13
TinyWebGallery wrote:
you can do this by adding a mp3 player code into e.g. one of the includes that are included in the image page. or by puting this into e.g. top.htm.

- Michael


Please could you clarify

into e.g. one of the includes that are included in the image page. or by puting this into e.g. top.htm.


Top
 Profile  
 
 Post subject:
PostPosted: 27. May 2009, 13:24 
Offline
Site Admin
User avatar

Joined: 1. Aug 2005, 12:53
Posts: 11232
Read
http://www.tinywebgallery.com/en/faq.php#h3

there you have some files that are included in the gallery if you create them. Simply put a hidden div with your player in the one you like.

- Michael


Top
 Profile  
 
 Post subject:
PostPosted: 27. May 2009, 15:15 
Offline

Joined: 26. May 2009, 19:49
Posts: 13
geo wrote:
TinyWebGallery wrote:
you can do this by adding a mp3 player code into e.g. one of the includes that are included in the image page. or by puting this into e.g. top.htm.

- Michael


Please could you clarify

into e.g. one of the includes that are included in the image page. or by puting this into e.g. top.htm.


In my video.php I have

OR

<?
$video_player="MP3";
$video_autostart=true;
$video_show_dl_link=true;
$video_flash_site="rishon"; // if you store your mp3's local - if you put an url base here you can even link remote
?>

OR

<?
$video_player="AUTO";
$video_size_x=320;
$video_size_y=310;
$video_autostart=true;
$video_show_dl_link=true;
$show_slideshow = true;
$default_big_navigation="HTML"; // should be set if you have images and videos in one folder!
$video_flash_site="rishon"; // if you store your mp3's local - if you put an url base here you can even link remote
?>

WHAT SHOULD I PUT IN image.php ?


Top
 Profile  
 
 Post subject:
PostPosted: 27. May 2009, 15:19 
Offline
Site Admin
User avatar

Joined: 1. Aug 2005, 12:53
Posts: 11232
No - if you want a mp3 to be played next to an image then this is like background music. Then this has nothing to do with video.php - you have to put manually the html code for the mp3 player in e.g. image.htm.

- Michael


Top
 Profile  
 
 Post subject:
PostPosted: 27. May 2009, 15:28 
Offline

Joined: 26. May 2009, 19:49
Posts: 13
TinyWebGallery wrote:
No - if you want a mp3 to be played next to an image then this is like background music. Then this has nothing to do with video.php - you have to put manually the html code for the mp3 player in e.g. image.htm.

- Michael


I would like to put mp3 player when browsing large image as a new comment to each large image

Is this possible?


Top
 Profile  
 
 Post subject:
PostPosted: 27. May 2009, 15:32 
Offline
Site Admin
User avatar

Joined: 1. Aug 2005, 12:53
Posts: 11232
???


Top
 Profile  
 
 Post subject:
PostPosted: 27. May 2009, 15:36 
Offline

Joined: 26. May 2009, 19:49
Posts: 13
TinyWebGallery wrote:
???


mp3 file as a caption to each large image when clicking on its thumbnail


Top
 Profile  
 
 Post subject:
PostPosted: 27. May 2009, 15:42 
Offline
Site Admin
User avatar

Joined: 1. Aug 2005, 12:53
Posts: 11232
how should a mp3 file be a caption?


Top
 Profile  
 
 Post subject:
PostPosted: 27. May 2009, 15:50 
Offline

Joined: 26. May 2009, 19:49
Posts: 13
TinyWebGallery wrote:
how should a mp3 file be a caption?



this way this is a caption ( but I would like to show large image at the same time)

In my video.php I have

OR

<?
$video_player="MP3";
$video_autostart=true;
$video_show_dl_link=true;
$video_flash_site="rishon"; // if you store your mp3's local - if you put an url base here you can even link remote
?>


Top
 Profile  
 
 Post subject:
PostPosted: 27. May 2009, 15:55 
Offline
Site Admin
User avatar

Joined: 1. Aug 2005, 12:53
Posts: 11232
I still don't understand what this should mean/look like.

- Michael


Top
 Profile  
 
 Post subject:
PostPosted: 27. May 2009, 16:31 
Offline

Joined: 26. May 2009, 19:49
Posts: 13
TinyWebGallery wrote:
I still don't understand what this should mean/look like.

- Michael


as in your example but to show a large image at the same time when clicking on its thumbnail


http://www.tinywebgallery.com/demo/inde ... twg_show=x


Top
 Profile  
 
 Post subject:
PostPosted: 27. May 2009, 16:33 
Offline
Site Admin
User avatar

Joined: 1. Aug 2005, 12:53
Posts: 11232
No this is not possible. You would have to code this.
Where should the large image be placed?

- Michael


Top
 Profile  
 
 Post subject:
PostPosted: 27. May 2009, 16:47 
Offline

Joined: 26. May 2009, 19:49
Posts: 13
TinyWebGallery wrote:
No this is not possible. You would have to code this.
Where should the large image be placed?

- Michael


uner or before player

( in case user wants to stop plaing )

if not possile - maybe possible as a backround caption for each large image


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 25 posts ]  Go to page 1, 2  Next

All times are UTC + 1 hour [ DST ]


Who is online

Users browsing this forum: No registered users and 37 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
cron
powered by phpbb | Datenschutz/ Privacy policy