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




Using Movie Clip As Button To Link To Scene



Hello, this is my first post. VERY new to Flash. Trying to make my first website. I've had no formal training and am just kind of barrelling through using internet tutorials and Flash reference when I get stuck on something. Which I am now. I'm making a web page for my motorcycle collection. There's a main window for animations (transitions) and information on each bike and to the left are icons for each bike. Maybe this isn't the best way, but for now I'm doing this by making the page for each bike a seperate scene with an identical frame and identical bike icons on the left. You click the icon for the bike and it goes to the scene with that bike's information in the main window (with a built-in animated transition between). Now the problem: I am trying to have the icon buttons on the left be advanced rollover buttons. So each one is a movie clip symbol for which I've scripted button attributes. I've taken 8 photos from different angles around each bike to make an animation like the bike's spinning. I put a stop command on the first frame of the mc animation and then on the last frame, I have a gotoAndPlay (2) command. On the rollover state, it goes to frame 2. On rolloff, it goes to frame 1 and stops. This is all working beautifully. However, I want the buttons to link to another scene in the main timeline when you clip on them. So I tried all kinds of different onRelease functions that I found in various forums. None have worked. When I test the file, the rollover states animate fine, but nothing happens when I click the buttons. I first tried making an actions layer in the edit timeline of the mc itself and putting in this script on frame 1:
Code:
onRollOver = function() {gotoAndPlay (2)} onRollOut = function() {gotoAndStop (1)} onRelease = function() {gotoAndPlay ("Scene 4", 1)
This didn't work. Then I found out about needing to link it to root to change scenes outside of the mc and on the main animation. So I changed the onRelease code to:
Code:
onRelease = function() {_root.gotoAndPlay ("Scene 4", 1)
This didn't change a thing! So I removed the onrelease code from the movie clip timeline and went to the main timeline and tried putting it on the actions layer there:
Code:
600mcbutton.onRelease = function() {_root.gotoAndPlay ("Scene 4", 1)
The code check came out okay, but it still didn't do anything when I clicked the button. I tried about a dozen variations of all of these things between the main timeline and the mc timeline and it never acted any differently. The rollover animation always worked, the link to Scene 4 NEVER worked. This one's got me stumped. Thanks for reading all the way through this and helping.



KirupaForum > Flash > Flash 8 (and earlier) > Flash MX 2004
Posted on: 09-26-2006, 11:50 AM


View Complete Forum Thread with Replies

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

Trying To Link A Button In A Movie Clip To Another Scene
I'm actually trying to do two things. I have a movieclip in a scrollbar. There are two buttons within that movieclip. One I'd like to have link to another frame label in another scene. The other I'd like to have a call up a small browser window. Could anybody please help? my email is scott@algorithmia.com. Thanks.

)s

Link To A Scene - Button Within A Movie Clip.
The subject pretty much explains it. I'm having trouble getting my buttons which are within a movieclip to link to various scenes.
Any idea as to what actionscript I should use so that the buttons within the movieclip can link to a seperate scene.

Thanks

Urgent Help Can Any One Link A Button In A Clip To A Scene Please
Hi,
Coursework Issues:

I have a file with a movie clip on it,
In that movie clip is a sliding pannel,
on that pannel there is another movie,
in that movie there is a button

when the movie is played i want that button to link to a new scene called 'option1'

if the button is out of the movie it works (on the main stage)

the current code is:

on (release) {
    gotoAndPlay("option1", 1);
}

Can anyone help me? Please



Link From A Movie Clip To A Scene
how can i make a linkage from a button within a movie clip for jumping to antoher scene.

How To Make A Link From Inside Movie Clip To Another Scene
i made a movie clip that contains a button, but when i click the button it wont link to the next scene which i made in the actionscript...why?how to fix it?

Link To The Middle Of A Movie Clip On A Scene From Another Movieclip
I have a flash file with two scenes. I have a separate movie clip(mc) on each scene. I want a user to be able to click a button at the end of the mc on scene 2(scene 2 is called "com") that will take them to the middle of the mc on scene 1.

I created a frame label in the middle of mc on scene 1 called "mob_scene" and used the following code to link to it but it goes to the start of the mc rather than the middle. What am I doing wrong?

I have tried the following code:

on(press){
_root.gotoAndPlay("main_mob")
}

I have also tried a linking to a frame label in the middle of the main timeline on scene 1 but it still goes back to the start.

Any ideas?

Caroline

Button Link Inside Movie Clip Link To Slide #
First let me say I am a very new to ActionScript and Flash, but have a pretty good understanding of the web and a basic understanding of object oriented scripts from CSS and a few other languages.

I have a navigation menu which is a movie clip containing buttons inside it and have a slide presentation as my main content. I am trying to make the buttons link to a specific slide # in a different part of my flash presentation.

You can see the page here: http://brhpc.ericlevay.com

The nav menu is a downloaded source and the slide show is the default canned one from the Flash templates directory.

I was hoping to use the gotoandStop (slide#) to make the connection between the nav button and the slide but it does not do anything.

I will provide the source if needed...

Thanks!

A Button Inside A Movie Clip, Within A Movie Clip, Calling Another Scene:
Is it even possible?

I have been trying to do it for the last few days for a site I am working on.

I have done searches in many forums and it's foolish looking for an answer that way, because quite frankly every thread I opened was something to do with LoadMovie or GetURL, etc.

What I have right now is on the button in my Menu Bar Movie Clip:

on (release) {
gotoAndPlay(285);
}

Which plays a fancy little animation in the movie clip and then on the last frame of that movie clip I had:

gotoAndPlay("Contact", 1);

Which is the Scene for the "Contact Us" Scene named "Contact"

One would think that it would load up the scene and play at frame 1, however all that happens is it reloads the movie clip of the "Menu Bar" at frame 1 and starts over, not even realizing what I asked.

Anyways, I figured there's a script or something that tells it to look outside of the movie clip or to the _Root, or whatever.

If someone has a solution, it would be greatly appreciated.

Sorry I have no example to show, since I have yet to upload it. (It's my company's web site, and I don't think customers would want to see some half-arsed web site that's not complete.

Thanks in advance.

Button In A Movie Clip To Different Scene?
I can't get a button to transport the user to a different scene once I've put it in a movie clip. Anyone enlighten me? It's probably dead easy to resolve, but then I am incredibly stupid.

Button Within A Movie Clip Not Going To Another Scene- HELP
How do i get a button to go to another scence if its in a movie clip?

Button In Movie Clip In Scene 1
I have a button
It is in the 10th frame of a movie clip (let's call it Movie Clip A)
Movie Clip A is in another movie clip (let's call this Movie Clip B)
And Movie Clip B is in scene one.

When I click the button, I want the flash movie to jump to a frame called "RISE" in scene 1. But with the following code, it is not doing what i wanted:


Code:
on (release) {
gotoAndPlay("Scene 1","RISE");
MouseOverSound = new Sound(this);
MouseOverSound.attachSound("Mouse Over");
MouseOverSound.start(0,0);
}
Can anyone help me fix this please? Thanks!

Button In A Movie Clip To A Scene? Please Help
Hi,
I have created a button in a movie clip and would like it to go to frame 1 in a different scene when it is clicked on.

When the button is in the main part of the scence it works properly, but it must be in the movie clip, and when it is in there it just does nothing.

Is there some sort of trick to it that i'm missing?  I'm using Flash 5.  

Thanks :)

[CS3.AS2] Button In A Movie Clip Link To Another Movie Clip And Play
what im doing is that making a button in a movie clip link to another movie and play/stop certain parts of that clip

lets say that there are 4 buttons are in movieA, and the other clip is called movieB

when the user clicks button1 in movieA, movieB will play from frame 1 to 5 and stop.
when user clicks button2 in movieA, movieB will play from frame 5 to 10.
and so on

so far my code for button1 is:

on (release){
this._parent.movieB.gotoAndStop(5);
}

on (release){
_root.movieB.gotoAndStop(5);
}

button2:

on (release){
this._parent.movieB.gotoAndStop(10);
}

on (release){
_root.movieB.gotoAndStop(10);
}

with this code, it just jumps to the designated frame.
what i want is to have it play from current frame to a designated frame

can anyone shed some light on this?

Jumping To A Scene From Button In A Movie Clip Button?
I need to jump to a scene from a button inside a movie clip of ascene. Can any one please help? On the frame for the button in the movie clip I have this action script:

on (press, release) {
gotoAndPlay ("presCambells", "presCamp");
continue;
}

It works (with enable simple button action) in flash, however, when I publish and preview as a swf flash file it just shows the current scene with the movie clip looping after I click on it. Please Help.

PLEASE HELP Button Inside A Movie Clip..to Call Different Scene On The Movie
i have a button "within" a movie clip, i cant get it to work to call another "scene". i already used "_root." so the command will apply to the main time line but still, its not working.


on (release) {
_root.gotoAndPlay("scene2", 1);
}
thanks!

Scene 1 / Movie Clip / Button - Problem.
hey dudes,

i've encountered a small speed bump on the actionscript learning super highway, hoping someone can help a brother out.

i have a button within a movieclip,
like this:
scene 1 / movie clip / button

so i double click the movie clip and the editing scene opens. from there i right click and enter it's actions.
i have an on (release) gotoAndPlay scene 1, frame 2.

but it wont go to and play.
it just sits there.
what am i to do?

please, and thank you.

A Button Which Is In A Movie Clip That Takes You To Another Scene
K here’s the deal… I got a movie clip in which I have placed some buttons which r supposed to take u to another scene !! I know the no release goto and play so and so scene thing .. but I am using it and its not working !!!! I even gave a label to a particular frame in that scene !! but still its not working .. so what’s the deal … like don’t the buttons work in this case .. when they r placed in a movie clip and they are intended to take you to another scene !!!

If you don’t get it !! then plz ask me and I will again explain it to you people !!!!

'Go To' A Scene From Button Inside A Movie Clip
Any help appriciated. I made a drop down menu with several buttons inside a movie clip. When one of the buttons inside the movie clip is clicked, I want my move to go to a different scene. I can't seem to get this to work. I've tried...

}
on (release) {
gotoAndPlay ("artist", 1);
}

and

}
on (release) {
gotoAndPlay (".root_artist", 1);
}

Please help

A Button To Load A Movie Clip In Scene 1
First I have to thank catbert303 for getting me this far... I have a question pertaining to having a button load a movie clip in a single scene... The button will act almost like a navigatinal tool...

So,

Button 1 XXX

When you click Button 1 where you see XXX above would appear. XXX would be the movie clip.

What I did so far:

1. Created a button named Button 1.
2. Created a movie clip named XXX --->gave it an instance name of XXX
3. In the XXX movie clip I left the first frame empty and put a stop() to it...
3. I right clicked on Button 1 and added the following script

on (release) {
xxx.gotoAndStop(2);
}

BUT NOTHING WORKS YET!!
Any advice?

Button Execution From A Movie Clip To Another Scene
Hi
I could not figure out how to link a button from a Movie Clip of a certain Scene to a label of another Scene. . Can you please let me know how to do so? THank you

Going To A Specific Scene From A Button Within A Movie Clip
I'm stuck on what seems like it should be a simple action... I have a button within a movie clip, and when it's pressed, I want it to jump to a specific scene within the fla file. I can only get the button to work on the movie clip timeline??? When I use the go to "scene 1", 1, it still stays within the timeline of the movieclip.

Can anyone help me? How do I get a button to point to a specific scene from within a movie clip? This is driving me nuts!!

Make A Movie Clip Button Go To Next Scene
I'm having trouble with a movie clip that acts as a button. i want the button to go to the next scene. if anyone can help, that will be much appreiated. below is the actionscript i use which dosent work.

thanks
csv427@hotmail.com

you can download the fla, to get a better understanding what i kinda mean:
http://www.filelodge.com/files/room4...h%20button.zip
or
http://www.ffiles.com/flash/buttons/button_mc/

stop();
this.onEnterFrame = function(){
if(rewind == true){
prevFrame();
}
}

this.onRollOver = function(){
rewind = false;
play();
}

this.onRollOut = function(){
rewind = true;
}

this.onRelease = function(){
gotoAndPlay("scene2",1);
}

http://www.filelodge.com/files/room4...h%20button.zip
or
http://www.ffiles.com/flash/buttons/button_mc/

[CS3] Linking From A Button In A Movie Clip To New Scene
So I have a rollover menu that comes out from the side. and within numerous movie clips are various button menus I want to link to a new scenes.

For instance, I want the "aldo" button to both drop open the list and link to the scene at the same time if possible, or at least just have one link to the new scene, when I tell the button to link to the scene, nothing happens. I'm pretty lost on how to do this.

this is what i have, but it doesn't work

on (release) {
gotoAndStop("client_aldo", "titlepage");
}


Here is the attached flash file if anybody wants to take a look and help me out with the correct coding.

http://clients.kraftworksltd.com/kra...ationShell.fla

thanks in advance.
bryan

Changing The Scene From A Button Within A Movie Clip
hi there

what I've got is two scenes, we'll call them "Scene 1" and "Scene 2". In scene one I have a movie clip with a button inside of it that is supposed to go to be first frame in "Scence 2"

right now my script looks something like this:

on (released)
{
gotoAndPlay("Scene 2", 1)
}


I've also tried:

on (released)
{
_root.gotoAndPlay("Scene 2", 1)
}

along with:

on (released)
{
_parrent.gotoAndPlay("Scene 2", 1)
}

none of these work.... no errors it just dosn't do anything. I know my script on the button is ok because when I have the same button outside of the movie clip it works fine. What do I need to do to make this work?

thanks

Button With Movie Clip Goto New Scene
Hello,
I've been racking my brain trying to solve this one.

I'm using Flash 5.

I have a Button which contains a movie clip, the movie clip shows an image
that expands on rollover and contracts on rollout.

I'm using frame labels to get the expanding and contracting to work
correctly. When I place the movie clip in the button and place the button on
stage the movie will only show the rollover portion of the movie.
The actions for the Movie do not work the movie is just playing the first
portion of itself, the rollover expansion portion.

Is there a way to make both the rollover and rollout actions of the movie
clip work, while the movie clip is part of a button?

And when the viewer clicks on the button the viewer goies to ANOTHER SCENE.

Thanks,

Monte

Button In Movie Clip Navigate To Another Scene
If I have a Movie Clip and have a button in it. When clicked I want it to go to another scene.

_root.scenename?

Thanks

Button In Movie Clip To Target A Scene, Help
Hey i have a movieclip that is a sliding menu with a few different buttons on it linked to corresponding scenes. It doesnt seem to be working. I dont know if i need to target outside of the movieclip or what to get it to change to the different scene when the button is clicked on. Right now i just have the standard on (release) gotoAndPlay("scene, 1") HELP please =)

Button In Movie Clip To Target A Scene, Help
Hey i have a movieclip that is a sliding menu with a few different buttons on it linked to corresponding scenes. It doesnt seem to be working. I dont know if i need to target outside of the movieclip or what to get it to change to the different scene when the button is clicked on. Right now i just have the standard on (release) gotoAndPlay("scene, 1") HELP please =)

Sounds On A Movie-clip Button And Going To Next Scene
long title isnt it..


here is my problem:

i have a movieclip as my button and this is its code::

_root.outnowone.on1_movie.onEnterFrame = function() {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
nextFrame();
} else {
prevFrame();
}
};

