ActionScript 3.0 :: Formatting Seconds Into 00:00?
Feb 26, 2009I would like to convert a number, like 142, into minutes and seconds so it reads 02:22
View 2 RepliesI would like to convert a number, like 142, into minutes and seconds so it reads 02:22
View 2 RepliesI'm getting a data which contains a certain number.
I need to find how many hours, minutes and seconds it stands for.
for example:
I'm getting the number 248 which means:
00 hours : 04 minutes : 08 seconds
When i use time varaible and then minus the time. Ive noticed that flash does not count down in seconds, but the speed of light. My maths are not very strong so how can i get flash to count in seconds
var time =60;
sprite.onEnterframe = function(){
time -=1; ( this counts faster than seconds)
}
I'm trying to figure out how I can make the sound file that I load into Flash start at x seconds and end at x+30 seconds.So basically, I just want a 30 second sample to play starting at a specific time position. Does anyone have any advice on how to do this or have links to somewhere I can read up on it?
View 4 RepliesI'm working with the youtube API and I'm getting the current time on the video as seconds.What I want to do is to convert them into this: MM:SS.I've tried to google and try different things by myself but nothing seemed to work and be efficient.
View 4 RepliesI am currently using the following code to display the secconds of a FLV being played:
ActionScript Code:time_txt.text = Math.round(_root.video_mc.videoZ.playheadTime*100)/100;I need to change this to display MM:SS (minutes:seconds) rather than just seconds and decimals.The javascript people here at work suggested something like this:
ActionScript Code:
function strPad(str, places, pad, side) {
while (length(str) < places) {
[code].....
I have a video player and trying to make a time indicator of minute and seconds.
View 3 Replies1) I want a 60 seconds video to start playing after 40 seconds have been downloaded - to do that I set the NetStream.bufferTime to 40 seconds and retrieve "NetStream.Buffer.Full" event causing the video to really start playing. This step is OK.
2) However, the "NetStream.Buffer.Full" causes data to stop downloading. So the remainder of the video begins to download no sooner than after the 40 seconds have been played. This step is my issue. Can anyone tell me how to avoid this unintended effect? (i.e. playing a video and downloading data at the same time?)
I'm trying to add a running timer to my flash movie. I've got it now so that it counts seconds (by comparing _currentframe with the frame rate), but I'd like to be able to express that in minutes:seconds.
View 13 RepliesI'm trying to add a running timer to my flash movie. I've got it now so that it counts seconds (by comparing _currentframe with the frame rate), but I'd like to be able to express that in minutes:seconds.
View 13 Replieshow to combine images within SWF as external files and using XML to load as fast as possible all images? Banner is quite big... I have received some reply that I I need to work inside the .fla, not the swf to create an array, using the xml data as elements of the array. Is this true or there are samples within Koolmoves or steps?
View 3 RepliesI'm working on a system to let customers write a small comment.I'm using a xml file to load the comments, but somehow something goes wrong when I try to give it some special formatting.Here is my as3 code:
Code:
package classes{
import flash.display.Sprite;
import flash.display.Graphics;[code]....
Now as you can see in the xml the 1st message is without any formatting, the 2nd and 3rd are. In the attached comment.jpg you can see what the result is. I can't figure out where the "enter" and those extra "spaces" are coming from but I suspect it's from the 'font' tags.btw. those red background are just the textField backgrounds to show where the text should start.
I am working on a project where I have made a Text Formatter by which I can format the text of three input text field.My formatter works fine, but the problem is that when I format the first text field it works good, but in the second or third textfield I have to press the formatting button twice for each format option (such as bold , italic or alignment).Another problem is that when I reopen the formatter it format the text field with last option I have used.
View 4 Replieshow to format strings better and pad for leading zeros.here's the code:
var dt, timeint;
dt = new Date();
var TimeText:String;[code]...............
I'm trying to preserve header/body formatting within a single textfield. For some reason, this...
Code:
var headerFormat:TextFormat = new TextFormat();
headerFormat.color = 0xF5ECDD;
headerFormat.size = 40;
[Code].....
Is resulting in the whole textfield being formatted according to bodyFormat. If I comment out the last line (so I never append the second line of text, but leave the second setNewTextFormat call intact), the first line appears with proper headerFormat formatting.
how setNewTextFormat works? I thought it was only supposed to format new text being added.
I (well, a rather angry client) found an oddity I would like to consider a bug in formatting htmlText coming fom XML's toString() method with css.
If somehow an empty tag ends up in XML like <h1></h1>, all of the following text in the field is formatted to the CSS defined props of h1. In the (simplified DocumentClass) code below I have an XML object which has an empty h1-tag after the first sentence of the first paragraph. Placing the XML it in the field renders the text following the empty tag as bold and with the fontsize set for h1.
Strangely, if the html source is initialized as a string and put straight in the textField (see commented code), all formatting is OK.
I'm trying to format an XML file so I can have HTML tags on it for bold, italic, underline, etc... but its not working. When I'm not using any HTML tags my subtitle works great but when I put the tags the player reads the time tag not the sutitle!!
[Code]...
i have set a textfield's text from an XML and now I am trying to format it with css. the xml text loads all fine and the css loads but they are not working together.
[Code]....
i am not too familiar with css or html but studied up on css and based on all of the searching i did i am not able to find out what i am doing wrong here. do i need to set the xml with standard html language/nodes?
i've assigned properties to a NumberFormatter object so that formatted values contain a leading zero, trailing zeros and a 2 decimal places.
the formatting works unless the number being formatted is 0. how can i format a 0 with the set properties so that 0 becomes 0.00?
var numFormat:NumberFormatter = new NumberFormatter(LocaleID.DEFAULT);
numFormat.leadingZero = true;
numFormat.trailingZeros = true;
[Code]....
I've imported an external XML file that includes both image and text elements into a textfield, and now I want to format the elements with an external CSS.I've had only limited success. Images appear below the text, instead of inline or aligned Left or Right, Flash ignores DIV or SPAN styles, etc.I don't know if I'm overestimating flash's abilities to render styles.I've attached a zip with the fla and all external scripts, as well as an html of what I'd like the end result to look like.
View 5 RepliesI have a file where I am importing info from an XML file using atttributes. It works fine, except I no longer want the font to be embedded. I want to either call if in from a stylesheet or set it in the actionscript, so it uses same arial or san serif used on the rest of the web site it is a part of.
my code.......
var myImages:Array = new Array();
var myXml:XML = new XML();
//
[Code].....
I've been experiencing a supposed fault with CS3's autoformatting.It completely ignores my selected option of putting spaces around operators, and when assigning variables a class:
Code:
var theText = new TextField ();
it turns it into
Code:
var theText=new TextField ;
erasing the parenthesis... this is definitely not normal.When I delete the spaces that it creates, then autoformat it, it recreates the two spaces...
this is my xml row and i wish to apply html formatting to info parameter at the end of line.
<marker name="Amar Yatri Niwas" address="Tourist Complex Area, Fatehabad Road," address2="Agra - 282001, Uttar Pradesh, INDIA" lat="27.160835" lng="78.033607" id="2" thumbpath="" type="hotel" category="3 Star Hotel" web="www.hotelamar.com" info="test2" />
TO
info="<b>test</b> <a href="test.htm">i am online</a>"
i know CDATA but i tried all the way and it didnt worked .
I am populating the text of text fields with data from an XML file. I would like to do two things.
The code looks like this:
PHP Code:
DSGbox.textFirstName.htmlText = xmlDSG.name.first; DSGbox.textLastName.htmlText = xmlDSG.name.last;
First, I would like to format the text... bold, font size, etc...Second, I would like to concatenate the first and last name to appear on the same line without space in between caused by two text fields. I tried the following, but it didn't work.
PHP Code:
DSGbox.textFirstName.htmlText = xmlDSG.name.first + xmlDSG.name.last;
I have a date field in my RSS XML field. I would like to display just the month and day in my Flash rotator. How can I parse just the data I need?
XML:
PHP Code:
<pubDate>Tue, 18 Aug 2009 15:28:58 CST</pubDate>
I would like to only display: Aug. 18
simple I have done this a million times..
<code>
function sendtoReview() {
toReview = new LoadVars();
[code]......
I am trying to create an input text field which does not insert HTML formatting to whatever the viewer types in it. For example, if the viewer puts the text "hello" into the text box, the value of the box should not be[code]...
View 13 RepliesI need now is, to load it and format certain parts of it automatically.For example, I have a blog with lots of posts, and the posts are:
---------begin-------
TITLE
DATE
Content
----------end--------
And so, I need the title and the date to be one font, with different colors between them, and the content is another font, on a third color.I have to do this because I've been putting the posts directly inside flash, and they got so long after a while, that I can't have all of them on my screen at any one time, they exceeded flash's height limit...so, to edit the older ones, I need to keep scrolling everything up, which is a pain.
The CDATA is working for me, but it will not show certain HTML tags, such as
<ul><ul><li>
and
<up>
<ul><li> is fine, but if I do another level, second levels are on the first level.
The url below will direct you to that thread. [URL] I want to make it dynamically so the any number/digit will fill Zero before it. If someone needs to explain it here I can paste it for him/her. I am very new using forums. All my threads are regarding of one project so this will help to build it up. If you want to know about the project, here is the link: [URL]
View 9 Replies