Archived Months
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
January 2008
June 2008
all groups > flash actionscript > december 2006 > threads for monday december 18

Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31

HTTPResponse for file upload
Posted by AmarShah at 12/18/2006 11:42:11 PM
Hi, I am uploading an image using flash8. Now When I upload the image the PHP will store the file on the server and will return the complete url for the image as response. Now How can i get the response back in flash or in my browser? Thanks ...more >>


Set the duration of a movie clip
Posted by johk at 12/18/2006 10:49:34 PM
Hi, I have a moviclip that I want to play for a set duration. The MC only contains a couple of frames. I know I can just adjust the the amount of frames in the movie clip to get the desired length but it seems to be a bit tedious. Are there a way to set for how long I want the movie clip to ...more >>

Re: having problem with textHeight
Posted by rohai at 12/18/2006 10:19:53 PM
kglad, thx for your suggestion. I did put the _y position line right after the line, where a assign the title attribute to a text field. But now there's a new problem. The first two item are in right position and the distance between them is also right. But then the distance between the third ...more >>

Sting to Number conversion issue
Posted by See4th at 12/18/2006 10:12:27 PM
Why does the following code convert the string to 399? var str:String = "0617"; var strNum:Number = Number(str); trace("strNum: "+ strNum); Thanks, Jeff ...more >>

Open browser OVER the executable file
Posted by screen_sofia at 12/18/2006 8:03:10 PM
Hi Can you help me with this: I need to open a specific window browser (500x300 pixels) from an executable file; and need to open it OVER the current executable. I´ve tried with "get URL" but I cannot give the size....and it opens behind the executable, so if I don´t minimize the curr...more >>

Combo Box No Worky
Posted by IwannaFlashU at 12/18/2006 7:46:17 PM
I am creating a computer based lesson that uses a parent movie for the overall interface and it loads each topic as a child movie. Everything works as advertised except for the combo box. I have matching questions in a topic and when I run the topic on it's own, it's all good. HOWEVER, w...more >>

New window & SWF conversion for DVD player
Posted by smallgroove at 12/18/2006 7:01:07 PM
Hi flash forum, I need help with 2 things: 1. I have an html link that opens a .swf flash movie in a full window. I need the flash movie to open as a new window so when the user closes out, they're not closing out of the entire site. Can you send me the instructions for this? 2. ...more >>

