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 > march 2007 > threads for monday march 12

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

XML and Flash search engine
Posted by balazsflorin at 3/12/2007 10:51:12 PM
Need some backup over here people.... I started a search engine in flash for a small 15 pages website,and in these cases I think it's best to create an XML file as a database... I need to say that I am a beginner in using actionscript and Macromedia Flash as I used other software before... ...more >>


notify when browser close
Posted by golem2 at 3/12/2007 10:18:52 PM
HI, Is there a way to detect from within a flash movie, that the user has closed the browser? I want to send a variable to php page when a user is closing the browser. Thanks. ...more >>

XML FLV player
Posted by rfkrocktk at 3/12/2007 9:50:13 PM
[Q]1000: Unable to make connection to server or to find FLV on server[/Q] Hey all, I'm trying to create a XML video player as per lee's tutorial on the site. However, no matter what, I'm always getting that error. I have checked my source codes back and forth and my filepaths up and down an...more >>

Code Works in Flash 7 not Flash 8
Posted by ski_geek at 3/12/2007 6:41:44 PM
I am working on updating an interactive tutorial with navigation buttons. When a person moves back to a certain frame the code below removes the buttons (movie clips). It works in Flash 7 with AS 1, but freezes up in Flash 8 AS 2. Any suggestions //Removes the screen navigation if exis...more >>

button on main stage target frame in mc
Posted by StevenRAN at 3/12/2007 6:33:16 PM
This seems simple, but for some reason it is not working. I have a button on the main stage. I want to target my MC (McSlidey01) that is placed on the main stage. facts: McSlidey01 is a MC that is 50 frames long. On the last frame it has an action script that takes it back to the root ...more >>

setting the frame rate
Posted by RealityMasque at 3/12/2007 6:31:40 PM
I've done a little searching in this forum & found little. I want to know if it is possible to dynmaically set the frame rate at runtime for the root movie clip in ActionScript 2.0. I've found that ActionScript 3 can. A separate solution I found on this forum provided code where the frame r...more >>

setting the frame rate
Posted by RealityMasque at 3/12/2007 6:31:33 PM
I've done a little searching in this forum & found little. I want to know if it is possible to dynmaically set the frame rate at runtime for the root movie clip in ActionScript 2.0. I've found that ActionScript 3 can. A separate solution I found on this forum provided code where the frame r...more >>

Pause Frame in Seconds
Posted by SM6601 at 3/12/2007 5:48:28 PM
Does anyone have the script to pause a movie in a frame in seconds, then continue playing when the pause is over?...more >>



Linkage
Posted by Germ77 at 3/12/2007 5:46:33 PM
I have not been able to find any reference in the help file on how to set linkage properties through action script. I want to make a scrollpane and then display movie clips in the scrollwindow but the movie clips will change depending what is clicked on in the main movie. ...more >>

flash video time
Posted by stephan.k at 3/12/2007 5:14:47 PM
Dear Forum I'm trying to find the current time in a flash video (progressive download). The time property doesn't seem to return anything. I posted the code below. What am I doing wrong? Any clues? Thanks Stephan //////////////////////////////////////////////////...more >>

How to loop an swf a set number of times?
Posted by Ehrhart at 3/12/2007 5:03:06 PM
I need to loop a banner animation a set number of times, then get it to gotoandstop on a final frame. I know in the past I could use: counter++; if (counter<5) { gotoAndPlay (1); } At least for the looping part (don't even know yet about the stop pon a particular frame part). but now...more >>

Full screen background
Posted by lemonray at 3/12/2007 4:35:20 PM
Hello, Maybe somebody knows actionscript for background like this: http://www.lookmumimontheinternet.com/flash/fullscreenbackground/...more >>

Array.join
Posted by lergo at 3/12/2007 4:08:27 PM
I have an array that looks like this: var myArray:Array = [{name:"Peter", email:"peter@web.com"}, {name:"Mark", email:"mark@web.com"}]; I would like to join the array to achieve this result: var namesJoined:String = "Peter|Mark"; var emailsJoined:String = "peter@web.com|mark@web.com"; ...more >>

Create a button with value
Posted by numerical07 at 3/12/2007 3:39:23 PM
Im just messing around with flash doing basic stuff. I want to create a small program that sends a value from a input text box, into a dynamic text box. One of my big problems is I dont know how to set the value of my button. How do I set values of my button. And say If I did set the value, ho...more >>

need help with myspace style mp3 player
Posted by Spindrift at 3/12/2007 3:08:11 PM
hi guys, i am building a flash player similar to the one on myspace.com. i need the player to be able to stream an mp3 file from a database depending on which viewprofile page the user is looking at. the only buttons that the player will have are just play and stop although i would l...more >>

MX Dynamic Text Anti Alias Question
Posted by elearningdiva at 3/12/2007 3:00:15 PM
I created a file in MX 2004 Professional with some dynamic text to show the date. Can I make the date text show smoother by anti aliasing it? I typed some static text to test it out and the static text looks great, but the dynamic text looks really jagged, even though they both have anti ali...more >>

AS scriptinghelp required
Posted by Voddie at 3/12/2007 1:20:45 PM
Hi Im using Flash 8. I have followed a tutorial on creating a digital clock and ctraed a movie that brings the time and full date. What I am trying to do next is create the digital clock using images instead of dynamic text. I have the images I require but I am not sure which way to ...more >>

No scale stage elements
Posted by kitster79 at 3/12/2007 3:20:42 AM
Hello, I know how to do the no scale stage thing for a movie clip in the center of the page, but how do you do this for the elements that sit on the edges of the page? I would like these movie clips to hug the side of the window and adjust (but not scale) when the browser window is resized...more >>

Novice Navigation Woes
Posted by BushyMark at 3/12/2007 1:29:13 AM
Hey All! I am having a doozy here . . . pulling my hair out and wearing sack cloth and ashes . . . can anyone drop me a line? I am trying to make this navigation scheme for a new site. The .fla I am working in is the navigation.swf that will load into the master.swf. There are a couple of ...more >>

Referencing what is in a movieclip
Posted by thahip at 3/12/2007 1:21:05 AM
Hi, I am calling an image from a server to be displayed in flash using php, mySQL. If the image is in part of a browsing gallery where there are eight images on screen all in movieclips how do I get it so when a movieclip is clicked it recognises what image it contains and then goes to ano...more >>

NAVIGATION GLITCH
Posted by ritjunior at 3/12/2007 12:44:42 AM
Can anyone enlighten me as to why this glitch is happening on a website I designed? Please go to http://www.boulevardpropertiesllc.com Why does the "Welcome" page continually pop up during page transitions on button release?? In some browsers it pops up for an instant, others as long as 3...more >>

Extract a number from a number
Posted by millja at 3/12/2007 12:00:00 AM
I've got a 5 digit number, for example 12345. I want to extract the second last number, in the example it would be 4. I'm sure there's a way to do this, but i don't know which phrase to use when i google. Can anyone please help me? Thanks!! ...more >>

variables form php to flash
Posted by Nasia.A. at 3/12/2007 12:00:00 AM
I would like to pass a number of variables in flash when clicking a button in the php page. Can anyone give me any information on how to pass the variables from php to flash, or provide me with a relevant tutorial? Thanks a lot. ...more >>

How to apply glowfilter to an external GIF file
Posted by Michealnl at 3/12/2007 12:00:00 AM
Hello, I am trying to load an external transparent GIF file with loadMovie("mypicture.gif", container); I made on the stage a movieclip with the instance container. When i manually apply a filter to this movieclip and when the picuter is loaded in this target you don't see a glow. ...more >>


DevelopmentNow Blog