1. Place a TextField on frame 1 and set the instance name to textbox
2. Enter the following code into frame 1 Continue Reading
Posted on 28 May 2010.
1. Place a TextField on frame 1 and set the instance name to textbox
2. Enter the following code into frame 1 Continue Reading
Posted in Flash0 Comments
Posted on 28 May 2010.
var audio:Sound = new Sound();var req:URLRequest = new URLRequest(“Buzz.mp3″);audio.load(req);audio.play();var channel:SoundChannel= new SoundChannel();var audio:Sound = new Sound();var req:URLRequest = new URLRequest(“sound.mp3″);
audio.load(req);audio.play();
var channel:SoundChannel= new SoundChannel();
Posted in Flash0 Comments
Posted on 28 May 2010.
rootlink.addEventListener(MouseEvent.MOUSE_DOWN, rootLinkFun);function rootLinkFun(evt:MouseEvent):void{var targetURL:URLRequest = new URLRequest(“http://www.prosoxi.gr”);navigateToURL(targetURL,”_blank”);}
Posted in Flash0 Comments
Posted on 28 May 2010.
This is a very short line of Actionscript 3, but its one that I’ve had copied to Stickie on my Desktop forever, so in the interest of cleaning up some, I’ll post it here on the blog in the Code Tips category. I think I’ve memorized at least this much AS3 now too =) Continue Reading
Posted in Flash0 Comments
Posted on 27 May 2010.
http://darkartsmedia.com/google.html
Have fun!!!
click and enjoy!
Posted in Tips & Tricks0 Comments
Posted on 27 May 2010.
Kaltura – The Open Source Alternative
Kaltura allows publishers of all sizes to easily, quickly, and cost effectively enhance their web site with video and interactive rich-media functionalities, including video management, searching, uploading, importing, editing, annotating, remixing, sharing, and advertising.
Unlike the alternative proprietary solutions, Kaltura’s platform is completely flexible, extendible and free! Web publishers, Value-Added-Resellers, and Integrators use our software development kit to customize a unique rich-media experience that fits their specific purposes, and seamlessly integrates with many popular content management systems. Moreover, Kaltura’s reference implementations and growing library of applications, extensions and plug-ins allow publishers to select off the shelf solutions for rapid self-serve deployments that can be fully enabled within minutes.
http://corp.kaltura.com/
Posted in Programming, Tutorials0 Comments
Posted on 27 May 2010.
http://jilion.com/sublime/video
Posted in HTML - XHTML0 Comments
Posted on 25 May 2010.
How do you check your server for relaying? Easy, just use a computer outside of your organization and type the commands included in the tables below – you’ll want to do this from a command prompt. Continue Reading
Posted on 23 May 2010.
Posted in Linux0 Comments
Posted on 22 May 2010.
w
or
who
or
finger
all show you different info about who is connected.
Posted in Linux0 Comments
