This appears to be a flash file, you cannot see a preview because flash player is no longer supoorted in browsers, but you can still download the file to study it's source code.
You can open/play the swf file with Flash Player exe
You can open/play the swf file with Flash Player exe
nireve (4)
Stage align - best structure for your website
Read the action script layer, you will understand how to build a header, footer, full-screen button and how to align your movie clips in main-stage. Will be a good start to learn how to implement and use TweenLite.If you download the file, read the html source file, to see how to make settings to alow fullscreen and how to set the <body> to remove the browser scrollbar.
IMPORTANT = afther you... more >
Listing url: www.ifirme.ro
4203 downloads, 31383 views
Comments
You need to login to post a comment.
luokas, use the mail, here it is not a flash forum.
ok good job and thinks :)
but how set the position of loader on stage?
loukas: put the line "var loader =new Loader();" outside of function loadM (under import gs.easing.*; line)
and for function UnloadMovieFuntion2 try:
TweenLite.to(loader, 0.5, {alpha:0.0});
removeChild(loader);
PS: set the position of loader on stage.
PS2: use the mail next time !
ok, medfweb.ifrance.com/StageAlign.html
and .fla is medfweb.ifrance.com/StageAlign.zip
send me your fla, and be more specific.
I would like to add a button unloadMovie, I need your help please,
j'aimerai ajouter un bouton Unloadmovie, j'ai besoin de ton aide s'il te plait,
thank you :D
loukas: loadMovie is for as2, you need a way in as3 like:
function loadM (MouseEvent): void {
var loader =new Loader();
loader.load(new URLRequest(my.swf));
addChild(loader);
}
don`t use frames (gotoAndPlay(2)), put your content in an external swf.
Hi, it really cool goal. I can not download a swf with loadMovie
RightUpper_mc.buttonMode = true / / Make the mc With hand currsor
RightUpper_mc.addEventListener (MouseEvent.CLICK, gotoAndPlay) / / Call the function on click "goFullScreen"
gotoAndPlay function (event: MouseEvent): void {
RightUpper_mc.gotoAndPlay (5);
}
RightUpper_mc.addEventListener (MouseEvent.ROLL_OVER, onRollOver) / / Call the function on click "onRollOver"
onRollOver function (event: MouseEvent): void {
RightUpper_mc.aw10.gotoAndPlay (2);
}
RightUpper_mc.addEventListener (MouseEvent.ROLL_OUT, onRollOut) / / Call the function on click "onRollOut"
onRollOut function (event: MouseEvent): void {
RightUpper_mc.aw10.gotoAndPlay (16);
}
/ / crea.addEventListener (MouseEvent.CLICK, loadM) / / Call the function on click "onRollOut"
/ / function loadM (MouseEvent): void {loadMovie ("crea1", 1);
/ /}
Hi. My name's Lorand, web designer, romanian, but kind of new in flash as3.
I took your site as reference and created my own, but i'm having some troubles with xml loading, from an external swf. Please help me with this one and give me a sign at [email protected]
o0Purple: this is a simple example of how to keep "your_mc" in the center of the stage.
Stage.align = "TL";
Stage.scaleMode = "noScale";
sizeListener = new Object();
sizeListener.onResize = function() {
your_mc._x = Stage.width/2
your_mc._y = Stage.height/2
};
Stage.addListener(sizeListener);
to have a fluid movement read and use TweenLite, Caurina....etc.
Have a nice day.
hey man is there a way to make this in as2? im a designer (student) so my scripting knowledge isn't amazing. Ive been trying to make a website like that for AGES now where no matter what the browser size it adjusts itself..any help?
Mad respect on this though man it's awesome.
jair3d: i don`t know exactly what do you whant but you can try:
if (stage.stageWidth >= 600){
LeftUpper_mc.scaleX = 5;
}
if (stage.stageWidth <= 600){
LeftUpper_mc.scaleX = 1;
}
and for LeftUpper_mc.height use scaleY.
Have a nice day,
Hi Nireve....Thanks for your structure, it really cool , I want to know, if I can scale the elements, I mean the same structure, the same work but scalable you know, when the people resize the explorer window the elements scale too???
How I can do that???
Thanks Bye
Great Code, Thank you! Great to learn form!!!! Thank you!
VALERA: welcome
Yo!
Many thanks from all Russian nation!
nireve,
Why i have margins on left and right side in browser, in normal mode?
webng.com/sveisvasta/
Thanks
sveisvasta: flash cs3 export the html with .js file to detect Flash Player PlugIn version.
Flash cs4 have this script in html body.
So, your example HAVE js (java script) but inside of html file, ok?.
So you know how to modify "false-true" and copyright, this is a good start :)
Sorry for my bad English.
I have Flash CS4, and in that case (?! or...) you not need *.js file.
Edit *.html:
AC_FL_RunContent(
'...
...
'allowFullScreen', 'false',
...
in:
AC_FL_RunContent(
'...
...
'allowFullScreen', 'true',
...
and everything is OK, you have fullScreen.
Examle, without *.js:
webng.com/sveisvasta/
thanks nirve nice work very nice Have a nice day
I say your work and hi is amazing ! I am beginer in flash action scripts. I love action scripts when i say your works ! Have a nice day :)
hello nireve.im a new flash user in as3.i only know how to animate in flash but lack of experience in AS3.i wish if you can attach your source code for photo album.it's very interesting and interactive.could you explain how to make it?i wish i can learn from you.my email is [email protected]
kamleshgaonkar: please send an email to [email protected] and attach the .fla, i will resend you the file with your background.
Have a nice day,
I waant to add the background image in this movie which will fit to screen, Pleas help .
Patnik: the photo album it is work of webdesign-flash.ro
i only make few modifications on it, as3.
the website ifirme.ro/album/index.html is beautiful. how did u do it? i'm just a beginner in AS, i like ur concept :) thanks
if i can, i will help you, please visit ifirme.ro and send me a message, on contact form. I will chat with you via email.
I have a question. I made a internet web page in flash. but i have a probem that the web page is not full screen. do you know how i make it full screen?
Kingofrespect: "but you need to make it with spicfied width and height..."
what do you mean ?
and i think you did great...
nice work...
but you need to make it with spicfied width and height...
great work
i managed to do in AS2 is easy, I saw some of your work and guide me a bit, thanks for answering, saludos ^ . ^
staxman:
i`m bad in as2, so i start to learn as3, do the same !:)
hey to as2. u can do to as2. i am bad in as3 :(:(:(:(
Great! very usefull, thanks
Thanks a lot...
this is kewl!! :) thanks
TOP
yes, you can specify a min/max. for stage, you can see an example on ifirme.ro .
/////////////////////////
if ( stage.stageWidth < 800) {
TweenLite.to(your_mc, 1.8, {alpha:0.0,...
}
if ( stage.stageHeight < 350) {
TweenLite.to(txt_mc, 1.8, {alpha:0.0, ...
}
Please read all examples on blog.greensock.com/tweenliteas3/
to understand how to use tweenlite.
If you don`t have time just use
your_mc.alpha = 0;
Have a nice day,
Great. Is there a way to specify a min width/height so that the objects don't collapse?
very cool - nice work. Was just studying a few tut about this - Thanks!~
Thanks, great job!!!
Thanks men, its rare to get as3 examples... good work!
Thanks indeed!
Welcome
Thanks!