FORUM

Sliding Image Gallery XML v5

Home / Forum / Components Discussions / Sliding Image Gallery XML v5

  • New tags have been added for the new component Sliding Image Gallery XML v5
    #  /  posted on May 29, 2009
  • Hello


    I dont if it is an error or not i just looking at your file. when i try to click the numbered buttons multiple buttons quickly the text for the previous slide does not remove.


    over all the product is awesome.


    #  /  posted on Jun 06, 2009
  • Thanks. I’ll have a look.


    #  /  posted on Jun 06, 2009
  • If I download, is it possible to swap the positions of the description and the numbers? I’d rather have my numbers on top and the description on bottom.


    #  /  posted on Jun 08, 2009
  • I can do it easily. You just need to change y position of elements in AS file.


    Write me a private message after you buy it with your requests.


    #  /  posted on Jun 08, 2009
  • Can the Width and Height be adjusted thru xml or would that be changed in the FLA?


    Also


    Are the numbers dynamic and display based on the amount of image entries or would I need to add the number buttons manualy?


    Thx


    #  /  posted on Jun 09, 2009
  • It’s fully XML driven. Numbers are dynamic. You can change position of number to left, center or right at the bottom by XML. You can resize swf by writing width-height values to XML & HTML.


    #  /  posted on Jun 09, 2009
  • Great job. This is pretty awesome so far. I just need to figure out how to change the BGcolor behind the play/pause and number buttons.


    #  /  posted on Jun 09, 2009
  • Open banner.fla.
    Open library.
    Select banner/buttons/button_mc & button_play_pause_mc.
    You’ll see “bg” layer. You can change bgcolor, font color-size there.


    #  /  posted on Jun 09, 2009
  • I have an issue and you might have a solution already built in. I have dropdown navigation directly above the flash movie. The dynamic dropdowns go behind the movie. I researched this on the adobe site since I could not get z-index to work and they have a movie that shows you how to publish the swf with transparent window mode( http://kb2.adobe.com/cps/155/tn_15523.html ) or ‘wmode’, ‘transparent’, . Now the issue is if I republish the movie it generates its own JS and html file which does not have the same set up you have which points to the external xml file and so on. Can you publish a version with transparent window mode or do you already have a setting to resolve this issue? I am using CS3. Thank you


    #  /  posted on Jun 10, 2009
  • You just need to modify html code like that:


    bgcolor: “#000000”,
    wmode: “transparent”


    #  /  posted on Jun 10, 2009
  • flashblue you are awesome. I tried to figure it out before I asked. I guess it has been a while since I worked with flash.


    #  /  posted on Jun 10, 2009
  • Hopefully last thing I need to trouble you with. That wmode: “transparent” works great in all browser even Saf, but It is not displaying in FF 3.0.10. Any magic tricks up your sleeve for that?


    #  /  posted on Jun 10, 2009
  • Can you send me a private message with your test url?


    #  /  posted on Jun 10, 2009
  • Is there a way to remove the preloader counter?


    I randomly get a blue 100 showing up for a brief flash… I’d like it if nothing showed up untilt he first banner loads.


    #  /  posted on Jun 10, 2009
  • Remove that lines from com/flashdo/flashblue/Banner.as on line 367:


    Tweener.addTween(preloader_mc,{alpha:1,delay:0.3,time:0.3});


    #  /  posted on Jun 10, 2009
  • Well it doesn’t look like removing that line Tweener.addTween(preloader_mc,{alpha:1,delay:0.3,time:0.3});) did anything… any other thoughts?


    #  /  posted on Jun 10, 2009
  • Can you send me a private message? I’ll send you file with removed preloader.


    #  /  posted on Jun 11, 2009
  • I sent your file.


    #  /  posted on Jun 16, 2009
  • Hello Mr. Flashblue,


    I just purchased the Dynamic sliding XML driven banner but I can’t seem to load it into my main flash file. I’ve loaded several external swf’s but the your banner does not appear.
    A little help please? I’m using Flash CS3 Professional.


    J. Van Cleave


    #  /  posted on Jun 16, 2009
  • Can you send me your files?


    #  /  posted on Jun 17, 2009
  • I sent your files.


    #  /  posted on Jun 17, 2009
  • Hi Flashblue – is it possible to edit the size of the content background on this one?


    #  /  posted on Jun 18, 2009
  • Text BG resize according to text height. It’s automatic. You can change its coding if you know a little AS3.


    #  /  posted on Jun 18, 2009
  • This is an excellent effort Flashblue – Thank you !.. I would like to embed different fonts in the banner.swf. I have tried editing the font_mc in the Library and reimbedding my desired font (using Latin 388 glyphs) but I cant seem to make it work. Also, I am trying to change the opacity and color of the dark area that sits behind the Title and captions, but cant seem to find it anywhere in the Library.


    Thanks for any help you can provide.



    #  /  posted on Jun 24, 2009
  • You need to replace font name in com/flashdo/flashblue/Banner.as.


    Replace “Helvetica” or “Arial” font there. Then, Re-export fla.


    #  /  posted on Jun 24, 2009
  • The
    _bgcolor: “#000000”,
    wmode: “transparent” _


    throws an error in both IE and Firefox – the movie just disappears completely if used. Any other ideas how to get this to sit behind a css drop down menu?


    #  /  posted on Jul 17, 2009
  • You must use “ instead of “ or ”.


    #  /  posted on Jul 17, 2009
  • Remove that lines in com/flashdo/flashblue/Banner.as


    <pre>
    root.loaderInfo.addEventListener(Event.OPEN, setOpen);
    root.loaderInfo.addEventListener(ProgressEvent.PROGRESS, setProgresses);
    root.loaderInfo.addEventListener(Event.COMPLETE, onComplete);
    </pre>


    Copy that code:
    <pre>
    loadXML();</pre>


    #  /  posted on Jul 17, 2009
  • There’s a bug with “root.loaderInfo” in FireFox.


    #  /  posted on Jul 17, 2009