Flash components › Flash files › Menus & Buttons
Oskholekoo TabBar
|
Posted on 2009 Nov 06 |
|
Posted on 2010 May 26 |
example xml
where one tab load swf or java script
and other HTML
"internal" or "external" --> internal=attach from library (linkage), external=loadMovie from external file path " />
Flash components › Flash files › Menus & Buttons
|
Posted on 2009 Nov 06 |
|
Posted on 2010 May 26 |
example xml
where one tab load swf or java script
and other HTML
Details
Uploaded: 05 November 2009
Opens With: Flash 8 (8+)
Files Included: FLA, XML, SWF
Size: 29kb
Action Script: AS2
Resolution: 590x300
Documentation: good
Keywords: tabs, tabbar, menu, tab menu, menu bar, navigation bar, flash tab bar, horizontal tab bar,
Do you like this file?
- Fully XML driven.
- features and help
How to set the " xml.xml " :
<Settings>
<tabwidth>90</tabwidth> //give tab's width value for tabwidth
<mainAreaWidth>500</mainAreaWidth> // give main background's width value
<mainAreaHeight>200</mainAreaHeight> //give main background's height
<mainColor>0xFFFFFF</mainColor> // give color of background
<tabColor>0x996699</tabColor> // give color of tabs
<tabTextColor>0xCCCCCC</tabTextColor> //give color of tab's text
<selectedTextColor>0x000000</selectedTextColor> // give pressed tab's color
</Settings>
<Tabs>
<tab>
<Title>About</Title> // give title text for tabs
<Content type="internal">About</Content> // type value is --> "internal" or "external" --> internal=attach from library (linkage), external=loadMovie from external file path
</tab>
</Tabs>