FORUM

Banner Rotator XML v4

Home / Forum / Components Discussions / Banner Rotator XML v4

  • New tags added for component Banner Rotator XML v4


    #  /  posted on Dec 03, 2010
  • how do you launch the software to make edits?


    #  /  posted on Jan 30, 2011
  • You need to have Flash CS3 or higher to edit it. It comes with source codes.


    #  /  posted on Jan 31, 2011
  • I would like to get my drop down menu to appear over this banner what do I need to edit?


    #  /  posted on Feb 07, 2011
  • Open deploy/index.html file.

    Replace this code:

    var params = {
                        scale: "noscale",
                        menu: "false",
                        bgcolor: "#000000"
                    }; 
    

    to:

    var params = {
                            scale: "noscale",
                            menu: "false",
                            bgcolor: "#000000",
        wmode: transparent
                        }; 
    

    #  /  posted on Feb 07, 2011
  • Hey FB,

    My banner rotator works perfectly when i test it locally but will not show up when i upload it to my server, i was loading it in using a UI loader component to my home.fla file which worked locally. After that wouldnt work on my server i tryed to load it in as below but kept getting the #1009 error.

    var req:URLRequest = new URLRequest("banner.swf"); var swfLoader:Loader = new Loader (); swfLoader.load(req); addChild(swfLoader);

    and i keep getting this error message:

    TypeError: Error #1009: Cannot access a property or method of a null object reference. at com.flashdo.flashblue::Main/frame1()

    How can i load this banner into my .fla file??

    Your help would be greatly appreciated.

    Thanks


    #  /  posted on Feb 08, 2011
  • It occurs if you use another Main.as file. Please, send me your files to fix it.

    flashblue80[at]hotmail.com


    #  /  posted on Feb 08, 2011
  • Hi, sorry but i have problems with russian language in rotator. I use UTF-8 coding. Haw i can to see hints on russian language? Thanks.


    #  /  posted on Feb 22, 2011
  • I changed font to Arial & embedded Cyrillic charset.

    I sent you modified file as e-mail.


    #  /  posted on Feb 22, 2011
  • The animation type "alpha" doesn't work! What can I do? Please!!! Thanks.


    #  /  posted on Mar 03, 2011
  • It works properly. You can use it that way:

    You can change transition type to another.


    #  /  posted on Mar 03, 2011

  • #  /  posted on Mar 03, 2011
  • I wrote it as email. It doesn't seem to visible here.


    #  /  posted on Mar 03, 2011
  • How do I use the Joomla plugin {flashbannerrotatorxmlv4}


    #  /  posted on Mar 26, 2011
  • There's a readme file in joomla folder. You can use 1.5 or 1.6 for your Joomla version.


    #  /  posted on Mar 26, 2011
  • Is there a way to make the {flashbannerrotatorxmlv4} plugin use a different XML file for different articles?


    #  /  posted on Mar 27, 2011
  • You can write different XML Url like that:

    {flashbannerrotatorxmlv4 xmlUrl="path/to/file.xml"}


    #  /  posted on Mar 28, 2011
  • When the user zooms the browser in/out, the flash content does not resize. Instead, there is a black border around the content. Can you enable rescaling of the content?


    #  /  posted on Apr 01, 2011
  • Please, use swffit:

    http://swffit.millermedeiros.com/


    #  /  posted on Apr 01, 2011
  • Can I resize the main window to, width: 504 and Height: 108 thanxs


    #  /  posted on Apr 28, 2011
  • I mean to resize the main banner to w: 504 x H: 104.


    #  /  posted on Apr 28, 2011
  • Yes. You can resize it from XML & JS embed codes.


    #  /  posted on Apr 28, 2011
  • Hello

    Is it working under internet explorer? as when i check the sample its a blank page witht eh shadow, but under firefox its working great.


    #  /  posted on Apr 30, 2011
  • It works properly on IE.


    #  /  posted on Apr 30, 2011
  • Thanks, i think there is no flash installed on my IE, but this script not detect it? and offer to install?


    #  /  posted on Apr 30, 2011
  • I didn't write a comment on the swf div tag to do so. But, you can add it.


    #  /  posted on Apr 30, 2011
  • I bought this banner but I have a problem with IE, a shadow appears at background, but under Firefox or Chrome It is work fine, what can I do to fix it? This problem appears in the example too.


    #  /  posted on Jul 13, 2011
  • There's a shadow image at the bottom of the SWF. You can remove it from deploy/index.html HTML code.


    #  /  posted on Jul 14, 2011
  • Hi! How about support russian language?

    Great job!


    #  /  posted on Sep 13, 2011
  • Cyrillic charset should be embedded to the font used.


    #  /  posted on Sep 13, 2011