What is syntax for onMouseOver?
Posted by artcoder at 12/18/2006 6:52:31 PM
I have an object instance called thumbnail1 with the following code... this["thumbnail1"].onPress = function() { // code here works perfect; } this["thumbnail1"].onMouseOver = this["thumbnail1"].displayHoverState(); When user hovers over my object, I want my object to invokes its displ...more >>



Countdown Script
Posted by Acendo at 12/18/2006 5:31:10 PM
[URL=(URL address blocked: See forum rules)]OmanD's Tutorial[/URL] I followed Oman3D's Tutorial on a Countdown Script but I can't seem to find anything different. [CODE]this.onEnterFrame = funtion() { var today:Date = new Date(); var currentYear = today.getFullYear(); var curr...more >>

Deleting Shared Objects
Posted by toast6 at 12/18/2006 5:08:49 PM
Hey I'm using the projector Screenweaver 3. Whenever an exe created using Screenweaver is launched, a shared object (sol file) is created. These shared objects are called "SW3_xxxxxx.sol" where xxxxxx is a random number. Is there a way to delete the surplus SOs using actionscript? ...more >>

running animation after scene selection
Posted by Alastair NL at 12/18/2006 5:05:17 PM
Hi I want to run a animation after I pres a button to go to antoher scene. How can I do this??? I really tried alot. If anyone knows please tell me. I have made in flash 5 scenes. Every scene starts with a video and a menu that's slides in from the side. The menu consists of 5 butto...more >>

input text again
Posted by Perry at 12/18/2006 3:42:26 PM
now flash 8 acts very different on different machines. assume 1 frame on main timeline: one text input assigned to variable x, prefilled with the number "1" (without quotes, of course, and dispite we´re supposed to use instance names instead of variables...). also on frame 1: trace(x); ...more >>

pass variable to gotoAndPlay frame number
Posted by xenolith5 at 12/18/2006 2:17:37 PM
Hi, I'm just beginning in actionscript so I might be looking at this the wrong way!! I have created a simple slider that gives me a variable depending on where the slider is positioned i.e. the percentage. I then have a simple movieclip 100 frames long where a red square turns into a blue ...more >>

Passing variables to flash
Posted by bexlhoward1 at 12/18/2006 1:48:41 PM
Hi, I have some navigation that needs to show what page is currently active e.g. by showing a pink dot. I am passing the variable to flash on the end of the swf e.g. picker.swf?tag=web I then have a series of if statements to make the dots invisible/visible depending on the content of the ...more >>

Passing variables to flash
Posted by bexlhoward1 at 12/18/2006 1:47:57 PM
Hi, I have some navigation that needs to show what page is currently active e.g. by showing a pink dot. I am passing the variable to flash on the end of the swf e.g. picker.swf?tag=web I then have a series of if statements to make the dots invisible/visible depending on the content of the ...more >>

variables within nested movie clip
Posted by psm9640 at 12/18/2006 1:45:18 PM
Hey there -- new to actionscript and having some issues... I have variables being loaded in the main timeline of my swf, and then I need these variables to appear within a movieclip inside that main timeline (an XML has to be dynamically called based upon an external variable). The probl...more >>

mouse position based alpha
Posted by jeffkim76 at 12/18/2006 4:28:32 AM
The script is little buggy and cant seem to figure it out. When I mouse over set boundary of x,y, mouse position triggers easing alpha from 0 to 100%. Following bugs seems to happen: - On continuous mouse over with in that position, it fades away on its own and ceases to work until i go in...more >>

ActionScript to buttons Please!!!
Posted by Seise at 12/18/2006 4:09:25 AM
Now I have sent a lot of New Topics and asked for some help, but there seems no one who can help me with my problems... It?s hard for some one new beginner in Flash to explain what I need help with, the things that I need help with is several right now?.. I think at least? If I try ...more >>

q and a forum
Posted by Tilly3434 at 12/18/2006 3:25:18 AM
Hi everyone, I am looking to add a section to my website where users can post a question or a comment and other people can comment back to them. does anyone know how i can set this up?? basically just having a box set up a user will be able to type in and it will be then added directly to ...more >>

flash actionscript
Posted by Graphic Graeme at 12/18/2006 2:30:31 AM
I'm currently putting a presentation together for a client and I 'm wondering if there's a way to use the arrow keys to jump to different scenes/ sections within my presentation. Any help or advice would be greatly appreciated THANKS!:) ...more >>

preload an html
Posted by razx at 12/18/2006 12:43:20 AM
hi everyone! i made a page in CSS with 3 frames in each frame a load a swf in total 3 the topmenu.swf, rightmenu.swf and content.swf ok everything works fine, i just want to make a progress bar that loads the entire page i mean the 3 swf but the best way for me would be that it can load the i...more >>

Chrono
Posted by ced--ced at 12/18/2006 12:00:00 AM
Hi, I've done this chrono but it seems that it's not very acurate. Any tip how I could improve it? Thanks It starts like this: [B]var intervalId:Number; var count:Number = 0; var duration:Number = 10; function executeCallback():Void { count++; } intervalId = setInterval(...more >>

getDate from getTime
Posted by gigisfarleaza at 12/18/2006 12:00:00 AM
I have the date in the number of seconds past since midnight on January 1, 1970 and i what to transform them in day, month, year date.... for example: this is the number of seconds 1145966451 and i want to transform it in to date In flash i found only the revers function "getTime()" that...more >>

onRollOut and onRelease
Posted by fwitt at 12/18/2006 12:00:00 AM
How would you get a scroll button to stop scrolling if the mouse is either released or it's moved away from the button? Currently I have an onRelease and an onRollOut but the onRollOut doesn't seem to take affect if the mouse is being held down and it's moved away from the button. ...more >>

Additional question about components
Posted by jgeorg at 12/18/2006 12:00:00 AM
My question is: Can I have antialiased text in list, tree and datagrid components? If yes, how can I do this? Thanks again Yiannis...more >>

Try to display bold or Italic text in list component
Posted by jgeorg at 12/18/2006 12:00:00 AM
hi all, I use list, tree and datagrid components to display my data. Some of them are Medical names and they have to be in [i]italic[/i] or [b]bold[/b] style. How can I do this? Is it possible to use a different font family or a font style only to some special characters of my data? Than...more >>

timer
Posted by Ehud35new at 12/18/2006 12:00:00 AM
I want to creat a Timer ...when it is reach to some number he will stop... Lets say I want him to start from 0 and rich to 40....and not continue 41....he will stop in 40..... Thank you .........more >>


DevelopmentNow Blog