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

flash page flip

Actionscript 3.0 video tutorials

+ Reply to Thread
Page 1 of 4 1 2 3 ... LastLast
Results 1 to 10 of 35

Thread: Flash Portfolio

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

    Flash Portfolio

    flash templates

    Hi all !


    FlepStudio has created a new Flash CS3 FREE utility.

    I gave it the name FlashPortfolio cause i did not find out a better name.

    It's an exhibitor of works.

    You can use it as a portfolio or a clients list, as images gallery or products gallery.

    As always, this utility has been built with Flash CS3 version and Actionscript 3.0 .


    Design is easy customizable and if you need coding help you can ask at Flash CS3 forum by FlepStudio.


    Flash Portfolio

    Flash CS3 free utility









    Description

    Flash CS3 portfolio reads from an XML file.

    Easy cutomization, just open main.fla where you get access at all the designs.

    Predisposed to be loaded into another SWF.


    File packages

    main.fla

    package org.flepstudio

    package caurina ( Tweener by Zeh Fernando )

    list.xml

    images folder


    Source files:

    Attached Files
    Last edited by Flep; 05-06-08 at 17:08.

  2. #2
    Junior Member Settled In arsenik is on a distinguished road
    Join Date
    Dec 2007
    Posts
    3
    Rep Power
    0

    Re: Flash Portfolio

    bug:
    if you select a row while loading the image (if it is was not loaded before) selecting another row will result in the following error:

    ArgumentError: Error #2025: The supplied DisplayObject must be a child of the caller.
    at flash.display::DisplayObjectContainer/removeChild()
    at org.flepstudio::ImageLoader/::unloadImage()
    at org.flepstudio::ImageLoader/loadImage()
    at org.flepstudio::Clip2/::setDown()

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

    Re: Flash Portfolio

    Hi

    Thank you for the report.

    How to fix:
    open the file ImageLoader.as

    In the properties, replace:
    Code:
    var loader:Loader;
    with
    Code:
    private var loader:Loader=new Loader();
    at loadImage function, delete the following line:
    Code:
    loader=new Loader();
    at unloadImage function, delete the following line:
    Code:
    _fla.monitor_mc.loader_mc.removeChild(loader);

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

    Re: Flash Portfolio

    Hi,

    I've tried to change some data in xml, but nothing happen, it's still like the original one.
    I've tried to change URL in 'org/flepstudio/LoadingXML.as 'and I get some error.

    I would like to use it into another swf. But after loading, I get the main fla without data !
    All my try was in local.

    I'm not really a good code people. Any help should be nice.

    Thanks in advance.

    Greg

  5. #5
    Junior Member Settled In greg is on a distinguished road
    Join Date
    Dec 2007
    Posts
    18
    Rep Power
    0

    Re: Flash Portfolio

    Quote Originally Posted by greg View Post
    Hi,

    I've tried to change some data in xml, but nothing happen, it's still like the original one.
    I've tried to change URL in 'org/flepstudio/LoadingXML.as 'and I get some error.
    I found the solution to use another XML. But when I load 'main.swf' I still have no data and scene loke like the fla.

  6. #6
    CSS.FlepStudio.org Moving My Stuff To The FlepStudio Onsitus is on a distinguished road Onsitus's Avatar
    Join Date
    Jul 2007
    Posts
    1,405
    Rep Power
    5

    Re: Flash Portfolio

    Quote Originally Posted by greg View Post
    I found the solution to use another XML. But when I load 'main.swf' I still have no data and scene loke like the fla.
    How do you load it?

  7. #7
    Junior Member Settled In greg is on a distinguished road
    Join Date
    Dec 2007
    Posts
    18
    Rep Power
    0

    Re: Flash Portfolio

    I use an emptyMovieClip

    Code:
    var cl:MovieClip = this.createEmptyMovieClip("picture", 0);
    var pr:Preloader = new Preloader(this, 1);
     
    var clip:MovieClip = pr.getClip();
    clip._x = (940-clip._width)/2;
    clip._y = (600-clip._height)/2;
    
    pr.onLoadComplete = function(trg:MovieClip):Void
    {
     //on va centrer l'image !
     trg._x = (940-trg._width)/2;
     trg._y = (600-trg._height)/2;
    }
     
    cl.loadMovie("pfl/main.swf");
     
    pr.setLabel("Image...");
    pr.listen(cl, true);
     
     
    stop();
    Thanks for your support,

    Greg

  8. #8
    CSS.FlepStudio.org Moving My Stuff To The FlepStudio Onsitus is on a distinguished road Onsitus's Avatar
    Join Date
    Jul 2007
    Posts
    1,405
    Rep Power
    5

    Re: Flash Portfolio

    Ciao,

    as said before in another post of your, with as2, it won't work.
    The loadMovie does not exist anymore in as3:
    loadMovie...removed !

    Also maybe this could help you out for future use:
    How to load an external SWF with more Document Class

  9. #9
    Junior Member Settled In ixnl is on a distinguished road
    Join Date
    Mar 2009
    Posts
    1
    Rep Power
    0

    Smile Re: Flash Portfolio

    Hi

    I have Flash8 do you have a FLA for that version?

    hope so

    Cheers Stan

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

    Re: Flash Portfolio

    Hi,
    sorry we do not have Flash 8 version.

+ Reply to Thread
Page 1 of 4 1 2 3 ... LastLast

Similar Threads

  1. Scrolling Portfolio
    By Flep in forum FlepStudio utilities
    Replies: 10
    Last Post: 2 Weeks Ago, 02:54
  2. Replies: 1
    Last Post: 22-07-10, 15:58
  3. Scroller portfolio
    By Flep in forum Utilitą di FlepStudio
    Replies: 10
    Last Post: 24-05-10, 16:16
  4. Portfolio in flash e XML
    By funluca in forum Actionscript 3.0 base
    Replies: 0
    Last Post: 22-03-10, 12:48
  5. Flash Portfolio
    By Flep in forum Utilitą di FlepStudio
    Replies: 24
    Last Post: 13-01-10, 18:03

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