<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-11814500</id><updated>2011-04-21T17:27:04.524-05:00</updated><title type='text'>about+digital</title><subtitle type='html'>flash, ordenadores, microsoft &amp; more</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://about-digital.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/11814500/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://about-digital.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>victormario</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>3</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-11814500.post-113097111993775035</id><published>2005-11-02T17:24:00.000-05:00</published><updated>2005-11-02T17:38:39.996-05:00</updated><title type='text'>Detector de movimiento</title><summary type='text'>mientras jugaba con las nuevas capacidades de video del flash...// poner una instancia de video el el escenario y nombrarla my_video// poner un progressbar en el stage y nombrarlo activity_pbvar my_video:Video;var activity_pb:mx.controls.ProgressBar;var my_cam:Camera = Camera.get();my_video.attachVideo(my_cam);activity_pb.mode = "manual";activity_pb.label = "Activity %3%%";this.onEnterFrame = </summary><link rel='replies' type='application/atom+xml' href='http://about-digital.blogspot.com/feeds/113097111993775035/comments/default' title='Comentarios de la entrada'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=11814500&amp;postID=113097111993775035' title='0 Comentarios'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/11814500/posts/default/113097111993775035'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/11814500/posts/default/113097111993775035'/><link rel='alternate' type='text/html' href='http://about-digital.blogspot.com/2005/11/detector-de-movimiento.html' title='Detector de movimiento'/><author><name>victormario</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-11814500.post-113050442965636246</id><published>2005-10-28T07:55:00.000-05:00</published><updated>2005-10-28T08:04:40.196-05:00</updated><title type='text'>Objeto migraña</title><summary type='text'>Mientras me partía la cabeza aprendiendo que diablos era un objeto, salió esto://function migrana(dolor, num, temple){    this.dolor=dolor;    this.num=num;    this.temple=temple;    }    trace("--------------------victor")            midolor= new migrana("en la cien",28,70);            trace ("el dolor mio es: "+midolor.dolor);            trace ("en un "+midolor.num+"%");            trace ("con </summary><link rel='replies' type='application/atom+xml' href='http://about-digital.blogspot.com/feeds/113050442965636246/comments/default' title='Comentarios de la entrada'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=11814500&amp;postID=113050442965636246' title='0 Comentarios'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/11814500/posts/default/113050442965636246'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/11814500/posts/default/113050442965636246'/><link rel='alternate' type='text/html' href='http://about-digital.blogspot.com/2005/10/objeto-migraa.html' title='Objeto migraña'/><author><name>victormario</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-11814500.post-113042371493455859</id><published>2005-10-27T09:27:00.000-05:00</published><updated>2005-10-27T09:58:25.203-05:00</updated><title type='text'>Easing Equations v1.5 from Robert Penner</title><summary type='text'>Con esta librería podemos lograr deliciosos efectos para nuestras animaciones, basta con llamarla con un #include, seleccionamos la que nos interese, damos las coordenadas y listo ;)Un saludo al señor Robert Penner y su grandiosa idea (además de otras tantas) que podemos encontrar en http://www.robertpenner.com/ :D/*  Easing Equations v1.5  May 1, 2003  (c) 2003 Robert Penner, all rights reserved</summary><link rel='replies' type='application/atom+xml' href='http://about-digital.blogspot.com/feeds/113042371493455859/comments/default' title='Comentarios de la entrada'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=11814500&amp;postID=113042371493455859' title='0 Comentarios'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/11814500/posts/default/113042371493455859'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/11814500/posts/default/113042371493455859'/><link rel='alternate' type='text/html' href='http://about-digital.blogspot.com/2005/10/easing-equations-v15-from-robert.html' title='Easing Equations v1.5 from Robert Penner'/><author><name>victormario</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry></feed>
