topical media & game development

talk show tell print

lib-flex-ximpel-editor-net-ximpel-classes-MediaClipItem.ax

lib-flex-ximpel-editor-net-ximpel-classes-MediaClipItem.ax (swf ) [ flash ] flex


  /*
      This program is free software: you can redistribute it and/or modify
      it under the terms of the GNU General Public License as published by
      the Free Software Foundation, either version 3 of the License.
  
      This program is distributed in the hope that it will be useful,
      but WITHOUT ANY WARRANTY; without even the implied warranty of
      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
      GNU General Public License for more details.
  
      You should have received a copy of the GNU General Public License
      along with this program.  If not, see <http://www.gnu.org/licenses/>.
  
          Javier Quevedo Fernández 05-2009.
  
  */
  package net.ximpel.classes
  {
          import mx.controls.Alert;
      import mx.rpc.events.FaultEvent;
      import mx.rpc.events.ResultEvent;
      import mx.core.Application;
      import com.adobe.flex.extras.controls.springgraph.Item;
  
      
Represents a single Amazon item. When created, it uses the amazon web service to find out its title, icon, and similar products.
author: Mark Shepherd

  
      public class @ax-lib-flex-ximpel-editor-net-ximpel-classes-MediaClipItem extends Item
      {
          [Bindable]
          public var name: String;
          
          [Bindable]
                      
          private var similarProducts: XMLList;
          private var createSimilarsASAP: Boolean = false;
          
          public function @ax-lib-flex-ximpel-editor-net-ximpel-classes-MediaClipItem(itemId: String {
              super(itemId);
              //this.name = name;
           }
          }
  }


(C) Æliens 19/08/2009

You may not copy or print any of this material without explicit permission of the author or the publisher. In case of other copyright issues, contact the author.