Tracking Forums, Newsgroups, Maling Lists
Home Scripts Tutorials Tracker Forums
  Advanced Search
  HOME    TRACKER    Flash




Replicating The Menu On ERAIN Homepage.



The header bar of the Electric Rain webpage has a very nice effect when you rollover the buttons. I am just wondering if anyone knows how to re-create this effect. Also how to make the little pop-up bubble when rolled over the logo.

http://www.erain.com



FlashKit > Flash Help > Flash Newbies
Posted on: 03-17-2006, 06:59 AM


View Complete Forum Thread with Replies

See Related Forum Messages: Follow the Links Below to View Complete Thread

Help In Replicating Menu
Hi,
I am working on a website and want to integrate a Flash menu, with the same type layout as the one used here (http://www.islandrecords.com/thekillers/site/home.las). I'd like a menu list where you get sub-menu items when you roll over the buttons. I'm just getting into learning Flash, and could use some help. I've got my main image and my buttons created on seperate layers. But I don't know how I should put the sub-menu items in, or how to get them to appear when you roll over the buttons. Any assistance in how to properly set this up is much appreciated. Thanks in advance. - Eric

Erain Site: Effect How-to?
Hello guys!

I'm trying to make the same effect that you guys see in this page.

http://www.erain.com/

There is a bar on top of the page below the one with Products..Store..Suport..etc. When you do a rollOver on it, a white bar comes from the right to the left and stops at the button that you're on. I would like to know which script I can use to get the same effect.

I'm trying to do this

the name of the object (bar) : bluebar

on(rollOver){

bluebar._x: ...
bluebar._y: ...

}

it gives me what I want. the bar stops at the botton that I'm touching but it moves too fast, I want something smooth. Please if you know how to do this, post the script here.

Thanks !!!

Erain Site: Effect How-to?
Hello guys!

I'm trying to make the same effect that you guys see in this page.

http://www.erain.com/

There is a bar on top of the page below the one with Products..Store..Suport..etc. When you do a rollOver on it, a white bar comes from the right to the left and stops at the button that you're on. I would like to know which script I can use to get the same effect.

I'm trying to do this

the name of the object (bar) : bluebar

on(rollOver){

bluebar._x: ...
bluebar._y: ...

}

it gives me what I want. the bar stops at the botton that I'm touching but it moves too fast, I want something smooth. Please if you know how to do this, post the script here.

Thanks !!!

Problem With My Flash Menu On My Homepage
I have created a link menu in flash witch I use on my homepage.

My problem is that I need an actionscript that when you click on a link in the flash menu in the left frame the page will be diplayed in the right frame.

If you don't understand what I mean visite this page
http://user.tninet.se/~zrk927m
to see my page.
The flash menu is in the black frame and the frame where the page should be diplayed is in the blue frame.

Can someone please help a flash-beginner

Thanx

Implementing Flash Menu In Homepage
Hi Guys,

I'm completely new in actionscript and flash so sorry for my stupidiy.
My problems are:
1. The button links in flash menu that i have created is not working when it is embedded to my homepage.
2. I think the actionscript is correct, i have followed some video tutorials in the net. All the button links work when played as a movie or as swf.
What I need is:
"To make the links in flash menu work when it is embedded to my homepage"

Here are the scripts:
In Actionscript:
__________________________________________________ ____________________
on (release) {
//Goto Webpage Behavior
getURL("http://jfcc.cogia.net/home.html","_self");
//End Behavior
}
__________________________________________________ ___________________
(Im using macromedia flash mx 2004 as my flash editor)

__________________________________________________ ___________________
In html:
__________________________________________________ ___________________
<OBJECT classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/s...ersion=5,0,0,0" WIDTH=780 HEIGHT=143> <PARAM NAME=movie VALUE="0099.swf">
<PARAM NAME=quality VALUE=high>
<PARAM NAME=bgcolor VALUE=#ffffff>
<EMBED src="0099.swf" quality=high bgcolor=#ffffff WIDTH=780 HEIGHT=143 TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/shockwave/...ShockwaveFlash">
</EMBED>
</OBJECT>
__________________________________________________ _______________________
I will appreciate any kind of help like giving tutorials, providing working scripts and etc.! Thanks in advance, I really need to finish my website asap.

Macromedia Homepage Menu Implementation?
Hi, for the past week or so i have been looking for a tutorial on how to create that same functionality as the menu which resides at the top of the macromedia homepage. it looks like they used the menubar component and managed to override the current functionality to show the list of links in a horizontal fashion below the menu instead of a drop down menu. I can think if ways of doing this without using the menu bar component but for a more robust solution i would like to implement it using the menubar component. Has anybody out there seen how macromedia done this? your help would be greatly appreciated

David

A Homepage In My Flash Homepage
Hy, I dont speak good English, but I hope you undertand what I try to say!

I have made my own Homepage in Flash. But now I want to intergrat a counter. To do this I can simply add the source in the index.html but I want that for example if my Homepage is www.123.org and my counter is on www.freecounter....org that this windows appears IN my Homepage on www.123.org
My counter is a finished free counter on a Homepage (I don't have programmed it self!) I must only add the source (www.freecounter.....org) in my document.

I hope you understand what I want, because I search yet a long time for a response and I hope that I'm more lukky on this page!

I have another example of my problem here, if the first was not clear

I have made my Homepage with Flash MX and now I want that when I go visit my Homepage and that my Hoempge appears in the browser that I can intergraet an other Homepage in my Flash Homepage (naturly smaler). So I have 2 Homepages in one browser; One Homepage in the other!

I hope it is more clearly now

Thanks for helping me!

Replicating An Effect
say there's one particular "effect" i want to use on several different symbols, what's the best way to go about reproducing it? for example, let's say i find a particular way of affecting color and size with lots of tweens that makes a really nice "shine" effect, and want to use the same settings on 30 or 40 different text and/or image links - how should i go about it?

tyia

Replicating An Applet
Hi,
I saw this applet that basically had heaps of points arrange in columns and rows, that when u clicked and held the left mouse button down they would move towards the mouse, and move away if the right button was clicked.

so the question is how do i make this code 4 making the points arrange on stage simpler I am sure there is a better way.


Code:
a = 0;
j = 1;
for (i=1; i<11; i++) {
peete = [i, j];
_root.attachMovie("point", peete, 1+i);
a = a+60;
b = 60;
_root[peete]._x = a;
_root[peete]._y = b;
}
a = 0;
j = 2;
for (i=1; i<11; i++) {
peete = [i, j];
_root.attachMovie("point", peete, 20+i);
a = a+60;
b = 120;
_root[peete]._x = a;
_root[peete]._y = b;
}
a = 0;
j = 3;
for (i=1; i<11; i++) {
peete = [i, j];
_root.attachMovie("point", peete, 40+i);
a = a+60;
b = 180;
_root[peete]._x = a;
_root[peete]._y = b;
}
a = 0;
j = 4;
for (i=1; i<11; i++) {
peete = [i, j];
_root.attachMovie("point", peete, 60+i);
a = a+60;
b = 240;
_root[peete]._x = a;
_root[peete]._y = b;
}
a = 0;
j = 5;
for (i=1; i<11; i++) {
peete = [i, j];
_root.attachMovie("point", peete, 80+i);
a = a+60;
b = 300;
_root[peete]._x = a;
_root[peete]._y = b;
}
a = 0;
j = 6;
for (i=1; i<11; i++) {
peete = [i, j];
_root.attachMovie("point", peete, 100+i);
a = a+60;
b = 360;
_root[peete]._x = a;
_root[peete]._y = b;
}
a = 0;
j = 7;
for (i=1; i<11; i++) {
peete = [i, j];
_root.attachMovie("point", peete, 120+i);
a = a+60;
b = 420;
_root[peete]._x = a;
_root[peete]._y = b;
}
a = 0;
j = 8;
for (i=1; i<11; i++) {
peete = [i, j];
_root.attachMovie("point", peete, 140+i);
a = a+60;
b = 480;
_root[peete]._x = a;
_root[peete]._y = b;
}
a = 0;
j = 9;
for (i=1; i<11; i++) {
peete = [i, j];
_root.attachMovie("point", peete, 160+i);
a = a+60;
b = 540;
_root[peete]._x = a;
_root[peete]._y = b;
}
a = 0;
j = 10;
for (i=1; i<11; i++) {
peete = [i, j];
_root.attachMovie("point", peete, 180+i);
a = a+60;
b = 600;
_root[peete]._x = a;
_root[peete]._y = b;
}
also i am using a mouse down clip event to make the points move to the mouse how do i make this happen for the whole time the mouse is down not just the click?

Help Replicating Effect
Hi all,
just wondering if anyone could give any help... I am trying to copy the effect on this page.


www.bbc.co.uk/radio1

when you hover over a picture, info pops up from the bottom.

Any clues?

Many thanks :-)

Self Replicating Program
Can anyone use AS3 (or AS2 I suppose) to write a script that can reproduce itself? Successful program should export code (into a TF or the output panel) that can be copied into a new flash file and run to repeat the same output indefinitely.

I've seen this posed for other languages but I'm not sure how to tackle it in AS3...yet.

Replicating A Pattern
This time round i need to get the pattern drawn on the drawing board to be repeated on another area of the stage.I need it to be repeated 4x4 tile. Any idea??

Replicating A Pattern
This time round i need to get the pattern drawn on the drawing board to be repeated on another area of the stage.I need it to be repeated 4x4 tile. Any idea??

Replicating MM Search Input Box
Hi Guys,

I have tried this - only have flash 5

Here is the fla - I have it working except when I roll on and off the textbox it fades in an out.


I only want it to fade when I click on it and click off it.


onClipEvent (load) {
this._alpha = 100;
alpha = no;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root._xmouse, _root._ymouse, true) && (alpha == no)) {
this._alpha -= 13;
// this._alpha++ // very slow
// this._alpha*= 10 //a bit faster
alpha = yes;
} else if (alpha == yes) {
this._alpha += 13;
}
}
onClipEvent (load) {
}

