Thread: Mini Navigator
View Single Post

  #1 (permalink)  
Old 07-01-08, 06:46
Flep Flep is offline
Administrator
 
Join Date: Jul 2007
Location: Cesena
Posts: 4,490
Rep Power: 6
Flep is on a distinguished road
Mini Navigator

One more free utility by FlepStudio has come.


It's a Flash CS3 images navigator.
It reads from an XML file, just change the images url inside of the XML file.
Also, you must change the url that hits the XML file by going at line 33 of LoadingXML.as file.


At MouseOver of the squares, the gallery displays the right image.
Also, you can change the design and cutomize it as you prefer.


MINI NAVIGATOR
Flash CS3+XML


 










Description
Images navigator that reads from external XML file.


Files package
main.fla
org.flepstudio package
images.xml
images folder

Source files available at downloads section of this site.




Important : Open LoadingXML.as file and change url to XML at line 33.


 


XML file:


HTML Code:
<?xml version="1.0" encoding="UTF-8"?>
<root>
	<image>http://www.flepstudio.org/utilita/MiniNavigator/images/pic_0.jpg</image>
	<image>http://www.flepstudio.org/utilita/MiniNavigator/images/pic_1.jpg</image>
	<image>http://www.flepstudio.org/utilita/MiniNavigator/images/pic_2.jpg</image>
	<image>http://www.flepstudio.org/utilita/MiniNavigator/images/pic_3.jpg</image>
	<image>http://www.flepstudio.org/utilita/MiniNavigator/images/pic_4.jpg</image>
	<image>http://www.flepstudio.org/utilita/MiniNavigator/images/pic_5.jpg</image>
	<image>http://www.flepstudio.org/utilita/MiniNavigator/images/pic_6.jpg</image>
	<image>http://www.flepstudio.org/utilita/MiniNavigator/images/pic_7.jpg</image>
	<image>http://www.flepstudio.org/utilita/MiniNavigator/images/pic_8.jpg</image>
	<image>http://www.flepstudio.org/utilita/MiniNavigator/images/pic_9.jpg</image>
	<image>http://www.flepstudio.org/utilita/MiniNavigator/images/pic_10.jpg</image>
	<image>http://www.flepstudio.org/utilita/MiniNavigator/images/pic_11.jpg</image>
	<image>http://www.flepstudio.org/utilita/MiniNavigator/images/pic_12.jpg</image>
	<image>http://www.flepstudio.org/utilita/MiniNavigator/images/pic_13.jpg</image>
	<image>http://www.flepstudio.org/utilita/MiniNavigator/images/pic_14.jpg</image>
	<image>http://www.flepstudio.org/utilita/MiniNavigator/images/pic_15.jpg</image>
	<image>http://www.flepstudio.org/utilita/MiniNavigator/images/pic_16.jpg</image>
	<image>http://www.flepstudio.org/utilita/MiniNavigator/images/pic_17.jpg</image>
</root>

Source files:
Attached Files
File Type: zip MiniNavigator.zip (706.9 KB, 335 views)


Last edited by Flep; 05-06-08 at 18:12..
Reply With Quote