FORUM

Cover Flow XML

Home / Forum / Components Discussions / Cover Flow XML

  • cool component
    #  /  posted on Feb 12, 2009
  • Thank you. You're free to buy it. :)
    I have some other components, for cheap prices and valentine's day related.
    Visit.

    Regards,
    NX Web Design


    #  /  posted on Feb 13, 2009
  • Can this be rized or reduced to a smaller size?


    #  /  posted on Feb 13, 2009
  • Yes it can. Please read the private message for instructions.


    #  /  posted on Feb 14, 2009
  • Hi I’m really confused. I bought this XML gallery today thinking that it was using AS3. It turns that when I opened it, the file was using AS2. Any ideas how I can fix this? Is there another version in AS3?


    Thanks a lot.


    #  /  posted on Mar 09, 2009
  • Now you got me confused :S


    We are currently using Adobe Master Collection CS4, and this version only allows files to be saved with compability to CS3 and CS4.


    We’re currently programming AS3, but since we still have some files older, maybe we’ve uploaded the wrong version. I’ll have a look now, and i’ll send you an update via PM.


    Sorry for the mistake.


    Regards,
    nxwD


    #  /  posted on Mar 09, 2009
  • I bought this flash yesterday and tried to open the FLA file and I got an Unexpected file format error.
    I have flash 8.0. what is the problem???


    #  /  posted on Mar 10, 2009
  • Please read the PM i’ve sent you.


    This file is written in AS3!
    Please if you have problems open it, first see if your Adobe Flash version supports this version of ActionScript!


    #  /  posted on Mar 10, 2009
  • hy,


    i tried to set a variable URL for the image files in the xml like:


    http://www.flashcomponents.net/images/fuelyourflash2.gif (only a example – in my xml it?s a jpeg file)
    but the swf can?t view this jpeg only if it?s in the /image folder on my webspace..
    is it possible to change this an where i?ve to change it ? i couldn?t find in your FLA/actionscript..


    thanks for your help


    #  /  posted on Mar 12, 2009
  • Cover_Flow.swf is in with my .html file and have the data.xml file in my images folder as i see from the Action Script, but the problem i’m having is that my images wont show up when I run this. The data.xml is edited with Example, <album>1.jpg</album>. My embed code on my .html code is pointed as ‘xml=images/data.xml. Can someone please help. I’m missing something. All i get is plank boxes and reflection and with ‘Unknown Artist’ and ‘Unknown Album’ but no images loaded.



    #  /  posted on Mar 18, 2009
  • Hi jsbrownstudio,


    Why are you writing in the html file ‘xml=images/data.xml’ ?


    #  /  posted on Mar 18, 2009
  • hi, i have one question: is it possible to make the front cover clickable, so when i click on the cover I can open a URL in the same page?


    thanks in advance


    #  /  posted on Mar 25, 2009
  • @mrbrown: Not in this version. You’ll have to wait for the “in-development” version.
    Thank you.


    #  /  posted on Mar 25, 2009
  • thansk for the answer, when the next version will released?


    In addition, I want to report a problem that occurs when you load in this component more than 15 images (or 20, 30 etc…). All images after the front cover overlap and in general there’s a problem with displaying covers.


    bye


    #  /  posted on Mar 25, 2009
  • Someone already reported that bug, and it has been corrected in the new version.


    #  /  posted on Mar 26, 2009
  • O.K nice app by the way, but yes “THIS FILE DOWNLOAD IS NOT AS3 “ There is a as3 version but you have to private message the creator.



    #  /  posted on Apr 11, 2009
  • Hi, I used this component and its very nice and helpful, just one question… Is it posible to make the front picture, after it is in the center, to link to one of the address that in the xml? meaning – first click on a side image will bring it to the front (like its now) and second click will activate the xml link (artistLink)
    Thank you.


    #  /  posted on May 05, 2009
  • Hi,


    very Cool component, i just bought it, please inform how can i make the images as a button so when clicked after being in center it can link to another page, right now that works from the text link at bottom but i want to make the image button itself, please help!


    Thanks!


    #  /  posted on May 10, 2009
  • Hi Nxwd


    Im having the same problem as muscy20, is there anyway to make the images buttons with links, instead of the text underneath ? also it would be cool if they started from the centre but if not then thats no biggy.


    Any help would be great


    Thanx


    J


    #  /  posted on Jul 03, 2009
  • hello! So I can’t seem to have the xml file load right… I get “unable to load xml data”... and I haven’t changed a thing since I downloaded it!


    link to error



    #  /  posted on Jul 08, 2009
  • nevermind, i figured it out – it appears that I can’t just put the flash file in a subdirectory from the html.


    Anyway, is there a way to load the xml file dynamically from the html/php page the flash is in? Such as have two different htmls that are in the same directory but load two different xmls without editing the source code of the fla/swf?


    Thanks!


    Dan


    #  /  posted on Jul 09, 2009
  • I want to know if there’s a way to load a default image/thumbnail, as I have some photos in Landscape and Portrait. Currently have to size my photos to a certain template size. Example, 350 × 400.. with DVD like widescreen look on the sides or top/bottom to make them look good. jsbrownstudio.com. I’ve sent you an email through my flash components account also nxwD awhile back. Thanks for all the hard work!!!


    #  /  posted on Jul 15, 2009
  • I have 3 questions/observations:


    1-When are you going to have the under development version available?
    2-The next versions should start the images from the center (Same as itunes)
    3- (Very important) The link should be on the image as well, not only in the text.


    Please let me know when will be available the next version.


    Thanks
    Amilcar Gomez


    #  /  posted on Jul 23, 2009
  • hi , thanks for this great work :)


    i have a question , it’s possible to load a directories files , no just
    somes images .


    here is my script to call this directory :


    <?php 
    while ($arr=mysql_fetch_assoc($res)) 
    { 
        if($arr[image1]=="") 
        { 
            echo "<a title='$arr[name]' href='$site_config[SITEURL]/torrents-details.php?id=$arr[id]&hit=1'> 
            <img border='0' src='$site_config[SITEURL]/images/upload_defaut.gif' alt='$arr[name]' ></a>"; 
        } 
        else 
        { 
            echo "<a title='$arr[name]' href='$site_config[SITEURL]/torrents-details.php?id=$arr[id]&hit=1'> 
            <img border='0' src='uploads/images/$arr[image1]' alt='$arr[name]'></a>"; 
        } 
    } 
    ?> 
    


    or can i change or add this directly in fla file?


    Thanks and have a nice day.


    Jessy.james


    #  /  posted on Aug 20, 2009
  • hey i really want to buy this but i first need to know if it can load swfs as well as jpegs?


    please let me know asap. THANK YOU!


    #  /  posted on Aug 28, 2009
  • I brought a componets and sent private message to nxwD for over 10 days.
    Still not reply. Anyone can tell me how to resize the images?


    Let say. I will like them display pix as 300×260.


    Help please.


    #  /  posted on Sep 20, 2009
  • how the fuck does thsi work i downloaded it and theirs so many files. i jsut want the source and then i edit it. This Is Bullshit


    #  /  posted on May 14, 2010
  • At wckxws: There is a .FLA file which is the source file, there is a .SWF file which is the ready to use component. If you don’t know how flash files are, please ask before saying “how the f*** does thsi…” or “This Is Bullshit”. Thank you.


    At chanman: Open .FLA file, and search for

    var frontCDWidth:Number = 150; 
    var frontCDHeight:Number = 150; 
    

    This is your picture width and height, edit this values to match your needs.


    Sorry for the delay to answer, other projects in hands.


    Regards,
    nxwD


    #  /  posted on May 28, 2010
  • Nice component like it. like it thanks nxwD great job.

    regards


    #  /  posted on Oct 17, 2010
  • Is there a way to change the behaviour of the 'artist' and 'albumName' so they appear as mouseovers on the images, as oppose to being automatically displayed when the corresponding image appears? Apart from that, I find this component to be fantastic and a joy to use.


    #  /  posted on Dec 20, 2010