Search FlashComponents.net's Forum

Banner Rotator FX

Home / /community/ / Components Discussions / Banner Rotator FX / Page 7

  • Hi there,


    Great product. Questions:


    1) I can add links to the text and they launch fine, but if i would like the background image to also be clickable and the url attribute does not seem to work for me consistently (i.e. if I do a lot of clicks the url may open up a window).


    2) How can I get the rotator to stop after cycling through all the images (Or say cycle through them three times and then stop?)


    #  /  posted on Jan 20, 2010
  • Hi,


    1. The background of the text doesn’t listens for mouse events. So if you click on the image an not on the background of the text, it should work (open the link of the image).


    2. Sorry this feature is not implemented.


    #  /  posted on Jan 21, 2010
  • Is there a way to control the speed of the transition element?


    #  /  posted on Jan 25, 2010
  • Hi,


    From your settings.xml file set the value of autoTiming to false (in generalOptions).
    Then in the images.xml file for each image set a value for the duration attribute.


    #  /  posted on Jan 26, 2010
  • hello .. I have problem with clickable under ie (6,7,8) – nothing hapend when I try to click on the image
    (buttons to switch next images work fine but link on the image dont work – some of ie crash!) ..
    I had try to make embending


    <object classid="clsid27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0" width="600" height="260" id="gal" align="middle">       <param name="allowScriptAccess" value="sameDomain" />  
    <param name="allowFullScreen" value="false" />        
             <param name="quality" value="high" />        
            <param name="bgcolor" value="#ffffff" />        
             <param name="scale" value="noscale" />        
             <param name="salign" value="tl" />        
             <param name="movie" value="http://barwyszczescia.pl/bannerfx/banner.swf" />        
             <param name="settingsXML" value="settingsXML = http://barwyszczescia.pl/bannerfx/settings.xml"       
           <embed settingsXML = "settingsXML = http://barwyszczescia.pl/bannerfx/settings.xml" src="http://barwyszczescia.pl/bannerfx/banner.swf" width="600" height="310" bgcolor="#ffffff" name="gal" quality="high" scale="noscale" and salign="tl" align="middle" allowScriptAccess="sameDomain" allowFullScreen="false" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /> 
    


    but im not sure how to do settingsXML ..


    this is site where i put baner wich dont work under ie
    .. and below embeded method wich also dont work http://www.barwyszczescia.pl/test.html ...
    What You propose to resolwe my trobules :P sory for my poor eanglish


    #  /  posted on Feb 01, 2010
  • So… now all works fine!


    I was make a misteik :)


    in setings all adres i wrote http:// .. when I change to relative paths it starts to work fine ..


    also i remove coments from xml files and in setings create tag for open xml structure an close xml structure ..


    This Banner Rotator is much more ultimate when its works :) now .. Im satysfied !!



    #  /  posted on Feb 01, 2010
  • Hi,


    I’m glad that you found a fix to this.


    #  /  posted on Feb 02, 2010
  • Thanks for a great product! I only have one question. I have the banner displayed on a page where there is a DHTML Flyout Menu next to it. When the menu flyouts occur they show up behind the banner instead of overtop of the banner. Can you tell me how to fix that?


    #  /  posted on Feb 04, 2010
  • Hi,


    Could you give me a link to your website?
    I’ll check it out.


    #  /  posted on Feb 05, 2010
  • Hi


    I have some issues, and i tried the solutions you gave to other user’s issues, but they don´t seem to work, so i would please to get an answer.


    In Internet explorer, transitions & effects dont work sometimes


    In IE and FIrefox, there is a big issue with fullscreen, both via ESC via the button, when i try to close fullscreen, there opens the image without controls, and the only way to get back is clicking on the image and pressing ESC many times.


    #  /  posted on Feb 08, 2010
  • I’ve sent you a PM


    #  /  posted on Feb 09, 2010
  • Hi,


    If you open this page in IE the transitions and effects are working?


    The last issue is a browser problem because it seems that when you embed the banner.swf file in a html file it doesn’t catch the event when you press the ESC button.


    #  /  posted on Feb 10, 2010
  • Hello! I have been trying to get the Banner Rotator to work on my site.


    For reference, the files are located here:
    http://r.b5z.net/i/u/10059548/i/banner/banner.swf
    http://r.b5z.net/i/u/10059548/i/banner/settings.xml
    http://r.b5z.net/i/u/10059548/i/banner/images.xml
    http://r.b5z.net/i/u/10059548/i/banner/header_template_01.html
    http://r.b5z.net/i/u/10059548/i/banner/style.css


    As you can see on the header_template_01.html file, everything works fine. However, when I try to copy the code here and place it into our content management system for the header of the site, it does not work. For reference, the site is www.primusgolf.com.


    I’ve tried adding:
    flashvars.folderPath = “http://r.b5z.net/i/u/10059548/i/banner/”;
    flashvars.settingsXML = “http://r.b5z.net/i/u/10059548/i/banner/settings.xml”;


    to the code, but it still will not work. Looking at the html I’ve supplied, how exactly am I supposed to define an absolute value for the xml path?


    The code I’m using is below:


    <script type="text/javascript" src="http://r.b5z.net/i/u/10059548/i/banner/swfobject.js"></script> 
    <script type="text/javascript"> 
    var flashvars = {}; 
    flashvars.folderPath = "http://r.b5z.net/i/u/10059548/i/banner/"; 
    flashvars.settingsXML = "http://r.b5z.net/i/u/10059548/i/banner/settings.xml"; 
    var params = {}; 
    params.scale = "noscale"; 
    params.salign = "tl"; 
    params.wmode = "transparent"; 
    var attributes = {}; 
    swfobject.embedSWF("http://r.b5z.net/i/u/10059548/i/banner/banner.swf", "FlashCute", "400", "200", "9.0.0", false, flashvars, params, attributes); 
    </script> 
    


    #  /  posted on Feb 11, 2010
  • Nevermind! The content management system I was liking hates javascript, so I defined the parameters via html. I love the world again, and you for making this thing! :)


    #  /  posted on Feb 11, 2010
  • Well, the flash displays perfectly in Firefox, but not in explorer. Help!


    #  /  posted on Feb 11, 2010
  • Hi,


    Try to set the folderPath like this:


    <param name="flashvars" value="folderPath=http://r.b5z.net/i/u/10059548/i/banner/" /><param name="flashvars" value="settingsXML = settings.xml" />


    If you set the folderPath (the path to your assets) there won’t be necessary to set the path for the settings.xml file.


    #  /  posted on Feb 12, 2010
  • That sadly didn’t work. :(


    #  /  posted on Feb 12, 2010
  • The code I’m using that works in Firefox and Chrome but not in explorer is as follows:


    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 
    <html xmlns="http://www.w3.org/1999/xhtml"> 
    <head> 
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 
    <title>Untitled Document</title> 
    <style type="text/css"> 
    <!-- 
    #FlashCute { 
    	text-align: right; 
    	overflow: hidden; 
    } 
    --> 
    </style> 
    </head> 
    <body> 
    <table width="100%" height=200px border="0" cellspacing="0" cellpadding="0" background="http://r.b5z.net/i/u/10059548/i/banner/header_bg.jpg"> 
      <tr> 
        <td width="auto" height=200px><a href="http://www.primusgolf.com"><img src="http://r.b5z.net/i/u/10059548/i/banner/pg_header_logo.png" alt="Primus Golf Academy" width="400" height="160" border="0" align="left" /></a></td> 
        <td width="500" height=200px> 
    <script type="text/javascript" src="http://r.b5z.net/i/u/10059548/i/banner/swfobject.js"></script> 
    <object id="FlashCute" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="500" height="200"> 
      <param name="flashvars" value="folderPath=http://r.b5z.net/i/u/10059548/i/banner/" /> 
      <param name="flashvars" value="settingsXML = settings.xml" /> 
      <param name="movie" value = "http://r.b5z.net/i/u/10059548/i/banner/banner.swf" /> 
      <param name="quality" value="high" /> 
      <param name="wmode" value="transparent" /> 
      <param name="swfversion" value="6.0.65.0" /> 
      <!-- This param tag prompts users with Flash Player 6.0 r65 and higher to download the latest version of Flash Player. Delete it if you don’t want users to see the prompt. --> 
      <param name="expressinstall" value="Scripts/expressInstall.swf" /> 
      <!-- Next object tag is for non-IE browsers. So hide it from IE using IECC. --> 
      <!--[if !IE]>--> 
      <object type="application/x-shockwave-flash" data="http://r.b5z.net/i/u/10059548/i/banner/banner.swf" width="500" height="200"> 
        <!--<![endif]--> 
        <param name="quality" value="high" /> 
        <param name="wmode" value="transparent" /> 
        <param name="swfversion" value="6.0.65.0" /> 
        <param name="expressinstall" value="Scripts/expressInstall.swf" /> 
        <param name="flashvars" value="folderPath=http://r.b5z.net/i/u/10059548/i/banner/" /> 
        <param name="flashvars" value="settingsXML=http://r.b5z.net/i/u/10059548/i/banner/settings.xml" /> 
        <!-- The browser displays the following alternative content for users with Flash Player 6.0 and older. --> 
        <div> 
          <h4>Content on this page requires a newer version of Adobe Flash Player.</h4> 
          <p><a href="http://www.adobe.com/go/getflashplayer"><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" width="112" height="33" /></a></p> 
        </div> 
        <!--[if !IE]>--> 
      </object> 
      <!--<![endif]--> 
    </object> 
    <script type="text/javascript"> 
    <!-- 
    swfobject.registerObject("FlashCute"); 
    //--> 
    </script> 
    <div id="FlashCute"></div> 
    </td> 
      </tr> 
    </table> 
    </body> 
    </html> 
    


    #  /  posted on Feb 12, 2010
  • Correction: it no longer works in Chrome.


    #  /  posted on Feb 12, 2010
  • Yes, I had to make all paths absolutely defined in order for it to work in chrome. I’m still at a loss about IE.


    #  /  posted on Feb 12, 2010
  • Hi,


    Try for the IE a special case.
    For the others browsers make the embedding static (<object></object>) and for IE dynamic (using swfobject).


    #  /  posted on Feb 16, 2010
  • hello , baught the banner rotator, when i put it inside my flash file, all the website would be aligned to the left!! how do i keep it aligned all to the middle? thanks


    #  /  posted on Feb 22, 2010
  • Hi,


    Create a new file in your project folder and call it style2.css.
    In the html file that embeds the swf (index.html or index.php) you need to
    write the following line:

    <link href="style2.css" rel="stylesheet" type="text/css">
    Next open the style2.css file that you created previously and try to write the
    following lines in this file:
     body 
    { text-align:center; 
    } 
    BannerDiv 
    { margin:0 auto; padding:0; 
    }


    #  /  posted on Feb 23, 2010
  • Snowcat,


    This banner is amazing. Very nice job!


    Question – Is is possible to make just an image linkable, leaving the rest of the banner and text un-linked? I’m currently using this in my XML, and only want the user to be able to click the image:


    <photo image=“images/01.png” url=“page.html” target=”_self” duration=“2”>
    <![CDATA[<head>Some Text</head><body>Some more text.</body>]]></photo>


    Thanks!


    #  /  posted on Mar 12, 2010
  • Hi,


    If I understood correctly you want when to user clicks on the image to open a new link.
    But when he/she clicks the text nothing won’t happen?


    #  /  posted on Mar 12, 2010
  • Hi,


    Amazing Flash components you built, so thanks! I bought the commercial all files package, and I’m trying to use the banner rotator. Everything works great except I cannot get the flash to center correctly. My page is centered but the flash will not center within the DIV tag, even if I center the DIV tag itself.


    I noticed that I could control the x and y axis of the center on the carousel, does this component function in the same manner? Any help you can give me to correct this would be awesome! Thanks!


    Tim


    #  /  posted on Mar 23, 2010
  • Hi,


    Try to align it in the center using CSS style.


    e.g.


    In your CSS file you could specify something like this:


    @body
    { margin:0 auto; padding:0; text-align:center;
    }


    #BannerDiv
    { margin:0 auto; padding:0;
    }@


    #  /  posted on Mar 24, 2010
  • Hi there


    I am seriously looking at purchasing your Banner Rotator FX for a company I am contracting to. This company’s website is available in 7 different languages.


    So what I want to know is – can I pass a variable to the flash file (or settings.xml file) to control which images.xml file is used? Ideally I would like to have 1 banner.swf, 1 settings.xml and 7 images.xml files (images-en.xml, images-de.xml, images-fr.xml etc) so that I can have different text for the different languages but for the same “main” banner.


    I don’t want to have to create 7 separate settings.xml files because then I would have to administer all of those separately when changes are required and this is not productive.


    Thanks
    Justin


    #  /  posted on Mar 30, 2010
  • Hi,


    You could specify to load images using flashvars from the html file.


    e.g.


    flashvars.imagesXML = "images-fr.xml"


    BUT this feature is not implemented yet.
    Anyway if you’ll purchase the component we’ll implement it for you.
    All we need to do is to change a line of code.


    #  /  posted on Mar 31, 2010
  • Hi,
    text in another language is not displayed???


    #  /  posted on Mar 31, 2010

SUPPORTERS

FORUM