Search  

FULL XML WEBSITE V2

HomeBrowse CategoriesFlashSite TemplatesFull XML Website V2
Full_screen_preview

FULL XML WEBSITE V2

File developed with: Action Script 2 [AS2]

Full XML Website V2 is an application that enables anyone to create a flash website without much knowledge of flash programming. This is one of the first products we are publishing and soon we will have more applications of this kind.

Updates
23 March 2008
New images based on Triworks.net Assets Library

Reported bugs/updates
Scroll bar on submenu.
New videos based on Triworks.net Assets Library
Multiple Image and Video Galleries example.
Control menu while loading xml.
Complete Support Manual.

GENERAL FAQ
Triworks.net is answering most of the support questions on our general FAQ . Please check it before sending us a support request. If you can’t find an answer to your questions send us an e-mail and we will include it in our FAQ .
Download general FAQ

FullXMLwebsite features
This is a general list features of what you can do with the “Full XML website v2”.

Navigation Menu
The navigation menu will automatically adapt to the number of pages you insert in the website by adding a scroll bar to the navigation menu. This way is possible to insert as many pages as you wish. You can test this feature by resizing the website to a smaller height than the navigation menu.

Background Image / Texture
The carbon background texture is a tiled image with 200×200px. This means that you can resize this website to any resolution and the background will not be pixilated or distorted and will still always fill the background. This is a very special feature because it solves the problem of having a professional looking background image when resizing the website. We also included a radial black gradient that will hide the tiled effect creating the idea of a single background image.

Fullscreen
This website will adapt to any screen resolution no matter the size of the screen. In all sections the contents are going to get into the right position, as well as the navigation menu and background image.

HTML formatting
All text contents can be formatted with HTML tags. All green titles are using the “font” tag to format the color and size. Only the title on each page is formatted by the application. All these contents are supplied in the package file so you will get some examples of how to format your text.

Long text
If you have a lot of text content to display and the text doesn’t fit in the browser window, a mouse scroll animation will be automatically added to the page based on the mouse position. This way you’ll be able to scroll through all text. You can test this feature by resizing the browser window to a point where the text no longer fits the screen.

Full Screen Image Galleries
With this website you can add multiple image galleries and infinite images in each gallery. You can see these image galleries as categories where you can organize your images. Each time you add a new gallery the navigation menu will create a new link in a submenu. You can add or edit images or images galleries by editing a XML file. One important feature in the image gallery is that it is full screen and it’s using the Bitmap Class so that the images never get pixilated or distorted, no matter the screen resolution.

HD Video Galleries
With this website you can add multiple video galleries and infinite flv videos in each gallery. You can see these video galleries as categories where you can organize your videos. Each time you add a new gallery the navigation menu will create a new link in a submenu. You can add or edit videos or video galleries by editing a XML file. We adapted the video screen to the HD resolution now starting to get common in most video websites. If you wish you can change the video size you’ll have to edit the fla file supplied with this package.

News page
Very simple and useful. You can use this page to publish your news, events or whatever you want. It comes with a news list with scroll and an area to display the news. It is also formatted with HTML and edited on a XML file.

Contact page
The contact page is a form that sends all information to the configured e-mail. This package also includes the PHP file to process the sending of the e-mails.

The videos on this website are kindly supplied by www.gametrailers.com and not distributed in this package

Check our portfolio here

XML Website templates

XML Image Galleries

XML News

XML Audio Players

XML Video Players

XML Video Galleries

WEB TV

Backgrounds



Utils

Posted 5 months ago

Thanks for your ask!

Now i want configure email form.

Can you help me to configure email form?

Thank you!

Posted about 1 month ago

Hi pasqualedi
Open the file ‘contactForm.php’. Change the field ‘sendTo’ and include your recipient email. This should be enough.
If not enter the ‘contacts.fla’ and on the line 120, where you’ve ‘_level0.sitePath’, substitute it by the folder path where you’ve the php file.

Posted about 1 month ago

Hi triworks! Thank’s for your ask.

For example…

I want send messages to xx@email.it">xxx@email.it

In the file contacts.fla i’ve this:

send_lv.sendAndLoad(_level0.sitePath+”/contactForm.php”, result_lv, “GET”;);

Int the file contactForm.php i’ve this:

<?php $sendTo = “xxx@email.it”; $subject = “Full XML Website Contact Form”; $message = $_GET[‘message’]; $email = $_GET[‘email’]; $name = $_GET[‘name’]; //send mail $headers = “From: $email\r\n”; //$headers .= ‘MIME-Version: 1.0’ . ”\r\n”; //$headers .= ‘Content-type: text/html; charset=iso-8859-1’ . ”\r\n”; $msg = “The following information has been submited via website:\n\nName:”.$name.”\n\nE-mail:”.$email.”\n\nMessage:”.$message.””; mail($sendTo, $subject, $msg, $headers); echo “status=formOk”; ?>

