Search FlashComponents.net's Forum

Ultimate Banner Rotator XML

Home / /community/ / Components Discussions / Ultimate Banner Rotator XML

  • New tags have been added for the new component Ultimate Banner Rotator XML
    #  /  posted on Dec 07, 2009
  • I wanted to make this banner totator rather than work from an xml file to change it to save the info in a database and use asp.net code to generate the banner.


    Can you help please


    #  /  posted on Dec 18, 2009
  • I am in vacation.
    Please contact me in January.


    #  /  posted on Dec 19, 2009
  • Hi there, im looking to buy your file(love it by the way!) but i need to know if it is easish to amend.


    Instead of having the numbrs at the bttom of the file can i add arrows on the outside of each side to navigate through the photos?


    Thanks


    #  /  posted on Jan 04, 2010
  • Hi.


    It is possible but it is not an easy thing to implement. The banner has OOP code and a few things need to be changed.


    #  /  posted on Jan 04, 2010
  • Hi,
    I like how this banner rotator looks, but I just can not understand how to get it to work; I tried to open the sample load.xml and got error message: The XML page cannot be displayed. I tried to open the sample main flash file and got error message: Unexpected file format.
    How can I get these sample files in right format to be able to open and customize them?
    Thank you.


    #  /  posted on Jan 11, 2010
  • To open the xml files used a text editor like notepad on windows.
    To open the .swf file use the browser.
    To open the .fla file use flash cs3 +...



    #  /  posted on Jan 11, 2010
  • I was able to open the .xml file and save it, but the .fla file give me error message; Unexpected file format. I have Flash Professional v 8.0. Do I have to upgrade to flash cs3?
    I have also Main Flash ActionScript file opened, but I do not know how to get it work! Do you have a flash component for this banner that can be installed to make it easy to customize?


    #  /  posted on Jan 14, 2010
  • The problem is that you are trying to use flash 8 with as 2.0 and this file is made in flash cs3 with as 2.0, this is why is not working. You need to upgrade to flash cs3 +.


    #  /  posted on Jan 14, 2010
  • You never answered my question please responde or refund
    I wanted to make this banner totator rather than work from an xml file to change it to save the info in a database and use asp.net code to generate the banner.


    Can you help please


    #  /  posted on Jan 17, 2010
  • I apology if I din not answered but I receive too many emails each days it was not an intention.
    About the database stuff I don’t know how to help you because I have no experience with this stuff…(I’ve never seen a .asp line of code)
    About the refund please ask a FlashComponents administrator to do that.


    #  /  posted on Jan 17, 2010
  • Very fine component. But is it possible to float the description to left or right?


    Something like that:
    <!— top, bottom, right, left —>
    <show_description>left</show_description>


    So the description would wipe from left to right. By now the position of description is top or bottom.


    Thank you.


    #  /  posted on Jan 21, 2010
  • Right now you can align the text only bottom and top, I don’t think that I will make any update soon to this so is best to find a way to make it work as it is.


    #  /  posted on Jan 22, 2010
  • Is it possible to hide the preloader?


    Thanks a lot


    #  /  posted on Jan 27, 2010
  • Yes it is possible but only with code changes.


    Open Main.as file and search for this method setUpPreloader()


    In there there is a line of code like this:


    _holder_sp.addChild(_preloader);


    Below that add this like of code:
    _preloader.visible = false;


    Save the file the publish again the .fla file



    #  /  posted on Jan 27, 2010
  • When I load an external .swf file the loaded file is scaled down to fit all the elements that are off the stage. Is there a way to prevent this? The actual width and height of the .swf are not being honored.


    Thanks.


    #  /  posted on Apr 06, 2010
  • You need to save your swf to the width and height of from the config xml file. There is no other way, this is how things are made to look sharp else the swf will be pixelated or worse.


    #  /  posted on Apr 06, 2010
  • my heights and widths are all equal. What’s different is I have a few symbols that are off the stage in the loaded .swf. So it appears that the component is adding these in as part of the overall size of the .swf and scales it down to fit inside the banner rotator. I’m trying to load this with no scaling. Is this possible.


    #  /  posted on Apr 07, 2010
  • Hmm.
    I understand. Try to leave a blank frame as the first fram on the swf and make sure that the stage is set to the size that you have in the xml file, this might work.


    Else try to keep your animations in boundaries… I can’t do much because of the transition engine, this is something that you need to figure it out.


    #  /  posted on Apr 07, 2010
  • Thanks tibisor. Your suggestion worked wonderfully. I did however have to put a transparent
    symbol at 0,0 the exact width and height of the loaded movie on frame one.


    Awesome component.


    Much thanks!


    #  /  posted on Apr 07, 2010
  • Cool.


    This is what I had in mind but I was not sure that it will work:)


    #  /  posted on Apr 07, 2010
  • What is the code that i need to use to embed this … ive tried a few and cant seem to get it to show … Any Suggestions?


    #  /  posted on Apr 08, 2010
  • There is a simple index file simple_embed.html in the download sources. Open that file with a text editor and you will see the code there, there are just a few lines… really easy stuff!


    #  /  posted on Apr 08, 2010
  • Which files do i upload to my site as well?


    #  /  posted on Apr 08, 2010
  • You need to upload the main.swf and load folder…. This are the needed files if you want to embed this in you web page… of course you need in your page the embedding code.


    Sample below.


    <embed src=‘main.swf’ width=‘600’ height=‘270’ bgcolor=’#373737’ allowscriptaccess=‘always’ allowfullscreen=‘false’ quality=‘best’ flashvars=‘xml_path=load/config.xml’ </embed>


    #  /  posted on Apr 10, 2010
  • Ok i have everything working fine now …. but im wanting to put a couple of these on same page …. how do i go about doing this … keep getting errors… any help would be greatly appreciated!


    #  /  posted on Apr 13, 2010
  • How can I make the background transparent? This goes over a background image. THANKS!


    #  /  posted on May 06, 2010
  • You can set the background color inside the xml file you can’t hide it, but why do you need a transparent background it make no sense?


    Write tot me at [email protected]


    #  /  posted on May 06, 2010
  • F.y.i. to any potential buyers: Contrary to what the author’s description says above, the buttons and description CANNOT be positioned at right side of the banner.


    #  /  posted on May 10, 2010
  • You can do that for the buttons, the description will arrange automatically based on the button position…


    I will rectify the description so that it will not make a confusion in the future.


    #  /  posted on May 10, 2010

SUPPORTERS

FORUM