This code is placed inside my movie clip this is a better way to explain it. i have 2 movies for one button one movie is called button1 and the other movie is called button1movie the button1movie is placed inside the button1 and the code is on the first frame of the button1movie .

this all works

i have button with this code::

on (rollOver) {
stopAllSounds();
popSound = new Sound(this);
popSound.attachSound("popsound");
popSound.start(0, 1);
}

this works as well but if i have the button above the button1 the button1 dont work and if i have the button1 above the button no sound plays

is there a way of combing the code?

Movie Clip Button And Scene Problem
hi guys,

i have 1 button inside a movie clip, and i want that the button GO TO at frame 15 of the Scene 1.


i put this code in the Action Script of the button inside of movie clip.
---------------------------------------
on (release) {
gotoAndStop("Scene 1", 15);
}
-------------------------------------

and dont work!!!!!! what happen?

Button Within A Movie Clip Cant Access To Different Scene
i couldnt think how to fix this problem
can someone help me

the first button on the left (purple color) i set it to gotoAndPlay("Scene 2",1) but it wont move to scene 2

Sounds On A Movie-clip Button And Going To Next Scene
long title isnt it..


here is my problem:

i have a movieclip as my button and this is its code::

_root.outnowone.on1_movie.onEnterFrame = function() {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
nextFrame();
} else {
prevFrame();
}
};

