Transformed Text Can't Show Up In Run Time
Dec 7, 2010I am having a problem where the text that I transformed (rotated) doesn't show up when I test the movie. I am using Flash CS4.
View 1 RepliesI am having a problem where the text that I transformed (rotated) doesn't show up when I test the movie. I am using Flash CS4.
View 1 Replieshow I'd go about having a text field a user can change the dimensions of by clicking and dragging in Flash?
i.e. the movie would show a text field with transform handles and depending on how wide or high it changes the word wrap..
I'd like to play load/play one movie and show text at a specific times. In the Movie there is a scene where a board is shown. I'd like to show some text on the board when it appears. That's why I'd like to how to know when you reached a certain point.
Also about loading the video. I read there a several ways of loading a movie. What would be the best way in your opinion to load it in this situation.
1)Can this be done with the FLVPlayer component or through another way?
2) How to show a text at a specific time. Is there a function that I can use.
How to script a dynamic text bar to show the date and time that it is now, plus make it work properly as a clock.
View 5 RepliesThis will probably be simple for some of you. How do I make the "animation" stop? The text moves, based on the mouse movement, and I put a mask over the text to only show a certain area at any given time...
[Code]...
how do you set up time to show Greenwich current time?
yes, i do know how to show the visitor's current time...
I'm experimenting with CSS transforms and I noticed that embedded videos (like for instances the ones from youtube) don't behave as expected when a CSS transformation is applied to them.
I've tested this in the latest Chrome, Firefox and IE and none of them was able to display transformed videos.Is this a bug of sort, or are videos not supposed to obey to CSS transformations? Not even using html5 in Chrome solved the issue.
I have a button that I use universally to show a hover state, so that the user knows the item is clickable. The hover state is a simple black stroke. Because the buttons with the timeline are of different sizes, I stretch the button to encapsulate the entire area I want to be linked. However, the stoke of the hover state is stretched too, so it's get thicker the bigger I make it. Is there any way to ensure the stroke is always the same weight?
View 4 RepliesI'm currently transforming some objects to make them appear far away using a PerspectiveTransform. This works well, but I have no way of knowing where on the screen the object is displayed. The x and y coordinates are the coordinates of the object if it were at z=0. How can I compute the display coordinates of my component?
View 1 RepliesI've written code that enables DisplayObjects to be fully manipulated under two touch points (drag, scale, rotate). The problem I'm having is that as the DisplayObject is being manipulated, it causes fluctuations in the TouchEvent's stageX & stageY properties. These fluctuations are feeding back into the tranformation code and as a result, the object shakes/shivers.
It seems that the stageX & stageY properties are being calculated from the localX & localY properties of the TouchEvent. I've tried adding listening to the stage itself for the TouchMove event, but as soon as I drag my finger over a transformed object, the traced stageX & stageY values change slightly, going from integers to floating-point numbers. This is evidently what's causing the shakey feedback loop.
i have been creating many flash clocks, but with the normal code, i mean, the code to show the time on every computer of each visitor.
What i must know is how to make a normal flash clock show the time of a specific world time zone, i know that they work from -5 , -4 ... 0 ... +1 , +2 ... .
So i have this flash clock, and it has this action script code:
Code:
myTime = new Date(year, month, date, hour, min, sec, ms);
minutes = myTime.getMinutes();
hours = myTime.getHours();
[Code]....
what code must i enter or substitute in the code above to show the time of a specific world time zone?
I currently have a slideshow for my restaurant that plays all day, is it possible to have 3 slideshows that will play depenind on the time, lets say slideshow 1 plays fom 12pm-3pm, slideshow 2 plays from 3-4 and then slideshow 3 plays from 4 til 11pm?
View 6 RepliesI've been working with actionscript 3.0 and have an array that gives me some text and a button on each new page (clicking the button gets me to the next text-page and button). I'd now like my button to not appear on each page immediately, but time delayed, maybe wait 10 seconds or so before it appears.
View 3 RepliesI'm trying to get a progress bar to show how much time is left in the day. So it will fill up all day and then start over at midnight.
View 4 RepliesI have published some videos with flash, but I need to find a way to display a very simple timer showing the elapsed time. I tried to use a dynamic text with AS3 without any success. I would like to use one of the ready-made skin for my player, and just add anywhere on the stage a dynamic text field with my time inside.
View 2 RepliesI want to replicate one of the Flasheff's function with AS2 script. The delay show function, where I can set how many seconds should a movieClip wait before it actually shows up.For example, I create 3 vector shapes on the stage. I convert them to movieClips (symbols). Instance names:
- one_mc;
- two_mc;
- three_mc;
When I test the movie, I want one_mc to show up right away, then after 1 second two_mc to show up, then after another second three_mc to show up, you get the idea.
I would like to create a digital time which only show min and sec. This time is use in a game in order to test the users speed and accuracy. When the user finished the game, the time will stop and then have to check the time user has spent to finish the game. So, if the user manage to finish the game before 10 min, will get 100 points. If is between 10 and 15 min, will get 90 points and so on.
View 3 RepliesI have changed my newDate to see where the problem lies but cannot get it to match my target time to 2/22/2012 7pm
this.onEnterFrame = function() {
var today = new Date();
var currentYear = today.getFullYear();
[Code].....
One thing that's really frustrating me about Flash is that the info panel doesn't display real-time width or height values.So if I'm drawing a rectangle, I can't just draw it out as do in Photoshop to say 400 X 200. I'll need to set this manually after I draw a small box.
View 2 RepliesI would like to create a digital time which only show min and sec. This time is use in a game in order to test the users speed and accuracy. When the user finished the game, the time will stop and then have to check the time user has spent to finish the game. So, if the user manage to finish the game before 10 min, will get 100 points. If is between 10 and 15 min, will get 90 points and so on.
View 3 RepliesI have datagrid. the source for this datagrid is a url that returns n number of rows in json format.
i want to save this result in an array and show 20 records in the grid at a time. and cycle to the next 20 records in a time interval.
I want to know about countrywise digital clock. I have a map and when I mouseOver on a country then it should show the time of that that country.like when i over on india then it should show the indian time and when i over on china then it should show the chinies time..
View 1 RepliesI�am trying to make a timer to my hangman game, and this is the code I�have.
Code:
timer = 0;
countup = function(){
timer++;
}
countupInterval = setInterval(countup,1000);
If i would like the timer to stop on a specific frame and show the time result how do I do that?With some kind of if-else statement, or some kind of function.stop.
I have added an event handler for itemOpening event for the tree component inside the handler basically ido myTree.selectedItem = event.item ; and then add the new data inside myTree.selectedItem.children.push(newData); But It do not show simultaneously instead I have to close , open the branch again to see the new data. I think I need to refresh something after adding new data but dont know what? below is the code but without the declaration , script tag etc
<services:DocumentService id="$document"/>
<s:CallResponder id="$newFolderAdded" result="$newFolderAdded_resultHandler(event)"/>
[Code]....
loading some text on dinamic textfields on several Mcs that are rotated on the screen, but the texts just appear when the Mcs are rotated.
View 3 RepliesIn a nutshell, I'm trying to create a dynamic text box in which text show up for one XML node but not for another, so I have some XML nodes that have info in them and others that don't. This seems like it would be a realatively easy thing to do, but I've been working on figuring out how to do so for days with no avail. I'm working on a template for my portfolio gallery at: [URL] I've linked pdfs to just some of the images in my modified xml slideshow from the tutorial using the following code from this forum:
[Code]...
I am using a dynamic text field to show html formatted text from .txt files. I have set the html property both in the properties panel and in AS, and it mostly works. All html formatting show up just fine, except for when "&" is used. Flash CS3 documentation indicates that & is supported, so.? All text after the & does not appear: the only text loaded is that that comes before it. I am using CS3, AS2, publishing in Flash Player 9. Sorry if this problem has been addressed elsewhere, but I've had no luck with my searches.
[Code]...
i can't get flash to show, and in a dynamic text box which loads text via a variable from a .txt file on a server.
View 2 RepliesAttachment 54101my problem is in bitmap explained:1. after loading external text into dynamic text field,2. how to call/make visible "button over text" on the Scene by pointing a mouse over specific word in loaded external text?3. javascript, html, actionscript (asfunction, variable)
View 8 Repliessuppose i have one input text filed,and one dynamic text field,i want,when i enter value in input text filed then these value show on dynamic text filed [input text box] =[dynamic text box].how show value in dynamic text from input text filed
View 6 Replies