great menu but how can i insert a link for an iframe?
Posted about 1 year ago
animated customizable navbar.
You can easily customize colors and fonts with a simple call: var bar : VNavbar = new VNavbar( mc, data_ar, “verdana”, 0×336699, ”#ffffff”, ”#000033” );
Data buttons are created by a simple array.
No assets/graphics needed (just the font embedded)
Includes an advanced version of the reflect effect
Posted about 1 year ago
Hi ultragain, you can do it by simply adding the target iframe in the _clicked () function (VButton.as file)
i.e.: private function _clicked() : Void { getURL(_d.link); }
becomes
private function _clicked() : Void {
getURL(_d.link,”target_iframe_name”
;
}
(where target_iframe_name is the name of your iframe)
bye, Marco
Posted about 1 year ago
Hi! I want to buy it, but first I want to know if I can add more buttons and links, and how. If I need to change size, is it easy? I need to enbed letters ç à ó ú á ã. Do you give me full assitance help to make this changes. Thank you !! Waitting your answer to buy!!
Posted 10 months ago
Another Question !! I f I have to put long text like ( Nossos Associados) or (Conheça Nossos Associados). The button change size by it self, or I need to make changes in the code?? Thanks!!!
Posted 10 months ago
As I don´t receive any answer, I have purchased the your file. God help me !!!
Posted 10 months ago
How do I change the link (Get URL ) to open the pages in the same window of the navbar (self). Thanks!!
Posted 10 months ago
@RDINIZTV: it already opens in the same page! If you want to change the behaviour simply go to the VButton.as class and change the _clicked method
Posted 10 months ago
how can I use this to call a movie clip? like,
{ text : “contacts”, link : “http://www.loziosecchi.it” }
but want to call another SWF into a Movie clip holder if possible?
Posted 9 months ago