Go ahead and send me your files with what exactly you are looking for and I’ll take a look.
Palehosefan at hotmail.com
Chris
Go ahead and send me your files with what exactly you are looking for and I’ll take a look.
Palehosefan at hotmail.com
Chris
I’m getting a… Error: a valid form ID was not supplied.
I see why, there’s an extra period on your link at the end.
<!--subscribe2--> work in the Pages, but not the main index.php file? I see that the Pages are generated from the pages.php code, I just can’t figure out why it works in one place and not in another.
Thanks guys, I’m going to see if I can get anything to work. I appreciate the help.
Hi guys, I have recently been learning WordPress and I have myself stumped already. I have searched through tons of help files and the WordPress website, but haven’t gotten answers.
1. I’m trying to create the index.php as a splash page, but I’m trying to implement the Subscription2 plugin. However, I can’t include the code that you use on the “Pages”, which is…<!--subscribe2-->So how do I implement a plugin on the “index.php” page? If you know of a better way to create a splash page that would run the Subscription2 plugin I would be glad to hear it. The main part about the splash page is that I don’t want the header/footer included from a theme.
Thanks for any help, if you want to send me an email about it feel free to email me at Palehosefan at hotmail.com
Chris
I think it’s a solid start for a template. However, I’m not crazy about the mousefollow line feature, and I think you need to add a few “modules” to the template. Especially a contact form at the very least.
http://activeden.net/item/glassy-buttons-with-animated-background-animation/55549
Another broken XML error.
Palehosefan, that code will definitely work, but has its limits. Once you have 10+ buttons, it would become a huge list. Can you imagine using 50 buttons with that code?So its ok for under 10, but wouldnt use it for 10+
![]()
Yep, if it’s needed often, you can easily put the code into two functions that are called.
function turnOn(){
newsButton.enabled = true;
otherButton.enabled = true;
otherButton2.enabled = true;
}
function turnOff(){
newsButton.enabled = false;
otherButton.enabled = false;
otherButton2.enabled = false;
}
You should be able to simply set enabled to true or false for the buttons.
newsButton.onClick = function(){
otherButton.enabled = false;
otherButton2.enabled = false;
}
otherButton.onClick = function(){
newsButton.enabled = false;
otherButton2.enabled = false;
}
At the end of the transition MC on the timeline you can add the code…
otherButton.enabled = true;
otherButton2.enabled = true;
newsButton.enabled = true;
Hope that helps.
var loader:Loader = new Loader();
loader_mc.addChild(loader);
loader.load(new URLRequest(“startAni.swf”));
Hope that helps.
COPYRIGHT © 2012 ENVATO| TERMS OF USAGE| SUPPORT/HELP| ICONS BY TANGO + WEFUNCTION + FAMFAMFAM
Adobe®, Flash®, Flex®, Fireworks®, Photoshop®, Illustrator®, InDesign® and After Effects® are registered trademarks of Adobe Systems Incorporated.