Page 1 of 1

embedding a flash music player?

Posted: Wed Jun 13, 2012 6:14 am
by kris
Hi Hopki

I saw this http://gardengnomesoftware.com/forum/vi ... =13&t=7424 embedding internet radio.
Is there any possibility to embed any of these flash music players into pano.please post project file.

http://www.instantshift.com/2010/02/10/ ... r-website/

regards,
kris

Re: embedding a flash music player?

Posted: Wed Jun 13, 2012 11:07 am
by Tong
i used http://musicplayer.sourceforge.net/
very simple to set

add in html

Code: Select all

		<p align="center">
		<script type="text/javascript">
			p2q_EmbedFlash('xspf_player_slim.swf?playlist_url=test.xspf&autoplay=true&autoresume=true','400','15');
		</script>
			<a href="javascript:close();">close</a>
		</p>	
and make xsp file like in instruction, in this case test.xsp

Code: Select all

<?xml version="1.0" encoding="UTF-8"?>
<playlist version="1" xmlns = "http://xspf.org/ns/0/">
  <title>Restoran Music Vol 1</title>
  <trackList>
    <track>
      <location>Matsutani_Suguru-K._545.mp3</location>
      <title>Matsutani_Suguru-K._545</title>
    </track>
    <track>
      <location>Matsutani_Suguru-Konna_ni_Chikaku_De..._Piano_Version.mp3</location>
      <title>Matsutani_Suguru-Konna_ni_Chikaku_De..._Piano_Version</title>
    </track>
    <track>
      <location>Matsutani_Suguru-Paris..._Asa.mp3</location>
      <title>Matsutani_Suguru-Paris..._Asa</title>
    </track>
    <track>
      <location>Matsutani_Suguru-Piano_no_Tame_no_Kibou.mp3</location>
      <title>Matsutani_Suguru-Piano_no_Tame_no_Kibou</title>
    </track>
  </trackList>
</playlist>

Re: embedding a flash music player?

Posted: Mon Jun 18, 2012 2:09 pm
by kris
Hi tong can you post the working project file.

thanks

Re: embedding a flash music player?

Posted: Mon Jun 18, 2012 11:48 pm
by Hopki
External MP3 Music Players
Using the external swf loader

Player_mp3_maxi.swf
Website:
http://flash-mp3-player.net/players/maxi/documentation/

Here are three players, downside only opens once per panorama.

Example of text:
player_mp3_maxi.swf?mp3=mp3/01.mp3
To add functions add a &

====================================================

XSPF Player

Website:
http://musicplayer.sourceforge.net/

Example text:
xspf_player_slim.swf?song_url=test.mp3

Example:
xspf_player_slim.swf?song_url=mp3/02.mp3&song_title=Open Click&autoplay=1&repeat_playlist=1&player_title=Your Text



Regards,
Hopki