Scratch that, I figured it out. Now I’m just having problems centering the image.
Posted 4 days ago
FULL XML WEBSITE V3
ITEM FAQ
File developed with: Action Script 2 [AS2]
Features
“Full XML Website V3” is an application that enables anyone to create a flash website without much knowledge of flash programming. Coming from V2 we brought to this version amazing features including the possibility to add new modules/SWF files.
Updates
23 March 2008 New images based on Triworks.net Assets Library
Reported bugs/updates
- News Module: Reset scroll position
- News Module: System.useCodepage
- News Module: Application damaged when inserting only 5 xml items
- Videos based on FlashDen Assets Library
- Fonts within package
- Module Contact Form
- Submenu refresh
- Embebed fonts on overall textfields
- Config Fullscreen option
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
We are creating special files for you to customize your template. To get them click here!
Navigation Menu
The navigation menu will automatically adapt to the number of pages or swf files you insert in the website by adding a scroll bar to the navigation menu. This way is possible to add to the menu as many links and sub links as you wish. You can test this feature by resizing the website to a smaller height than the navigation menu.
Background Image / Texture
The background Carbon texture is a tiled image imported from an external swf file. 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. You can download more backgrounds from Flashden at http://www.flashden.net/collections/35729-fxwv3-modules.
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. In this sense you can format text just like we did on this document. All green titles are using the 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. You can also add links in any content page.
Long Text
If the text doesn’t fit in this window a mouse scroll animation will be added to this 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.
Image Gallerys
With this website you can add multiple image galleries and infinite images in each gallery. 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. The galley is an external Swf file. You can download more Image Galleries from Flashden at http://www.flashden.net/collections/35729-fxwv3-modules.
HD Videos
With this website you can add infinite flv videos. Each time you add a new video player the navigation menu will create a new link in the navigation menu. You can add or edit videos by editing a simple 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. The video player is an external Swf file. You can download more video players from Flashden at http://www.flashden.net/collections/35729-fxwv3-modules.
News Page
With this website you can add infinite articles to your news list. You can add or edit articles by editing a simple XML file. The news page is an external Swf file. You can download more video players from Flashden at http://www.flashden.net/collections/35729-fxwv3-modules.
The videos on this website are kindly supplied by www.gametrailers.com and not distributed in this package
TRIWORKS .NET QUICK PORTFOLIO
Check our portfolio here
XML Website templates
XML Image Galleries
XML News
XML video players
XML Video Galleries
WEB TV
Backgrounds

