Thursday, February 28, 2008

lol

http://www.blabberize.com/main/

Tuesday, February 26, 2008

3d

planets
http://www.3dm3.com/tutorials/planet/index.php

AMINE

http://reiq.deviantart.com/

Monday, February 18, 2008

buttons

http://www.nitras.be/tutorials/tutorial.html

onRelease = function(){

// return to default
if (selectedMovie != this){
selectedMovie.enabled = true;
}
// disabled selected button
selectedMovie = this
this.enabled = false;

}

helix class

http://www.gotoandlearnforum.com/viewtopic.php?f=12&t=5768

papervision

http://labs.blitzagency.com/?p=93

circle

http://www.gotoandlearnforum.com/viewtopic.php?f=28&t=16008

Labels: ,

zdac

http://www.abcnews.go.com/Nightline/story?id=3933267&page=1

Thursday, February 14, 2008

grid again

http://bencline.net/blog/2006/11/28/loading-thumbnails-from-xml-into-flash-into-a-grid/

http://www.flashscript.biz/xml_tutorials/xml_tutorial/xml_tutorial_7.html

Wednesday, February 13, 2008

grid again

http://www.kirupa.com/forum/showthread.php?t=254242

DYN BUTS FINALL

for (i=0;i<4;i++){

b = _root.attachMovie("button", "button" +i, i);
b._x = 150 *i
b.id =i;
b.dynT.text = "But" + b.id;

b.onPress = function(){
trace("button"+ this.id + "pressed");

}

}

Labels: ,

Tuesday, February 12, 2008

codec & text

http://www.softpedia.com/get/Multimedia/Video/Codec-Packs-Video-Codecs/Advanced-Vista-Codec-Package.shtml

http://www.josbuivenga.demon.nl/fontin.html

3d api flash

http://www.flashsandy.org/blog/papervision-rhino-demo.html

off screen detect

http://www.actionscript.org/forums/showthread.php3?t=136109&highlight=detect+mouse

grid two

http://flash-forum.flashdevils.com/showthread.php?threadid=194242/Space%20thumbnails%20equally%20on%20multi%20lines.html

Labels: ,

Monday, February 11, 2008

flash mxl

http://www.gotoandlearnforum.com/viewtopic.php?f=29&t=11177&p=54120&hilit=crossdomain#p54120

grid
http://www.flashvalley.com/fv_tutorials/creating_a_grid_dynamically/page2.php

Labels: ,

Tuesday, February 05, 2008

FLASH FLICKR API

http://flashr.kelvinluck.com/tutorials/#/tutorials/1/

http://petitpub.com/labs/media/flash/petikr/

http://www.afcomponents.com/tutorials/img_loop/2/

http://www.brophy.biz/

http://www.lukamaras.com/tutorials/actionscript/load-jpg/loading-external-jpg-image.html

Labels: , ,