<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[KillerSites.com Web Design Forums - Flash 8 custom media player (sound files)]]></title>
		<link>http://www.killersites.com/forums/topic/171/flash-8-custom-media-player-sound-files/</link>
		<description><![CDATA[The most recent posts in Flash 8 custom media player (sound files).]]></description>
		<lastBuildDate>Fri, 19 Jun 2009 08:31:46 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Flash 8 custom media player (sound files)]]></title>
			<link>http://www.killersites.com/forums/post/8612/#p8612</link>
			<description><![CDATA[<p>well</p>]]></description>
			<author><![CDATA[dummy@example.com (sarath)]]></author>
			<pubDate>Fri, 19 Jun 2009 08:31:46 +0000</pubDate>
			<guid>http://www.killersites.com/forums/post/8612/#p8612</guid>
		</item>
		<item>
			<title><![CDATA[Flash 8 custom media player (sound files)]]></title>
			<link>http://www.killersites.com/forums/post/716/#p716</link>
			<description><![CDATA[<p>I have a custom media player and I have my sound files playing when I click the play/pause button and segment buttons that I have created but I don&#039;t know how to make the play/pause button pause. I have a forward and back btn that I want to have working so that it will go to the previous and next sound file. I have a stop btn that stops all sounds. When I click segment 1 it plays and when I click segment 2 it plays but segment 1 keeps playing. I want to have it where if I click 1 of them it plays but when I click a different one, the first sound stops and the second file plays. My whole website is in 1 layer and the pages are in different frames. My media player is in frame 9. Here is my actionscript for frame 9:</p><br /><p>mysound1 = new Sound();<br />mysound1.attachSound(&quot;segment1&quot;);<br />segment1_btn.onRelease = function() {<br />mysound1.start();<br />}<br />mysound2 = new Sound();<br />mysound2.attachSound(&quot;segment2&quot;);<br />segment2_btn.onRelease = function() {<br />mysound2.start();<br />}<br />mysound3 = new Sound();<br />mysound3.attachSound(&quot;segment3&quot;);<br />segment3_btn.onRelease = function() {<br />mysound3.start();<br />}<br />mysound4 = new Sound();<br />mysound4.attachSound(&quot;segment4&quot;);<br />segment4_btn.onRelease = function() {<br />mysound4.start();<br />}<br />mysound5 = new Sound();<br />mysound5.attachSound(&quot;segment5&quot;);<br />segment5_btn.onRelease = function() {<br />mysound5.start();<br />}<br />playButton.onRelease = function() {<br />mysound1.start();<br />}</p><p>stopButton.onPress = function() {<br />stopAllSounds();<br />}<br />slider_1.onPress = function(){<br />this.startDrag(true, _root.groove_1._x,_root.groove_1._y, _root.groove_1._x + 98,_root.groove_1._y);<br />} <br />slider_1.onRelease = function(){<br />this.stopDrag();<br />}<br />slider_1.onMouseMove = function(){<br />newPoint = Object();<br />newPoint.x = this._x<br />newPoint.y = this._y<br />_root.groove_1.globalToLocal(newPoint);<br />_root.mysound1.setVolume(-1*newPoint.x);<br />}</p>]]></description>
			<author><![CDATA[dummy@example.com (acting15)]]></author>
			<pubDate>Fri, 26 Dec 2008 21:17:55 +0000</pubDate>
			<guid>http://www.killersites.com/forums/post/716/#p716</guid>
		</item>
	</channel>
</rss>
