XML Mini Blog

Posted On: September 5, 2010
Price: $32.00
Flash Player Version: 8
Swishmax Version: Swishmax2, 2008.08.12
Comments: No comments yet

The XML Mini Blog is an XML based simple Swishmax2 blog system, that you can use to post new articles to your blog on your website.

Here’s some features:

  • Categories are added in the XML file
  • Adjusts to Stage width and height (perfect for full swf websites)
  • Smooth text scroller
  • External CSS file for text style
  • Awsome search feature!!!! (looks for word in post title and description)
  • Footer text updated in the XML (auto adds current year)
  • No need to place posts by category order
  • Easily configurable

XML file structure:

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<categories>
<menu title="World"/>
<menu title="Showbizz"/>
<menu title="Tech"/>
</categories>

<news footerText="© John Doe | All rights reserved | ">

<item category="Tech">
<date><![CDATA[05/09/2010]]></date>
<title><![CDATA[Title for the Post]]></title>
<desc><![CDATA[Text for the post that supports HTML tags.]]></desc>
<imagem>images/image-of-the-post.jpg</imagem>
</item>

<item category="Showbizz">
<date><![CDATA[05/09/2010]]></date>
<title><![CDATA[Title for the Post 2]]></title>
<desc><![CDATA[Text for the post that supports HTML tags.]]></desc>
<imagem>images/image-of-the-post-2.jpg</imagem>
</item>

</news>
VN:R_U [1.7.0_948]
Rating: 8.0/10 (1 vote cast)