This item is by an Elite Author
activetofocus
- Elite Author
- Author was Featured
- Item was Featured
- Exclusive Author
- Has been a member for 3-4 years
- Author had a File in an Envato Bundle
- Interviewed on the Envato Notes blog
- Contributed a Tutorial to a Tuts+ Site
- Microlancer Beta Tester
- Author had a Free File of the Month
- Sold between 50 000 and 100 000 dollars
- Bought between 1 and 9 items
- Referred between 100 and 199 users
58
Purchases
Buyer Rating:
4.38 stars
4.38 average based on 13 ratings.
-
5 Star
969%
-
4 Star
215%
-
3 Star
17%
-
2 Star
00%
-
1 Star
17%
| Created | 26 October 11 |
| ActionScript Version | AS3 |
| Documentation | Well Documented |
| Flash Files Included | Flash FLA, ActionScript AS, XML Files, HTML Files, CSS Files, JS Files, PHP Files |
| Opens With | Flash CS3 (9+), Flash CS4 (10+), Flash CS5 (10+), Flash CS5.5 (10.2+) |
| Published Size | 96kb |
| Resolution | Resizable |
- 2 level menu
- banner
- black
- deeplink
- fresh
- idea
- image gallery
- news
- php contact
- services
- slide
- template
- video gallery
- xml
- yellow
© All Rights Reserved activetofocus -
Contact Envato Support