This code is placed inside my movie clip this is a better way to explain it. i have 2 movies for one button one movie is called button1 and the other movie is called button1movie the button1movie is placed inside the button1 and the code is on the first frame of the button1movie .

this all works

i have button with this code::

on (rollOver) {
stopAllSounds();
popSound = new Sound(this);
popSound.attachSound("popsound");
popSound.start(0, 1);
}

this works as well but if i have the button above the button1 the button1 dont work and if i have the button1 above the button no sound plays

is there a way of combing the code?

Movie Clip Button And Scene Problem
hi guys,

i have 1 button inside a movie clip, and i want that the button GO TO at frame 15 of the Scene 1.


i put this code in the Action Script of the button inside of movie clip.
---------------------------------------
on (release) {
gotoAndStop("Scene 1", 15);
}
-------------------------------------

and dont work!!!!!! what happen?

Button In Movie Clip Goto Different Scene
I am working on a site now and I am stuck on the script i need to use to make a button I have placed in a movie clip so on release it will goto a different scene in my file...
please help, thanks..

How To Link Button To Movie Clip
I hope some one can help me with this.

I just resently started tring to creat flash web sites. and its smooth sailling until I try and get my buttons to work. My problem is I have a button in the main area/scene 1 and i have movie clips in the library that i want to link the buttons to.

