SWF Movabletype RSS 2.0 News Reader

[ Download SWF file :: about 20Kb ]
 

English

This SWF can read your RSS 2.0 XML news generated from your Movabletype blog.
You can choose theese things
  1. XML url to open * ( your Movabletype XML file )
  2. width and height, it will automatically resize on chosed dimensions
  3. background color ** ( background )
  4. title color ** ( blog title, preloader )
  5. content color ** ( link with news title )
  6. details color ** ( date and category )
  7. time switching ** ( show news title for many milliseconds )
* you need to allow Flash to read XML from your site with a file called
crossdomain.xml that should be on the root of your site.
Look at bottom example file.
 
** you can chose one or more parameters to pass to this SWF file
curl=http://yourmovabletypesrss2.0.xml
ctime=1000 ( 1 second for each news title )
ctitle=01304A ( hex value for title and preload text color )
ccontent=FA368B ( hex value for news title text color )
cscontent=A5D7E1 ( hex value for details text color )
cbackground=FEFEFE ( hex value for background color )
Look at bottom example code.
 
 

Italiano

Questo SWF e' in grado di leggere news XML in formato RSS 2.0 generate dal vostro blog Movabletypes.
Puoi scegliere le seguenti cose:
  1. file XML da aprire * ( il link al file XML del vostro Movabletype )
  2. larghezza ed altezza, si aggiutera' automaticamente alle dimensioni scelte
  3. colore di sfondo ** ( lo sfondo )
  4. colore del titolo ** ( titolo del blog e testo del preloader )
  5. colore contenuto ** ( il titolo della news linkata )
  6. colore dettagli ** ( data e categoria )
  7. tempo del cambio ** ( mostra il titolo della news per tot millisecondi )
* hai bisogno di permetter a Flash di leggere il file XML dal tuo sito tramite
un file chiamato crossdomain.xml che dovrebbe stare nella root del sito.
Guarda il file di esempio in fondo alla pagina.
 
** puoi scegliere uno o piu' parametri da passare a questo file SWF
curl=http://tuositomovabletype/newsfile.xml
ctime=1000 ( 1 secondo per ogni news )
ctitle=01304A ( valore esadecimale per il colore del testo del titolo del blog )
ccontent=FA368B ( valore esadecimale per il colore del link alla news )
cscontent=A5D7E1 ( valore esadecimale per il colore dei dettagli )
cbackground=FEFEFE ( valore esadecimale per il colore dello sfondo )
Guarda l' esempio in fondo a questa pagina.
 
 
Example crossdomain.xml / Esempio crossdomain.xml
<?xml version="1.0"?>
<cross-domain-policy>
	<allow-access-from domain="*" />
</cross-domain-policy>
 
Example code for a html page / Esempio codice per una pagina html
<object
	type="application/x-shockwave-flash"
	data="Movabletype_RSS_2.swf?curl=http://www.devpro.it/mynews.xml&ctime=3000&ctitle=000000&cbackground=FFFFFF"
	width="116"
	height="62">
	<param
		name="movie"
		value="Movabletype_RSS_2.swf?curl=http://www.devpro.it/mynews.xml&ctime=3000&ctitle=000000&cbackground=FFFFFF" />
</object>