- All
- Special Offers
- User Interface
- Scroll Bar Components
- Flash XML Calendars
- HTML / XML News Readers
- HTML / XML Tables & Grids
- Flash Contact Forms
- Date Picker Components
- Flash XML Guestbooks
- Color Picker Components
- Countdown Components
- Flash Tool Tip Components
- Image Zoom & Panning Controls
- Flash Text Tools & Editors
- Rating and Pool Systems
- Flash Weather Widgets
- 3D Object Rotators
- Shopping Carts
- Flash Maps
- Flash Charts
- Galleries & Slideshows
- Menus & Navigation
- Design & Effects
- Audio & Video
- Templates
- Applications & Games
- Various
- Adobe Flex
- Adobe AIR
- Free Flash Files
- Lightroom Plugins
- Dreamweaver Extensions
Posted by : Rocman
1 purchases
Package includes: FLA
Opens with: Flash 8, Flash CS3, Flash CS4
AS Version: ActionScript 2.0
Viewable with: Flash Player 8 and above
Flash knowledge required: N/A
Documentation: N/A
Screensaver News XML
UPDATED
Screensaver News XML is a screensaver that shows messages or news with images when the mouse is not used for a period of time (you define the time)
The message is displayed in the middle of the movie by default.
MY PORTFOLIO

- Price : $5
- buy now
- add to alerts
Hi there? Can the message appear in a different part of the screen?
Posted on June 26, 2008











![Video Template [AS3] [XML]](/upload/components/small/151_1.jpg)













help
and feedback
latest
news
latest
forum entries
The message appear by default in the center of your movie, but you can change the appear location, just openn AS-Show movieclip and go to line 7
//align the message to the center
_root.message_mc._x=Stage.width/2
_root.message_mc._y=Stage.height/2
change the values
exalmple:
Message Align to the Right and in the middle
_root.message_mc._x=Stage.width-310.0
_root.message_mc._y=Stage.height/2
Message Align to the Right and inthe bottom
_root.message_mc._x=Stage.width-310
_root.message_mc._y=Stage.height-130
just need to play whit the values