Home / Components / User Interface / Screensaver News XML /
Screensaver News XML
5 purchases
License:
By purchasing and downloading this license, you are entitled, as buyer, to use the product in ONE SINGLE NON-COMMERCIAL PROJECT ( website or other ... [+]
> View graphic table with full license features
$3.00
Package includes: FLA
Flash Version: Flash 8, Flash CS3, Flash CS4
Viewable with: Flash Player 8
Action Script: ActionScript 2.0
Product ID:F0800606
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
[/URL] [URL="http://www.flashcomponents.net/component/circle_smooth_preloader.html]
$3.00
License:
Personal License By purchasing and downloading this license, you are entitled, as buyer, to use the product in ONE SINGLE NON-COMMERCIAL PROJECT ( website or other multimedia project not generating income ), your personal work or work for a client. You may not redistribute / resell the functionality provided with the purchased product without the author's and / or FlashComponents.net written permission, but you may modify its content. In case you want to use the product for a commercial project then you will have to buy the 'Commercial License'.
| Usage Terms: | Personal | Commercial | Multiple |
|---|---|---|---|
| Use in ONE SINGLE NON-COMMERCIAL project | |||
| Unlimited use in the same project | |||
| Use in ONE SINGLE COMMERCIAL project | |||
| For your client's ONE SINGLE COMMERCIAL project | |||
| MULTIPLE COMMERCIAL projects | |||
| For your client's MULTIPLE COMMERCIAL projects |
Other by Rocman:
Related components:
Featured components:






















3 comments
Add comment
undefined@flash
#  /  PM  /  posted on Jun 26, 2008
Anonymous
Can the message appear in a different part of the screen?
#  /  PM  /  posted on Jun 26, 2008
Anonymous
//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
#  /  PM  /  posted on Jun 27, 2008