FAQ
How can I create multiple image gallery collections with Full XML website V3?
Full XML website V3 comes with a photo gallery module. You can create multiple image galleries by using the same module in different menus and sub-menus.
1 – “ Duplicate: File – photoGallery.fla File – photoGallery.xml Folder – photoGallery
2 – “ Rename to: File “ photoGallery2.fla File – photoGallery2.xml Folder – photoGallery2
3 – “ Edit photoGallery2.fla, go to the actions panel on “functions” layer, line 94 and change the following line to “tmbs.load (“photoGallery.xml”
” to “tmbs.load (“photoGallery2.xml”
”
4 – Edit photoGallery2.xml and change the path of the images and thumbs to the new duplicated folder “photoGallery2”.
5 – “ Edit “xml/ main.xml” and add your new gallery to a menu or sub-menu. Check the manual to see how you can place this gallery in the main menu. http://www.triworks.net/flashDen/FullXMLWebsiteV3.zip
Posted 2 months ago
Scratch that, I figured it out. Now I’m just having problems centering the image.
Posted 4 days ago
Hi, I would like to have some custumisation of the website. Deatail by mail, skype or phone.
Thanks & Best Eduardo
Posted 4 days ago
Hey JavierDesigns,
A question for you…on your site you called a swf to the background. Looks great. I tried to do this and the background just goes blank, like it doesn’t load. Is there anything I need to do to make it work?
Thanks
Posted 4 days ago
Hi there, i bought the product it, I was just wondering is there any contact form i could get one? I thought the contact form were included in this product. If it is possible, please e-mail me.
Posted 4 days ago
peejay I am not sure what are you doing wrong:
But first you have to open the background.fla
Then you have to go to the library and open the movie call mc_fill_image
I make the clouds 1920×1440 pixels.
import the new jpg background that you make in to the library
then select the background bgtile.jpg and swap it with the one you make.
Hope That resolve you problem.
Posted 4 days ago
Is it possible to NOT hide the main left menu? For example, I would like for it to appear visible at all time instead of collapsing to the left.
Posted 4 days ago
JavierDesigns,
Hi thanks for the reply. I can manage with the tiled back ground, but on your site you have animated doves. I’d like to put some animation in as well but my swf isn’t loading properly. I was wondering if I had to do anything else now that I’ve replaced background.swf with the new background.swf
Thanks,
Posted 3 days ago
For experiment sake I just put the videoGallery.swf in the background folder and edited the config.xml to load the gallery as a background but it does the same thing ie. not load.
Is it at all possible to make this work?
Thanks,
Posted 3 days ago
JavierDesigns, I have solved the problem for load xmlnews at home, but now the problem is how to empty the clip that began in the home to load the news unload xmlnews when I visit another section.
Thanks for your help.
Posted 3 days ago
Would someone know how to resize the swf’s according to different browser sizes? The centering of the swf’s work fine with this code:
Stage.scaleMode = “noScale”; Stage.align = “TL”;
myListenerload = new Object (); myListenerload.onResize = function () { }; Stage.addListener (myListenerload); myListenerload.onResize ();
myswf._x = Stage.width / 2.7;
myswf._y = Stage.height / 2.5;
Is there an additional code to add to this to also resize it along with the browser size?
Thanks.
Posted 3 days ago
For some reason the XML is not working. It’s only showing 3 pages including Homepage. I have all the content menu etc… Set-up.
Posted 2 days ago
Hi Triworks,
I just purchased and I can open all the .FLA files except main.fla. Can you please resend “main.fla” for flash 8.
Thank you!
Posted 2 days ago
How do you change the logo in the back. It’s weird, it messes up the file and the site if I update it.
Posted 2 days ago
Please, I need a response….
I want to upload the xmlnews.swf in the “home” and download when visited another section of the menu.
I open the clip mc_logoPng and I loaded into empty clip xmlnews.swf
- Layer1 Frame 1: vacio.loadMovie ( “xmlNews.swf”
;
- Layer2 Frame 1: (empty clip)
Now I see news in the home, but i dont know as download the movie when visited another section of the menu!!
Always stays below at another level and not where it must be said that beam visit another section of xmlnews.swf download the movie…
Where i can put the code for unloadmovie xmlnews.swf???
Posted 1 day ago
okay, i kinda have my site how i want it except for when i change the way the menu appears. I can’t change the text size without losing the homepage words…whassup with that? Any help would be appreciated.
-R&CO.
Posted about 12 hours ago
Hi, what is the ideal size for the flv of the “HD” videoplayer module?
Posted about 9 hours ago
I cannot change the logo in the back : / It messes up the whole template.
Posted about 6 hours ago
PLEASE HELP .. I HAVE DOWNLOADED YOUR SITE AND ONCE I OPEN IT ON MY MAC (TIGER AND LEOPARD ) SOME FEATURES DON ’T WORK ..
WHEN I PUT THE INDEX .HTML ON A BROWSER WITHOUT OPENING IT FOR THE FIRST TIME ON MY MAC , IT WORKS .. ONCE I OPEN THE .FLA FILE AND SAVE IT DOES NOT WORK PROPERLY ..
PLEASE HELP ..
THANKS .
Posted about 5 hours ago
ive found a way to change the logo and kept it centered…
select “logoPng” layer
double click on the default logo that came with the template
click on the properties bar at the bottom
click the swap button
choose your logo that you have remembered to import to the library
done
now ive got a question of my own. my plea for help is to find out which file do i search for to go and change the title of the site at the top so it wont say “Full XML Website V3”
thanks
Posted about 4 hours ago
”...now ive got a question of my own. my plea for help is to find out which file do i search for to go and change the title of the site at the top so it wont say “Full XML Website V3…”
You change this in the index.html
Posted about 3 hours ago
I just figured it out. It’s been driving me nuts. I just grabbed the index.html file and dropped it on my dreamweaver app so that it opened it up. Then changed the title at the top (it wasn’t even in the code – just in it’s own little box at the top) and clicked off and saved.
Posted about 2 hours ago