I dont know what I’m doing.. But all images I use are pixelated.. I sized it the same size as picture givien.. The whole reason was to have this option..
Please let me know what I’m doing wrong.. Thanks..
Posted 12 days ago

“This is one of the most creative and clean pieces on FlashDen! Respect!
I’ve been looking at it for minutes. It’s incredible how well it works with the video, and how good it fits. Very well done job! “
user: bobocel
UPDATE :1.5.2008 There were some issues , on the slower machines (521 mb ram), file is now optimized for better performance ,there is also a new script for snapping objects to their positions(no tweening.
enjoy
UPDATE : 22.4.2008 There are now four separate actionScript files for loading external asset right on start so , depending on your needs, you can use either of these files,and it will load required asset right on start , without requiring the press of a button. 
-Resizes and loads the picture across the stage -Resizes and loads external SWF across the stage -Generates and resizes tilled background across the stage. -Aligns all the elements. - Code is very well commented -There is a convenient function setBgSize(mc:MovieClip) ,which set any mc to fill in the whole stage.
-There is a function for generating a tiled pattern across the whole stage function fillBG(mc:MovieClip)
-Functions for aligning ALL the elements on the stage are set up like this: function moveLowerLeft(mc:MovieClip) // pass in the MovieClip to be aligned in the lower left corner of the stage. function moveLowerRight(mc:MovieClip)// lower right corner of the stage. function moveUpperLeft(mc:MovieClip) function moveMiddleRight(mc:MovieClip)
-This file is using flash native classes (classes that ship with flash).
-There is also one extra bonus if you right-click , go check it out!
This file is great for portfolio sites, picture or video galleries, to go fullscreen , or you can use it here on flashDen.net for your own previews!

enjoy
I dont know what I’m doing.. But all images I use are pixelated.. I sized it the same size as picture givien.. The whole reason was to have this option..
Please let me know what I’m doing wrong.. Thanks..
Posted 12 days ago
dSky, your file is rockin my world right now!
I am trying to load a swf into a movie nested inside center_mc on enter. I am successful except for the part when the window resizes the center_mc moves half off screen.. not centered..
Sorry to bother you, if it is an obvious/simple issue, I beg you to respond..
An example of what it is doing www.meganjonas.com/dSky/
Please & Thank You! MeganJonas
Posted 11 days ago
@ edub As you can see in the demo , pictures are not pixelated , maybe you are doing something wrong.?
Posted 10 days ago
@meganjonas
All mc , that you use in the movie need to be aligned in the top left corner in the flash IDE , see if that solves your problem. 
What is the right size for the image then? W & H?
I tryed everything and no go..
Posted 10 days ago
You can use any size , I don’t understand why you’re having problems with this? Code in the script always resizes the picture to fit the screen, no matter what is the size of the picture. If the original size of the picture is smaller than the screen , when it’s streched (size of the picture increases over 100%) it will lose on the quality. Is that what’s happening?
Posted 10 days ago
hello
I purchased this script, also because I can use the code to make the pattern repeat itself. I tried to isolate the actionscript, so I have only the code for the pattern repeating. (I want just a pattern on a website that loads immidiatly)
can you mail it to me please? thanks!!
Posted 9 days ago
@the007
There is a “fullScreen_pattern.as” script when you download the files, that script loads the pattern right on start. I think that’s what you looking for 
dSky, Thanx a latte 
http://www.meganjonas.com/dSky/
I recommend this file to anyone considering a purchase.
Posted 9 days ago
hey ive got the same problem with photos not loading in IE…IE 6 – 7 -8 and tested at many PCs… both locally and online. its seems like it doesnt even make the request…
check for yourself…
http://www.lighthouse.gr/elina/index.html
PS: some times it does work but then again if you refresh the page or something the bg images disappear again…
Posted about 20 hours ago
ok…i have the solution…its not a cache problem…its the SWFObject script…for some reason it simply DOESN ’T work in IE…especially when the files are local…
use the AC_FL_RunContent from macromedia and this should fix the problem…
Posted about 20 hours ago
ok i have another one…
as i was “testing” the file, i noticed that if after several times that i resize the browser window the file is running slow…it seems that it freezes and it takes too much time to go to full screen mode or re-align the mcs…
this takes place with the tween mode script.
is there a fix for that?
Posted about 20 hours ago
Sorry for the multiple posts but its for a good reason!!
did some debugging and found why it is getting slow… when we click with the mouse the lower right end of the movie to resize it and we keep on changing the movie’s size the stageL.onResize = function() is being called TO MANY times and the script is running slow…
the sad thing is that it never “un-freezes” and if you resize too many times it stays that way…
this is a pain really…i am trying to fix it b adding a variable but no luck at the time…
hope to hear from you soon…
Posted about 19 hours ago