Subscribe to our newsletter:
Awaiting 3 votes.
Posted by : vip on 09/10/2008
5030 pageviews, 25 purchases
Package includes: FLA,XML file, pictures.
Opens with: Flash CS3
AS Version: ActionScript 2.0
Viewable with: Flash Player 9 and above
The XML News Reader takes almost all the information from the XML file ... the XML file has a simple structure that is easy to modify...
Variables that you can change:
newsWidth set the width of the news area
newsHeight set the height of the news area this includes the antet
lineColor set the color for the lines of the scoll and news area
number set the numbers of news displayed on the news area
scrollWidth set the scroll bar width
pictureBorder set the picture border size
pictureBackgroundColor set the picture border color
pictureSpacing set the picture space between up and left corner
textForMore set the text for the read more button
textForBack set the text for the back to news button
antetFormat the format for the antet text (color,size,font)
moreFormat the format for the button more and back (color,size,font)
the text in the XML file is HTML then you can format it as you like, add hyperlinks and others ...
the scroll bar autoresize for the information height ... just look at the last news ....
I offer full support for this component
- Price : $6
- buy now
- add to alerts
Sample
I am trying to include a hyper link inside the news info. How is this possible?
The news box position is on the center of the stage … if you whant to change this position … just modify lines 50,51:
_x=(Stage.width-newsWidth)/2;
_y=(Stage.height-newsHeight)/2;
with your x,y values:
Ex:
_x=10;
_y=10;
Regards Vip
I tried loading the actionscript keyframe into a website I am building. The issue I am having is that the news box does not load in a particular position of the site, it takes the middle position depending on the resolution the site is opened. I also tried loading it from a seperate .swf file as:
on (release) {
loadMovie("news.swf", "news");
}
but the same issue occurs.
Isn't there away to have it adjusted on a particular x,y on the main movie?
Please help
Thanks
Done … the pending is over … just download the zip file again!
Sorry … my mistake … i just uploade the arhive in flash8 version … it‘s on pending now … when is done just download it …
Please, can you save in flash8 your file ? Thanks.







help
and feedback
latest
news
latest
forum entries
The text for the news, taken form XML, is html so for adding a hyperlink you just use html tags :
<a href=‘www.domain’>Hyperlink text</a>
is you cant get this done please send a private message with your email address and I will send you a sample file …
Regards
VipTehnology