Flash Gallery | Flash Templates | Flash Menu | Flash Design | Flash Audio & Video

flash page flip

Actionscript 3.0 video tutorials

+ Reply to Thread
Results 1 to 8 of 8

Thread: ImageLoader - Flash CS3 component by FlepStudio [ FREE ]

  1. #1
    Administrator Living At The FlepStudio! Flep is on a distinguished road
    Join Date
    Jul 2007
    Posts
    5,609
    Rep Power
    9

    ImageLoader - Flash CS3 component by FlepStudio [ FREE ]

    flash templates
    Hi all !
    One more Flash CS3 component created by FlepStudio.
    Absolutely free, just download it.
    It's an image loader with a preloader included.
    Just write the image's url into the fileURL parameter.
    Pick a color by using the selectedColor parameter.

    ImageLoader
    Flash CS3 component


    Installation

    Be sure to have the last version of Adobe Extension Manager installed on your machine, or download it here.

    Double click on file ImageLoader.mxp and it opens the Adobe Extension Manager.

    Acept the disclaimer.

    Reboot Flash !

    You will find the component in components panel of your Flash under a new folder named FlepStudio



    ( ricordatevi di avere il setting del FLA per Actionscript 3.0 e Flash Player 9 o altrimenti non vedrete il componente )


    Parameters

    - fileURL: insert the image's url you want to load

    - selectedColor: pick a color of the preloader




    Requirements

    Adobe Flash CS3 standard or professional.

    Windows or MAC


    Publish setting

    Flash Player 9

    Actionscript 3.0


    Size

    11 KB


    Complexity

    Plug and Play



    Source files:
    Attached Files

  2. #2
    Administrator Living At The FlepStudio! Flep is on a distinguished road
    Join Date
    Jul 2007
    Posts
    5,609
    Rep Power
    9

    Re: ImageLoader - Flash CS3 component by FlepStudio

    *****IMPORTANT*****


    This component implements a custom event.
    The event name is: 'done'.
    The component dispatches the event when the image has been loaded.

    Sample on how to get the event:
    Drag the component onto stage.
    Assign it an image's url in the properties panel.
    Assign it an instance name ( suppose my_comp ).

    Hot to intercept the event :
    Code:
    my_comp.addEventListener('done',imageLoaded);
    function imageLoaded(evt:Event):void
    {
    	trace(' image has been loaded');
    	evt.target.rotation=45;
    }

  3. #3
    Junior Member Settled In starb is on a distinguished road
    Join Date
    Oct 2007
    Posts
    1
    Rep Power
    0

    Re: ImageLoader - Flash CS3 component by FlepStudio

    Thanks for this!
    I will give it a try.

    Ciao!

  4. #4
    Junior Member Settled In tony202009 is on a distinguished road
    Join Date
    Dec 2007
    Posts
    1
    Rep Power
    0

    Re: ImageLoader - Flash CS3 component by FlepStudio [ FREE ]

    sorry!
    can I get the source code of this component ??
    ImageLoader - Flash CS3 component by FlepStudio [ FREE ]
    my e-mail is tony202009@gmail.com
    hope for your good news !
    anyway thank!!

  5. #5
    Junior Member Settled In mariy is on a distinguished road
    Join Date
    Feb 2008
    Posts
    1
    Rep Power
    0

    Re: ImageLoader - Flash CS3 component by FlepStudio [ FREE ]

    Does anyone know how can I create a loader? I have a code for the flash 8 but,normaly it doesn't work. I also have a problem with a gotoAndStop("main",1);, it looks it doesn't work like that anymore.??????

  6. #6
    Junior Member Settled In chands86 is on a distinguished road
    Join Date
    Feb 2008
    Posts
    1
    Rep Power
    0

    Thumbs up Tutorials

    Can anybody provide me some good tutorials to learn the complete basics of Actionscript,
    this will be very helpful for me :)

    Waiting for a good reply
    pls mail me to chandu.appu[NOSPAM]gmail.com

    chands86.....
    Last edited by Onsitus; 16-09-08 at 08:01.

  7. #7
    Junior Member Settled In ghostall2010 is on a distinguished road
    Join Date
    Sep 2008
    Posts
    2
    Rep Power
    0

    Re: ImageLoader - Flash CS3 component by FlepStudio [ FREE ]

    merci merci

  8. #8
    Member Settled In AleX_Mac is on a distinguished road AleX_Mac's Avatar
    Join Date
    Jan 2009
    Posts
    37
    Rep Power
    0

    Re: ImageLoader - Flash CS3 component by FlepStudio [ FREE ]

    i try to install this component, lanch flash, then create a new as3 scene but can't see the component in the library

+ Reply to Thread

LinkBacks (?)

  1. *Clix
    Refback This thread
    26-06-08, 17:26
  2. 18-12-07, 19:31

Similar Threads

  1. MailForm Flash CS3 component by FlepStudio [ FREE ]
    By Flep in forum FlepStudio components
    Replies: 60
    Last Post: 22-05-10, 17:07
  2. SimpleGallery - Flash CS3 component [FREE]
    By Flep in forum FlepStudio components
    Replies: 16
    Last Post: 16-10-09, 20:18
  3. Flash CS3 Uploader - free utility
    By Flep in forum FlepStudio utilities
    Replies: 16
    Last Post: 12-07-09, 15:27
  4. JellyMenu - Flash CS3 component by FlepStudio [ FREE ]
    By Flep in forum FlepStudio components
    Replies: 14
    Last Post: 21-04-09, 13:25
  5. ImageLoader
    By lexen77 in forum Componenti
    Replies: 4
    Last Post: 06-03-08, 04:36

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts