|
#11
|
|||
|
|||
|
Great idea. I have placed the dewplayer together with the Custom Field addon on my blog to assign some of my audio-compositions to my photos. Works really flawless, except I had to expand the required database fields of the addon to 300byte cause of the lengthy flashplayer code (default is 121, which isn't enough).
Check: http://www.accessible.de/pixelpost/i...?showimage=691 I've searched a while to connect individual audios with photos. The solution discussed here is very good, thanks for the inspiration! Uwe
__________________
www.accessible.de |
|
#12
|
||||
|
||||
|
I haved tested some java script to play the same music overall the pp site,
I think if you open a new windows with the sound on it like this will work Code:
<script language="JavaScript">
<!--
function playmusic(url,name)
{
new_window = window.open('template/template_name/sound/page sound.html','the_name_of_the_new_page', ' menubar,resizable,dependent,status,width=300,height=200,left=10,top=10')
}
// -->
</script>
Code:
<body onload="playmusic()"> page_sound.html Code:
<object type="application/x-shockwave-flash" data="dewplayer.swf?mp3=votre_son.mp3&autoplay=1" width="200" height="20"> <param name="movie" value="dewplayer.swf?mp3=votre_son.mp3&autoplay=1" /> </object> download available here... http://www.alsacreations.fr/dewplayer |
|
#13
|
||||
|
||||
|
Just tested what I have advanced in the last post but it is not working, the sound is refreshing on every page load, I will have to create an addon to load only once the popup with the sound I guess with the $_SESSION variable, but I am not sure. anyway I will test that and come with an answer
|
|
#14
|
|||
|
|||
|
Quote:
How about the testing now? thanks. |
| Post Reply |
| Thread Tools | |
|
|