ActiveDen

full screen resize align pattern swf picture

  • Has been a member for 4-5 years
  • Exclusive Author
  • Bought between 100 and 499 items
  • Mexico
jtorres_mora says
Purchased

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.

2 years ago
  • Has been a member for 4-5 years
  • Exclusive Author
  • Bought between 100 and 499 items
  • Mexico
jtorres_mora says
Purchased

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.

2 years ago
  • Has been a member for 2-3 years
  • Bought between 1 and 9 items
donfabs says
Purchased

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

2 years ago
  • Has been a member for 2-3 years
  • Bought between 10 and 49 items
  • Italy
EliosArt says
Purchased

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

2 years ago
  • Has been a member for 4-5 years
  • Bought between 50 and 99 items
havplenty says
Purchased

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

2 years ago
  • Has been a member for 2-3 years
  • Bought between 10 and 49 items
joez says

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

2 years ago
Author
dSKY dSKY replied

don’t quite understand what you mean by “rotating images” ?

2 years ago
  • Has been a member for 4-5 years
  • Bought between 100 and 499 items
  • United States
dbell says
Purchased

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.

2 years ago
Author
dSKY dSKY replied

Try changing the align class , so that you  wrap _x and _y in Math.round(calculation goes here)

That will always give you rounded values.

Also , what is the size of your font? it should be 8 10 12 14 etc…

Try using bitamp font.

2 years ago
  • Has been a member for 4-5 years
  • Sold between 100 and 1 000 dollars
  • Bought between 10 and 49 items
  • Canada
FMD says
Purchased

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

2 years ago
  • Has been a member for 4-5 years
  • Bought between 50 and 99 items
StainOnRug says
Purchased

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

2 years ago
Author
dSKY dSKY replied

Hi this is the issue with the swfObject, flash file itself works flawlessly.
Please take a look in the FAQ , there is a fix for this.

2 years ago
  • Has been a member for 4-5 years
  • Bought between 1 and 9 items
alexethio says
Purchased

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

2 years ago
Author
dSKY dSKY replied
Look in the fullScreen_load_pattern.as
use this function outside of the button.onPress handler

        fillBG(tileHolder_mc);    
2 years ago
  • Has been a member for 2-3 years
  • Bought between 10 and 49 items
luketcullen says
Purchased

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

2 years ago
Author
dSKY dSKY replied

Inside the “extracted code segments” folder look at the “image load” folder and open the fullScreen_load_image.as file
after the

var loaderListener:Object = new Object();
add this line of code:
    loader.loadClip('picture.jpg',picHolder_mc);

2 years ago
Purchased
Default-user luketcullen replied

Thanks alot mate, excatly what i needed. Good work by the way

2 years ago
  • Has been a member for 4-5 years
  • Bought between 10 and 49 items
Jonra says
Purchased

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

1 year ago
  • Has been a member for 4-5 years
  • Bought between 10 and 49 items
Jonra says
Purchased

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

1 year ago
Author
dSKY dSKY replied

Hi Jonra
I’m glad you figured it out.
Although you don’t need the ”.as” on the server.
That file is only used for compiling the .swf file from flash ide.
Also if you change something in that file, you need ot compile the .swf file again , for the changes to take effect.

1 year ago
  • Has been a member for 4-5 years
  • Bought between 10 and 49 items
Jonra says
Purchased

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

1 year ago
  • Has been a member for 4-5 years
  • Bought between 10 and 49 items
Jonra says
Purchased

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();

1 year ago
Author
dSKY dSKY replied

your “loadMovie” call is not right, you don’t pass the “container” as a string. Take a look at the documentation for loadMovie()

1 year ago
  • Has been a member for 4-5 years
  • Bought between 10 and 49 items
Jonra says
Purchased

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

1 year ago
by
by
by
by
by