<?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>Sat, 04 Jul 2009 21:06:01 -0700</lastBuildDate>
				<item>
			<dc:creator>mtg131g</dc:creator>
			<pubDate>Fri, 03 Jul 2009 14:41:27 -0700</pubDate>
			<guid>http://www.ozzu.com/flash-forum/finding-needle-template-t98738.html</guid>
			<link>http://www.ozzu.com/flash-forum/finding-needle-template-t98738.html</link>
			<title>Finding needle in a template!!!</title>
			<description><![CDATA[I am trying to find a blur feature of the template that I am posting. in the beginning of the template you have the loading screen and then the main page loads up with 5 pictures and then places a blur over the pictures. I would like to remove this blur on the pictures so that the pictures can be seen with out the blur. I can not find where this person has installed the blur in this file. <br /><br />Can some one please help me find this blur... is it in the actionscript? or is it in a movie?<br /><a class="postlink" href="http://matthewthomasphotos.com/max/maxwebsite.fla" rel="nofollow" target="_blank">http://matthewthomasphotos.com/max/maxwebsite.fla</a>]]>&lt;br /&gt;&lt;br /&gt;Topic Replies: 2</description>
		</item>
				<item>
			<dc:creator>MisterM</dc:creator>
			<pubDate>Thu, 02 Jul 2009 07:32:22 -0700</pubDate>
			<guid>http://www.ozzu.com/flash-forum/stream-flash-player-not-working-t98713.html</guid>
			<link>http://www.ozzu.com/flash-forum/stream-flash-player-not-working-t98713.html</link>
			<title>Stream flash player not working</title>
			<description><![CDATA[I have a player to connect to an online radio, when I test the program, Flash CS4, connects with the radio and it works wonderfully, but after the upload to the server does not work in any way anyone can tell me how to fix this? I call on-site, and appears in its place and rank, but does not work. I called directly from IE and not working.<br />Can I help you?]]>&lt;br /&gt;&lt;br /&gt;Topic Replies: 0</description>
		</item>
				<item>
			<dc:creator>flimsy</dc:creator>
			<pubDate>Thu, 02 Jul 2009 03:18:15 -0700</pubDate>
			<guid>http://www.ozzu.com/flash-forum/flash-seo-t98701.html</guid>
			<link>http://www.ozzu.com/flash-forum/flash-seo-t98701.html</link>
			<title>Flash in SEO??</title>
			<description><![CDATA[Hey, <br /><br />Here I have come up with some suggestions.<br /><br />Flash website design [domain removed] is not as search engine friendly as websites which are designed in HTML. However, there are some tactics by which effectively optimize your Flash website.<br /><br />1) You should place your Flash files within HTML files. So you will be able to add your META Tag data and add some HTML above the Flash elements which can effectively be spidered by the engines.<br /><br />2) Create a version of your site which doesnt use Flash. So you will get the best of both worlds.<br /><br />3) I would recommend to use SWFObject 2.x using static delivery which provides best flexible way to publish your flash content. It will enables you to provide crawlable alternative html content.]]>&lt;br /&gt;&lt;br /&gt;Topic Replies: 0</description>
		</item>
				<item>
			<dc:creator>kisso</dc:creator>
			<pubDate>Wed, 01 Jul 2009 20:08:11 -0700</pubDate>
			<guid>http://www.ozzu.com/flash-forum/receiving-blank-emails-from-flash-contact-form-t98695.html</guid>
			<link>http://www.ozzu.com/flash-forum/receiving-blank-emails-from-flash-contact-form-t98695.html</link>
			<title>Receiving Blank Emails from Flash Contact Form</title>
			<description><![CDATA[Please help, Ive tried everything and cant figure this out<br />I created a contact form in flash and keep getting blank emails when I test it.<br /><br /><br />FLASH<br /><br /><p>CODE:</p><blockquote style="border:1px solid #000000; padding:5px; background-color:#eeeeee;"><p><div id="cb96601" style="font-family: monospace;">function clearField()<br />{<br />&nbsp; &nbsp; theName.text = label1;<br />&nbsp; &nbsp; theEmail.text = label2;<br />&nbsp; &nbsp; thePhone.text = label3;<br />&nbsp; &nbsp; theMessage.text = label4;<br />}//End of the Function<br />label1 = &quot;Your Name:&quot;;<br />label2 = &quot;Telephone:&quot;;<br />label3 = &quot;E-Mail Address:&quot;;<br />label4 = &quot;Message:&quot;;<br />countField = 4;<br />clearField();<br />var arrayLabel = new Array();<br />for (i = 1; i &lt; countField + 1; i++)<br />{<br />&nbsp; &nbsp; txtField = this[&quot;txtField&quot; + i];<br />&nbsp; &nbsp; txtField.index = i;<br />&nbsp; &nbsp; arrayLabel[i] = this[&quot;label&quot; + i];<br />&nbsp; &nbsp; txtField.tabIndex = i;<br />&nbsp; &nbsp; txtField.onSetFocus = function ()<br />&nbsp; &nbsp; {<br />&nbsp; &nbsp; &nbsp; &nbsp; if (this.text == arrayLabel[this.index])<br />&nbsp; &nbsp; &nbsp; &nbsp; {<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; this.text = &quot;&quot;;<br />&nbsp; &nbsp; &nbsp; &nbsp; } &nbsp; &nbsp; &nbsp; // end if<br />&nbsp; &nbsp; };<br />&nbsp; &nbsp; txtField.onKillFocus = function ()<br />&nbsp; &nbsp; {<br />&nbsp; &nbsp; &nbsp; &nbsp; if (this.text == &quot;&quot;)<br />&nbsp; &nbsp; &nbsp; &nbsp; {<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; this.text = arrayLabel[this.index];<br />&nbsp; &nbsp; &nbsp; &nbsp; } &nbsp; &nbsp; &nbsp; // end if<br />&nbsp; &nbsp; };<br />} // end of for<br />btnClear.onRollOver = function ()<br />{<br />&nbsp; &nbsp; this.gotoAndPlay(&quot;over&quot;);<br />};<br />btnClear.onRollOut = btnClear.onReleaseOutside = function ()<br />{<br />&nbsp; &nbsp; this.gotoAndPlay(&quot;out&quot;);<br />};<br />btnClear.onRelease = function ()<br />{<br />&nbsp; &nbsp; clearField();<br />};<br />sender.onRollOver = function ()<br />{<br />&nbsp; &nbsp; this.gotoAndPlay(&quot;over&quot;);<br />};<br />sender.onRollOut = btnSubmit.onReleaseOutside = function ()<br />{<br />&nbsp; &nbsp; this.gotoAndPlay(&quot;out&quot;);<br />};<br />sender.onRelease = function ()<br />{<br />&nbsp; &nbsp; if (_root.pages.pagess.page5.contactform.theName.text == label1 || _root.pages.pagess.page5.contactform.theEmail.text == label2 || _root.pages.pagess.page5.contactform.thePhone.text == label3 || _root.pages.pagess.page5.contactform.theMessage.text == label4)<br />&nbsp; &nbsp; {<br />&nbsp; &nbsp; &nbsp; &nbsp; gotoAndStop(3);<br />&nbsp; &nbsp; }<br />&nbsp; &nbsp; else<br />&nbsp; &nbsp; {<br />&nbsp; &nbsp; &nbsp; &nbsp; _root.pages.pagess.page5.contactform.loadVariables(&quot;http://www.server.com/email.php&quot;, &quot;POST&quot;);<br />&nbsp; &nbsp; &nbsp; &nbsp; gotoAndStop(2);<br />&nbsp; &nbsp; } &nbsp; // end else if<br />};<br />stop ();<br /></div></p></blockquote><br /><br />and this is the PHP<br /><br /><p>CODE:</p><blockquote style="border:1px solid #000000; padding:5px; background-color:#eeeeee;"><p><div id="cb31471" style="font-family: monospace;">&nbsp;<br />&nbsp;&lt;?php <br />&nbsp;<br />$destination=&quot;email@server.com&quot;;<br />$name=$_POST[theName];<br />$phone=$_POST[thePhone];<br />$email=$_POST[theEmail];<br />$message=$_POST[theMessage];<br />$subject=&quot;Message from $name Online Inquiry&quot; ;<br />$message=&quot;Name : $namen<br />Phone: $phonen<br />Email: $emailn<br />Comments: $messagen&quot;;<br />mail($destination,$subject,$message); <br />?&gt;<br /></div></p></blockquote>]]>&lt;br /&gt;&lt;br /&gt;Topic Replies: 0</description>
		</item>
				<item>
			<dc:creator>joebert</dc:creator>
			<pubDate>Wed, 01 Jul 2009 16:45:13 -0700</pubDate>
			<guid>http://www.ozzu.com/flash-forum/actionscript-sound-waveform-timeline-slider-t98687.html</guid>
			<link>http://www.ozzu.com/flash-forum/actionscript-sound-waveform-timeline-slider-t98687.html</link>
			<title>Actionscript Sound Waveform Timeline Slider</title>
			<description><![CDATA[Im looking to generate something like this from a loaded MP3 to use as a timeline slider for the playback of the sound.<br /><br />Ive seen examples of how to get the data for the current moment of sound, but Ive not come across anything yet that will let me seek ahead to generate a graph like that where a position handle can slide along.<br /><br /><!-- ia0 -->waveform.gif<!-- ia0 --><br /><br />Im using the Flex 3.3 SDK and AS3.]]>&lt;br /&gt;&lt;br /&gt;Topic Replies: 0</description>
		</item>
				<item>
			<dc:creator>tedddd</dc:creator>
			<pubDate>Tue, 30 Jun 2009 03:20:18 -0700</pubDate>
			<guid>http://www.ozzu.com/flash-forum/scrollinig-content-t98644.html</guid>
			<link>http://www.ozzu.com/flash-forum/scrollinig-content-t98644.html</link>
			<title>scrollinig content</title>
			<description><![CDATA[Hi.<br /><br />Im using CS3 and i wrote in actionscript 3 an .as file that sends a request to a server and gets as a response an xml file. After loading the xml i create dynamically i big number of questions each one of them with some possible choices for the user to select(Radio buttons). The problem is that i have about 40 questions with about 120 radio buttons to show the user but only 5 fit the screen and the others are not visible. Can anyone give me a help using scrollpane or something else so i can give the user a way to see all of the questions and radio buttons available?<br /><br />Thanx]]>&lt;br /&gt;&lt;br /&gt;Topic Replies: 6</description>
		</item>
				<item>
			<dc:creator>gromituk2k</dc:creator>
			<pubDate>Mon, 29 Jun 2009 05:04:25 -0700</pubDate>
			<guid>http://www.ozzu.com/flash-forum/searching-database-problems-t98624.html</guid>
			<link>http://www.ozzu.com/flash-forum/searching-database-problems-t98624.html</link>
			<title>Searching a database problems</title>
			<description><![CDATA[I have a MySQL database with one table in it which contains a list of unique number/letter combinations, e.g. 234gfd5675<br /><br />In my Flash file I then have one text field and a button. What I want to happen is then a combination is entered into the text field and the button is pressed, using a PHP file, the database is searched for this combination. If not fund an error is displayed and if the combination is found then the Flash file will continue to the next frame.<br /><br />Any ideas on a good tutorial to use for this? I have found loads that write to a database and then deiplay the content, but can not find any that will search the database.]]>&lt;br /&gt;&lt;br /&gt;Topic Replies: 1</description>
		</item>
				<item>
			<dc:creator>TheGinger</dc:creator>
			<pubDate>Sun, 28 Jun 2009 18:08:18 -0700</pubDate>
			<guid>http://www.ozzu.com/flash-forum/centering-flash-file-browser-t98606.html</guid>
			<link>http://www.ozzu.com/flash-forum/centering-flash-file-browser-t98606.html</link>
			<title>Centering a Flash File in a browser.</title>
			<description><![CDATA[EDIT: I decided just to make it an HTML/XHTML website instead of a flash website because the website ended up being so simple. So no help is really needed anymore.<br /><br /><br />So I went ahead and chose to &quot;Center&quot; the flash file while publishing it, and it still wont center. Here is a picture of the specification to center:<br /><br /><img src="http://i123.photobucket.com/albums/o305/nosocceraloud/centering.jpg" alt="Image"><br /><br />And you can visit the web page, and see that its not centered.<br /><br />Click the url to go to the web page. <a class="postlink" href="http://www.vectorvanity.com/fail/INDEX.html" rel="nofollow" target="_blank">http://www.vectorvanity.com/fail/INDEX.html</a><br /><br />Info:<br />Action Script 3.0<br />Flash CS4<br />Publishing for 10 I believe..]]>&lt;br /&gt;&lt;br /&gt;Topic Replies: 1</description>
		</item>
				<item>
			<dc:creator>Arcanum85</dc:creator>
			<pubDate>Wed, 24 Jun 2009 15:14:23 -0700</pubDate>
			<guid>http://www.ozzu.com/flash-forum/why-does-homepage-flash-when-click-from-page-page-t98521.html</guid>
			<link>http://www.ozzu.com/flash-forum/why-does-homepage-flash-when-click-from-page-page-t98521.html</link>
			<title>Why does my homepage flash when i click from page to page?</title>
			<description><![CDATA[Why does my homepage flash when i click from page to page?  Everytime i click i new link to a different page, the homepage flashes before going to the next page.  The action script i have on my buttons is <br /><br />on (release) {<br />loadMovieNum(&quot;Swf Name.swf&quot;, 2);<br />}<br /><br /><br />All the correct swf. file names are typed into the action script for each button.  Can anyone help?]]>&lt;br /&gt;&lt;br /&gt;Topic Replies: 4</description>
		</item>
				<item>
			<dc:creator>skyfrance</dc:creator>
			<pubDate>Tue, 23 Jun 2009 15:35:26 -0700</pubDate>
			<guid>http://www.ozzu.com/flash-forum/how-redirect-from-flash-video-another-website-t98495.html</guid>
			<link>http://www.ozzu.com/flash-forum/how-redirect-from-flash-video-another-website-t98495.html</link>
			<title>How to Redirect from Flash Video to another Website?</title>
			<description><![CDATA[Hi All, I need some help in creating a way to create a redirect at the end of a flash movie so that it will be redirected to another website. <br /><br />Can this be done in Dreamweaver?<br /><br /> I have both, AF2 and AF3. I have tried to do this in AF2 from a video that I saw, and when I open my flash video in AF2 there is only one layer and nothing on the timeline. I dont know if this is because it is compressed or not. But in the video, they show to move the time line to the very end and then add info for a redirect. But, since I only have one layer and the timeline doesnt show anything, I cant do these steps. <br /><br />Maybe there is some html or java code that I can add to get this to work. <br /><br />I just dont know where to turn. <br /><br />Any information, (and I am a bit of a dummy with code etc. so need detail explanations) would be greatly appreciated. <br /><br />I am working on a Mac. running 10.5 and as stated, I have AF2 and AF3 but would love to be able to do this in Dreamweaver. <br /><br />Thanks Again, <br /><br />Mike]]>&lt;br /&gt;&lt;br /&gt;Topic Replies: 9</description>
		</item>
			</channel>
</rss>