View Single Post
  #1 (permalink)  
Old 06-21-2008, 04:18 PM
raptor5099 raptor5099 is offline
Novice
Join Date: Oct 2007
Posts: 25
iTrader: (0)
raptor5099 is on a distinguished road
open flash player in new window

When the visitor clicks Listen to album i would like the the flash player to open in a new window keeping them at whatever page they were on..



And this the code to the Listen to album (mysite2.html)...
Quote:
<script type="text/javascript" src="swfobject.js"></script>

<div id="flashPlayer">
This text will be replaced by the flash music player.
</div>

<script type="text/javascript">
var so = new SWFObject("playerMultipleList.swf", "mymovie", "295", "200", "7", "#FFFFFF");
so.addVariable("autoPlay","yes")
so.addVariable("playlistPath","playlist.xml")
so.write("flashPlayer");
</script>

__________________

Digg this Post! Del.Icio.Us this Post! Technorati this Post! Furl this Post! Mister Wong this Post! Newsvine this Post! Spurl this Post! Reddit this Post! Netscape this Post!

Last edited by raptor5099 : 06-24-2008 at 10:25 PM.
Reply With Quote