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








Remove Right Click Meny


Hello,

How do you remove the menu that pops up when you right click on the movie in the browser for Flash MX? I knew in Flash 5, but forgot. Thanks




FlashKit > Flash Help > Flash Newbies
Posted on: 11-26-2002, 05:12 PM


View Complete Forum Thread with Replies

Sponsored Links:

RIGHT CLICK MENY :(
When you make your flash 5 site into a HTML file you right click on the page and it says "About flash 5" or something like that, How do I make that go away?

View Replies !    View Related
REMOVE ON CLICK
I have 5 test viz. Test 1, Test 2, Test 3, Test 4, Test 5,
They appear on the first keyframe in the oredr..If the userclicks on Test 1 he is taken to that test and so on..Now at the end of the test(25 questions) there is a button which says main page, which brings him to the 1st keyframe...What I want is that now the link for Test 1 should dissappear since he has already taken it..If he takes Test 4 then at the end of that test the link for that test should disappear..


What is the best way to do this

Thanx

View Replies !    View Related
How Do You Remove The Right Click Settings?
Hey i was wondering where i could find out how to disable most of the right click stuff on flash movies.

View Replies !    View Related
How To Remove About Flash Dialog Box Upon Right Click?
How to remove about Flash Dialog box upon right click?

View Replies !    View Related
How Do You Remove The Right Click Menu In Flash?
I've seen this ony many sites I've visited with flash files on them, if you right click on the flash file it only gives you two options:

Settings... and ABout Macromedia FLash 6...

Does anyone know how remove items from the list, because when I publish flash files I get 13 options which I don't want the person viewing the file to have.

View Replies !    View Related
Flash Menu When You Right Click, How Can I Remove That?
You know when someone right clicks over a flash file , they get that zoom in .....etc all that suff? i know there is a way to remove that stuff and put in your own little menu, how can i do this?



Thanks

View Replies !    View Related
Is It Possible To Remove The Stage To Allow Click Throughs?
I want to create a flash widget that sits on top of an html page similar to a TV Banner ad in the lower right hand corner (you know, those annoying pop ups on tv). Anyway, I want it to randomly appear but I would like to be able to click the content underneath when it is hidden. Is this an actionscript function, or a javascript thingy, or would it be better to trigger a javascript/css call and just hide the DIV. Just looking for the best solution.

View Replies !    View Related
How To Swap Clips And Remove On Click
What I want to do is when I click a certain movie clip it will swap with another movie clip, or it will do something then remove itself.

Right now I do this:

thingy.addEventListener(MouseEvent.CLICK, clickListener);
function clickListener(e:MouseEvent):void {
thingy.gotoAndPlay(2);
}

Which when clicked goes to the second frame inside the movie clip and plays the animation, but then I have a stop(); at the end of animation so that it plays once but then if I click the object or any part of the movie click again it plays once again. So what function would I use instead of thingy.gotoAndPlay(2) would I use to swap it. And also what would I replace it with to just remove the clip from the whole frame.

Thanks!

View Replies !    View Related
Click A Display Object To Remove It
Hey all,

I would like to add some sort of event listener to an object upon its addition to the display list, such that clicking on the object removes it. How do I do that?

It would look something like this, although this doesn't work...


PHP Code:



var foo = new CustomObject();addChild(foo);foo.addEventListener(MouseEvent.CLICK, removeFoo); function removeFoo(event:MouseEvent):void {     removeChild(event.target);} 




The part that wouldn't work of course is "removeChild(event.target)". I guess I could do something like this:


PHP Code:



function removeFoo(event:MouseEvent):void {     if (foo) {          if (foo.parent != null) {               removeChild(foo);          }     }{ 




...but I'm hoping for something a bit more modular than that.

Any help?

Thanks,

View Replies !    View Related
How To Get Remove The Zoom In Option (right Click)
Can you please tell me how to remove the entire right mouse click options when someone right mouse clicks on flash or, how to remove the zoom options?

Thanks Dudes!

View Replies !    View Related
How To Remove Every Right-click Functions From Ur Flash Movie?
I'm building a website in which the header (menu) is a flash .swf. The problem I encounter now, is if somebody right-click on it, he can either choose to zoom in, out, to stop the movie or stop looping it... etc.

I know u can take out all those options since on macromedia site, there is only the "about macromedia flash player" option when u right click on it...

anybody can help me with this issue?

thanks

View Replies !    View Related
Remove Drag And Click On SeekBar Component
Please, help me... how to remove the click action on the seekbar component of the FLVplayback.
Thanks.
jj

View Replies !    View Related
Remove A Movieclip Off The Stage When I Click A Button.
I dragged a movieclip onto the stage, gave it an instance name but want to know how to remove it when I click a button.


Code:
Startup.visible = false;
??

View Replies !    View Related
Remove Need To Click On Flash Header To Activate
Can anyone give me a site address that has a javascript call to bypass the "Click to activate this control" when a page with a flash header loads? I have tried using the examples shown on Adobe, but I'm doing something wrong. Would like to se a page with the script call in the code so I know how to place it.

View Replies !    View Related
Righ-click = Zoom Ability... How To Remove?
My friend pointed it out that it was silly to have the ability to zoom in on the flashfile... and he is correct (in my case)... I guess this requires some scripting, but I dont really know... so the question is, how do I remove the zoom ability (by right-clicking) in the flash file when published?

An example is rhamej's page...
http://www.2210media.com

thanks for any help given...

View Replies !    View Related
Remove External Swf When Click Buttons On Main Swf
I'm pretty new to flash and i know this is a n00b question, but i need to figure out how to do this in AS3.
I'm trying to have an external loaded swf unload when other buttons on the main swf are clicked. i finally managed to get an external swf to load with a button using AS3, now I just can't figure out how to get it to go away when the other buttons on the main swf are clicked. any help would be SO appreciated. Here is my code so far:

Code:

quote4.addEventListener(MouseEvent.MOUSE_DOWN, goquote4);
function goquote4 (e:MouseEvent) {
   var loadit = new Loader();
   addChild(loadit);
   loadit.load(new URLRequest("quoteform.swf"));
   loadit.x = 0;
   loadit.y = 14;
}

View Replies !    View Related
How Do I Remove The Right Click Options From My Published Flash Movies.
How do I remove the right click options from my published flash movies. I want to have it so when the flash movie is right clicked on by a user, the only option that shows is the "about macromedia Fash 5" option.

View Replies !    View Related
Remove Double Click In XP For Flash & Show Flash In Firewall Protected Environment
Remove Double click in XP for flash & show flash inside firewall protected environment


Here is some code that will disable the annoying double click feature for flash when using XP. This code also enables all viewers to see your flash. For example some firewalls block flash (SO STUPID) but with this code instead of using the embed tags and object tags allows those users behind firewall environments to see your hard worked flash masterpiece.

Okay here is how you do it.
Inside your main file that is calling the flash .swf.
Remove the code that you currently have there and replace it with the code that is inside the putInsideIndex.html (see attachment)
Make sure that you change the name of the movie in that code so that it opens your swf. You might need to change the width and the height too so that you don't have your flash looking like a monster.

Alright then you need to take the other file called RemoveDoubleClick.js
Open it in your editor and change the name to the name of your choosing on line 12. Then post that file (DO NOT RENAME IT) into the same directory as the main file that you edited above. Most cases that would be the index.html or whatever.

So enjoy and start letting EVERYONE see your sites & be more user friendly!
GOOD LUCK!

View Replies !    View Related
Problems With MC Meny
Hi everybody! Here's my thread, i've got 6 scenes and 1 MC with buttons that "will" controll the hole thing, the thing is that i've given the buttons inside the MC the order to play frame 1 in scene 1 and so on for the 6 scenes with six different buttons, button 2 scene 2 frame 1... ( i've called scenes 1, 2, 3... and so on....) but it seems that it just keep sending it to frame1 inside the MC, i want it to send me to the scene i've told it... i've tried with labels and didn't work either... please help!!!!! this is really important for me :-)
Here's the file
http://www.geocities.com/danieldmm/whatimeant.fla
[Edited by gutt666 on 04-02-2002 at 03:21 AM]

View Replies !    View Related
..::Advanced Meny::..
I wonder how to do a meny that is -say 4 buttons, when I mov over the first button a thing moves around the firsta button and stays there, and when i move to say button 3 the thing moves from button 1 to button 3......now to the question, anyone got a actionscript fot this one?

and the other question is how to do a text that appear on the(and follows the pointer to) pointer when moving over at text or a picture?

www.razorclean.com

View Replies !    View Related
Most Amazing Meny Ever
I wonder how to do a meny that is -say 4 buttons, when I mov over the first button a thing moves around the firsta button and stays there, and when i move to say button 3 the thing moves from button 1 to button 3......now to the question, anyone got a actionscript fot this one?

and the other question is how to do a text that appear on the(and follows the pointer to) pointer when moving over at text or a picture?

www.razorclean.com

View Replies !    View Related
Advanced Meny ?
How do I do this thing that moves when i move over the meny and stays there, check out this site to understand what i mean........... http://www.swift3d.com/v3/default.asp

/Fredrik

View Replies !    View Related
Yugop Menü
Hallo i have make the yugop menü now i want to ad an link.
On Press go to next Scene.But it wont work.
mayby you know this error.

Thanks

View Replies !    View Related
Hirachie Menü
hi
i would like to create a smal animation.
i want to present a hirachie of a small company
---for each person (name, adress, info, picture)
- it must be easily to add new persons

.........



has anyone evermade something similar ?


thx for your help

View Replies !    View Related
Meny Problem
Hi,

I've make a meny with 3 alt and u should be able to choose between them with 2(1) diffrent buttom(s). (Up and Down or only space/select).

alt1 <-
alt2
alt3

[knp_change_alt] or [knp_change_alt_up]/[knp_change_alt_down]
the marked "alt" are the focused.
And to confirm the "alt" you press Enter/start

How do I get this too work?

(my english isn't the best )

Greetings Mikael

View Replies !    View Related
Drop-Down Meny
Hi!
New to this forum from today
I did the

Creating Drop-Down Menus
by Syko

But when i try the meny button i get this error message

"**Error** Symbol=main, layer=button, frame=1:Line 1: Mouse events are permitted only for button instances
on(rollOver) {

**Error** Symbol=main, layer=invisble, frame=20:Line 1: Mouse events are permitted only for button instances
on(rollOver) {

Total ActionScript Errors: 2 Reported Errors: 2 "

I'm farly new to Flash, so i don't know that much about actionscript, but i did everything from the tutorial and it still doesn't work.... what am i doing wrong !!!!!!

View Replies !    View Related
How To Make Sub Meny?
Hi!
Have a small problem. I just started playin in flash and doin my first site, so this page really helped me out! Uhm, my problem is quite hard to explain for me cus im swedish n all...

But here it is hope u understand! I want to make a submeny under the main meny. For example: | INFO | STUFF | OTHER |

(and when i klick on INFO other options shows)
INFO > ME, THE SITE, WORK

then here is the problem, how do i do this so when i have klicked on INFO that the sub meny stays even if i change scene. I use the time line WAY to much, very bad to put in movieclips and stuff like that. So plz help me...

Thanks!

View Replies !    View Related
Drop-Down Meny
Hi!
New to this forum from today
I did the

Creating Drop-Down Menus
by Syko

But when i try the meny button i get this error message

"**Error** Symbol=main, layer=button, frame=1:Line 1: Mouse events are permitted only for button instances
on(rollOver) {

**Error** Symbol=main, layer=invisble, frame=20:Line 1: Mouse events are permitted only for button instances
on(rollOver) {

Total ActionScript Errors: 2 Reported Errors: 2 "

I'm farly new to Flash, so i don't know that much about actionscript, but i did everything from the tutorial and it still doesn't work.... what am i doing wrong !!!!!!

View Replies !    View Related
How To Make Sub Meny?
Hi!
Have a small problem. I just started playin in flash and doin my first site, so this page really helped me out! Uhm, my problem is quite hard to explain for me cus im swedish n all...

But here it is hope u understand! I want to make a submeny under the main meny. For example: | INFO | STUFF | OTHER |

(and when i klick on INFO other options shows)
INFO > ME, THE SITE, WORK

then here is the problem, how do i do this so when i have klicked on INFO that the sub meny stays even if i change scene. I use the time line WAY to much, very bad to put in movieclips and stuff like that. So plz help me...

Thanks!

View Replies !    View Related
"click To Activate To Use This Control" - How Remove That Annoying Box?
Hello,

When I put my Flash animation into a HTML web site it comes up with a bounding box around it that says 'click to activate to use this control'

Does anybody know how to remove this so when you hover over it it doesnt do it??

MANY THANKS TO ANYBODY WHO CAN HELP!

View Replies !    View Related
Stupid Drop-down Meny
@¤#"!¤"#"#¤ ... i got the stupid drop-down meny to work... but when i try to put it in a flash movie it doesnt work....

PLEAS... what have i missed here?? The drop-down meny is a graphic... could be the problem? If so can it be converted to work as a button... ?!?! So many question from the newbies

View Replies !    View Related
Horizantal Rotating Meny?
does any one have a tutorial on how to make a horizantal image scroller?

http://amazon.com/music-rock-classic...pf_rd_i=507846

something like that.. u might have to refresh a few times to see it.

View Replies !    View Related
Stupid Drop-down Meny
@¤#"!¤"#"#¤ ... i got the stupid drop-down meny to work... but when i try to put it in a flash movie it doesnt work....

PLEAS... what have i missed here?? The drop-down meny is a graphic... could be the problem? If so can it be converted to work as a button... ?!?! So many question from the newbies

View Replies !    View Related
Flash 4 Meny Movie Clipp
Hej
i have a menu with movie clipps including buttons.
and the mouse over and out works verry good, but i cant tell the button to go to next scen help somebody.

View Replies !    View Related
Meny Folow Boxresizing? [2004 MX]
Hi

How do you do to make the meny folow the boxresizing?

In my X i have 2 buttons that i can change the box Whit but i can´t seem to get them to folow the boxresizing like in my example?

Can someone please take alook my test.

// Moahawk

View Replies !    View Related
Trouble With My Meny, Wont Retract
in the scene "4004", I have these menus on the top that I put together with the help from a file I found on here.

When you go over the "how to populate" icon in the upper right hand corner, the menu slides down, but it does go back up and hide when your mouse leaves the menu!

I am sure Its something very simple I have left out, but dang it. I cant figure it out.

Also, I have a template, that when you go over it, it expands. I need that template to blow up so the viewer can see the template a bit more clearly, but my mouse only works if he clicks right in the middle, and not in the full template size.

Thanks.

View Replies !    View Related
Trouble With My Meny, Wont Retract
I have been on this project for a while. Im a newbie so, its only fair I have tons of problems lol

in the scene "4004", I have these menus on the top that I put together with the help from a file I found on here.

When you go over the "how to populate" icon in the upper right hand corner, the menu slides down, but it does go back up and hide when your mouse leaves the menu!

I am sure Its something very simple I have left out, but dang it. I cant figure it out.

Also, I have a template, that when you go over it, it expands. I need that template to blow up so the viewer can see the template a bit more clearly, but my mouse only works if he clicks right in the middle, and not in the full template size.

Thanks.

here are the files in case you want to see them lol


http://www.pileofgarbage.com/start.fla


swf file

View Replies !    View Related
Nice Meny I Wont To Connect To XML
I´w found this nice script and i wonder if ther is any one that knows how to connekt it to XML and then open URL:s , .SWF:s or just open different text discritions in a text box. I hop someone understand whot i wont despite my bad english.

/M

View Replies !    View Related
Nice Meny I Wont To Connect To XML
I´w found this nice script and i wonder if ther is any one that knows how to connekt it to XML and then open URL:s , .SWF:s or just open different text discritions in a text box. I hop someone understand whot i wont despite my bad english.

/M

View Replies !    View Related
Complex Problem: Meny + Movie Problems
Hi guys

This is a rather complex problem that i dont think you can handle..

I have a meny ( meny.swf ) that have a movement when i click on, lets say meny1. When i have done the first movement i get to frame 2. There i load a new movie ( movie1.swf ). The problem is that when i am in the middle of the second movie ( movie1.swf ), you can still press some of the meny links.
When a person presses the meny link in meny.swf i want a smooth outgone from the loaded movie ( movie1.swf ) to the movement in the meny.
How do i do this? Is there an example that i can look at?

I know that it is a rather complex problem! The files are to big to attach here..

Any solutions anyone? Any example that i can look at?
Regards
Lunkan

View Replies !    View Related
Arrow Keys And Enter Meny System
Hi,

I am trying to create a retroish game and have a few features working but now need a menu system. Most older games use the arrows keys and enter for menu navigation.

i was wondering if such a meny system has already been created as it is a simple feature that i am sure someone has made before. If you do know of one can you post it here or give me a link?

thanks in advanced

View Replies !    View Related
Complex Problem: Meny + Movie Problems
Hi guys

This is a rather complex problem that i dont think you can handle..

I have a meny ( meny.swf ) that have a movement when i click on, lets say meny1. When i have done the first movement i get to frame 2. There i load a new movie ( movie1.swf ). The problem is that when i am in the middle of the second movie ( movie1.swf ), you can still press some of the meny links.
When a person presses the meny link in meny.swf i want a smooth outgone from the loaded movie ( movie1.swf ) to the movement in the meny.
How do i do this? Is there an example that i can look at?

I know that it is a rather complex problem! The files are to big to attach here..

Any solutions anyone? Any example that i can look at?
Regards
Lunkan

View Replies !    View Related
Help: How Do I Load Externel Html Files Into A Flash Movie With A Meny Button?
help: how do I load externel html files into a flash movie with a meny button?

I looked on every tut. but i can only find text files and swf files. not html. how do i do that? Do I load it into a container? like I do with the external swf?
Pleaase help me im stuck.

View Replies !    View Related
Help: How Do I Load Externel Html Files Into A Flash Movie With A Meny Button?
help: how do I load externel html files into a flash movie with a meny button?

I looked on every tut. but i can only find text files and swf files. not html. how do i do that? Do I load it into a container? like I do with the external swf?
Pleaase help me im stuck.

View Replies !    View Related
JavaScript Remove. Remove Flash Applet When Done Playing?
Is there anyway to remove a section of HTML with a javascript? Ive seen ones that replace text segments, and remove certain tags like <br>. I want it to remove the flash applet once its done playing.

I know that its possible, I just need someone that knows javascript better than me. Someone please help it would be MUCH appriciated! Thanks!

View Replies !    View Related
Remove Movie Clip Help, Remove Child {AS2}
So, I'm new here, and do to the lack of good help on Kongregate, I have come here =D Hopefully somebody here will be able to help me

if(_root.row2.block1._x == _root.row1.block1._x)
{
_root.row2.block1.removeMovieClip();
trace("working");
}


now, the trace fires, and, if I remove ".block1" the entire movie clip is removed, but with it in there, to remove the MC from within my MC, it WONT be removed, am I doing this wrong or am I making some other error?

View Replies !    View Related
Disabling IE/Windows Link-click Sound (the ****ing Click Noise)
I've just got working a part of my site that has the user rolling over parts of one Flash movie which load a text description of the thing that is rolled over into a side flash movie in another frame. To the best of my knowledge there is no way to accomplish purely in Actionscript (making two separate Flash movies communicate), so I have movie #1 send it's variable to a javascript function on the HTML that calls the movie. This Javascript then sends the value to movie #2. Only problem is, though I am not loading a separate html file anywhere in the process, when IE runs the Javascript code it plays that damn link-click noise.

As you can imagine this is annoying i the extreme for a mouse roll-over (200 click noises in a few seconds)
Anyone know how I can disable that noise?
Or maybe to get IE not to recognize the Javascript as a link?

I'm pretty sure there isn't but who knows?

Thanks.

Josh Kostka

View Replies !    View Related
Click Button Once - WORKS FINE- Click It Again - RESTARTS MOVIE?
Don't know if I can attach it.. Here is a link..

http://www.yourmomrocks.net/ma/tca.fla

When I set actions to a button the action works fine. However, if the button is hit a second time, the whole movie restarts. I can't figure out why? I have attached the file. Please some one help if you can..
Thanks
WORKS FINE CLICK TWICE RESTARTS MOVIE?

View Replies !    View Related
Ignoring (passing Up) Mouse Events / Click-through / Click-transparent
Hi, is there a way to make a Sprite transparent to certain (or all)
mouse events?

The display object hierarchy is not defined, or I should say that the
only thing I know for sure is that the Sprite I want to make transparent
to mouse events is a direct child of the stage.

I want the Sprite to ignore mouse events and other interactive objects
behind it to be able to catch them, even if the pointer is directly over
the Sprite. Is there a way to achieve this?

View Replies !    View Related
Single Click Button Requires Double Click
I noticed that some buttons in all of my .swf's were taking
two clicks to get them to work. After you double click them
once they work fine. I made a very simple movie to demonstrate
my problem. Please tell me if this problem is occuring for you also.

Thanks,
Anavrin

My .SWF file My .FLA file

View Replies !    View Related
[F8] Click Open Click Close, Multi Menu
I have this header that I am trying to multitask with. I want the windows to open and close on demand, but I cant seem to get them to work right. If you can help me with this, please reply. The link to the header is below:

http://fppl.dyndns.org/fppl_header.swf

View Replies !    View Related
Copyright © 2005-08 www.BigResource.com, All rights reserved