First one and last one are great..true carbon 
PACK 5 BACKGROUNDS CARBON
Features
This is a full screen tiled background carbon pack for your website. It contains 5 backgrounds, each one with its own fla and swf file.
The backgrounds doesn’t look tiled because we use a radial gradient layer to hide the tiled effect.
You can resize your browser window to any resolution; the tile will automatically replicate to fill your screen.
Updates
No updates made.
Reported bugs/updates
No bugs/updates reported.
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
TRIWORKS .NET QUICK PORTFOLIO
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

Hi
I’m having a lil bit of problem adding this background to my current project. the background totally covers my content. I think it has something to do with this line of code here: “this.getNextHighestDepth (); it shows up in two places.
hmm!!... how can I can i set a different depth in this code so my content an sit above this background?
Posted 3 months ago
Hi duneglow
Are you using all the contents inside the same file? If that’s the case then your content should have a highest depth that the background tiles.
If you don’t know how to use the getNextHighestDepth then you should separate contents and call the background as an external file to a ‘main.fla’. Inside this file you just have to be careful with the layer order. Good work!
hi triworks
If by same file you mean same movie, than yes, I copied everything from the bkg_01 fla into the flash website that I’m currently working on.
The movie that I’m working on has this one piece of code in it, and this code aligns all of the movie elements
here is the code:
////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////
I’m pretty sure this code is competing with the tiled bg code, but i need them to work together.
how can i set my code to have the highest depth?
thank you
Posted 3 months ago
Is it also possible to use this as a css background behind a html-page?
Posted 3 months ago
I am having the same problem Duneglow was having.
Just to test it I opened the file and drew a box on the stage in a layer. It does not appear.
Do you know why this is happeneing?
Posted 3 months ago
This is kinda crappy because everytime the page resizes it has to reload everything…
Posted 3 months ago
Hi philj1986
This code uses the nexthighestdeph meaning the tile is always on the top level or depth. All the contents have lower depths. To get the correct objects to be visible you’ve to add them a new depth everytime the background is set or use this file in an external file. In this last case the depths are only related in the background.fla file.
Is it possible to change the color gradient color from a grayish tone to a redish color?
Posted 2 months ago
yeah, I don’t recomend this file. It re-builds the entire thing everytime the page is resized. It builds on top of the last background rather than replacing it too so there ends up being many backgrounds piled up on top of each other.
The way it is built is fairly counterproductive to a website. It might work well for something that is very static or never changes though.
Posted 2 months ago
Hi dbuckner7
You can change the gradient by editing the background fla file. In the package you’ll find a manual with clear instructions on how to do this.
Hi philj1986
Thanks for warning us out but the fact is that we use these backgrounds on really heavy sites and the performance has never been affected. Nevertheless, if needed, we’ll upgrade the code and update the file on FlashDen.
It is actually slowing down my project a fair amount…it makes everything choppy
Posted 2 months ago
Hi philj1986
Can i have a preview of that project? We’re using our backgrounds in websites including some of FlashDen and never had that problem.
Hi daydreamcreative
As a background of a HTML website no but as the main file yes. Exactly how the index.html works with the background on the package.
Let me start off by saying…I am a new designer…new…so, my question is do I add the flash file to my existing Flash site or do I add this as an external xml file in Dreamweaver?
I tried importing the backgroundcarbon file into Dreamweaver as an XML file and it pops up an error box stating, line 10, Column 9 is has duplicate editable reagions, and also says its the wrong format.
I tried added the bkg.01 file into my existing site I’m creating in Flash and my head is about to fall off my shoulds because I can’t figure it out.
Also, using a PC, not MAC ….Have Adobe Creative Suite CS3 .
please help out a new gal, trying to make her way… 
Hi vcantrell0330
Please use the same structure or the same structure example we use in the package. Index.html file, main.fla file and call the background you want. Please follow the manual instructions to understand it.