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
- XML url to open * ( your Movabletype XML file )
- width and height, it will automatically resize on chosed dimensions
- background color ** ( background )
- title color ** ( blog title, preloader )
- content color ** ( link with news title )
- details color ** ( date and category )
- 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:
- file XML da aprire * ( il link al file XML del vostro Movabletype )
- larghezza ed altezza, si aggiutera' automaticamente alle dimensioni scelte
- colore di sfondo ** ( lo sfondo )
- colore del titolo ** ( titolo del blog e testo del preloader )
- colore contenuto ** ( il titolo della news linkata )
- colore dettagli ** ( data e categoria )
- 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>