Archives Posts
August 31st, 2007 by steamfrog
Add this code to the frame you want to pause
clearInterval(nDelayID);
stop();
var nDelayID:Number = setInterval(this, “pause”, 7000);
// where 4000 is 4000 milliseconds
function pause():Void {
clearInterval(nDelayID);
play();
}
Share and Enjoy:
These icons link to social bookmarking sites where readers can share and discover new web pages.
Archives Posts
August 19th, 2007 by steamfrog
OK I hit this problem again last week here is what I did to solve the problem.
<PARAM NAME=wmode VALUE=transparent>
then add this to your embed tag
wmode=transparent
Share and Enjoy:
These icons link to social bookmarking sites where readers can share and discover new web pages.
Archives Posts
August 17th, 2007 by steamfrog
Looking for a way to see how your web creations will look on iPhone? Look no further. iPhoney gives you a pixel-accurate web browsing environment—powered by Safari—that you can use when developing web sites for iPhone. It’s the perfect 320 by 480-pixel canvas for your iPhone development. And it’s free.
check it out here
Share and Enjoy:
These icons link to social bookmarking sites where readers can share and discover new web pages.
Archives Posts
August 14th, 2007 by steamfrog
We are very interested in speaking to users from within China, if you are reading this and are inside China please contact the admin as we have a great offer for you.
Contact:
admin(at)video-tutes.com
Subject:
Contact from China
Share and Enjoy:
These icons link to social bookmarking sites where readers can share and discover new web pages.
Archives Posts
August 13th, 2007 by steamfrog
Is you windows vista running slowly? Try these performance tweaks from TweakVista.com
http://www.tweakvista.com/VistaPerformanceTweaks.aspx
5 Essential Performance Monitoring Gadgets
Boost your performance with ReadyBoost
Disable Network Printer Search
Disable Welcome Center
Enhance SATA disk performance
Increase max IE7 downloads
Quick aero speed tip
Reliability and Performance Monitor
Speed up aero (vista glass) by disabling min/max animations
Speed up Start Menu Search
Speed up Start Menu Search (New Method)
Start applications on specific CPU and priority
Stop auto-start applications on startup
Tweak Indexing Options for More Performance
Vista Beta 1 Service Guide: Part 1
Vista Beta 1 Service Guide: Part 2
Yo, some of these sounds quite good read how to get them going at the link above.
Share and Enjoy:
These icons link to social bookmarking sites where readers can share and discover new web pages.