Main Features
- Real 2D Physics
- True Text Bounds Algorithm
- Custom SWF
- An Example Custom SWF which has about and contact form sections
- OOP And Clean Source
About
This is a minimal, stylish, unique, clean, 2D physics enabled opening page. Perfect for developers or designers.
True 2D Physics
Boxy gets its name from popular Box2D Physics Engine. Write your personal motto with big fonts and let the visitors play with it. They can throw and interact with any character of your motto text.
How about XML ?
There are bunch of settings you can change from directly XML file. They are listed below:
<?xml version="1.0" encoding="UTF-8"?>
<boxy>
<settings>
<frameColor>000000</frameColor>
<wave>180</wave>
<fadeTimer>0.6</fadeTimer>
<footerTimer>1</footerTimer>
<dropTimer>2.5</dropTimer>
</settings>
<footer>
<footerURL>Footer.swf</footerURL>
<footerMarginX>30</footerMarginX>
<footerMarginY>10</footerMarginY>
<footerMarginHeight>30</footerMarginHeight>
<footerData>
<aboutMeTitle>Yagiz</aboutMeTitle>
<aboutMeText><![CDATA[an interactive Flash Platform, iOs and HTML5 developer who loves to build uniqe stylish applications!<br /><br />For more information and to see my works please check out my <font color="#FFFFFF"><a href="http://yagiz.me/blog">blog page</a></font></<br />]]></aboutMeText>
<contactFormPHPFile>contactForm.php</contactFormPHPFile>
<contactEmailTo>youremail</contactEmailTo>
<contactEmailWebsitename>yoursite</contactEmailWebsitename>
<contactFormTitle>Contact</contactFormTitle>
<contactFormName>Name</contactFormName>
<contactFormEmail>Email</contactFormEmail>
<contactFormSubject>Subject</contactFormSubject>
<contactFormMessage>Message</contactFormMessage>
<contactFormNameError>Your name is too short!</contactFormNameError>
<contactFormSubjectError>Subject is too short!</contactFormSubjectError>
<contactFormEmailError>Email is invalid!</contactFormEmailError>
<contactFormMessageError>Message is too short</contactFormMessageError>
<contactFormSuccessText>I'll reply your message asap!</contactFormSuccessText>
<contactFormSendButtonTitle>Send</contactFormSendButtonTitle>
</footerData>
</footer>
<lines>
<line>
<text>More than</text>
<x>30</x>
<y>30</y>
<color>000000</color>
</line>
<line>
<text>a developer</text>
<x>30</x>
<y>130</y>
<color>000000</color>
</line>
</lines>
</boxy>