Post Reply

You must log in to post.

2D - Yeah! Gallery (v1.0)[Lite]
  1. jeamarc
    Member

    Hi, I have only flash8 pro, not CS3. Please, can you tell me if the 40 parameters are in fla. (AS3) (I don‘t open) or in xml file. This application can be read without problem through a “loadMovie” in fla8 file (swf) ? Thanks.

    Posted 5 months ago #
  2. nitrox
    Author
    Member

    Hi,
    It‘s inside the fla , and unfortunately Flash 8 cannot run AS3 flash files.

    I can make the 40 parameters readable externally using XML , but you will still need to open the FLA file to change the graphical environment of the gallery(not the gallery itself, because the gallery itself is completely customizable via the parameters)

    Posted 5 months ago #
  3. dreamup
    Member

    Has bought the file

    is it possible to replace the external xml link for a flash internal link as var conteneurImage2:Loader = new Loader();... ?

    Posted 2 months ago #
  4. dreamup
    Member

    Has bought the file

    this file is perfect, i‘m just not a flasher you know…
    somebody could help me ?

    Posted 2 months ago #
  5. nitrox
    Author
    Member

    Hi dreamup , I don‘t think you can execute AS from external links , otherwise , sql would be unjustifiable :)

    But you can put your actionscript inside the fla as a function to be compiled normally when you export to swf , and then pass a parameter through the link to that function.

    I hope I have helped you

    Tee

    Posted 2 months ago #
  6. dreamup
    Member

    Has bought the file

    So if i put this code to have load the big pictures, so then i could tell to the itembutton to go somewhere in this movie…

    //fz//
    var chargeurBig = new Loader();
    var adresse = new URLRequest(“Big.swf”);
    chargeurBig.load(adresse);
    addChild(chargeurBig)
    //fin fz//

    is it the way ? somebody could help me ? i can had the function “gotothebigitem” ?

    //FZ// ItemsContainer.addEventListener(MouseEvent.MOUSE_DOWN , gotothebigitem);
    //fin FZ//

    //FZ//
    function gotothebigitem(e:MouseEvent):void { gotoAndStop(‘ItemLinkList’); }
    //fin FZ//

    Posted 2 months ago #
  7. dreamup
    Member

    Has bought the file

    ok i can just put a movie on the stage, but i don‘t know to command it..
    i try //FZ// ItemsContainer.addEventListener(MouseEvent.MOUSE_DOWN , gotothebigitem); //fin FZ//

    and then //FZ//
    function gotothebigitem(e:MouseEvent):void { mod.gotoAndStop(‘mod’); }
    //fin FZ//
    but it don‘t work… nobody know this file ?

    Posted 2 months ago #
  8. javiercviegas
    Member

    Has bought the file

    Hi nitrox really nice job! What version of flash do i new to open the fla file for changing the graphical enviroment? can i use flv?s to preview or pictures only? Thanks.

    Posted 2 months ago #
  9. nitrox
    Author
    Member

    Hi,
    You need Flash CS3 or above.
    Unfortunately ,for now you can use Images only for thumbnails.

    Posted 2 months ago #
  10. massive
    Inactive

    Has bought the file

    Great component! Fantastic support!
    Good luck nitrox!

    Posted 1 month ago #
  11. wilco3d
    Member

    Has bought the file

    Hi, for some reason the parameters guide just crashes everytime I press the next arrow, or try and search, is it possible you could just make a .chm or something of the parameters?? Extremely appreciated if you could.

    Posted 1 month ago #
  12. nitrox
    Author
    Member

    Hi wilco3d,
    I have added Help and Parameters as JPG images, please re-download the package.

    Posted 1 month ago #
  13. wilco3d
    Member

    Has bought the file

    Many thanks for fast response, ill be sure to leave a good rating after I achieve what I’m after :) Just need to find out what controls how many rows of images there are now!


    Thanks again,

    Posted 1 month ago #
  14. nitrox
    Author
    Member

    Look at the tutorial in the Help file, you should learn everything you need from there : )

    Posted 1 month ago #