Skip to content

prosoxi.com

Attention in classroom

  • Programming
    • ASP / ASP.net
    • .htaccess
    • PHP
    • JavaScript – Ajax
    • Facebook
    • HTML – XHTML
    • MySQL
    • node js
    • CSS
    • SEO
    • Flash
  • Mobile / Tablet
    • ionic framework
    • Android
    • cordova
    • ios
  • Graphics
    • After Effects
  • OS
    • Windows
    • MAC
    • Linux
  • Network
    • Trixbox
    • Plesk
    • Dreambox
  • News
    • Hack
    • Tutorials
    • Tips & Tricks
    • promo codes

Tag Archives: as3

AS3 – stage.scaleMode

stage.scaleMode = StageScaleMode.NO_SCALE; stage.align = StageAlign.TOP_LEFT

Posted byProsoxi.com WebmasterJune 2, 2010October 31, 2010Posted inFlashTags: action script, as2, as3, FlashLeave a comment on AS3 – stage.scaleMode

Flash AS3 Typewriter Effect

1. Place a TextField on frame 1 and set the instance name to textbox 2. Enter the following code into frame 1

Posted byProsoxi.com WebmasterMay 28, 2010October 31, 2010Posted inFlashTags: action script, as2, as3, FlashLeave a comment on Flash AS3 Typewriter Effect

Load External Sound AS3

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 byProsoxi.com WebmasterMay 28, 2010October 31, 2010Posted inFlashTags: action script, as2, as3, FlashLeave a comment on Load External Sound AS3

AS3 getURL();

rootlink.addEventListener(MouseEvent.MOUSE_DOWN, rootLinkFun); function rootLinkFun(evt:MouseEvent):void{ var targetURL:URLRequest = new URLRequest(“http://www.prosoxi.gr”); navigateToURL(targetURL,”_blank”); }

Posted byProsoxi.com WebmasterMay 28, 2010October 31, 2010Posted inFlashTags: action script, as2, as3, FlashLeave a comment on AS3 getURL();

Actionscript 3 parent reference.

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 =)

Posted byProsoxi.com WebmasterMay 28, 2010October 31, 2010Posted inFlashTags: action script, as2, as3, FlashLeave a comment on Actionscript 3 parent reference.

Flash Arrays Tutorial

http://www.webwasp.co.uk/tutorials/b28-array/index.php http://www.actionscript.org/resources/articles/89/2/Arrays-in-ActionScript/Page2.html http://www.flashvalley.com/fv_tutorials/arrays/

Posted byProsoxi.com WebmasterApril 20, 2010October 31, 2010Posted inFlashTags: action script, as2, as3, FlashLeave a comment on Flash Arrays Tutorial

Posts navigation

Newer posts 1 2 3 4 5 6 … 11 Older posts

Advertise

Whocallsme.gr Widget Lookup

September 2025
M T W T F S S
1234567
891011121314
15161718192021
22232425262728
2930  
« May    
prosoxi.com, Proudly powered by WordPress.