hi, How do i insert my own swf into the external page?
You just add menu in main_config.xml like our example external menu.Thanks.
Hi activetofocus… Great template and nice features. I like everything here but am having a bit of trouble with the Gallery. It does not load at all now. I have the originals and the edited versions and cannot see where the error could be. I checked the proper folders but still no clues there. When I debug the gallery.fla file i can see the changes that i make but when I go back to the main file… it does not load, it simply hangs.
Please send us a screenshots for your question.
Hi,
contact.php not working in contact.swf.
My e-mail address in contact.php // add your receiver mail $receiver = “info@cetingida.com.tr”;
My web-site: http://www.cetingida.com.tr/contact.swfPlease help me.
Please make sure your host support php!
Hi, it’s great template! I have a question: If I clicked to social buttons, it is opening “_blank”, but i wanna to open “_self”. How can i do that? Thanks now.
Please open SocialItem.as then change _blank to _self.
Hi Activetofocus, There is not socialItem.as file but there is socialIcons.as. The codes bellow:
private function onMouseClick(evt:MouseEvent):void { switch(evt.currentTarget.name) { case "btn_0" : GetURL.open(_params.feed.toString()); break; case "btn_1" : GetURL.open(_params.twitter.toString()); break; case "btn_2" : GetURL.open(_params.flickr.toString()); break; case "btn_3" : GetURL.open(_params.digg.toString()); break; case "btn_4" : GetURL.open(_params.linkedin.toString()); break; case "btn_5" : GetURL.open(_params.youtube.toString()); break; } } } }GetURL.open(_params.feed.toString(),”_self”); do like it. add ,”_self”
Hi, I have the template, but I have put several links on the submenu, as I do to enter the submenu ? Example: people, animal, Collection fashion, Collection birds, Mall Center, Mall Sales, .
Please send us email with more details.Thanks
I just send the mail regards
I didn’t got email!
Hi, is there a tutorial on how to change the mp3 player to another? I need one that can support multiple songs.
You need modify some code for it,can u do it? if you can’t do please send us email with a request with your idea.Thanks.
Hi, I’d like to have a page with text or image… taller than i can have now… with an “elevator” (or scroll – i don’t know exactly the name) like there is in “About us” page (on the right of the page). I duplicated the “about us” and register it under a new name … but i can’t do / i’m unable to do more. I’m stuck. Could you tell me how i can have a page like i would like ? In short, a taller page than “Ethernal” with scroll. Thanks
Can u send us screenshot with your question!
Is it possible to edit as vertical submenus instead horizontal sbumenus?
no support. You can buy our ifocus xml template.
Hello! I’d like to know if you can make a little costumization for this template… Add more pages and add fields for subscription? Thanks!
Yes,we can do help u when u send us modify request after bought it! Thanks.
Welcome. My Website does not work contact. How do we make?
<?php $contact_name = $_POST[‘name’]; $contact_email = $_POST[‘email’]; $contact_message = $_POST[‘message’];
if( $contact_name == true ) { // get sender mail $sender = $contact_email; // add your receiver mail $receiver = “admin@korona.az”; // get sender ip $client_ip = $_SERVER[‘REMOTE_ADDR’]; // mail content $email_body = “Name: $contact_name \nEmail: $sender \n\nMessage: \n\n$contact_message \n\nIP: $client_ip”; $extra = “Content-type: text/plain; charset=UTF-8\r\n” . “From: $sender\r\n” . “Reply-To: $sender \r\n” . “X-Mailer: PHP /” . phpversion(); // mail send state if( mail( $receiver, “Obright XML Templage Form”, $email_body, $extra ) ) { echo “success=yes”; } else { echo “success=no”; } } ?>
but I do not e-mail
Hi: Your host support PHP ? and tell me your host domain. Many client tell me godaddy host not support it.
host www.sol.az . yes support PHP
Website worked before. Now that the site is not working codu the old site contactphp
<?php
$sendto = ‘admin@korona.az’; $subject = ‘e-mail from korona.az contact form’; $name = $_POST[‘fromname’]; $from = $_POST[‘fromemail’]; $message = $_POST[‘frommessage’]; $message = stripslashes($message);
$content = “Name: ” . $name . ”\n”; $content .= “E-mail: ” . $from . ”\n\n”; $content .= “Message: ” . $message;
if(mail($sendto, $subject, $content)) { echo ‘response = passed’; } else { echo ‘response = fail’; }
?>
action script old site: stop ();
send_mc.addEventListener (MouseEvent.CLICK, submit); clear_mc.addEventListener (MouseEvent.CLICK, clean);
function submit (event:MouseEvent):void { if ((name_txt.text != ””) && (email_txt.text != ””) && (message_txt.text != ””)) { var variables:URLVariables = new URLVariables(); variables.fromname = name_txt.text; variables.fromemail = email_txt.text; variables.frommessage = message_txt.text; }
function sent (event:Event):void { status_txt.text = “Sizin mesaj gönd?rildi. T???kkür edirik!”; name_txt.text = ””; email_txt.text = ””; message_txt.text = ””; }
function error (event:IOError):void { status_txt.text = “T??süf ki, sizin mesaj gönd?ril? bilm?di, z?hm?t olmasa bir az sonra bir daha yoxlay?n.”; }
function clean (event:MouseEvent):void { name_txt.text = ””; email_txt.text = ””; message_txt.text = ””; }
pliz help meeeeeee
I find u didn’t buy our product.
Please Please Please Please Please Please Please Please Please Please Please Please Please Please help
You didn’t bought any product,why need get help?
This site supports multiple languages??? How to rus, eng, fr, it, languages ??are
This is flash template, you need enabled your language text. Many people already had do use the method. Thanks.
How can i enabled
Welcome. Fresh Idea XML Template I want to buy it. If you would like to take this multi-language support. This site is like the language settings.
1. http://activeden.net/item/multilanguage-xml-deeplinking-website-template/159151?sso?WT.ac=search_item&WT.seg_1=search_item&WT.z_author=LambertGroup
2. http://activeden.net/item/aesthetica-multilanguage-xml-website/84790?sso?WT.ac=search_item&WT.seg_1=search_item&WT.z_author=dogeroski
Hi, you can do multi-language for it. Thanks.
How do you do? How do I? She does not have tamplate Language Options. can you elaborate? I buy
tamplate be like this. http://activeden.net/item/multilanguage-xml-deeplinking-website-template/159151?sso?WT.ac=search_item&WT.seg_1=search_item&WT.z_author=LambertGroup
I think you need translate them for them like root/en/ root/cn/ for multilanguage tempalte for it.. Thanks.
How do you do? How do I? She does not have tamplate Language Options. can you elaborate? I buy
tamplate be like this. http://activeden.net/item/multilanguage-xml-deeplinking-website-template/159151?sso?WT.ac=search_item&WT.seg_1=search_item&WT.z_author=LambertGroup