ActionScript 3.0 :: Another "lack Of Handcursor"?
Nov 9, 2010Oh for goodness sake, I can't get a handcursor onto my _leftArrow or my _rightArrow.
They are both topmost on the display list and unobscured.
[Code]...
Oh for goodness sake, I can't get a handcursor onto my _leftArrow or my _rightArrow.
They are both topmost on the display list and unobscured.
[Code]...
I'm creating a movie with a swift flying quickly across screen, but in playback it always appears as if there are two or three swifts flying together almost on top of one another, a sort of stuttering effect in the playback. I've tried altering frame rate/frame number ratio; tried viewing the swf file in the external movie player, but nothing seems to improve it.
Is this lack of smoothness a basic problem in Flash with moving objects, or is it something to do with my Flash preferences, or even my computer settings? What are the standard ways to try and increase smoothness of playback in Flash?.
I made a gear and created a 40 frame long tween for it using this: i36.tinypic.com/97tk0h.png @ 24 fps. But when the tween reaches the 40th frame and starts again from 1st frame there is a small small lack. I mean i pauses for very very very small time (almost not noticeable, but i see it anyway as developer). So is there any way how to make it work perfect with out the small lack/pause?
View 1 RepliesI have an issue with an asmx service I am trying to access. No crossdomain file. I read there is a way around this using HTTPService instead of a webservice. Still cannot load the wsdl. See code below.
var dataService:HTTPService = new HTTPService();
dataService.url =
"http://flexmappers.com/proxy.php?url=http://www.server.net/carbon.asmx";[code]....
I'm not working on my usual windows computer, but on my friend's mac.This mac has no graphics card, and a slower cpu. the result is a decrease in fps from 55+- to 20+-. the strange thing is: the screen doesnt seem to lagg at all. but all the objects are moving very slowly.It's very strange.I do all the movement and calculations etc, not in onEnterFrame, but in a TimerEvent.TIMER event listener. now how come this is the case?because what i'd expect to happen, is that everything moves at normal speed, but with laggs.whats going on?
View 2 RepliesI'm using as3httpclientlib to post data to my web service, but I'm continually getting the following security violation. Does anyone know how to resolve this? My crossdomain.xml file is below the security violation notice. NOTE: I'm using apache to proxy requests to the web service, therefore the target url/port and the url/port serving the applet are the same -- [URL] Also, the rossdomain.xml file is located in the root of the web app which serves the applet rather the web service; however, since the requests are proxied the url for the file is [URL]
[Code]...
I know that you can access the scrollpane's content by writing: scrollPane.content...But how can I access the scroller - with that I mean the thumb and up & down arrows...I would like to do something like this for example:
Code:
scrollPane.scroller.buttonMode = true;
I've developed the following class standing for a menu button.The entry function affichage_ menu displays the whole menu and it works fine.But, as the rollover and rollout events are properly triggered, the handCursor doesn't show up when rolling over a button and that even if use buttonMode=true;[code]
View 6 RepliesI have this XML menu and my main problem is that I have to place the text elements each one of them into a movieclip in order to make the handcursor work.The XML menu is made by this function.[code]in order to place each textfield into an identical Movieclip and make it behave like a button?
View 1 RepliesI am having problems getting a hand cursor to come up over a textField. I have verified the way I am doing it and everything looks ok, but no cursor. [code] My trace works and I am not throwing any errors. Any ideas what I am doing wrong?
View 4 RepliesI have created a text box and a format
var redformat:TextFormat = new TextFormat();
redformat.color = 0xFF0000;
redformat.bold=true;
[code]......
I am working with visibility of handCursor on text-field instances(textfield instances are created using "TextField" class) using Flash and ActionScript 3.0. But, here, I am getting a small problem in my code, which is as follows:
[Code]...
I am working with displaying/visibility of handCursor on text-field instances using Flash and ActionScript 3.0. But, here, I am getting a problem to the following code:
HTML Code:
import fl.containers.ScrollPane;
var myClip:MovieClip=new MovieClip();
var sp:ScrollPane = new ScrollPane();[code]..........
Create a new Flash file and add the above AS3 code into the ActionsPanel of Layer-1 and execute it.The output consists of 3 hyperlinks one upon other(in line). When, we place the mouse-cursor on the hyperlinks, then the (arrow)cursor disappears and the "handCursor" appears.It works fine when we place our mouse cursor on the 3 hyperlinks.But the issue is: still it displays the HandCursor even if we place the mouse-cursor down these three hyper-links(i.e., in white space below these 3 hyperlinks)it displays handCursor to some extent down these text fields).
I have a menu made only with the use of dynamicTextfield and XML. How can I place Handcursor in this textfield so it look like a typical menu button? I tried this solution and it doen't work properly...
Code:
function createMainText(mainText:String, mainLink:String, xPosition:Number, yPosition:Number, indexNumber:Number):void {
var dynText:TextField = new TextField();
dynText.name="mainLink"+indexNumber.toString();
dynText.selectable=false;
[code].....
I am working with handCursor on text-field instances using Flash and ActionScript 3.0.But, here, I am getting a problem to the following
code:
import fl.containers.ScrollPane;
HTML Code:
var myClip:MovieClip=new MovieClip();
var sp:ScrollPane = new ScrollPane();[code].......
I need to place TextFields which appear as hyperlinks(i.e., they accept/listens for MouseEvent.CLICK event). So, my requirement is: Whenever, I place Mouse pointer on the created hyperlink, just it shows a cursor which appears in text-documents(i.e., a black vertical line with 2 small horizontal lines up and down to this vertical line).Instead, I need to show HandCursor when we Roll_over on the hyperlink.
View 4 RepliesI would like to replace the little handcursor that appears when hovering over movieclips with buttonMode=true by a custom graphic.[code]...
View 2 RepliesOn the stage I have a mc called "content"Inside another mc I have a button that loads a swf into "content"
on(release) {
_root.content.loadMovie("file.swf", 0);
On the first frame of the main stage I have this action:
[code]....
I have a number of buttons I am using to trigger certain actions, however I do not want the handcursor to show up when the mouse is over these buttons. I am using: PHP Code:
[Code]...
each of the buttons has been named correctly and they are all set as menu items,
Does anyone know why I can get a handcursor over a clip with graphics, but as soon as the mouse goes over a textfield it reverts to a pointer?[code]I have to set mouseChildren = false in order to get the finger pointer to come up over the entire clip:[code]I have to disable mouse interaction in order for buttonmode to be respected mouseChildren = false;Is there some property of the TextField I can set in order to have it react to mouse events but not affect the cursor?Or is the only solution to set mouseEnabled to false, or to place the textfield in an intermediate Sprite?
View 5 Repliesis there any solution on StageWebView.loadURL(), how I can handle URLs in HTML Pages which have target="_blank"?
It's a mobile Android App (TabbedViewApplication)
Does anyone know how make a custom handcursor to replace the standard one to desire shape. When mouseOver/Out it will change to the custom one instead of standard.
View 1 Replies