Flash CS3 - Flash CS4

Free tutorials and scripts for all.
Actionscript 3.0

News Scroller

This is a discussion on News Scroller within the Utilità di FlepStudio forums, part of the Articoli e tutorials category; io l'ho pubblicato su NovAtletica Schio - Home ma appare una 2^ riga sulla destra. inoltre come posso se possibile ...


Go Back   Forum Flash CS3 Flash CS4 > Flash CS3 e Actionscript 3.0 > Articoli e tutorials > Utilità di FlepStudio

Register Blogs FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply

 

LinkBack Thread Tools Display Modes
  #11 (permalink)  
Old 25-03-08, 16:43
Junior Member
 
Join Date: Mar 2008
Posts: 4
Rep Power: 0
disperato is on a distinguished road
Question Re: News Scroller

io l'ho pubblicato su NovAtletica Schio - Home ma appare una 2^ riga sulla destra. inoltre come posso se possibile rallentare lo scrolling?
Grazie in anticipo
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #12 (permalink)  
Old 27-03-08, 06:47
Administrator
 
Join Date: Jul 2007
Location: Cesena
Posts: 4,356
Blog Entries: 1
Rep Power: 6
Flep is on a distinguished road
Re: News Scroller

Ciao disperato e benvenuto

Riguardo alla riga non saprei... forse perchè hai impostato lo sfondo trasparente ?

Per la velocità, vai nella funzione remove() di Main.as e questa riga:
timer= new Timer(3000,1);
aumenta il valore del 3000. Ogni 1000 che aggiungi è un secondo in più di ritardo.
__________________

 


I recommend: Essential Actionscript 3.0

- Non rispondo ai messaggi privati con domande tecniche. Apri una discussione sul forum !
- I do not reply technicians pvt messages. Open a thread !
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #13 (permalink)  
Old 02-04-08, 14:00
Junior Member
 
Join Date: Mar 2008
Posts: 4
Rep Power: 0
disperato is on a distinguished road
Re: News Scroller

Grazie x la dritta, ora tutto ok!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #14 (permalink)  
Old 02-04-08, 17:58
Junior Member
 
Join Date: Mar 2008
Posts: 4
Rep Power: 0
assenoost is on a distinguished road
Re: News Scroller

Quote:
Originally Posted by Flep View Post
Pardon... c'è un piccolo errore.

La funzione go, diventa così:
Code:
private function go(evt:MouseEvent):void
        {
            var request:URLRequest=new URLRequest(news_array[evt.currentTarget.id].url);
            navigateToURL(request,'_blank');
        }

I can not understand the language but i have a feeling this is the solution for the target url not loading correctly ? I only do not understand where to place replace it exactly in the loadingXML file ?!?! Could someone be so kind and help ?

thank you very much
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #15 (permalink)  
Old 05-04-08, 05:23
Administrator
 
Join Date: Jul 2007
Location: Cesena
Posts: 4,356
Blog Entries: 1
Rep Power: 6
Flep is on a distinguished road
Re: News Scroller

Quote:
Originally Posted by assenoost View Post
I can not understand the language but i have a feeling this is the solution for the target url not loading correctly ? I only do not understand where to place replace it exactly in the loadingXML file ?!?! Could someone be so kind and help ?

thank you very much
Hi

yes it is !
__________________

 


I recommend: Essential Actionscript 3.0

- Non rispondo ai messaggi privati con domande tecniche. Apri una discussione sul forum !
- I do not reply technicians pvt messages. Open a thread !
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

photoFlow

  #16 (permalink)  
Old 07-04-08, 11:57
Junior Member
 
Join Date: Mar 2008
Posts: 4
Rep Power: 0
assenoost is on a distinguished road
Re: News Scroller

Quote:
Originally Posted by Flep View Post
Hi

yes it is !
Hi Flep, thanks for your answer.

I'm still confused though :) should i replace this with something

or must i add this somewhere in the loadingxml ? I tried adding but i don't see any change ?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #17 (permalink)  
Old 08-04-08, 14:11
Junior Member
 
Join Date: Mar 2008
Posts: 4
Rep Power: 0
disperato is on a distinguished road
Cool Re: News Scroller

UFFA! Non mi visualizza le news corrette... E' corretto scrivere così?

File LoadingXML.as
{
var loader:URLLoader=new URLLoader();
loader.addEventListener(Event.COMPLETE,completeHan dler);

// Cambia l'url del file XML
var request:URLRequest=new URLRequest('http://xoomer.alice.it/novatletica/news.xml');
try
{
loader.load(request);
}
catch(error:Error)
{
trace('Impossibile caricare il documento.');
}
HELP ME!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #18 (permalink)  
Old 08-04-08, 16:32
Junior Member
 
Join Date: Mar 2008
Posts: 4
Rep Power: 0
disperato is on a distinguished road
Riferimento: News Scroller

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #19 (permalink)  
Old 09-05-08, 05:17
Junior Member
 
Join Date: Apr 2008
Posts: 1
Rep Power: 0
vivaldi is on a distinguished road
Re: News Scroller

its nice news ticker
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #20 (permalink)  
Old 10-05-08, 09:55
Administrator
 
Join Date: Jul 2007
Location: Cesena
Posts: 4,356
Blog Entries: 1
Rep Power: 6
Flep is on a distinguished road
Re: News Scroller

Quote:
Originally Posted by disperato View Post
UFFA! Non mi visualizza le news corrette... E' corretto scrivere così?

File LoadingXML.as
{
var loader:URLLoader=new URLLoader();
loader.addEventListener(Event.COMPLETE,completeHan dler);

// Cambia l'url del file XML
var request:URLRequest=new URLRequest('http://xoomer.alice.it/novatletica/news.xml');
try
{
loader.load(request);
}
catch(error:Error)
{
trace('Impossibile caricare il documento.');
}
HELP ME!
Metti il www nella chiamata:
Code:
http://www.xoomer.alice.it/novatletica/news.xml
__________________

 


I recommend: Essential Actionscript 3.0

- Non rispondo ai messaggi privati con domande tecniche. Apri una discussione sul forum !
- I do not reply technicians pvt messages. Open a thread !
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump

Similar Threads

Thread Thread Starter Forum Replies Last Post
News Scroller 2 Flep FlepStudio utilities 30 26-08-08 15:14
News Scroller 2 Flep Utilità di FlepStudio 9 13-08-08 12:31
News Scroller Flep FlepStudio utilities 15 04-08-08 07:53
news scroller orrizzontale kingrock AIUTO utilità free 0 13-02-08 21:40
Consiglio News zizzolo Flash CS3 generale 12 31-10-07 18:39


All times are GMT. The time now is 05:54.


Powered by vBulletin versione 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0 RC4
Forum SiteMap


FlepStudio
by Filippo Lughi
P.IVA 03605860406