can anyone help me with the coding to do that. or just what to do?

thanks

Button Movie Clip Link
I've created some simple buttons that I'd like, when clicked, to play a movie clip. Whats the best way to do this?

Movie Clip Button Link
I know this is novice, but how can I add links to movie clip buttons?

Link Button And Movie Clip
i am having trouble with linking a movie clip and a button together. my button is normal with only an up over down hit with no MC's in it. the movie clip i would like to link it to it kinof a button, because in the script it has on(rollover){gotoAndPlay(10);} and rollout and press respectively. What i want to do is when i rollover either the movie clip or the button, both will go to the "over state" and when roll out or press do their thing. does anybody know how to put these together somehow as one? I would appreciate any help!

Thanks in advance!!

Can't Jump Scene From A Button Inside A Movie Clip
can anyone help me?
i'm using a script made by joshua davis (reverb) called boxes. in plane words it looks like 5 squares onj the stage, rolling over makes them bigger, rolling out makes the smaller (in a very sophisticated way), u can also drag the squares.
the script that rules the button that makes possible all this is:


on (press) {
startDrag ("");
}
on (release) {
stopDrag ();
}
on (rollOver) {
tellTarget ("/I_1_exp") {
play ();
}
if (/:ZSorting eq "Deactivated") {
/:recentM = getProperty(_target, _name);
/:Zorder = Number(/:Zorder)+1;
duplicateMovieClip ("/" add /:recentM, /:recentM add "temp", /:Zorder);
set ("/" add /:recentM add "temp:mynumber", eval("/" add /:recentM add ":mynumber"));
/:Zsorting = "Activated";
set ("/" add /:recentM add "temp:growth", 50);
set ("/" add /:recentM add "temp:switch", 1);
removeMovieClip ("/" add /:recentM);
}
}
on (releaseOutside, rollOut) {
tellTarget ("/I_1_exp") {
gotoAndStop (1);
}
/:Zorder = Number(/:Zorder)+1;
duplicateMovieClip ("/" add /:recentM add "temp", /:recentM, /:Zorder);
set ("/" add /:recentM add ":mynumber", eval("/" add /:recentM add "temp:mynumber"));
/:ZSorting = "Deactivated";
removeMovieClip ("/" add /:recentM add "temp");
set ("/" add /:recentM add ":growth", 50);
set ("/" add /:recentM add ":switch", 0);
/:recentM = 0;
stopDrag ();
}


