hi all, i need some help with a flash project im working on. what i need to do is load images into this.
http://www.kirupa.com/developer/flash5/scrolltext.htm
i tried to put the img src tag into the .txt file and i just get the code showing up not a picture. i do have the property on the textbox to render text as html. i have seen this done somewhere but do not know how to do it. even if there is another way totally far off from this method please tell me. thanks! :thumb:
You need to scroll images basically? The tutorial you are following wont allow you to load a image into a text box. Even if it is rendered as HTML, flash only allows HTML 1.0 to be used, so advanced HTML such as img src, or table will not work.
you can’t put images into textfields in flash, only a limited range of html tags are supported.
The only way you can do it is to create a movie clip with your image and text. Put this on the stage and mask it off so that you can only see a section of it the size you require. Now you need to make your buttons move the movie clip up and down to simulate scrolling.
Let me know if you need any more info
what would the code be that i have to put on the buttons? i tried this, check attachment and no luck. this is just a sample that im messing with until i get it down pat then ill start the good project.
thanks for the help, i figured it out.