Thank’s a lot!!!!

Posted about 1 month ago

*HI pasqualedi
Does it work?

Posted about 1 month ago

I was wondering if I’m able to insert images to the news section. just like in version 3. (made a mistake on buying the version 2). Without using the tag within the xml. can you send me instructions on how to do this?

Posted 28 days ago

Hi samnait
The news section module from v2 is not prepared to receive images from a xml field. Nevertheless, we use CDATA in the xml so, you use the “img src” tag and call an image.

Posted 24 days ago

The site works fine, everything is good. I want to ask you if it`s possible to add a logo or a text in the video player that shows up for a few seconds.

I`ll wait for an answer. Keep up the good work.

Posted 22 days ago

Hi I’m having problems with some users double clicking on the button(s) and just seing blank screen. Or it does not jump to the menu that was selected.

Posted 21 days ago

I’m also having problem with the email form not sending the email after clicking on the submit button nothing happens. Is there an update or a fix for this?

Posted 21 days ago

Hi logan1ro
The way it’s done you cannot add a logo or text in the video player unless you edit the objects. There’s no access to these items by xml.

Hi samnait
Can i get a preview of that bug? Maybe a url to your server.

The email form is working good. You’ve to enter the ‘contactForm.php’ and insert your email there. Also, you may have to check something inside the main.fla file. Seletc the ‘functions’ layer, actions painel, line 120 and check this part of the code _level0.sitePath. You may have to replace it with the path of your server. Like, www.flashden.net/contact/... If that doesn’t work then you may have to check your settings and its compatibility.

Posted 21 days ago

Here Ye Here Ye from far and near. You work is freaking spectacular. How can I delete the news and content from the page. I dont need them

Thank You

Posted 21 days ago

hi franklyngrant
Remove the news module by deleting the xml link field “news”.

The content from the page just delete it.

Posted 20 days ago

Hi, awesome file, love it. Just a question though. Every time I edit main.fla (like trying to put my logo in) the buttons for Homepage, News, Image Galleries, Video Galleries and Contacts mysteriously disappear when i publish it. Any idea why this is? Thanks Cam

Posted 14 days ago

Hi camtheotherhalfme
That’s odd. How are you changing your logo? I mean, what process are you taking this?

Posted 13 days ago

For the logo i just added mine to the library and then went into the logopng movie clip and swapped the png. It does this whatever i seem to do. The draw is still there and the buttons work, I’ve discovered, it’s just the text that disappears. I tried changing the names in titleIn0 etc. mcs but this doesn’t make a difference either. weird. Only disappears on publish too, still there on the stage. I haven’t modified the actionscript or xml at all yet. Though this doesn’t affect any of the buttons based on the contents.xml file.

Posted 13 days ago

Hi camtheotherhalfme
Check the export flash settings and see if you’re exporting with a match movie of 100%x100%. If there aren’t ny problems with the settings please include a preview of that bug in your server and send us the url path so we can check it out.

Posted 10 days ago

Thanks for coming back. Yes it’s set up like that, I have uploaded all the files apart from the gallery images. http://www.theotherhalfmedia.com/fortriworks The directory structure is exactly the same as the download folder. thanks for your help

Posted 10 days ago

Hi camtheotherhalfme
I’m going to be honest with you. For now i don’t know what’s happening. We’ll have to make some tests to understand the cause of that bug or to see if you’re doing anything wrong. As soon as possible we’ll contact you. Thanks for your comprehension and patience.

Posted 9 days ago

Hi camtheotherhalfme
Check if the xml structure if well formed in the xml file. It could be an error in it not calling the information.

Posted 9 days ago

ok, great, thanks for your help, I’ll look through it see if I can see anything’s gone missing or something like that.

Posted 9 days ago

Hi triworks. Can I change the background and the general theme to white if I purchase the file?

Also, is it posible that we request for a customized XML website?

Posted 4 days ago

Hi je_jonie
Yes you can.

You can request a customization of one of our files. If you please could send us your requests to our email flashden@triworks.net

Posted 2 days ago

Hello Triworks. Let me begin by saying what a great product this is. I have looked through both the comments and request forum in light of finding an answer to my question without any luck.

I am trying to embed an flv image gallery I purchased in place of the one that came with V2.

What I’ve tried:

Duplicating the HD video gallery and using the secondary video.xml to embed the new swf gallery…no luck

Replacing galleries.swf with the new flv gallery by.

Is there a simple way of going about this or do I need to contact triworks for customization. I’m actually trying to embed the 3D Pic Tail image viewer from kudoshinichi.

Life would be easy if I just used your image galleries but they don’t suit the look I’m going for.

Thanks for your time. :)

Posted 2 days ago

I meant SWF gallery…I don’t know why I keep saying flv gallery

Posted 2 days ago