What i tried to do is replacing:

on (press) {
startDrag ("");

with:

on (press) {
gotoAndPlay ("Scene2", 1);

because I want to jump from scene 1 to scene 2
but when i tried to modify the script in this way nothing happens, the scene remains the same.
i'm going crazy!!!!!

Change To Another Scene With A Button Inside A Movie Clip?
How do you make a button take you to another scene if that button is placed within a movie clip and not on the main stage.

I have 2 scenes i want to jump back and fourth to.

One is called menu and one is called overview.

On the menu screen I have a movie clip which contains a button within it. For the button Action I have the following code...

on (release) {
gotoAndPlay ("_root.Overview", 1);
}

Can Not Jump To Scene From Inside A Movie Clip/button In A MC
Hello...
I am obviously fairly new to flash to be asking such a question, but could someone please tell me how i can jump to a scene or frame label from inside a movie clip? I have the same problem when trying to jump to a different scene/frame label when using buttons embedded in movie clips... The code below gives example of my problems. Want to jump to a frame labelled theend inside scene 1:

on (release) {
gotoAndStop ("Scene 1", "theend");
}

Button In Movie Clip Linking To Main Scene.
Howdy howdy. I'm working on a flash project and I want the buttons in one movie clip to link to frame 5 of scene 1. (So I have scene 1, a movie clip with the buttons in it and I want one of those buttons to make scene one skip to frame 5) So far it just goes to frame 5 of that movie clip, and when I named "Scene 1" inside the "Scene" box it didn't do anything. I tried searching the forum prior to posting this but I got 50000 results the first time and 35000 the second time, and I didn't feel like browsing through all of those hoping to find the answer to this question. (The first 2 pages of each search didn't contain anything I found to be helpfull) Any help would be greatly appreciated! (I'm using Flash 5) Thanks -NoodlyGod

Loading A Movie Clip By Pressing A Button On To A Scene
Hi how do i load a Movie Clip by pressing a button on to a scene. I have a menu which has buttons at the bottom when i click a button i would like a moive clip to be displayed above the buttons. How do i do this??

Thanks

Kendals

How Do You Get A Button In A Movie Clip To Skip To A Frame In A Scene?
I need some help!!
I have put a button in a movie clip, but i don't know how to make the button in the movie clip, skip to a frame in the actual scene. I need the instance in the scene to remain a movie clip and not a button!!

Also a have some code on a button to start a scene which makes a random number! Is it possible to make the code run without the users having to click on a button!!

Thanks!!!

Transition From Movie Clip Button To Alternate Scene
Hi guys. We are working on a flash site for our company, and ran into a problem. We have buttons for our menu that are movie clips. We want to have a transitional effect that plays an animation, then goes to whatever corresponding scene we desire (for certain products or whatnot). However, when we try to include the correct variables, it does seem to hold them through the transition or at all and just plays the following scene, instead of jumping to whichever scene we had labeled. What is/would be the best code to use for this situation? Thanks in advance.

Jesse

HELP Button Inside Movie Clip NAVIGATION To Next Scene
What scirpt would i put on a button to go to a new scene if the button is inside a movie clip........

Button In Movie Clip Changing Frame In Scene?
So I created a navigation bar as a movie clip and i wanted the buttons in the movie clip to control what is going on in the scene. I put a action (on press goto scene1 and frame #) on a button in the movie clip and it doesnt take me to the scene frame. what exactly am I missing? help would be greatly appreciated.

I am doing all this in Flash MX.

Linking To Scene 1 From A Button Inside A Movie Clip.
Howdy people, first post.

Trying to do my flash assignment and Im stuck and cant find anything in the search so had to sign up to see if anyone can come to the rescue!

basically exactly how the thread words it.

i have a movie clip on Scene 1, when movie clip is rolled over it goes to its frame 2 where other stuff happens, one of which includes a button. how do I go to a frame number in scene one when the button is clicked which is inside the movie clip?

Ive tried

Ive got a button inside a movie clip, and when the movie clip is rolled over it plays, then the button can be pressed and becomes clickable.

How to do I get it, when clicked, to go to a certain frame in Scene 1 ?

Ive tried

on (press) {
gotoAndPlay(45);
}

and

on (press) {
Scene 1.gotoAndPlay(45);
}

both no luck anyone able to help

Ive tried a get URL command, even into a javascript window and can get it working fine, but for some reason cant get this working

Linking A Button To A Scene + Playing Movie Clip
hi all,

i want to link a button from one scene to another that will play a movie clip, I am new to this and having trouble working out the right action script. can anyone help me out?

thanks x

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