Search FlashComponents.net's Forum

XML Text Scrollbar

Home / /community/ / Components Discussions / XML Text Scrollbar

  • New tags have been added for the new component XML Text Scrollbar
    #  /  posted on Aug 01, 2009
  • HOW CAN I CHANGE THE CONTACT WINDOW WIDTH AND HEIGHT?


    #  /  posted on Aug 06, 2009
  • You need to resize fla source. If you can’t do it send me dimensions you want.


    #  /  posted on Aug 06, 2009
  • flashblue, i got the file, it’s a great one, but i have this problem. I have a .fla file that i’m working on. I want it to have an area for scrolled text. I bought your component, thinking i could put it into my .fla


    nothing seems to be working, unless i build my whole site around your .fla file. can you assist?


    #  /  posted on Aug 13, 2009
  • Load it as externally. I fixed some codes to do it.


    var loader:Loader = new Loader(); 
    imageLoader.load(new URLRequest("scroller.swf")); 
    addChild(loader); 
    


    #  /  posted on Aug 17, 2009
  • can get dynamic text from a database?


    #  /  posted on Aug 20, 2009
  • Yes. If you change XML url to a PHP/ASP or other webpage & create XML content, you can get dynamic content.


    #  /  posted on Aug 20, 2009
  • Hi,
    when i load it as externally, it change my html align! :-O
    why?


    #  /  posted on Sep 21, 2009
  • Open com/flashdo/flashblue/Main.as. You’ll see:


    stage.scaleMode = StageScaleMode.NO_SCALE; 
    stage.align = StageAlign.TOP_LEFT;	 
    


    Remove them & re-export scroller.fla.


    #  /  posted on Sep 22, 2009
  • Hello flashblue.


    It looks good. It exectly what I want.
    Can I change the scollbar?
    Can I put the image URL in it and link to next page.


    Please
    #  /  posted on Sep 24, 2009
  • You can change scrollbar from fla source. You can add HTML content & image url.


    #  /  posted on Sep 24, 2009
  • Thanks for your quick reply


    #  /  posted on Sep 24, 2009
  • Hello Flash blue,


    Just brought it with my wife account.
    Can send a private message to me with email address?
    Just in case I have quetions then can email you for a direction.


    Thx
    #  /  posted on Sep 24, 2009
  • You can mail me at [email protected]


    #  /  posted on Sep 24, 2009
  • I made it resizable via XML.


    #  /  posted on Oct 01, 2009
  • Hi,
    i would use that code text=text.replace(/&/gi, “”); when i load the xml content.
    Because in my xml file i use strange characters like these: è ì > < ect.
    I search in the scroller.as file and i found where the xml load.
    i tried
    contentTxt=contentTxt.replace(/&/gi, “”);
    before and after this line
    contentTxt.htmlText = xml;


    and i tried this
    xml=xml.replace(/&/gi, “”);
    before and after this line
    contentTxt.htmlText = xml;


    can you help me please?


    #  /  posted on Oct 18, 2009

  • #  /  posted on Oct 19, 2009
  • It replaces “&, > <”. But, it can’t replace if you don’t add replacement code.


    Change code on line 122:


    contentTxt.htmlText = xml.content.toString(); 
    


    To:


    var contents:String = xml.content.toString(); 
    contents = contents.replace("è", "è"); 
    contents = contents.replace("ì", "ì"); 
    contentTxt.htmlText = contents; 
    


    If you write them without HTML encode it works.


    #  /  posted on Oct 19, 2009
  • thanks!
    but i resolved different!
    i just make the replace in php when i generate the xml code, so i don’t must change in every file the code :-)


    So another question, i would know if flash read all the css attribute. (i know that not all html tag are supported).
    For example i would change the css code for img tag, for change horizzontal and vertical space ect.
    Or for example margin-right: 10px without left margin ect.


    can you help me? thanks


    #  /  posted on Oct 19, 2009
  • You can view css/scroller.css on source. Some image properties work properly in flash. But, styles can’t be work.


    #  /  posted on Oct 19, 2009
  • Hello,
    I recently purchased your file…I was able to make all the changes I needed to the file; however, I am experiencing a problem with the file.


    When I inserted the .swf file into my html file, it does not show. I tried loading everything to the server, and it still does not show. If I open the swf file…my text and formatting is shown, but not in the htm file.


    Please help…need assistance ASAP.


    #  /  posted on Nov 19, 2009
  • Can you send your files to [email protected] to see?


    #  /  posted on Nov 20, 2009
  • Hi,


    I like your design and its a neat little package. I have one problem — my Fla has multiple frames. I’m tearing my hair out trying to figure how to use it on only one frame. Currently, it appears on all pages of my swf. Is there a way to put the class in a mc or something?...


    I would love some suggestions on fixing this — I’m on deadline!


    Thanks!
    Bezer


    #  /  posted on Dec 08, 2009
  • You should use removeChild(scrollbar_name) on different frames they won’t use scrollbar.


    #  /  posted on Dec 09, 2009
  • I don’t understand — I input com.flashdo.flashblue.Main in the parameters. I don’t have an instance name because it works from the library. If I place the scroller on the stage and give it an instance name, I end up with two.


    Perhaps I’m installing this wrong?... Still can’t find any documentation on installation or trouble shooting…. Can you explain exactly how to install? This seems straight foward but it still doesn’t work.


    Would love some more help with this. THANKS and sorry to be a pain!


    #  /  posted on Dec 09, 2009
  • DONT BOTHER BUYING THIS COMPONENT — NO DOCUMENTATION**


    Above it says that this component’s documentation is “excellent”. That isn’t true at all. There isn’t even any directions for installation and the only “documentation there is are code comments that are usually 3 words long. I’ve been using Flash for 5 years and it took me 2 days to figure this out and it still won’t do what I want.


    The author refuses to explain the code if it’s not css basically. He has ignored my questions. He just tells you to email the file to him. I can’t email some dude a file every time a client needs a website! And the few explanations that he gives are full of typos and improper English.


    Check out this one instead! Its better but is only a dollar more: Scollbar


    #  /  posted on Dec 10, 2009
  • You just need to write your text, X-Y positions & width-height dimensions of component into XML file. Is it too hard to do?


    #  /  posted on Dec 19, 2009
  • You should know a bit AS3 to install it on another AS3 project. Otherwise, I can’t help you.


    You should know basic addChild, removeChild methods of AS3.


    #  /  posted on Dec 19, 2009
  • Hi!
    I’m trying to put the scroll fla in my fla using an action that you posted here. But doesn’t work:
    1120: Access of undefined property imageLoader.
    I’m trying to put it inside a movie clip. Can you help me? best Pop


    #  /  posted on Feb 24, 2010
  • How to I change the font from Arial to something else? I tried editing the scroller.css file, but there are no font attributes in it. Is it something I have to change in Flash?
    Yan


    #  /  posted on Feb 24, 2010

SUPPORTERS

FORUM