http://www.actionscript.org/forums/a...=&postid=50155

Cheers,
SuzyQ

Replicating Website + Flash
Okay. Here is my predicament. My Father's company (Natural Herbal Prodicts) is paying some people a large sum of money to design a website. The design that they are stuck with is mediocre and not very functional and I could do a much better job, and would like to do so, except for this obstable. They are making a replicating website, that would be plugged into the already existing database system. Let me explain...


The original domain name will be www.entreneteam.com
Say I ordered, then a site would automatically be created after the order at the url
www.entreneteam.com/eric.html
Now say I give my card to someone with my url on it and they will get the same frontpage as anybody else, but when they order, they will be put under me in the distributor line so that their orders benefit me.
So these frontpages would be replicated like a tree and tied into the distributor database. Now, he already has a programmer that can take care of the database part, and tying the database into it, but I would still personally have to do the replicating webbsite part of it myself.

Now I have no idea how to do that, and will gladly research, but is this possible to do in Flash MX or in Flash MX and Cold Fusion, so that I could include the funtionability of a replicating website, with a good flash design?
I would really be helping my father out of a situation if I could do so.
Thanks for your time.

Replicating Website + Flash
Okay. Here is my predicament. My Father's company (Natural Herbal Prodicts) is paying some people a large sum of money to design a website. The design that they are stuck with is mediocre and not very functional and I could do a much better job, and would like to do so, except for this obstable. They are making a replicating website, that would be plugged into the already existing database system. Let me explain...


