When I open main_full.fla Adobe Flash ask me for missing fonts. What I have to do?
Close flash, don't make substitution and contact me at
info@flashfiles.biz to get fonts pack.
Contact form send a blank mail.It's my fault?
No. it's server fault. Download alternative php file
here, change the mail address and enjoy.
Preloader rings start at the left side of web browser.
Don't worry, it's offline browser bug. Put your site online to make it works.
How can i publish my template?
Simply put online bin folder's content.
How can I change website title?
open index.html with a text editor and change tag <TITLE>
I need russian, turkish or other non standard characters.
Contact me to receive
"not embedded fonts" version.
I want to change menu font or other embedded fonts
You can easily do this into 2 step:
1 ) open main_full.fla and add a font to the library and check export for actionscript box.
Remember to choose font size.
2 ) open style.css or your custom stylesheet and
.menu {
font-family: "FFF Urban_8pt_st";
replace font name with exact font.name from flash
font-size: 8;
replace font size with the size you embedded
color:#FFFFFF;
text-align: center;
}
MORE TO COMES