ActionScript 3.0 :: Send Up Scroller Bar Toolbar With It?
Apr 18, 2011I need to send up (top of page) with some command from AS3, the Scroller toolbar of the explorer (the toolbar that is to go up and down within a page)[code]...
View 1 RepliesI need to send up (top of page) with some command from AS3, the Scroller toolbar of the explorer (the toolbar that is to go up and down within a page)[code]...
View 1 RepliesI would like to position relatively a scroller in my application like below.When I scale the image, I resize the scroller...
<s:Scroller width="50%" height="50%" >
<s:Group>
<mx:Image
[code].....
I am trying to build a vertical slide scroller based on a tutorial for a horizontal slide scroller and am having difficulties undertanding what values I need to change in the code for the slider mc in order to make it work. The horizontal slider is quite smart [code]
View 3 Repliesmy problem is that if you go over the menu text above my scroller it controls the scroller. I wan this areas movement to have no effect on the scroller below. is there a way to script my scroller to set it to this?
View 1 Replieshave a cool vertical scroller that I did try to convert to horizontal, but I could not make it work.
//code by Billy T
//set a variable
targY=0;
//set the x position of the dragger
dragger._x = 370;
[code]....
change vertical scroller to horizontal scroller?
View 2 RepliesI would like to use it as a horizontal scroller for an image gallery. Just to clarify a horizontal dragger and a horizontal stage motion for image viewing.
fscommand("allowscale", "false");
bar.useHandCursor = dragger.useHandCursor=false;
space = 20;
[code]....
I can find tons of articles/tutorials on custom scrollers but none of them actually replace the browser scroller. If the browser is made smaller the custom scroller and the browser scroller are there. [URL]...
View 1 Repliesi was wondering if you could completely make the toolbar in the swf window with file, edit etc disappear in as3. If it isn't possible can you please tell me how to disable key shortcuts in the swf window but with as3
View 0 RepliesIs there a way to turn off the transparent appearance of the toolbars when you drag them in Flash CS3. For example, when I drag the actionscript toolbar, it turns transparent and it's really lagging on my system
View 2 RepliesIn coloring an object using the toolbar fill palette, I'd like to simply be able to double click on the color swatch in the toolbar, rather than click on the swatch and mouse down to the color and click again with the eyedropper. What's happening is that the color swatch in the toolbar contains a variety of colors around the one that it nominally represents. e.g. If the swatch is ff0000, double clicking on the swatch is likely to color the selected object anywhere from f30000 to fe0000 depending on precisely where in the swatch you double click.
View 1 RepliesI am having a problem with CS3 Flash and the toolbar on the left. Certain tools have options and those options are not showing up. Yes, I went to Customize Tools panel and checked and those options are listed to the right of each tool that should have them (Example: Rectangle tool: oval tool, polystar tool , etc) and even hit reset to default and still those options do not show up on the actual toolbar. I made a graphic thinking that would make them show up and no it didn't.
It seems to be a problem for each tool that has a options and they are
1. Free Transform Tool,
2. Pen tool and
3. Rectangle tool.
I am creating a Adobe Air Application. I have a menu and and I need to create a toolbar which has icons to represent some actions.
View 2 Repliesin windows, when more and more windows are opened, the buttons on the toolbar get smaller and smaller.
View 3 Repliesi tried searching the forum to see if something like this is already up but i didnt see anything. If there is im sorry. My question is, in windows, when more and more windows are opened, the buttons on the toolbar get smaller and smaller. Does anyone know how to do this, an example would be great.
View 3 RepliesI am trying to build a vertical slide scroller based on a tutorial for a horizontal slide scroller and am having difficulties undertanding what values I need to change in the code for the slider mc in order to make it work. The horizontal slider is quite smart and there is additonal functionality attached to it to affect it's movement which I'm not too worried about although it would be nice)
Code:
// set up content_mc info
contentRight = _root.content_mc._x;
[code].....
it possible to open using "getURL" command noresizable browser window, with no menubar and notoolbar.
View 2 RepliesI'm on Windows and can't dock the Main toolbar in Flash 10.Is this by design? I find it annoying.
View 2 RepliesI have a picture that is 500x500. My stage is 500x500. I have a tool bar that is on the bottom of the screen. It is in front of the picture. My onRollOver command is set so that on roll over the picture changes. Even if I am hovering over the toolbar the image still changes. I can not for the life of me figure out how to not have the onRollOver happen when the cursor is over the toolbar. Picture = pic_mc and toolbar = tb_mc I can not figure this out and I know how simple this is, but I am just at a lose. SIDENOTE: The tool bar is not a rectangle it is an irregular shape so I can't just say X,y area I figured I could use the toolbar shape to be the "block" from the image activating the onRollOver.
View 12 RepliesI'm trying to launch a popup window from Flex, but the popup window needs to have certain properties as one can usually specify with the JavaScript window.open. For example, the popup window should not have a browser toolbar or URL box.I've tried using navigateToURL, which works fine, but I can't find a way to specify the popup window properties've tried using ExternalInterface.call, but the popup gets blocked when calling window.open directly, or even creating a custom JS function that calls window.open.
View 3 RepliesI am using jw player for playing audio. can i remove the screen and can i place the only tool bar of the jw player (with out screen).
View 1 RepliesMy Flex AIR App HTMLLoder() showing PDF and its toolbar Nice in Mac but under Windows XP its showing PDF but not showing PDF toolbar how can i solve it? [URL]
View 1 RepliesI am useing Flash CS3. For some reason, I will click on the little arrow on a tool like "free transform" to get to the "Gradient Tool" but it refuses to expand so that i can select the "gradient tool". I am having the same problem with other expandable items as well like the "rectangle tool" which by clicking the little arro in the lower right should expand a menu to select other tools like the "Oval Tool" etc. Does anyone know what this could be?
View 3 RepliesI have create a flash website, but I have create the forms in HTML and PHP. So I need to link the button to them. I done that but, I don't know how make it for no toolbar and fixed sixe.[code]
View 2 RepliesI m new to this forum & flash. I need to create a wbt which can run thru a 56K modem. also i want to know how can toolbar & menu bar of browser be removed when i publish it.
View 3 RepliesMy flash banner is placed above my light box popup windows and my Wibiya Toolbar
View 1 RepliesThe proposed task has to do with the creation of an application in which the user will be able to insert, drag&drop and remove rectangles. The properties of each rectangle (name,x,y) should be saved in an xml instance.
1.Create a vertical toolbar with the above buttons:
a.new rectangle
b.move
c.delete
2.Create a movieclip that will be your workspace on the right of your toolbar named stage.
3.Create a function that will be triggered by the new rectangle button and will attach to the stage rectangles as movieclips named rectangle(i) (rectangle1, rectangle2,...).
4.Create a function that will be triggered by the move button and will drag and drop a selected rectangle.
5.Create a function that will be triggered by the delete button and will remove a selected rectangle.
And what I have done so far is:
i = 1;
newrectangleButton.onRelease = function() {
stageMC.attachMovie("rectangleID", "rectangle"+i, i);
stageMC["rectangle"+i]._x = Math.random()*stageMC._x;
[Code].....
When I save a .fla on my macbook (snow leopard OS) the main Flash CS4 application toolbar (the one with the minimize, maximize, hide buttons on it) disappears after the save dialogue has gone.To get it back I have to re-launch the app.I have checked for software updates but nothing seems to be addressing this issue.
View 3 RepliesI'm trying to create a website that is basically a flash toolbar that directs the user to different HTML pages at the bottom, much like this website here.
[URL]
Do I build the bar in Flash and then the HTML portion in dreamweaver or do I build it all in Flash? Would an iFrame work for this sort of website?
I'm looking to send a list of variables (say 6 in total) from php to flash and for flash to pick a random one and send it back to php when clicking a button.
I would like it to appear in a dynamic text box. That randomly selected variable needs to be sent back to php on pressing a button.