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:31

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 Previous  1, 2
Author Message
 Post subject:
PostPosted: 27. May 2009, 17:01 
Offline
Site Admin
User avatar

Joined: 1. Aug 2005, 12:53
Posts: 11232
I still don't understand what you mean with "background caption".

If I understand you right - no this is not possible by default. You would have to extend TWG for this.

- Michael


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

Joined: 26. May 2009, 19:49
Posts: 13
TinyWebGallery wrote:
I still don't understand what you mean with "background caption".

If I understand you right - no this is not possible by default. You would have to extend TWG for this.

- Michael


To show large image and to play on a background its mp3 file


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

Joined: 1. Aug 2005, 12:53
Posts: 11232
you would have to use the html mode and then start the mp3 player with the right parameters in the background.

- Michael


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

Joined: 26. May 2009, 19:49
Posts: 13
TinyWebGallery wrote:
you would have to use the html mode and then start the mp3 player with the right parameters in the background.

- Michael


THIS EXAMPLE

only instead of the rule - mp3 player

http://www.tinywebgallery.com/demo


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

Joined: 1. Aug 2005, 12:53
Posts: 11232
you could do this by using image.php and placing a mp3 player code in this file and make this dynamic.

http://www.tinywebgallery.com/de/faq.php#h28

- Michael


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

Joined: 26. May 2009, 19:49
Posts: 13
TinyWebGallery wrote:
you could do this by using image.php and placing a mp3 player code in this file and make this dynamic.

http://www.tinywebgallery.com/de/faq.php#h28

- Michael


THANK YOU VERY MATCH FOR YOUR SUPPORT

trying


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

Joined: 1. Aug 2005, 12:53
Posts: 11232
good - after a little bit thinking this should be the best way to do this because this file is automatically refreshed by AJAX too.

In image.php you have the variable $image which you can use to make it dynamic.

- Michael


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

Joined: 26. May 2009, 19:49
Posts: 13
TinyWebGallery wrote:
good - after a little bit thinking this should be the best way to do this because this file is automatically refreshed by AJAX too.

In image.php you have the variable $image which you can use to make it dynamic.

- Michael


YES
it goes perfect THAK YOU THANK YOU

IT CAN BE SAY DYNAMICALY MP3 CAPTION WITH MP3 PLAYER (if needed)

<?
defined( '_VALID_TWG' ) or die( 'Direct Access to this location is not allowed.' );
?>

<!--travel_01.jpg=-->
<?=$image . '.mp3' ?> =
<div align="center">
<OBJECT ID="MediaPlayer" WIDTH="400" HEIGHT="27"
CLASSID="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95"
STANDBY="Loading Windows Media Player components..." TYPE="application/x-oleobject">
<PARAM NAME="FileName" VALUE="<?=$image . '.mp3' ?>" valuetype="ref">
<PARAM name="autostart" VALUE="false">
<PARAM name="ShowControls" VALUE="true">
<param name="ShowStatusBar" value="false">
<PARAM name="ShowDisplay" VALUE="false">
<embed type="application/x-shockwave-flash"
src="http://www.google.com/reader/ui/3247397568-audio-player.swf?audioUrl=<?=$image . '.mp3' ?>"
width="400" height="27" allowscriptaccess="never" quality="best"
bgcolor="#ffffff" wmode="window" flashvars="playerMode=embedded" />
</OBJECT>
</div>


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

Joined: 1. Aug 2005, 12:53
Posts: 11232
well done ;).


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

Joined: 26. May 2009, 19:49
Posts: 13
:D :D :D


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

All times are UTC + 1 hour [ DST ]


Who is online

Users browsing this forum: Bing [Bot] and 78 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