Search  

XML FULLSCREEN WEB TEMPLATE

HomeBrowse CategoriesFlashSite TemplatesCreative / PortfolioXML Fullscreen Web Template

This website template is fully resizeable, customizable in the xml, and is only 23kb! You never even need to touch your flash file.

You can customize:
  • All colors
  • Size of thumbs, buttons, content, etc.
  • Images and thumbnails
  • Captions
  • Page layouts
  • Externally loaded swfs
  • Contact email
  • All text
  • Music
  • Autoplay music
  • Logo

The rollover gallery menu on top hides when you are not using it, scrolls right and left if there are too many to fit, and has a thumbnail show up on rollover. Each image is associated with a caption that shows up on rollover. There are also next and back buttons that hide when they are on the first or last image. There is even a button that makes this template fullscreen.

The content pages have four different page types that can be specified in the xml including:
  • Text only
  • Image right, text left
  • Image left, text right
  • Contact
  • Image or external SWF only
You can have as many pages of each page type as you like. If you want to use your logo you just replace my logo. If not, just say so in the xml. You can use html text in your content, including images and links.

The contact page is a working php contact system that uses phpMail. You can set your colors, text, and recipient email in your xml.

The music player has an on/off button and volume slider. If you don’t want music just change one varible in the xml. You can also set it to autoplay or wait until the play button is clicked.

\
Subscribe to my new files rss feed.
Subscribe to FlashDen’s new files rss feed.

Check out my FLASH files:

Website templates

\ \ \

Photo galleries

\ \ \ \

Utilities

\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \

Product showcase and Cafepress

\ \ \ \ \

Menus and buttons

\ \ \ \ \ \

Games, Animations, and Preloaders

\ \ \ \ \ \ \ \ \ \ \ \

And don’t forget my SITE TEMPLATES :

HTML templates

\

Posted 4 months ago
Yes. On line 186 – 188 in the actionscript it should look like this:
eval("contentMenu_mc.button"+ii+"_mc").attachMovie("galleryMenuBg", "bg_mc", 20, {_width:randomContentWidth, _height:contentMenuItemHeight});//attaches bg
        var randomColor:Number = Math.floor(Math.random()* colorsLength);//gets random num
        changeColor(eval("contentMenu_mc.button"+ii+"_mc.bg_mc"), contentColorsArray[startContentColor][0]);//button bg color from array
Change it to this:
eval("contentMenu_mc.button"+ii+"_mc").attachMovie("galleryMenuBg", "bg_mc", 20, {_width:randomContentWidth, _height:contentMenuItemHeight, _alpha:0});//attaches bg
        var randomColor:Number = Math.floor(Math.random()* colorsLength);//gets random num
        //changeColor(eval("contentMenu_mc.button"+ii+"_mc.bg_mc"), contentColorsArray[startContentColor][0]);//button bg color from array
All I did was make the background 0 alpha when attached and commented out where it defines the color. Posted 2 months ago

cursed smileys! where the purple smiley is it should be a : and then a 0.

Posted 2 months ago

Thanks! One other thing I’m trying to tweak is the logo. I’d like to make the logo part of a larger graphic that also goes behind the menu items. Currently, the logo is set to always be right at the top of the menu. How do I change that positioning?

The second part of my question is, how do I change it so the menu does not move when the browser window changes size?

Thanks in advance!

Posted 2 months ago

Sorry, one last thing. Is there a way to get rid of the content container and just have an external SWF load without the border, close button, title etc?

Much thanks

Posted 2 months ago

Hellfish,

The logo position is defined on line 332 of the actionscript:
logoGroup_mc._y = Stage.height - contentMenu_mc._height - 120 - logoGroup_mc._height;
To make the logo under instead of on top you will need to attach the logo (in the addLogo function) to the content_mc instead of to it’s own mc. Right now I just use a createEmptyMovieClip. To make the menu and logo not move delete or comment out line 932 and 933:
tweenY(contentMenu_mc, Stage.height - contentMenu_mc._height - 120, .5);
    //tweenY(logoGroup_mc, Stage.height - contentMenu_mc._height - 120 - logoGroup_mc._height, .5);

line 347 in the createContentBox function is where it adds the title, close button, etc. Just delete what you don’t want.

Posted 2 months ago

“To make the logo under instead of on top you will need to attach the logo (in the addLogo function) to the content_mc instead of to it’s own mc. Right now I just use a createEmptyMovieClip.”

Sorry, I don’t understand how to do this? Are you able to help please?

Posted 2 months ago

DXC381 , please check your email

Posted 2 months ago

just purchased it. can’t wait to give it try :) i’m close to a complete noob in flash, so be prepared for my questions!

Posted about 1 month ago

I must say this was easy enough for a noob like me who barely knows his way around flash. Excellent video for instruction (people who can’t view it and only hear audio, find yourself the TechSmith Screen Capture Codec), and most excellent design. Gave you 5 stars :)

There is one ‘major’ flaw in the code that’s annoying me to no end – it is the one kinkypxl brought up. Jump to the second to the last image via the gallery. Then try using the navigation arrow to get to the last image. When you navigate to the last (or first) imagine via this manner, it allows the user to still navigate BEYOND . Since it is already the last (or first) image, it’s basically an infinite? search. You HAVE to reload the page to reset it.

I think that’s a pretty big flaw. Can you provide a fix?

Also, not a flaw, but I just don’t know how to do it – how can i resize the pages and perhaps change the color of the body content?

THANKS FOR ALL YOUR WORK !

Posted about 1 month ago

hrm. looks like author’s gone MIA .

Posted about 1 month ago

Poo. I had that in my to do list and forgot. I’ll get on it. Email me so I can let you know as soon as it’s done.

Posted about 1 month ago

Ok. It’s done and in the upload queue. In answer to your other questions, to change the page size just change the myContentWidth and myContentHeight in the site.xml. The color of the body corresponds with the color of that page’s button. To change the content color you need to change the button color.

Posted about 1 month ago

Ok. The fixed version has been accepted. To anyone who is using the old version, just download it again. Thanks.

Posted about 1 month ago

Awesome! Thanks man!

Posted 28 days ago