Search  

ADVANCED NEWS/ARTICLE BANNER

HomeBrowse CategoriesFlashApplications and UtilitiesUtilitiesAdvanced News/Article Banner
Full_screen_preview

Advanced News Banner

AS3 – Flash CS3 file

||| New installation method can be found here because of some bugs with the Internet Explorer browsers |||

Features:

- auto resizable - very easy to change the size
- xml feed
- cool mini preview for other news on button rollover
- loop stops on rollOver and starts again on mouse rollOut
- auto resize system for images (the banner will resize your
images to fill their place.. but it's a good practice to use a size close to banners size
- news are loaded in the banner sequentially so the user can
see the news as the images from them are loaded... (not a big nasty loading at

beginning)
- smooth animation using the Tweener animation class
- easy configuration of the flash file from the html
- copyright message on right-click  menu
- and other things that I forget to mention :P

Settings from html for the flash file:

- xml source file
- max articles to show in the banner
- open link in the same page or new window
- enable/disable the flash to cache the xml file
- loop speed between news
- fade speed for images
- delay for the panel with news title & info
- news title font size
- news info font size
- max characters in news title
- max characters in news info text
- news button size and color for selected and unselected state

|||New installation method can be found here because of some bugs with the Internet Explorer browsers

Info about how to embed your font for languages that have other character types. Click here


Keywords:
slideshow, gallery, xml slideshow, xml gallery, dynamic gallery, dynamic xml gallery, loop xml gallery, dynamic gallery, dynamic xml gallery

recomended


[View my full Portfolio]


*I give support for installation of the files for those who don’t have the flash cs3 editor

Posted 9 months ago

Hi ariferzin,
I’m not sure what fonts support the turkish symbols but do this way… Aaa… i have made an image that explains how things should be done. Check here

Cheers

Posted 3 months ago

Thanks for your solution.Turkish character is ?iüçö I?ÇÖÜ.?t isn’t arabic.I solved problem.I changed fonts as georgia.I didn’t embed.Thanks.

Posted 3 months ago

Heh, glad you make it…
But, watch out… you didn’t embed the font… but in this case if a user does not have the Georgia font on his computer… things can get ugly :).

Posted 3 months ago

Can it load swf files? would I be able to place into another position the text?

Posted 2 months ago

Nope. I already answered that question. Does not load swf files.
What position? Now the banner calculates the position by using the banner height and the text height. Align to bottom. Some actionscript and math is required for you for change to be made. I guess :)

Posted 2 months ago

Wickedpixel: I changed the font, but the spacing is now off (the title butts up against the top of the gray box). Tried going into the “news info panel” in the Library to move it, but it didn’t take. Any way to move the title down?

Posted 2 months ago
Hi dfalzoi,
to change the text position( y coordinate ) you can edit some lines in the code:
Open the flash file, enter in his clip and select layer “add Article on load”. Press F9 to bring the actionscript window and the code that needs to be tweacked is line 44-50 … there you will find the scripts that calculate the y position of title text and info text.. and the panel height… Play on those lines by adding or extracting a value from them.. for example:
 art.panel.news_title.y = art.panel.glass.y - 5; 
or
 art.panel.glass.height = art.panel.news_title.height + art.panel.news_info.height  - 20; 

If you can’t tweak by yourself .. send me an email with a printscreen or a link … or the fla file with the font.

Cheers

Posted 2 months ago

Hi, the swf is case sensitive relative to the filename of pics, ex.: if you upload something.JPG it doesnt work, how can I fix that without having to rename the files?

Posted 2 months ago

That is a server setting… usualy the linux servers have problems with the uppercase filenames

Posted 2 months ago

hi it seem great but i need it for AS2 ? do you have it for AS2 ??? pleaseee

Posted about 1 month ago

WP, I sent you an email ref: trouble with the variables.

Email sent to wp.work@gmail.com

Paul contactus@keenads.com

Posted about 1 month ago

wp.works@gmail.com =P

Posted about 1 month ago

This file is 5 stars out of 5, but I did find one flaw. When you add enough images so the buttons are near the edge (to the right), when you hover, the thumbnail image disappears off the stage and to the right, the thumbnail does not flip to the left, which would make sense. =(
So now I have to resort to using 15 images as opposed to 20 which was planned… =.(..

Posted about 1 month ago

If you want to access bitmaps from other domains you should add this

separateDefinitions.checkPolicyFile = true;

before line 67 in GetFile.as

Of course the other domains should have crossdomain.xml files enabling you reading its contents.

Posted 20 days ago

I have Flash 8 and unable to edit the .fla file. Would it be possible to edit this file for use in Flash 8?

Thanks,

Posted 10 days ago

For some reason the photo links but the text does not. Any way to get the text to link also?

Posted 2 days ago

@dfalzoi
Hi,
To use that text as a link do this : open the file, open the library (Window > Library) open the “news info panel” clip, select the first frame from the first layer, press F9 to open the actionscript window and this line :

mouseEnabled = false;
Ctrl+Enter to export the new flash file. Posted 2 days ago