The original domain name will be www.entreneteam.com
Say I ordered, then a site would automatically be created after the order at the url
www.entreneteam.com/eric.html
Now say I give my card to someone with my url on it and they will get the same frontpage as anybody else, but when they order, they will be put under me in the distributor line so that their orders benefit me.
So these frontpages would be replicated like a tree and tied into the distributor database. Now, he already has a programmer that can take care of the database part, and tying the database into it, but I would still personally have to do the replicating webbsite part of it myself.

Now I have no idea how to do that, and will gladly research, but is this possible to do in Flash MX or in Flash MX and Cold Fusion, so that I could include the funtionability of a replicating website, with a good flash design?
I would really be helping my father out of a situation if I could do so.
Thanks for your time.

Replicating OnDragOver In Flash 5
Hi every1. First post, wondering if you can help me.

The deal is I've got an MC that I am dragging around my scene and I need other MC's to be highlighted as I drag over them, i.e. the mouse is still down. Buttons don't work, onClipEvent only runs once whilst mouseDown (so I can't do a continuous position check) and the only thing I can think of working is the onDragOver and onDragOut events in MX but I am using flash 5?

Any feedback welcome. Can't help feeling like am being very stupid, am sure this is possible, but can't for the life of me think how.

Cheers,
Sir.

Replicating Flash, Am Stuck :(
Hey,

I seen this flash thing. And i want to learn how the computer gets brought into it. Take a look here http://www.clipitsolutions.co.uk/flash/flashmovie.swf .. As soon as it starts, the computer comes in with like a cirle being tweened over it. But i dont understand how to do this?

If anyone could help, would be most greatful. I really wana learn this technique but its fryin my brain lol

Thanks,
Paul

[CS3] Efficient Way Of Replicating MovieClips?
On my main timeline I have two dynamic text boxes and an input box that represent a math problem. I wanted there to be three problems on the screen at a time. Since I don't know much about classes and making packages I just copied and pasted the problem twice so that I have three instances of each text box. Next I basically just tripled my lines of code, one block for each of the three problems.

I'm assuming the proper way to handle something like that is to make the problem a MovieClip and then make a class for it. However, when I attempted to do that I got errors [possible undefined function] because code that still remained on the Main Timeline was referencing functions that had been moved from the Timeline into the mcProblem class. Could I change the code on the Timeline so that I won't be getting these referencing errors? If not, could you please provide some detailed information about what I should do regarding classes? Currently I am not using a document class.

If anyone understands what I'm trying to do, please guide me in the right direction. This is my first attempt at a solo project (for fun) and while I can achieve the desired swf sloppily I prefer to learn to do it the clean and efficient way.

Replicating Files On A Desktop In AS
Can i replicate files and create folders on a users desktop through actionscript?

Im creating a template builder that will have to replicate my swf's, write a variable to a html page where my flash is embeded, write a xml file, and create a folder on a users desktop with all the files above?

Is this possible in as or as3? Do I need to write my application in VB or flex instead?

Replicating HTML Forms
I am trying to put a HTML form into flash that has hidden fields. How can I put these in flash? Do I just set a variable value under the submit button function? Thanks!

Replicating Pages Turning
I'd like to replicate the turning of pages of a book, to show different information. I would either like (A) when you click on the lower right corner the page flips, flowing across the screen as if turning in real life or (b) *favorite* that when the lower right corner is dragged towards the left side, the page turns to the next. is this even possible? any help would be greatly appreciated (ps kinda new but my confidence and understanding is growing quickly)

Indications On Replicating Effect
Hello. I would like some indications on how to replicate the transition effect between the images on this site: link (the transition effect with the squares). Please offer some ideas on how to do that effect. As many indications as possible are welcomed. Thanks.

Replicating Pages Turning
I'd like to replicate the turning of pages of a book, to show different information. I would either like (A) when you click on the lower right corner the page flips, flowing across the screen as if turning in real life or (b) *favorite* that when the lower right corner is dragged towards the left side, the page turns to the next. is this even possible? any help would be greatly appreciated (ps kinda new but my confidence and understanding is growing quickly)

Replicating Left And Right Mouse Clicks
Was wondering whether anyone knows if it is possible to replicate a left and right mouse click in flash.

Need to distinguish between whether the user has right clicked their mouse or left clicked....also any ideas on replicating a double click?

Cheers....

Replicating This Effect With Bitmapfilter (Effects)
Hey there all, I'm just trying to replicate this effect

http://www.reactiondynamics.com/sd2.swf

using flash. So far, using Senoculars blurred trails example on his website, I've got this: blurtrail2.fla

Only, it doesn't look right and I'm not sure how I can get it looking better. For instance, how can I remove the spacing that appears as dots spin, and also, how do I elongate the trail, and make the blur falloff ? If it can't be done in flash, what program can I do it in?

Any help appreciated

Help Needed On Styling And Replicating Text Field
As a new AS3 coder I'm at a little bit of a loss on the most efficient way to replicate a styled text field.

I would like to use the following styled text info and load some text from an array. Do I need to create all this styling for every instance of the text in the array or can I create several new instances of the field in my function?

Thank you in advance for your help.


ActionScript Code:
var headlines:TextField = new TextField();var headline:TextFormat = new TextFormat();headline.size = 20;headline.font = new HelvBlack().fontName;headlines.alpha = 0;headlines.setTextFormat(headline);headlines.embedFonts = true;headlines.autoSize = TextFieldAutoSize.LEFT;

Replicating Photoshop Text Tool Antialiasing Settings In Flash 8?
Does anyone have any custom antialiasing settings to match up with the 4 settings: smooth, sharp, crisp and strong?

Thanks

Set Us Homepage
Can you call a javascript to set a flash website as homepage? I guess you can... can you let me know HOW?
thanks in advance

HOMEPAGE
How do u put flash on a homepage???

Help I Can't Add A Nav On Homepage...
This seems like a really stupid problem.. but hey, I am new at this. I have been working on an animated menu navigation and I want to put it on the homepage. I imported it in the library and placed the .swf on the homepage. When I test it, it's just static.
I haven't added the links yet, I just wanted to see if the actual animation of the navigation bar would work.. and it didn't.
Does anyone have any ideas what I am doing wrong?
I hope it's an easy problem to figure out. I am just so frustrated and I know I must be forgetting something so simple.

Thanks in advance to anyone who replies!

This Is My Homepage...but
Hi,

http://www.psudo-ride.com/temp/boards.html

This is a mock up for a design i'm working on at the moment, as you will see the basic site is small, simple and loads quick, but it runs painfully slowly, any ideas why this might be, could it be that i've put too much action script on the buttons????.

I'd appreciate any advice/critisism/insight or whatever that might help me run this a bit smoother.

Cheers,

Ada

Set Homepage
Hi there

Can anyone tell me how to "set homepage" from within flash?

thanks

Set As Homepage
Hello,

Does anyone know how i can make a button or link in a flash-movie that sets http://www.schampi.tk as the homepage. I know there is a Javascript script for that but how can i use the actionscript for it. (Other comment about my website is welcome too)

Thanks for the help,

ScHaMPi
schampibbb@hotmail.com

Set As Homepage
anyone knows actions for button for "set as homepage" .. i know "bookmark" action with java but i dont know "set as homepage"

Homepage, Pls Help
here is my situation:
I have a made an intro and have completed that. I am now making the homepage for it. In the bottom right hand corner I have the skip button which opens the webpage. In the bottom left I have email button. I know how to do all of this. Here is what I dont know.

When you go to the homepage you see all the buttons above, but in the middle I want another window thing. Say around 680x510. In this window there will be some text and at the bottom of the window will be a play button. The play button will be an On release, load movie button. I know how to do this too. How do I make the window though. Its not a new browser window, but more a flash inside a flash. I am not sure the vocabulary of what to call it.

If this has made no sense then I might be able to explain it clearer on msg.

Thanks,

Homepage
Which actionscript to use?

I have a intro on my homepage in flash, and I want it to go to my indexpage, when it's done playing.

The Best Homepage
Please vote on the best homepage.

http://www.homepayj.com

http://www.google.com

http://www.yahoo.com


My vote is homepayj.com

The Best Homepage
Please vote on the best homepage.

My vote goes to http://www.homepayj.com

I just discovered it and it saves a lot of the internet legwork.

Homepage Help
Hello ladies and gentlemen. I have some things that I need some help with. But before I start you should take a look at the picture of my homepage (not even close to be done) to understand my questions. I've put the link for an image in the bottom of this post. First of all I'd like to know about a certain drawing effect. I'm trying to make the effect that when you press a button on my menu-soon-to-be the top lines, next to the title "Paradox shade", so that they are drawn up. Like if I would draw them by hand. Is there any other way of doing this except masking, or doing frame by frame? And if these happen to be the only ways, then I'd prefer the masking method. Could someone explain how masking this works cause I have trouble understanding it. Thanks!

Set As Homepage (Win XP SP2)
Hi,

Does anyone knows how to "set as homepage" from flash mx?
As far as I know, XP2 blocks the "setHomePage" script from running
when you click on a button in flash and I get "Permission denied"
(at the status bar of internet explorer)...

If anyone knows how to bypass this problem, please let me know.

Thanks,
Mr-Snow

FPS On Homepage
Does anyone know what is the FPS that kirupa uses in the homepage banner?

I have read some books about flash and some suggest to use around 20fps, but sometimes i dont like how it looks. what is the FPS you use on your sites?

Homepage
The kirupa.com homepage has random flash movies load in at the top of the page, I was wondering how i could have a random footer load from a site.. I would really appreciate it if you could give an explanation of how its done to, thanks!

-Noah

FPS On Homepage
Does anyone know what is the FPS that kirupa uses in the homepage banner?

I have read some books about flash and some suggest to use around 20fps, but sometimes i dont like how it looks. what is the FPS you use on your sites?

Set Homepage
This is the code on my set hompage button in flash.


Code:
on (release) {
"javascript:this.style.behavior='url(#default#homepage)';this.setHomePage('http://www.mysite.com');"
}
What is wrong?

Preloading Homepage Possible?
I was wondering . . . is it possible to preload the homepage of my website while the flash intro is playing?

Any help is appreciated!
Thanks!

Tell Me Your Opinion About My New Homepage
Hi there,

I am working on a new flash homepage -my first one-.
Its not finished yet. Could you give me your opinion....

http://www.ebluehouse.ch.vu

Thanks a lot

adrian138

Barneys' Homepage
How can I script some images in a loop just like Barney's did on their homepage? It looks like they have images repeating over and over, but they are always sliding in from left to right.

That's really cool, but I don't know how to do that...

Thx!

Homepage Button
Can someone please help me,
I need to create a flash button which defaults the users browser to there homepage.
can some one help me with action script.
Much thanks

Copyright © 2005-08 www.BigResource.com, All rights reserved