What does this mean “error: include mc_tween2.as not found”?
Just means you need to install a class inside Flash.
Go to “_source/tween class” folder and install “mc_tween_2_28_29.mxp” into Flash.
To do this go to help/manage extensions in the main menu, then follow the prompts. Then restart Flash.
I’m having distortion problems with the audio or its too loud, how can I fix it?
Open “template.fla” in Flash. Open your library (Ctrl-L). Click inside the movieclip “volumeCtrlvid”. Go to the “Scrub” layer and highlight the movieclip “Slider”. Open your actions panel, go to line 11 and change 500 back to 100. Then hit ctrl-enter to export.
How do I change the black background color?
Start by changing the background color in index.html, then open template.fla in Flash and change the document background color, also the background graphic color on the bottom layer. You might need to change some of the mask movieclips in some of the other fla’s also.
How do I change the main navigation buttons color, look etc?
You can change the roll over color in “navigation.xml” but if you want to customize further open “template.fla” in Flash, open your library (ctrl-L) and go to the “Btn” folder, click inside the “button” movieclip, then make your changes.
how do I set the volume to mute on start?
Open “template.fla” in Flash. Open your library (Ctrl-L). Click inside the movieclip “volumeCtrlvid”. Go to the “Scrub” layer and highlight the movieclip “Slider”. Open your properties panel, change the x coordinate to 0.
What are the requirements for the contact and send to friend forms to work?
You must have PHP 5 installed and configured correctly on your web server. Most hosting companies support PHP , but you must also make sure it is activated under your account settings. If your using a company or personal web server consult your IT professional on how to correctly install and configure.
I set audio to “on” in the xml but the sound does not come back on, why?
Open template.fla, go to the first Actions layer and open your actions panel (F9), locate the function btn_release (line 120) and add the following code within that function.
if (audioOff[selectedButton] == "on"){
Tweener.addTween(audio.volCtrl.volslider,{_x:75, time:2, transition:'easeInOutExpo'});
audio.btn.toggleOff._visible = false;
audio.btn.toggleOn._visible = true;
}
How do I remove the captions from intro and about us?
headerTxt._visible = false; headerTxt2._visible = false; headerBar._visible = false; headerBar2._visible = false;
How do I remove the captions from slideshow?
For the slideshow open “slideshow.fla”, open the library (ctrl-L) click inside the movieclip “image” and guide the “description” layer, then export the file again (ctrl-enter)
How can I adjust the speed of the slideshow?
inside slideshow.fla or news.fla, open your library (Ctrl-L) click inside the movieclip “load_line”, then add frames between frame 2 and 90, the more the frames you add the longer the pause between slides.
How do I add certain special characters to the text fields?
Make sure the xml reads the following at the top:
<?xml version=”1.0” encoding=”utf-8”?>
Then what you need to do is embed your extra characters for each dynamic text field, to do that just click on the text field, go to the properties palette, click on embed, then copy and paste your characters inside the field “include these characters”, then press ok. Some fonts don’t display all characters, so you might have to change the font your using. Standard fonts like Arial usually will display most characters.
I’m still having problems with the form and I’ve checked that PHP is working on my server, what should I do?
1. Open sendmail.php, at the top of the page change the tag: <? to <?php
$HTTP_POST_VARSto
$_POST


323 Purchases
220 Comments