<?xml version="1.0" encoding="iso-8859-1" ?>
<rss version="2.0">
<channel>
	<title>WebWasp</title>
	<description>Latest News from webwasp.co.uk</description>
	<link>http://www.webwasp.co.uk/forum/index.php</link>
	<pubDate>Thu, 17 May 2012 12:03:10 +0100</pubDate>
	<ttl>10</ttl>
	<image>
		<title>WebWasp</title>
		<url>http://www.webwasp.co.uk/forum/style_images/1/bf_new.gif</url>
		<link>http://www.webwasp.co.uk/forum/index.php</link>
	</image>
	<item>
		<title>Want to help out at webwasp?</title>
		<link>http://www.webwasp.co.uk/forum/index.php?showtopic=69</link>
		<description><![CDATA[Would you like to be a moderator on this Forum or test and sub–edit the new tutorials as they are posted??<br /><br />Show off some of your skills by writing your own tutorials. You would of course have your name on the page as the author and get a link to your own site and/or email address. That way you can use the work as part of your own portfolio of work. A link from this site will also increase your own site’s rating on search engines like Google.<br /><br />Add to the section on Freebie Flash samples. Again you would have your name and links on the pages. <br /><br />If you help out you will gain:<br /><br />• Work experience<br />• A reference (if you need it)<br />• The possibility of building up your personal portfolio of online work on a well established site<br />• Increased traffic to your own site through direct links<br />• Increased kudos from the search engines. <br />• A free password to access all webwasp member only tutorials and downloads. <br />• Increased experience of using Flash<br /><br />All help is done on a non paid voluntary basis. Let me know if you would like to help out.<br /><br />To contact me leave a message here or use the email button below.<br /><br />All help appreciated.]]></description>
		<pubDate>Thu, 23 Sep 2004 14:21:27 +0100</pubDate>
		<guid>http://www.webwasp.co.uk/forum/index.php?showtopic=69</guid>
	</item>
	<item>
		<title>Medications For Ms</title>
		<link>http://www.webwasp.co.uk/forum/index.php?showtopic=7385</link>
		<description><![CDATA[UnfottGrorb, <a href="http://www.fluidcomponents.net/" target="_blank">discount plavix</a> Plavix is not a one size fits all medication, as it cannot be taken by some people with various conditions or who are taking other prescription medication. <a href="http://www.fluidcomponents.net/" target="_blank">http://www.fluidcomponents.net/</a> - order plavix online]]></description>
		<pubDate>Thu,  1 Dec 2011 18:34:02 +0000</pubDate>
		<guid>http://www.webwasp.co.uk/forum/index.php?showtopic=7385</guid>
	</item>
	<item>
		<title>* popup from flash, and onClick close popup.</title>
		<link>http://www.webwasp.co.uk/forum/index.php?showtopic=398</link>
		<description><![CDATA[For preview check this:<br /><a href="http://www.hipheid.nl/tutorials/flash/popup/" target="_blank">http://www.hipheid.nl/tutorials/flash/popup/</a><br /><br />Okay this is what i did. I have a button with the following action;<br /><!--c1--><div class='codetop'>CODE</div><div class='codemain'><!--ec1-->on &#40;release&#41; &#123; <br /><br />////don't edit this!<br /><br />Movieclip.prototype.openWin1 = function&#40;url, winName, w, h, toolbar, location, directories, status, menubar, scrollbars, resizable&#41;&#123; <br /><br />getURL&#40;&#34;j&#097;v&#097;script&#58;var myWin1;if &#40;!myWin1 || myWin1.closed&#41;&#123;myWin1=window.open&#40;'&#34;+url+&#34;', '&#34;+winName+&#34;', '&#34;+&#34;width=&#34;+w+&#34;, height=&#34;+h+&#34;, toolbar=&#34;+toolbar+&#34;, location=&#34;+location+&#34;, directories=&#34;+directories+&#34;, status=&#34;+status+&#34;, menubar=&#34;+menubar+&#34;, scrollbars=&#34;+scrollbars+&#34;, resizable=&#34;+resizable+&#34;, top='+0+', left='+150+'&#34;+&#34;'&#41;&#125; else&#123;myWin1.focus&#40;&#41;;&#125;;void&#40;0&#41;;&#34;&#41;; &#125;; <br /><br /><br /><br />//okay here do you add the adress of your popup file.<br /><br />address = &#34;http&#58;//www.hipheid.nl/tutorials/flash/popup/popup.html&#34;; <br /><br />//This is the name that you see in the Title bar<br /><br />winName = &#34;Popup&#34;; <br /><br />//the with and height of your popup<br /><br />width = 220; <br /><br />height = 220; <br /><br />//Set to 1 if you want to show the toolbar<br /><br />toolbar = 0; <br /><br />location = 0; <br /><br />directories = 0; <br /><br />status = 0; <br /><br />//Set to 1 if you want to show the menubar<br /><br />menubar = 0; <br /><br />//Set to 1 if you want to show scrollbars<br /><br />scrollbars = 0; <br /><br />//Set to 1 if you want it to be resizable<br /><br />resizable = 0;<br /><br />//don't edit this!<br /><br />openWin1&#40;address,winName,width,height,toolbar,location,directories,status,menubar,scr<br />llbars,resizable&#41;; &#125;<!--c2--></div><!--ec2--><br /><br />As you can see i explain how you can change the popup!<br />But, <b>You MUST export the flash movie as Flash Player 6.0 and Actionscript 1</b>, or else the popup won't work...i'm workin on fixen that.<br /><br />okay now the part of the popup<br />just make your popup and make an invisible button on the top of your flashmovie, and give it the following action<br /><!--c1--><div class='codetop'>CODE</div><div class='codemain'><!--ec1-->on &#40;release&#41; &#123;<br /><br />&nbsp;&nbsp;&nbsp;&nbsp;getURL&#40;&#34;j&#097;v&#097;script&#58;self.close&#40;&#41;&#34;&#41;;<br /><br />&#125;<!--c2--></div><!--ec2--><br /><br />This action will say to the j&#097;v&#097;script what we used to open the popup to close it.<br /><br />checked it on Mozilla Firefox 1.0 and I.E 6.0]]></description>
		<pubDate>Sun, 13 Feb 2005 14:10:12 +0000</pubDate>
		<guid>http://www.webwasp.co.uk/forum/index.php?showtopic=398</guid>
	</item>
	<item>
		<title>.::No Menu::.</title>
		<link>http://www.webwasp.co.uk/forum/index.php?showtopic=2519</link>
		<description><![CDATA[.:Hi:.<br /><br />You know how people always right click no your flash movie and click stop, forward, back, zoom in, zoom out, etc. Well I know how to delete the menu totally exept for the about flash item.<br /><br />on the first frame of your movie, open the actions window and put in:<br /><br /><!--coloro:#FF9900--><span style="color:#FF9900"><!--/coloro-->fscommand ("showmenu", "false");<!--colorc--></span><!--/colorc--><br /><br />Hey! Thats it! You're done! test your movie and right click you'll see that nothing has changed. (#@&^%*!) That's 'cos you're in flash. Open explorer and find your file, open the .swf file. Now try right clicking. All you can see is the about flash item.<br /><br />If there are any problems with it, tell me. I'll see if there is something wrong. <img src="http://www.webwasp.co.uk/forum/style_emoticons/default/smile.gif" style="vertical-align:middle" emoid=":)" border="0" alt="smile.gif" />  <img src="http://www.webwasp.co.uk/forum/style_emoticons/default/smile.gif" style="vertical-align:middle" emoid=":)" border="0" alt="smile.gif" />  <img src="http://www.webwasp.co.uk/forum/style_emoticons/default/laugh.gif" style="vertical-align:middle" emoid=":lol:" border="0" alt="laugh.gif" />  <img src="http://www.webwasp.co.uk/forum/style_emoticons/default/laugh.gif" style="vertical-align:middle" emoid=":lol:" border="0" alt="laugh.gif" />     <img src="http://www.webwasp.co.uk/forum/style_emoticons/default/wink.gif" style="vertical-align:middle" emoid=";)" border="0" alt="wink.gif" /> !]]></description>
		<pubDate>Sat, 12 Aug 2006 09:56:25 +0100</pubDate>
		<guid>http://www.webwasp.co.uk/forum/index.php?showtopic=2519</guid>
	</item>
	<item>
		<title>Abbreviations explained please read (Updated!) v 0.3</title>
		<link>http://www.webwasp.co.uk/forum/index.php?showtopic=64</link>
		<description><![CDATA[Abbreviations explained: <br /><br />2L8 = Too late <br />AFAIK = As far as I know <br />AKA = Also known as <br />ASAP = As soon as possible <br />ASL = Age, sex, location? <br />ASLP = Age, sex, location, picture? <br />ATM = At the moment <br />ATYS = Anything you say <br />B4 = Before <br />BBL = Be back later <br />BBS = Be back soon <br />BFD = Big f**kin' deal <br />BF =Boyfriend <br />BFN = Bye for now <br />B/C = Because <br />BRB = Be right back <br />BTW = By the way <br />CU = See you <br />CYA = See ya <br />DIY = Do it yourself <br />F = Female <br />FFS = For F**k's Sake <br />FOCL = Falling off the chair laughing <br />FOFL = Falling on the floor laughing <br />FUBAR = F**ked up beyond all recognition <br />FWIW = For what it's worth <br />FYA = For your amusement <br />FYI = For your information <br />G2G = Gotta go <br />GF = Girlfriend <br />GR8 = Great <br />GTG = Got to go <br />HTH = Hope this helps <br />IAC = In any case <br />IC = I see <br />IMAO = In my arrogant opinion <br />IME = In my experience <br />IMHO = In my humble opinion <br />IMHBMAO = In my humble but most accurate opinion <br />IMNSHO = In my not so humble opinion <br />INRS = It's not rocket science <br />IOW = In other words <br />IRSTBO = It really sucks the big one <br />ISWYM = I see what you mean <br />J/K = Just kidding <br />J/P = Just playing <br />K = OK <br />L8R = Later <br />LMAO = Laughing my a•• off <br />LOL = Laugh out loud <br />LOLOL = Lots of laugh out louds <br />M = Male <br />M8 = Mate, a.k.a. friend <br />MOO = My own opinion <br />NE1 = Anyone <br />NFW = No f**kin' way <br />NO1 = No one <br />NOYB = None of your business <br />NP = No problem <br />OIC = Oh, I see <br />OMG = Oh my gosh <br />OTOH = On the other hand <br />OTT = Over The Top <br />PLZ = Please <br />PMSL = Pissing My Self Laughing <br />PPL = People <br />QT = Cutie <br />ROF = Rolling on the floor <br />ROFLMFAO = Rolling on floor, laughing my f**king ass off <br />ROFLMAO = Rolling on floor, laughing my ass off <br />ROTFL = Rolling on the floor laughing <br />sp? = Spelling? <br />STFU = Shut The F**k Up <br />STR8 = Straight <br />TBC = To be confirmed <br />TBC = To be continued <br />TBH = To Be Honest <br />TFIF = Thank f**k it's Friday <br />THX = Thanks <br />TMI = Too much information <br />TTFN = Ta ta for now <br />U2 = You too <br />UR = You are <br />UR = Your <br />W/ = With <br />W8 = Wait <br />WB = Welcome back <br />W/O = Without <br />WTF = What the f**k <br />WYSIWYG (pronounced WIZZIWIG) = what you see is what you get <br />Y = Why? <br />YW = You're Welcome<br />?4U = Question for you <br /><br />I hope this helps. If you have any abbreviations to add please feel free to mention them and I will happily add them for you <br /><br />Special thanks to baz and eddie for this <br /><br />Cheers <br />Rabid Lemming]]></description>
		<pubDate>Thu, 23 Sep 2004 06:57:12 +0100</pubDate>
		<guid>http://www.webwasp.co.uk/forum/index.php?showtopic=64</guid>
	</item>
	<item>
		<title>Introduce Yourself!</title>
		<link>http://www.webwasp.co.uk/forum/index.php?showtopic=3589</link>
		<description><![CDATA[Hi!<br /><br />Come and introduce yourself to us here!<br /><br />This is open for anyone, even if you've been here for a while.  <img src="http://www.webwasp.co.uk/forum/style_emoticons/default/wink.gif" style="vertical-align:middle" emoid=";)" border="0" alt="wink.gif" /> <br /><br />Cheers,<br /><!--coloro:#FF8C00--><span style="color:#FF8C00"><!--/coloro-->Flashy<!--colorc--></span><!--/colorc-->]]></description>
		<pubDate>Mon, 17 Sep 2007 05:11:21 +0100</pubDate>
		<guid>http://www.webwasp.co.uk/forum/index.php?showtopic=3589</guid>
	</item>
	<item>
		<title>Makeing Character move with animation</title>
		<link>http://www.webwasp.co.uk/forum/index.php?showtopic=1258</link>
		<description><![CDATA[I DID NOT MAKE THIS, I DON'T KNOW IF THIS HAS BEEN DONE BEFORE HERE.<br /><br />It took more FOREVER to find this script on the internet, but here it is.<br /><br /><!--c1--><div class='codetop'>CODE</div><div class='codemain'><!--ec1-->onClipEvent &#40;load&#41; {<br />&nbsp;&nbsp;&nbsp;&nbsp;jumping = true;<br />&nbsp;&nbsp;&nbsp;&nbsp;speed = 0;<br />&nbsp;&nbsp;&nbsp;&nbsp;maxmove = 15;<br />&nbsp;&nbsp;&nbsp;&nbsp;jump = 0;<br />}<br />onClipEvent &#40;enterFrame&#41; {<br />&nbsp;&nbsp;&nbsp;&nbsp;if &#40;_root.dead&#41; {<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;this.gotoAndStop&#40;&#34;dead&#34;&#41;;<br />&nbsp;&nbsp;&nbsp;&nbsp;} else {<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;speed *= .9;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;if &#40;dir == &#34;right&#34;&#41; {<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;this._x += speed;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;_root._x -= speed;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;if &#40;dir == &#34;left&#34;&#41; {<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;this._x += speed;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;_root._x -= speed;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;if &#40;Key.isDown&#40;Key.LEFT&#41;&#41; {<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;if &#40;speed&#62;-maxmove&#41; {<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;speed--;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;dir = &#34;left&#34;;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;this.gotoAndStop&#40;&#34;run&#34;&#41;;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;this._xscale = -100;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;} else if &#40;Key.isDown&#40;Key.RIGHT&#41;&#41; {<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;if &#40;speed&#60;maxmove&#41; {<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;speed++;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;dir = &#34;right&#34;;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;this._xscale = 100;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;this.gotoAndStop&#40;&#34;run&#34;&#41;;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;} else if &#40;speed&#60;1 && speed&#62;-1&#41; {<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;speed = 0;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;this.gotoAndStop&#40;&#34;idle&#34;&#41;;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;if &#40;Key.isDown&#40;Key.UP&#41; && !jumping&#41; {<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;jumping = true;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;if &#40;jumping&#41; {<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;this.gotoAndStop&#40;&#34;jump&#34;&#41;;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;this._y -= jump;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;jump -= .5;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;if &#40;jump&#60;0&#41; {<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;falling = true;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;if &#40;jump&#60;-15&#41; {<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;jump = -15;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;if &#40;_root.ground.hitTest&#40;this._x, this._y, true&#41; && falling&#41; {<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;jump = 12;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;jumping = false;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;falling = false;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}<br />&nbsp;&nbsp;&nbsp;&nbsp;}<br />}<!--c2--></div><!--ec2--><br /><br /><!--coloro:#000099--><span style="color:#000099"><!--/coloro-->{/start}<!--colorc--></span><!--/colorc--><br />Before copying this into your character you need to do the following;<br /><br />1: Make a movie clip (MC) this can be anything, ranging from your own drawing to a sprite.<br />2: Double click on the movie clip<br />3: Click on the first key in the layer place <br />4: Go to properties and in frame label put 'run' then paste or create a run positition<br />5: Now make another key and put in the frame label 'idle' and create or paste a idle position<br />6: And again make another key and put in the frame lable 'jump' and create or paste a jump position<br />7: Make a movie clip and call it 'ground'<br /><!--coloro:#006600--><span style="color:#006600"><!--/coloro-->{/end}<!--colorc--></span><!--/colorc--><br /><br /><!--coloro:#000099--><span style="color:#000099"><!--/coloro-->{/start}<!--colorc--></span><!--/colorc--><br /><u>IF YOUR CHARACTER GO'S HALF WAY THROUGH THE FLOOR</u> <br />1: go into the movie clip.<br />2: highlight or grab the image and pull it above the + make sure it at the bottom of the image<br />3: If it goes all the way through the floor and you put the + at the bottom of your image, play around with it, put it at the top, middle maybe.<br /><!--coloro:#006600--><span style="color:#006600"><!--/coloro-->{/end}<!--colorc--></span><!--/colorc--><br /><br />That should work if not tell me or just visit THE ORIGANAL place it was made <a href="http://www.kirupa.com/developer/mx2004/platform_game2.htm" target="_blank">http://www.kirupa.com/developer/mx2004/platform_game2.htm</a><br /><br />                                                      <b><u><!--coloro:#FF0000--><span style="color:#FF0000"><!--/coloro-->ENJOY<!--colorc--></span><!--/colorc--></u></b>]]></description>
		<pubDate>Wed, 12 Oct 2005 02:05:22 +0100</pubDate>
		<guid>http://www.webwasp.co.uk/forum/index.php?showtopic=1258</guid>
	</item>
	<item>
		<title>Tutorial Update: Easter Eggs</title>
		<link>http://www.webwasp.co.uk/forum/index.php?showtopic=3366</link>
		<description><![CDATA[I checked the Flash CS3 Easter Eggs (hidden content - like a Easter Egg hunt) and well they are a bit disappointing. With Macromedia Flash (F8/MX04/MX/F5) always had hidden games - but now that Adobe has taken over the corporate line is a bit more – well corporate and bit less fun. Anyways for those that are interested here they are:<br /><br />Full listing of all Flash Easter Eggs for: <a href="http://www.webwasp.co.uk/tutorials/025/index.php" target="_blank">CS3 F8 MX04 MX</a>]]></description>
		<pubDate>Tue, 19 Jun 2007 00:45:51 +0100</pubDate>
		<guid>http://www.webwasp.co.uk/forum/index.php?showtopic=3366</guid>
	</item>
	<item>
		<title>Monmouth Advanced Medicine</title>
		<link>http://www.webwasp.co.uk/forum/index.php?showtopic=7384</link>
		<description><![CDATA[accumefiack. <a href="http://www.photoshopexpresstechniques.com/" target="_blank">buy diazepam</a> 5 times as effective. <a href="http://www.photoshopexpresstechniques.com/" target="_blank">http://www.photoshopexpresstechniques.com/</a> - generic valium without prescription]]></description>
		<pubDate>Sun, 27 Nov 2011 00:26:11 +0000</pubDate>
		<guid>http://www.webwasp.co.uk/forum/index.php?showtopic=7384</guid>
	</item>
	<item>
		<title>Cool Thread</title>
		<link>http://www.webwasp.co.uk/forum/index.php?showtopic=7378</link>
		<description><![CDATA[Guys i just signed up im from Argentina looking forword to being active on here is there many members on here from Argentina ?      <br />      <br /><img src="http://www.webwasp.co.uk/forum/style_emoticons/default/smile.gif" style="vertical-align:middle" emoid=":)" border="0" alt="smile.gif" />]]></description>
		<pubDate>Mon, 27 Jun 2011 17:32:15 +0100</pubDate>
		<guid>http://www.webwasp.co.uk/forum/index.php?showtopic=7378</guid>
	</item>
</channel>
</rss>
