Comunidad de diseño web y desarrollo en internet online

Twetear desde Flash

Citar            
MensajeEscrito el 18 Sep 2011 07:57 pm


Hola les dejo este tutorial de como twetear desde flash , revisen tambien los demas tutoriales :) , salu2 .

Código ActionScript :

package com.developedas.tweet2

{
   import flash.display.Sprite;
   import flash.events.Event;
   import flash.events.MouseEvent;
   import flash.net.navigateToURL;
   import flash.net.URLRequest;
   
   /**
    * ...
    * @author developedAS
    */
   public class Main extends Sprite 
   {
      
      public function Main():void 
      {
         if (stage) init();
         else addEventListener(Event.ADDED_TO_STAGE, init);
      }
      
      private function init(e:Event = null):void 
      {
         removeEventListener(Event.ADDED_TO_STAGE, init);
         onListeners()
      }
      
      public function onListeners():void 
      {
         tweet_mc.addEventListener(MouseEvent.CLICK , onClickTweetHandler)
      }
      
      private function onClickTweetHandler(e:MouseEvent):void 
      {
         tweet(tweet_txt.text);
      }
      
      private function tweet(msj : String):void
      {
         var url_twitter : String = "http://twitter.com/home?status=" + encodeURI(msj)
         
         navigateToURL(new URLRequest(url_twitter));
      }
      
   
      
   }
   
}

Por developedAS3

Claber

416 de clabLevel

5 tutoriales

Genero:Masculino  

developer

chrome
Citar            
MensajeEscrito el 25 Sep 2011 03:22 am
Buen tutorial amigo lastima que mi pc no tiene sonido xD

Por cinder92

11 de clabLevel



 

firefox

 

Cristalab BabyBlue v4 + V4 © 2011 Cristalab
Powered by ClabEngines v4, HTML5, love and ponies.