Printable Flash MX 2004 Keyboard Shortcuts Diagram
I made this for myself today as a reference. I realize that there are many more shortcuts...but these are the ones I find myself using or wanting to use the most.
I thought there might be others out there who may find this useful.
http://qc.accelerateu.org/JOEL/flashMX_keyboard.pdf
The document is an 11x17 bbut it prints well at 8.5x11 as well.
Enjoy!
KirupaForum > Flash > Flash 8 (and earlier) > Flash MX 2004
Posted on: 10-21-2003, 03:34 PM
View Complete Forum Thread with Replies
Sponsored Links:
Printable Flash MX 2004 Keyboard Shortcuts Diagram
I made this for myself today as a reference. I realize that there are many more shortcuts...but these are the ones I find myself using or wanting to use the most.
I thought there might be others out there who may find this useful.
http://qc.accelerateu.org/JOEL/flashMX_keyboard.pdf
The document is an 11x17 bbut it prints well at 8.5x11 as well.
Enjoy!
View Replies !
View Related
Flash MX 2004 Keyboard Shortcuts
Anybody know where there is a printable list of MX 2004 shortcuts? MM offers one for Flash MX, but I don't know if they are the same for MX 2004.
(Someone here posted a file with these last year, but it has been removed from his site)
-ddog
View Replies !
View Related
OSX Flash Keyboard Shortcuts
How do I switch between open flash documents in Flash MX 2004 on a Mac using OSX. I know on a PC using WinXP it's Ctrl-TAB, but am at a loss as to what it is on a Mac. Easy to use...BAH! (just kidding)
I'm temporarily using a mac at a new job and need to learn the basic keyboard shortcuts all over again.
Can someone point me to a list somewhere?
Cheers,
J.J.
View Replies !
View Related
Keyboard Domination - Best Tricks To Hear All Possible Keyboard Shortcuts
I'm looking to recreate a keyboard shortcut quiz in flash much like this example that's been done in javascript.... (Note: the example seems to only really work well on Windows - I'm hoping mine proves to be more compatible?). a timer counts down while it waits for you to correctly perrform the shortcut on the keyboard.
I've successfully implemented a key combination listener such as is detailed in a tutorial here. I've gotten it to parse my list of shortcuts from a delimited txt file, correctly analyze user combination held & advance/score if correct, drive score based on countdown time remaining, manage "pass" to skip tough ones, etc.
You can see my progress here.
http://www.realitytheory.com/clients...indexTest.html
However I've still got several things that don't work even though I'm using fscommand("trapallkeys", "true"); (does that even matter when used within browser plugin?)
1) Ctrl key doesn't register on Macs (tried Safari & Ffox) but Cmd key does. This is odd since it works fine when previewing in Flash via Ctrl-Enter (and having enable keyboard shortcuts disabled in that player). Not a showstopper as client's cool if it's windows only.
2) Any shortcuts that utilize the Alt key - seems flash doesn't detect a key event when I hit that key. I've seen another thread here intimating that Flash can't hear code #18 (alt) even though javascript can it certainly seems true in flash player. Is this true? Can it be somehow "pressed" by javascript via a JS key handler?
3) Any that conflict with browser default actions e.g. Ctrl-P, Ctrl-S. Before saying there's no way, note that somehow the JS on the example link *do* block those (on IE/Ffox Win anyways). Does anyone have a clue what part? Will disabling the browser's default actions mean Flash receives the input or will flash not hear them either?
Any help will I'm sure benefit anyone looking to listen for key combos.
View Replies !
View Related
Flash Site Stops Browser Keyboard Shortcuts
I'm redesigning my portfolio site, and my friend just told me that when you select something in the site, the shortcuts stop working correctly...using Firefox as an example, create a new tab...then browse to http://jake3p0.com/test/newsite/ to see the page. Immediately hit Ctrl+Tab to switch between the two tabs...you'll see that it works. However, if you were to go to the site, select something in there, then hit Ctrl+Tab, the shortcut stops working...and the tab index gets in the way.
I'm assuming this is happening because of some 'active window' crap or something. Is there a way around that problem?
View Replies !
View Related
Capturing Keyboard Event - Disable Shortcuts Flash Player?
I'm trying to capture keyboard events with the following code. I'm testing in an external popup flash player in FlashDevelop and it ain't tracing anything. I reckon it might be something to do with keyboard shortcuts in the flash player.
But I can't find where to disable them?
ActionScript Code:
package {
import flash.display.Sprite;
import flash.events.KeyboardEvent;
public class myTest extends Sprite {
public function myTest ( ) {
stage.focus = this;
addEventListener(KeyboardEvent.KEY_DOWN, onKeyDown);
}
private function onKeyDown(event:KeyboardEvent):void {
trace("key down: " + event.charCode);
}
}
}
View Replies !
View Related
Keyboard Shortcuts
Help. I've become quite used to the keyboard commands for the tools. I did something and now they won't work. Argh. Help file has been no help. Any suggestions, anyone?
Thanks.
View Replies !
View Related
Keyboard Shortcuts Help
Hi I hope someone can help..
Id like to make all my buttons accessible via keyboard shortcuts..thing is im a bit clueless and havent been doing flash for very long.
Im using mx 2004 and my buttons have the basic on (release) {
gotoAndStop();
}
I was hoping some helpful person may help me with the actionscript needed to access the button via keyboard. I have added it in the accessibility panel to have the shortcut Ctrl+R but just dont know how to incorporate the actionscript ...
thanks
D
View Replies !
View Related
Keyboard Shortcuts?
Hey,
Does anyone know the keyboard shortcuts to increase and decrease the brush size, Also the shortcut to turn on and off the 'snap to objects' tool.
could anyone please tell me these or know how i can assign them i would be greatful
Thanks in advance,
View Replies !
View Related
Keyboard Shortcuts
anyone know if there's a keyboard shortcut to move between frames on the timeline?
i'm editing a large page where i gotta click back and forth and back and forth from text boxes to the timeline. i could have sworn i remembered manipulating the timeline by keyboard in some earlier version...
thanks guys,
monkeybrianz
View Replies !
View Related
Keyboard Shortcuts
There is something wrong with my keybord short cuts in Flash 8 (PC).
For examlpe Undo is Ctrl+Y, instead of Ctrl+Z. Ctrl+= is Edit snapping instead of Zoom in...
I also can't type non-English characters ex. ł, ż or ó ..., as before.
How can I bring back the default settings?
View Replies !
View Related
Keyboard Shortcuts
The keyboard shortcuts are not working. For now I am merely trying to add frames and cannot get even the first frame in the Timeline to be added by hitting F5. I know I can go in and select Insert>Timeline>Frame and add each frame that way, but of course that would take far too much time. Any suggestions? Thank you!
View Replies !
View Related
Keyboard Shortcuts - Gone
They suddenly disappeared, so annoying.
Do anyone know what might have caused this?
Is there a shortcut to turn them off? Maybe I did that
EDIT:
Umm.. some of them work though. It seems to be the tools that are broken.
View Replies !
View Related
Keyboard Shortcuts - HELP PLEASE
So I want to get rid of some panels because of my not-ever-big-enough monitor. What I really want to do away with is the tools panel. And I remember all the shortcuts and everything and it's no problem. Except for one thing...
When you first select the text tool, the font name box is automatically selected. Therefore if you press the V to select the arrow tool, you end up typing in the font name box.
I've tried a whole bunch of different shortcuts besides V, including combinations with Shift and Ctrl, and I even tried using the F# keys, but nothing seems to be able to get the selection out of that font name box. That is unless you have the tools panel open, and you actually click on the arrow tool.
I'm sure there must be some way around this that I'm just not getting. Thanks in advance.
.matt.
View Replies !
View Related
Keyboard Shortcuts Not Responding...
hi!
I just started working with flash MX only to find that the keyboard shortcuts do not work. They work great on Flash 5 and any other software I'm working with. When I tried to duplicate a standard macromedia set and a flash 5 set and redefine several shortcuts it seemd like the program doesn't recognize the letters and numbers keys, any combination I tried produced a "cmd+<empty>"
or "alt+<empty>" result. When I press a shortcut I see the right top menu item highlighted (edit if I press cmd+z, for instance) but with no results.
I'm working on a dual 450mhz G4 macintosh running a 9.2.1 hebrew system.
H E L P !
View Replies !
View Related
How Do I Block Keyboard Shortcuts ?
Hi, (using Flash MX)
How can I block the keyboard ctrl + left / right ?
I use:
fscommand("showmenu", "false");
to block the menu, but it doesn't stop the shortcuts. I have tried to trick it by putting in frames that just contain:
play();
but even that doesn't stop it if you hold down Ctrl + left!
I checked other flash games, and I can do the same on almost all of them, except the yeti sports ones, so it must be possible. I have searched all over and nothing helps, please solve this one for me
View Replies !
View Related
Keyboard Shortcuts For Timeline Don't Work
Hello All,
None of the Timeline keyboard shortcuts for "Move Keyframe" (Up, Down, Left, Right) nor "Select Frame" (Left, Right, Above, Below) work for me. Period and comma move the playhead, and I can copy/paste frames, but I cannot select additional frames and cannot move them up, down, or over with the built-in commands. Other keyboard shortcuts work just fine for me.
I've used the default settings, made my own, tried using combinations that don't use the ctrl, alt, or shift keys for the shortcut... nothing seems to help. I've also used two different keyboards with different drivers, and have reinstalled Flash - nothing fixes it.
WinXP Pro sp2, 1.8 GHz Athlon Processor, 1 G RAM, 500+ Gb drives with plenty of extra space. Flash 8 Pro installed on a drive other than C:.
I have searched the forum and the knowledge index on and off for a few weeks now, but haven't seen anything about this issue.
Thanks to anyone who can give me some insight into this.
View Replies !
View Related
Keyboard Shortcuts Stop Working
hey all,
a co-worker of mine is having an issue with flash on his mac that he says happens occasionally. all of a sudden the keyboard shortcuts stop working for accessing the toolbox. I have never had this issue and don't have a mac to play around, so I was wondering if anyone else has experienced this and fixed it somehow.
View Replies !
View Related
Keyboard Shortcuts For Moving Thru The Timeline?
Quick question:
Are there any keyboard shortcuts for moving frame by frame thru the Timeline in Flash? I'm used to video editing apps and am confused. I did experiment and found on my PC if I hold down Shift key and scroll the clickwheel on my mouse, I can move thru the Timeline sort of frame by frame, but this isn't perfect as it's hard to control.
Thanks in advance
View Replies !
View Related
Problem Creating Keyboard Shortcuts
I'm attempting to add some keyboard shortcuts to a Flash App.
What I've done in the past is attach a simple script to a button, ie: Code:
on (keyPress "<Space>") {
trace("Spacebar");
ball.gotoAndPlay(1);
}
However, in my current app, this technique fails. I've traced the problem to the use of a "TextArea" and a "TextInput" component. Just the existence of these components in the library causes the button-based listener to fail.
Anyone know of a workaround or alternative approach?
Thanks.
Mitch
View Replies !
View Related
Jumping To Library Items Using Keyboard Shortcuts
Hi all,
I have this bug in Flash CS3 - anyone else find it very annoying?
1. Load a fla which has items in the library, with an item starting with t
2. Click first item in the library
3. Press t on the keyboard
Results: The toolbar text tool is activated
Expected results: The library item which starts with t is selected / jumped to.
This happens with all the toolbar shortcuts
View Replies !
View Related
How To Disable Menubar Component Keyboard Shortcuts?
I have a program that uses the arrow keys to move movie clips around the screen. I've also created 3 menubars with menus using the component objects.
These objects also react to the pressing of arrow keys. Is there a way to prevent the menu and menubar components from "listening" for the arrow key down events?
I have posted this problem on other sites but so far no one has been able to come up with an answer
Even if this cannot be done please could someone post this as I have been trying to to find ways to do it and all so far have been unsuccessful.
Using Flash 7/8, AS 2.0
If anyone nows the Key listeners variables names for the arrow keys that the menubar uses then at least they can be disabled.
Any way thanks for taking the time to read this.
Hope I have posted in the right section because I am sure that any answer will be AS related.
Many thanks in advance
View Replies !
View Related
Flash MX 2004 Keyboard Shortcut Woes
I just recently purchased 2004 Professional (the academic version) and I can't get the align shortcuts to work...
I've snooped around in the forums and can't find any similar complaints?? I've also modified the shortcut keys (edit->keyboard shortcuts) to some alternate sequences just for testing as well as installing the latest update but still no love. Any ideas? this is driving me crazy! Thanks a lot.
potamus
ps. the other shortcuts are working fine... I also tested them by making changes to them and trying them again, ensuring I was actually using the correct keyboard shortcuts profile.
View Replies !
View Related
Browser (Firefox) Keyboard Shortcuts Focus (ctrl+w, Ctrl+n)
I have a Flash movie which fills the whole browser window. This means that always the key events are catched ("stolen") by the Flash movie only, when using Firefox. IE7 seems to be working as I want.
I want for example ctrl+w (close window), ctrl+n (new window), ctrl+t (new tab) to work in Firefox while the focus is on my Flash movie. How to accomplish this?
View Replies !
View Related
AS MX 2004 (On Screen Keyboard)
This problem has been stuck in my head for awhile. Its an on screen keyboard for a touch screen kiosk.
The text is easy enough.
I have a dynamic text box.
The on screen keys are scripted like this
a_btn.onPress = function(){
my_txt.text = my_txt.text + "a";
}
okay that's fine but how am I going to do a delete key? Strings? Never worked with strings. I've been playing with the String.slice() method but no luck.
View Replies !
View Related
Printable Areas In Flash
I like to know if its possible, and how if so.
If i could make so i click a button and it will print a selected area
in the movie.
speak code to me, i know what you are saying, just i never done this before.
View Replies !
View Related
Can I Use Flash To Create A Simple Flow Diagram?
I have a Cold Fusion application and would like to create a simple flow diagram as follows:
demonstrate an application object in the middle of the screen. To the left I would like demonstrate 1 or many inputs to that middle object - each one is connected to the center object with an arrow-headed line. TO the right I would like to demonstrate a series of outputs - each one connected to the center object with an arrow headed line. The names of all objects will be pulled from Cold Fusion dynamically.
I think that integrating Flash with Cold Fusion is the way to go - but need some help verifying that this is true.
I would like to understand if it is possible to do this with Flash and if so, can anyone point me to some articles or tutorials that will help me to build this? And/Or point me to examples that are similar?
View Replies !
View Related
Flash/Flex AS3 Dynamic Flow Diagram
Ok so there was a program in AS2 to graph a tree and connect the nodes. So I translated the program created by "jsebrech" (thank you) and found here -> http://www.actionscript.org/forums/s...ight=flowchart from AS2 to AS3. I am posting it so that anyone who needs it can use it. One thing of note I put a 'return' in the CompactHorizontally function in LayouGraph.as because it has a bug in the original program and didn't have the time to find out how to fix it. If anyone is interested in looking for it read the discussion in the original posting to find out a little about the program!
Enjoy!
View Replies !
View Related
Chronological Flash Player Architecture Diagram
I was giving a talk on RIAs at the beginning of the week, and as part of the preparation I put together a chronological Flash Player architecture diagram. It shows how the Flash player has evolved since FutureSplash through to MX2004 and all the data and media I/O formats as they were introduced.
Thought that some people might find it interesting.
You'll find it on the architecture flyout on the right hand side.
http://www.crashposition.com - click on RIA Seminar notes
happy holidays
jd
View Replies !
View Related
Printable Order Form, From Flash?
Fellow Flashers, I am trying to design a navigable stock catalogue in Flash. It will run from a hard drive with the intention that it may go onto CD-ROM and ultimately be converted into a web-site. The trouble is that I want to be able to order a particular item. This means that I would like to have a form of some description that would already have certain fields filled in i.e. a check box, order details etc - and then Print a hard copy of this form. Is this possible from Flash? Anyone know how do it tutorials etc.... Thanks in advance!
View Replies !
View Related
Printable Page From Flash Content
Hello everyone,
I have a field in a movie clip which has a bunch of checkable boxes. After someone goes and checks their boxes I would like there to be a button that would transfer that data onto a 8.5 x 11 page which is ready for printing. Does any body have any idea how I can accomplish this?
Thanks all
View Replies !
View Related
A Simple Quiz With Flash And Results Printable?
Hello everyone!
I am trying to make a simple family quiz with flash for my website.
The flash quiz has 5 questions and answers. For example: Question: 2-1=? and the user chooses the number.
After all the questions answered it will show the total. And if the total is under passing score, say, 18, it will show a text that says: Your score is under 18, take it again!
And the user should be able to print the whole page with answers and results.
Could you help me out with this? Difficult part is to get the choices calculated and show the total score and make it printable.
View Replies !
View Related
[Flash 8] Interactive Voronoi Diagram Script..Help(from A Flash New_bee)
Hi
I working on the following script(which I got on the net) to generate interactive voronoi diagrams. At the moment additional points on the clip are done by clicking with the mouse, but I would like to amend the part which adds new dots (blue highlighted)so that I can:
option 1: type in the x and y location values of the dots instead
option 2(prefered): link this input of dots to a dynamically generated x and y values from Max/MSP tracking system.(through flashsever).
Pliz help!
killion
script:
MovieClip.prototype.drawLine = function(x1, y1, x2, y2) {
this.moveTo(x1, y1);
this.lineTo(x2, y2);
};
Movieclip.prototype.drawFillCircle = function(x, y, r, c) {
var rx = r+x, ry = r+y, xr = x-r, yr = y-r;
var r07 = r*0.7071, r04 = r*0.4142;
this.moveTo(rx, y);
this.beginFill(c);
this.curveTo(rx, r04+y, r07+x, r07+y);
this.curveTo(r04+x, ry, x, ry);
this.curveTo(x-r04, ry, x-r07, r07+y);
this.curveTo(xr, r04+y, xr, y);
this.curveTo(xr, y-r04, x-r07, y-r07);
this.curveTo(x-r04, yr, x, yr);
this.curveTo(r04+x, yr, r07+x, y-r07);
this.curveTo(rx, y-r04, rx, y);
this.endFill();
};
function init() {
dots = [];
PI = Math.PI;
PI2 = 2*PI;
maxSpeed = 5;
dotNum = 0;
distance = [];
sx = [];
sy = [];
ex = [];
ey = [];
appW = Stage.width-1;
appH = Stage.height-1;
gOff = _root.createEmptyMovieClip("imageOff", 0);
initDots();
_root.onEnterFrame = run;
_root.onMouseUp = addDotAtMouse;
}
function addDotAtMouse() {
addDot(_xmouse, _ymouse);
}
function run() {
movedot();
setVoronoi();
gOff.clear();
drawVoronoi(0x808080);
}
function initDots() {
var i;
for (i=0; i<3; i++) {
addDot(Math.random()*appW, Math.random()*appH);
}
}
function addDot(x, y) {
dots[dotNum] = new Object();
dots[dotNum].x = x;
dots[dotNum].y = y;
dots[dotNum].angle = Math.random()*PI2;
dots[dotNum].v = Math.random()*maxSpeed;
dots[dotNum].m = _root.createEmptyMovieClip("dot" add dotNum, 10+dotNum);
dots[dotNum].m.drawFillCircle(0, 0, 3, 0x000000);
storage = dotNum+4;
dotNum++;
}
function movedot() {
var i, t;
var a, s, x, y, cx, cy, vx, vy;
for (i=0; i<dotNum; i++) {
x = dots[i].x;
y = dots[i].y;
a = dots[i].angle;
s = dots[i].v;
vx = Math.cos(a)*s;
vy = Math.sin(a)*s;
x += vx;
y += vy;
if (x<3 || x>=appW-3 || y<3 || y>=appH-3) {
if (x<3) {
x = 3;
vx *= -1;
}
if (x>appW-4) {
x = appW-4;
vx *= -1;
}
if (y<3) {
y = 3;
vy *= -1;
}
if (y>appH-4) {
y = appH-4;
vy *= -1;
}
dots[i].angle = Math.atan2(vy, vx);
}
dots[i].m._x = dots[i].x=x;
dots[i].m._y = dots[i].y=y;
if (Math.random()<.1) {
dots[i].angle += Math.random()-.5;
}
if (Math.random()<.1) {
dots[i].v += Math.random()-.5;
dots[i].v = Math.max(0, Math.min(maxSpeed, Math.abs(dots[i].v)));
}
}
}
function setVoronoi() {
var i, j, k, m, n;
var a, b, a0, b0, a1, b1, x, y, x0, y0, x1, y1;
for (i=0; i<dotNum; i++) {
x0 = dots[i].x;
y0 = dots[i].y;
n = i*storage+i+1;
for (j=i+1; j<dotNum; j++) {
x1 = dots[j].x;
y1 = dots[j].y;
if (x1 == x0) {
a = 0;
} else if (y1 == y0) {
a = 10000;
} else {
a = -1/((y1-y0)/(x1-x0));
}
b = (y0+y1)/2-a*(x0+x1)/2;
if (a>-1 && a<=1) {
sx[n] = 0;
sy[n] = a*sx[n]+b;
ex[n] = appW-1;
ey[n] = a*ex[n]+b;
} else {
sy[n] = 0;
sx[n] = (sy[n]-b)/a;
ey[n] = appH-1;
ex[n] = (ey[n]-b)/a;
}
n++;
}
sx[n] = 0;
sy[n] = 0;
ex[n] = appW;
ey[n] = 0;
n++;
sx[n] = .1;
sy[n] = 0;
ex[n] = 0;
ey[n] = appH;
n++;
sx[n] = appW;
sy[n] = 0;
ex[n] = appW-.1;
ey[n] = appH;
n++;
sx[n] = 0;
sy[n] = appH;
ex[n] = appW;
ey[n] = appH;
}
for (i=0; i<dotNum; i++) {
x0 = dots[i].x;
y0 = dots[i].y;
for (j=0; j<dotNum+4; j++) {
if (j != i) {
if (j>i) {
n = i*storage+j;
} else {
n = j*storage+i;
}
if (sx[n]>-Number.MAX_VALUE) {
a0 = (ey[n]-sy[n])/(ex[n]-sx[n]);
b0 = sy[n]-a0*sx[n];
for (k=i+1; k<dotNum+4; k++) {
if (k != j) {
m = i*storage+k;
if (sx[m]>-Number.MAX_VALUE) {
a1 = (ey[m]-sy[m])/(ex[m]-sx[m]);
b1 = sy[m]-a1*sx[m];
x = -(b1-b0)/(a1-a0);
y = a0*x+b0;
if ((a0*x0+b0-y0)*(a0*sx[m]+b0-sy[m])<0) {
sx[m] = x;
sy[m] = y;
}
if ((a0*x0+b0-y0)*(a0*ex[m]+b0-ey[m])<0) {
if (sx[m] == x) {
sx[m] = -Number.MAX_VALUE;
} else {
ex[m] = x;
ey[m] = y;
}
}
}
}
}
}
}
}
}
}
function drawVoronoi(c) {
var i, j, n;
gOff.lineStyle(0, c);
for (i=0; i<dotNum; i++) {
n = i*storage+i+1;
for (j=i+1; j<dotNum+4; j++) {
if (sx[n]>-Number.MAX_VALUE) {
gOff.drawLine(sx[n], sy[n], ex[n], ey[n]);
}
n++;
}
}
}
function angleDifference(t, s) {
var a;
a = t-s;
if (a>PI) {
return (a-PI2);
}
if (a<-PI) {
return (a+PI2);
}
View Replies !
View Related
Timeline Shortcuts For Flash MX
Is there a keyboard shortcut to move the play head either forward or backwards to each keyframe. I don't want to just move back/forward one frame at a time (which I know is , and .) I want to be able to go from key frame to key frame on that layer. Thanks in advance
SyN
View Replies !
View Related
Shortcuts For Flash, Dreamweaver Etc Not Working
I teach at a college; none of the shortcuts to any of the old "Macromedia" products work on any of the the Student Log-Ins , but bring up a strange "Loading" dialog box - then say "Loading failed".
Each student has to go into Program Files in the 'C' drive and click on the main application. It happens on most Staff log-ins too.
Any remedies?
View Replies !
View Related
Use 'select All', 'cut', 'paste' Shortcuts In Flash Form
I am trying to figure out how I can allow the user to use the 'select all' , 'copy', 'paste', etc...keyboard short cuts in an input text field on a flash form embedded in a html page. Check it out:
http://jointhecampaign.com/pages/?pg=connect&adm=add
Select on a text field, enter some text and then use your computer's standard 'select all' keyboard short cut to try to select all the text (mac: apple-a, pc: ctrl-a). As you can see the entire html page selects instead of just the text in that field. The 'select all', 'cut', 'paste' short cuts workswhen running the swf outside of an html page, but not while embedded. Any suggestions?
BTW, please don't select 'finish' to enter your record in the DB or I am going to have to spend a lot of time deleting all the test entries. Thanks.
-Kevin
View Replies !
View Related
Problem Creating Shortcuts In Flash Video Toolbar
Hi,
i am trying to create a toolbar and setup shortcuts in them and also screen readers capability to read em but some how i am not able to get along with the shortcuts keys i tried a lot but couldn't figure out where the problem is could anyone help me in that...below is the code m tryin for playplause button m tryin to use a shortcut key of ctrl+shift+p but it doesnt work as soon as i press cntrl it loses focus from the flash video file.
onClipEvent(load){
function myonpress(){
trace("playpause");
}
function myOnKeyDown() {
if (Key.isDown(Key.CONTROL) && Key.isDown(Key.SHIFT) && Key.getCode() == 80) // 80 is key code for P
{
Selection.setFocus( playpause );
playpause.onPress();
}
}
var myListener = new Object();
myListener.onKeyDown = myOnKeyDown;
Key.addListener(myListener);
playpause.onPress = myOnPress;
playpause._accProps.shortcut = "Ctrl+Shift+P"
Accessibility.updateProperties();
}
View Replies !
View Related
How To Create A Ven-diagram.
Hello all,
I want to develop a Flash animation like this :
http://www.adhoc-nets.de/
However I need to change something. When 2 nodes can connect together, a Ven-diagram will be displayed to cover the active areas of these nodes. That means 2 around circles must have the same color and have the Alpha value ~ 30%. When I set the same color to both around circle, the overlapped area has a little darker. But I want they have the same color, even the overlapped area.
Is there anybody to help me.
Thankx in advance !
(PS: Sorry because of my bad English)
View Replies !
View Related
Venn Diagram
Does anyone knows how to make a venn diagram in actionscript?
i mean when a user inputs an expression like AUB, the diagram will highlight the the 'right' part.
I searched many place but couldn't find a thing...
Someone please help?
View Replies !
View Related
|