<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title>Webmaster Forum</title>
		<description>Webmaster discussion on numerous topics including Website design, programming, scripting, hosting, server administration, search engines, and operating systems</description>
		<link>http://www.ozzu.com/</link>
		<lastBuildDate>Fri, 20 Nov 2009 13:06:01 -0800</lastBuildDate>
				<item>
			<dc:creator>actionlearn</dc:creator>
			<pubDate>Fri, 20 Nov 2009 08:31:12 -0800</pubDate>
			<guid>http://www.ozzu.com/flash-forum/how-play-sound-without-being-stored-temp-t101104.html</guid>
			<link>http://www.ozzu.com/flash-forum/how-play-sound-without-being-stored-temp-t101104.html</link>
			<title>how to play sound without being stored in temp</title>
			<description><![CDATA[I have an important sound files<br />i need advice and directing <br />how can i use flash to play them only on site<br />without being downloaded to temporary inernet files?<br /><br />I wase adviced to use flash media server<br />I saw the price of (Flash Media Streaming Server) it costs:US$995<br /><br />is that what i need?<br /><br />considering that the users may be alot<br /><br />and if I purchased it ,and there is a site and room now available <br /><br />is that ok and enough ?<br />or the streaming needs more costs?<br />I mean have I to pay only one time or there is other costs??<br />and can I learn rapidly how to deal with it?<br /><br />sorry because I am a beginner and need that to much <br /><br />on the other side <br />if I couldnt pay that price<br />how much of time is required from me to have a fair idea about the action script needed and how to deal with servers?<br /><br />and from where you advice to begin?<br /><br /><br /><br />also  I like to ask about  (Wowza Media Server) which is an alternative to FMS -   some one told me that he found it to be quite good and it comes with lots of demo applications. <br /><br />is that is as the same security as flash media server <br />and the files isnt stored in the temporary internet files?<br /><br />sorry for that lot of questions and thank you]]>&lt;br /&gt;&lt;br /&gt;Topic Replies: 0</description>
		</item>
				<item>
			<dc:creator>robert_777</dc:creator>
			<pubDate>Tue, 17 Nov 2009 19:05:42 -0800</pubDate>
			<guid>http://www.ozzu.com/flash-forum/panoramic-view-left-right-resolution-problems-t101058.html</guid>
			<link>http://www.ozzu.com/flash-forum/panoramic-view-left-right-resolution-problems-t101058.html</link>
			<title>Panoramic View(left &amp; right) - resolution problems</title>
			<description><![CDATA[Hi guys,<br />like in the topic  I have a problem with a panoramic view. Im trying to create a panoramic view that could be viewed in any size of  the browser. Unfortunately, it dosent work as I would like to, especially, in higher resolutions. What I need to do is to change one value accordingly with a proper resolution. For instance:<br /><br />if (Stage.width &gt; 959 &amp;&amp; Stage.width &lt; 1300)<br />        {<br />           Myvalue = 2;<br />		   <br />        } <br /><br />or <br /><br />if (Stage.width &gt; 1500)<br />        {<br />           Myvalue = 5;<br />		   <br />        } <br /><br /><br />My code looks like this:<br /><p>code:</p><pre style="border:1px solid #000000; background-color:#eeeeee;"><br />stop ();<br /><br /><br />var Myvalue: Number;<br />var dist;<br />var fraction;<br />var decel;<br />var halfWidth = Stage.width / 2;<br />var newposx = halfWidth;<br />var currposx;<br /><br /><br />//As you can see Im trying to change this line<br />value should depend on the resolution(different resolution different value)<br /><br />var range = (_root.panorama_mc._width - Stage.width) / Myvalue;<br /><br />var currtime;<br />var now;<br />var menutriggerdist = 150;<br />var menumaxscale = 300;<br />var menumultiplier = 1.500000E+000;<br /><br /><br /><br />_root.onEnterFrame = function ()<br />{<br />    var _loc1 = _root;<br />    if (_loc1.borders_mc.hittest(_xmouse, _ymouse, true) == false)<br />    {<br />        distancex = _loc1.panorama_mc._x - newposx;<br />        _loc1.panorama_mc._x = _loc1.panorama_mc._x - distancex / decel;<br />        _loc1.onMouseMove = function ()<br />        {<br />            var _loc1 = _root;<br />            currtime = getTimer();<br />            dist = _loc1._xmouse - halfWidth;<br />            fraction = Math.abs(dist / halfWidth);<br />            decel = fraction * 15 + 5;<br />            if (dist &lt; 0)<br />            {<br />                newposx = halfWidth + fraction * range;<br />            }<br />            else<br />            {<br />                newposx = halfWidth - fraction * range;<br />            } // end else if<br />            _loc1.currposx = _loc1.panorama_mc._x;<br />        };<br />        return;<br />    } // end if<br />    delete _loc1.onMouseMove;<br />    _loc1.panorama_mc.onEnterframe = function ()<br />    {<br />        var _loc2 = _root;<br />        now = getTimer();<br />        var _loc1 = 5;<br />        decel = 35;<br />        if (now &gt; currtime + _loc1 * 1000)<br />        {<br />            distancex = _loc2.panorama_mc._x - halfWidth;<br />            _loc2.panorama_mc._x = _loc2.panorama_mc._x - distancex / decel;<br />        } // end if<br />    };<br />};<br /></pre><br /><br />Ive tried to work it out, but I failed. Could somebody provide me with a working function or sth <img src="./images/smilies/icon_sad.gif" alt=":(" title="Sad">?<br /><br />TY in advance.]]>&lt;br /&gt;&lt;br /&gt;Topic Replies: 0</description>
		</item>
				<item>
			<dc:creator>fb1800</dc:creator>
			<pubDate>Tue, 17 Nov 2009 05:00:02 -0800</pubDate>
			<guid>http://www.ozzu.com/flash-forum/superposition-datagrid-unwanted-t101048.html</guid>
			<link>http://www.ozzu.com/flash-forum/superposition-datagrid-unwanted-t101048.html</link>
			<title>Superposition of Datagrid unwanted</title>
			<description><![CDATA[Hi,<br /><br />I am having a problem with the gotoAndStop function in my CS3 flash application.<br /><br />I have 3 frame on my timeline (keyframes). I click on a button of the first frame and pass to the frame 2 by having a listener on the button doing : gotoAndStop(2,&quot;Scene 1&quot;). Frame 1 and Frame 2 contains both a different Datagrid (as a MovieClip)<br /><br />I have a problem appearing here. The datagrid from frame1 is still displayed under (kind of background) the datagrid from frame2. They are kind of superposed. The datagrid is the only element from frame 1 having this behavior. The buttons and text area are not displayed, following the normal behavior.<br /><br />Here is the part of my code doing that :<br /><br />Buy.addEventListener(MouseEvent.CLICK, readyToBuy);<br />callServer();<br /><br /><br />function readyToBuy(e:Event):void{<br />gotoAndStop(2,&quot;Scene 1&quot;);<br />}<br /><br />I added a stop at the beginning of frame2 and it didnt change anything (logic i think).<br /><br />Any help is more than welcomed. I dont understand this strange behavior.<br /><br />Thanks in advance for any advice.]]>&lt;br /&gt;&lt;br /&gt;Topic Replies: 0</description>
		</item>
				<item>
			<dc:creator>ecottage</dc:creator>
			<pubDate>Sat, 14 Nov 2009 23:07:18 -0800</pubDate>
			<guid>http://www.ozzu.com/flash-forum/how-show-all-layers-timeline-for-flash-template-t101022.html</guid>
			<link>http://www.ozzu.com/flash-forum/how-show-all-layers-timeline-for-flash-template-t101022.html</link>
			<title>How to show all layers in timeline for a Flash template?</title>
			<description><![CDATA[Hi! I purchased Deltas Flash Template #23263 and Adobes Flash CS4 Pro. The timeline &amp; the stage area only shows 13 layers, so when I click on Control-&gt;Play, only those 13 layers are show in stage. When I test the movie, the template shows all images, pages, buttons, etc.  How do I display all layers from the template in the timeline and stage?  Thanks in advance.]]>&lt;br /&gt;&lt;br /&gt;Topic Replies: 0</description>
		</item>
				<item>
			<dc:creator>dilly</dc:creator>
			<pubDate>Sat, 14 Nov 2009 12:05:08 -0800</pubDate>
			<guid>http://www.ozzu.com/flash-forum/onrelease-issue-dynamically-created-clips-t101019.html</guid>
			<link>http://www.ozzu.com/flash-forum/onrelease-issue-dynamically-created-clips-t101019.html</link>
			<title>onRelease issue on dynamically created clips</title>
			<description><![CDATA[Im sure this is just a user error on my part.<br /><br />I have an instance of a movie clip and use it to dynamically generate 12 new clips. Each clip has an onRelease attached to it as a function. There is another clip on the stage (textholder) with a variable text field (cliptext) attached to it. What I want to do is change the contents of the variable text field depending on which dynamically generated clip the user clicks on. Code thus:<br /><br />for (j=1; j&lt;=12; j++) {<br />    newclipname = &quot;clip&quot; + j;<br />    duplicateMovieClip(_root.baseclip,newclipname,j);<br />    _root[newclipname].onRelease = function() {<br />        cliptext = hello world  + j;<br />        _root.textholder.cliptext.text = cliptext;<br />    }<br />}<br /><br />When playing the movie, all the clips are in place, I can click on each one and everything works, except the text that appears in _root.textholder.cliptext is _always_ hello world 13. Like I said Im sure this is my fault, looks like the function is resetting events - just my head is so filled with PHP and JS I cant get it around this one. Any help would be appreciated. Thanks in advance.<br /><br />Mike]]>&lt;br /&gt;&lt;br /&gt;Topic Replies: 1</description>
		</item>
				<item>
			<dc:creator>Blackbook</dc:creator>
			<pubDate>Fri, 13 Nov 2009 20:01:43 -0800</pubDate>
			<guid>http://www.ozzu.com/flash-forum/putting-flash-picture-viewer-where-read-more-page-t101014.html</guid>
			<link>http://www.ozzu.com/flash-forum/putting-flash-picture-viewer-where-read-more-page-t101014.html</link>
			<title>Putting in flash picture viewer where a 'Read More' page is</title>
			<description><![CDATA[Hey there, Im after specific help with a template I brought from this website, does anone here know a way to get support for modifying a template?<br /><br />Basically, Im wanting to modify (<!-- l --><a class="postlink-local" href="http://www.ozzu.com/designs/website_templates/xml_flash_site/template_number/26485/">designs/website_templates/xml_flash_site/template_number/26485/</a><!-- l -->). Ive managed to figure out some things, and have changed the sites look quite well - however, Im trying to acheve what I consider to be impossible for my knowedlge/tinkering skills.<br /><br />Where the Read More pages are displayed, Id like to create a new Read More design. Ive located the template layout in the fla (within the pages2 clip, frame 6, layer 7) but Im stumped as to how to create a new looking page, without replacing that one.<br /><br />What Im ideally trying to achieve is the following;<br /><br />Under the Home tab, there is a Works menu, where images are displayed and they link to # by default. Ive managed to link them up to ReadOnly3 (which I created with a simple copy/paste in the .xml) and that works brilliantly. But, Id like to as I say, link it to a job page, (with its own design). On that page, Id like to have a little bit of text and a scrolling picture slide show with details of the job.<br /><br />Now, each of the images under the works menu, would need its own little page, with own text and slideshow.<br /><br />I hope Im making sense. Heres a picture of what Im trying to achieve;<br /><br /><!-- m --><span class="postlink img_link">http://www.davidmaymedia.c0m/images/ideal.png</span><!-- m -->  <span style="font-weight: bold"> (replace 0 with an o)</span><br /><br />Im trying to think wether its easier just trying to make a new keyframe page the way the rest of the pages have been done, but I cant think of a way of linking that to an image. The html in the .xml isnt really helping.<br /><br /><p>code:</p><pre style="border:1px solid #000000; background-color:#eeeeee;">&lt;link systemOrder=&quot;3&quot;&gt;&lt;!&#91;CDATA&#91;<br />&lt;font color=&quot;#ffffff&quot;&gt;03.&lt;/font&gt; REEL<br />&#93;&#93;&gt;&lt;/link&gt;</pre><br /><br /><br /><p>code:</p><pre style="border:1px solid #000000; background-color:#eeeeee;">&lt;image imageUrl=&quot;_pic1.png&quot; link=&quot;asfunction:_root.more_click_func,0&quot;/&gt;</pre><br /><br />Anyway, I hope you can help me, or tell me someone who can <img src="./images/smilies/icon_biggrin.gif" alt=":D" title="Very Happy"><br /><br />-Dave]]>&lt;br /&gt;&lt;br /&gt;Topic Replies: 3</description>
		</item>
				<item>
			<dc:creator>iescassa</dc:creator>
			<pubDate>Fri, 13 Nov 2009 13:30:15 -0800</pubDate>
			<guid>http://www.ozzu.com/flash-forum/volume-button-off-t101010.html</guid>
			<link>http://www.ozzu.com/flash-forum/volume-button-off-t101010.html</link>
			<title>volume button on / off</title>
			<description><![CDATA[Hello everyone, I have a flash project with multiple sounds (different frames), and need to be able to quench all with a button, and replace volume with the same button or different. Can someone help?<br /><br />I have tried to gain fader button common library, but I do not work.<br /><br />Thank you very much in advance.]]>&lt;br /&gt;&lt;br /&gt;Topic Replies: 0</description>
		</item>
				<item>
			<dc:creator>Blackbook</dc:creator>
			<pubDate>Fri, 13 Nov 2009 00:26:38 -0800</pubDate>
			<guid>http://www.ozzu.com/flash-forum/turning-read-more-box-into-video-showreel-page-t101000.html</guid>
			<link>http://www.ozzu.com/flash-forum/turning-read-more-box-into-video-showreel-page-t101000.html</link>
			<title>Turning a 'Read More' box, into a video showreel page.</title>
			<description><![CDATA[Please delete this. I figured it out on my own.<br /><br />Thanks]]>&lt;br /&gt;&lt;br /&gt;Topic Replies: 1</description>
		</item>
				<item>
			<dc:creator>ecottage</dc:creator>
			<pubDate>Tue, 10 Nov 2009 20:05:31 -0800</pubDate>
			<guid>http://www.ozzu.com/flash-forum/how-edit-flash-template-t100981.html</guid>
			<link>http://www.ozzu.com/flash-forum/how-edit-flash-template-t100981.html</link>
			<title>How to edit a flash template?</title>
			<description><![CDATA[Hi!  I purchased Deltas Flash Template #23263, Adobes Flash CS4 Pro and Lyndas Flash Essential Training Video.<br />  Is there a training video or book to teach me to edit a flash template?<br />  It seems that most videos/books only teach me to draw in flash in the early chapters. I need help with editing a web template.<br />  I guess Im doing the Flash learning phase backwards, but I just want to tweak various templates &amp; create my own web sites. Later, Ill learn how to make shapes and color in those shapes.<br />  Thank you!]]>&lt;br /&gt;&lt;br /&gt;Topic Replies: 1</description>
		</item>
				<item>
			<dc:creator>Rika</dc:creator>
			<pubDate>Tue, 10 Nov 2009 19:17:21 -0800</pubDate>
			<guid>http://www.ozzu.com/flash-forum/balloon-shooter-game-tutorial-needed-t100973.html</guid>
			<link>http://www.ozzu.com/flash-forum/balloon-shooter-game-tutorial-needed-t100973.html</link>
			<title>balloon shooter game tutorial needed</title>
			<description><![CDATA[I have found this tutorial for a flash game in the link below, howwever its AS 2.0. Does anyone know a AS3 version of this?<br /><br />www DOT layoutgalaxy DOT com/html/htmnewletter47-page1.HTM]]>&lt;br /&gt;&lt;br /&gt;Topic Replies: 0</description>
		</item>
			</channel>
</rss>