Hello, I need to load an swf file background (as you button example) since the begining, and that not Easing or tween.
Can you help me with an example file?.
I try to find in the code but I not found. Thanks for you help.
Hello, I need to load an swf file background (as you button example) since the begining, and that not Easing or tween.
Can you help me with an example file?.
I try to find in the code but I not found. Thanks for you help.
Hello is possible add Deep Linking when I use a frame label inside of any container as the up center?.
I acctually use the up center container. I add content and a menu inside, but i need assign a Deep link function. Are possible use?
Thanks for you help.
Hey man! Just bought the file and really hope that you can help me sort my problem out. Can you tell me if it can resize a swf like this one on the front page : http://www.andresoares.com.br/
but preserving the quality of the pictures running on the bg, because they are all pixelated and just not looking good as they should… Thanks a lot! FABS , Brasil
looking at your code i found this function
//FUNCITON TO SCALE ANY MOVIE CLIP TO FIT THE WHOLE SCREEN
// scales the mc proportionally to fit full screen
function setBgSize(mc:MovieClip) {// pass in the mc to be scaled
if (mc._width == 0 || mc._height == 0) {
return;
}
var imageRatio:Number = mc._width/mc._height;
var stageRatio:Number = Stage.width/Stage.height;
if (stageRatio>=imageRatio) {
// match image width and adjust height to fit
mc._width = Stage.width;
mc._height = Stage.width/imageRatio;
} else {
// match image height and adjust width to fit
mc._height = Stage.height;
mc._width = Stage.height*imageRatio;
}
}
i would like to scale not any clip but exclude clip that contain imported SWF (SWFHolder_mc). Any Suggestion?
Thanks, Elios
I’m trying to resize the stage to 950×700 but when I publish the movie, it doesn’t work anymore?
Any idea what I am doing wrong here?
Thanks in advance
How difficult is it to rotate background images with screen changes or context specific (say a seperate rotator or video plays, can this be made to rotate a different image?
zbuilder
dSKY,
Is there anyway to keep “pixel” fonts from getting blurry on “resize”? I have it so that they’re always resting on x=0, y=0 in side their MC. roundedBezierSlideTo…thoughts?
Thanks in advance.
Hello!
LOAD BACKGROUND SWF ’S WITH MULTIPLE BUTTONS
I’ve added buttons to the top right hand side (buttonUR)
example: http://s281453034.onlinehome.us/djchrisn.com/demo/
I want a new swf backgorund to load when i click on the buttons.
I just want a step by step instruction or a sample file.
email: whojahbless(@)live . ca
Hello,
I purchased the product and noticed after you upload it to your server or even test it locally, the index file does not work. Even when you click on the preview above, if you click remove frame (the activeden one) or if you copy the url
http://s3.envato.com/files/29163/index.html
You can see it the first time. The problem is, when you refresh or reload the page, everything gets screwy, after you refresh the page or reaload it and then use the load commands things dont load or load all screwy, either it doesnt work or it does and is all messed up. any idea why when you refresh or when your try to load the page again it doesnt work? thanks
Hi I just bought the file and I have question please. how can I load the background title instantly right-away instead of clicking Load Button? Tnx
Hi I bought your work today. And I couldn’t make a background image load on start up without pressing button. I want there to be a full screen gradient background behind my website any ideas. I looked up other comments but non of them explain this. Could you please help me about this? My email is luketcullen@hotmail.com
Thanks
Hey dSky,
I looked through the comments and couldn’t find this one. Im using the: Full screen flash _8_sale_no_tween.fla with the FullScreen_noTween.as
I need the background to appear instantly without pushing the button i.e the Load External Picture button.
Can you tell me where & what I need to add or delete in the .AS file to make this happen?
Thank you so much for your time, great file, Jonra
dSky, I figured it out.
Background Loads Instantly – No Tween
1. edit first line of AS – #include “fullScreen_noTween.as” to read #include “fullScreen_picture.as” - Publish
2. no-tween.html renamed to index.html
3. add fullscreen_picture.as to server
4. Files needed on server are: fullscreen_picture.as fullscreen2_notween.swf index.html picture.jpg swfobject.js
Thanks dSKY, first time using an external AS file,
Things are resizing great, but I have problems getting my buttons to work inside the “buttonLL” movie clip and the arrowMR movie clip. The buttons work fine outside the movie clip, but I need the navigations to top, left and right. I’ve attached a getURL action to the button specifically and that worked, but can’t seem to find a solution where the navigation aligns itself and the loadmovie action works. Do you know where I can put this action or a different one to make this possible?
I have a test site up at www.tuff-turf.com/midwest
I have this script in the begining of my fullscreen_picture.as – which works, but the left nav is placed outside the “buttonLL movie clip so it doesn’t align. I need a loadmovie script that works inside the movie clip, maybe on the button?
Thanks so much for time, after the navigation works, I’ll be off and running. Great file’
Jonra
This is the script I’m was talking about at the beginging of fullscreen_picture.as
loadMovie (“content.swf”, “myContainer”); but_fineart.onRelease=function(){ loadMovie (“content.swf”, “myContainer”); } but_photoenlarge.onRelease=function(){ loadMovie (“enlarge.swf”, “myContainer”); } but_poster.onRelease=function(){ loadMovie (“poster.swf”, “myContainer”); } but_canvas.onRelease=function(){ loadMovie (“canvas.swf”, “myContainer”); } stop();
your “loadMovie” call is not right, you don’t pass the “container” as a string. Take a look at the documentation for loadMovie()
You are a genius!!!!! That just saved the day. It works brilliantly – If i want my navigation to align to sides, which it does, I just put the script on the button instead in the AS file. Both work fine. But that definitely works way better.
on(release) { loadMovie(“photo.swf”,_root.myContainer); }
instead of:
but_photo.onRelease=function(){ loadMovie (“photo.swf”, “myContainer”); }
based of the link you showed me above which was:
The following loadMovie statement is attached to a navigation button labeled Products. There is an invisible movie clip on the Stage with the instance name dropZone. The loadMovie action uses this movie clip as the target parameter to load the products in the SWF file, into the correct position on the Stage.
on(release) { loadMovie(“products.swf”,_root.dropZone); }
Thank you so much, That should help out alot of people. GREAT FILE !!!!! Jonra
COPYRIGHT © 2012 ENVATO| TERMS OF USAGE| SUPPORT/HELP| ICONS BY TANGO + WEFUNCTION + FAMFAMFAM
Adobe®, Flash®, Flex®, Fireworks®, Photoshop®, Illustrator®, InDesign® and After Effects® are registered trademarks of Adobe Systems Incorporated.
1037 Purchases
376 Comments