Groups | Blog | Home


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 > july 2007 > threads for tuesday july 17

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

Diagonal Moving Line
Posted by Jason Savvy at 7/17/2007 11:38:17 PM
I have been working on creating a heart rate monitor using ActionScript. I have figured out how to create a continuously moving horizontal line. I cannot seem to figure out how to change the line to make it move diagonally once the line reaches the 200 pixel mark. Here is the code I have so fa...more >>

Background MC to to adjust with browser window
Posted by GreenFlasher at 7/17/2007 11:34:09 PM
I would like to have a background movie clip adjust with the browser window size and a second movie clip sit in the center of stage and remain constant in size. How can this be done? Thank you....more >>

Drawing a line along a tweened path
Posted by eholz1 at 7/17/2007 10:11:50 PM
Hello Forum Group, I have a path that I would like to follow in a Flash application. I have a path that moves horizontally, and vertically, and a symbol (a small filled circle - as a movie clip) that tweens along the path I have drawn. (I am trying to show electrical current flow in a cir...more >>

Pause/Play button states
Posted by wwscoper at 7/17/2007 9:27:29 PM
I am creating a custom video player for an ad and am trying to get the play/pause button to work correctly. I dragged an instance of the pause button to the stage with instance name "pause_but" and inside that movie clip created a second frame with the play button. Frame 1 has a frame label "p...more >>

Flash Forum Suggestion
Posted by Rapatski at 7/17/2007 9:14:43 PM
On the [i]Adobe.com and Forums Feedback[/i] forum I posted a suggestion which applies to this forum. It concerns the two languages, Actionscript 2.0 and 3.0, we are all so familiar with. ;) Well maybe it is personal, but I find it increasingly difficult to find myself the correct answers s...more >>

Determining Position of a MovieClip
Posted by shurleynova at 7/17/2007 9:11:04 PM
Hello All - Need An ActionScript 2.0 Guru - Please Help I am developing a test to track both visual acuity and response time(hand/eye coordination) I have a grid of possible locations where I have a movie clip appearing. I am able to track the time it takes for a user to press the space ...more >>

Problem with SWF in html
Posted by atlkhan at 7/17/2007 9:08:15 PM
Hi When I open my html web page containing swf file I have to click it once before it start running(doing its fuctionality). This problem is occuring only with I.E. In Firefox this problem doesn't occur. Can someone please guide me. Thanks ...more >>

Flexible Layouts
Posted by RGracia at 7/17/2007 9:04:04 PM
Hello all, I am trying to learn how to achieve this effect of design, where the background resizes without distortion when the browser window is resized while other elements remain the same size http://www.dollhouse.com/ and have looked everywhere for tutorials or books that explain how this i...more >>



DOUBLE_CLICK stop CLICK propagation?
Posted by cayennecode at 7/17/2007 8:46:15 PM
I'm not clear with how to deal with Event flow across multiple objects not on the Display List....more >>

Bitmap and BitmapData
Posted by SymTsb at 7/17/2007 8:46:11 PM
Finally taking a huge leap here and want to learn the Bitmap and BitmapData classes in AS3. I'm looking for any decent tutorials on my own but was wondering (for those that use it) what sites others here used while learning the classes. The shear power I've seen with regard to photographic i...more >>

Reflection using ActionScript 2
Posted by acid84d at 7/17/2007 8:24:40 PM
Hello. I want to make a reflecton of my mc. using fully AS2. So i got this code for basic reflection: mc.duplicateMovieClip("mc1", this.getNextHighestDepth(), {_yscale: -100, _y:(mc._y+mc._height), _alpha:60}); The problem is that reflection doesn't get verticaly fliped. How do I make ...more >>

keep mouse out of an area
Posted by LauriMueller at 7/17/2007 5:16:21 PM
I create graphics for events (shows, meetings, etc.). I have a flash game where one area of the screen is the actual game board projected onscreen and the rest of the screen is for the person managing the game and not seen by the audience. I want to prevent the operator's mouse from entering t...more >>

Tweening: Frames vs Seconds
Posted by iowaGuy at 7/17/2007 4:34:44 PM
I have been talking to a few other Flash developers who use quite a bit of tweening and found that they use seconds (true) when writing tweens, where i was always told to use frames (false). I am pretty sure I was told that when you use seconds (true) your tween relied on the users computer fo...more >>

Write to a text file?
Posted by Angyl at 7/17/2007 4:21:37 PM
I'm putting together a Flash Blog and I want people to be able to comment on the site. I figure the best way to do this is to have people SUBMIT their comments and write it to a simple text file and then have Flash read the file and display the text somewhere else. I know how to get Flash...more >>

scale a movieclip
Posted by relief8 at 7/17/2007 4:00:19 PM
Does anyone have a sample fla of a movieclip that can be scaled larger or smaller by dragging the lower right corner of it? AS2 preferably....more >>

Need Help with Flash API project
Posted by BrianRivet at 7/17/2007 3:53:30 PM
Hi Everyone. I need some help with a project I'm working on involving the Flash External API. I'm basically swapping a style sheet and color scheme each time a visitor hits a particular page on this site I'm working on. The way I have it set up, the javascript in the header of the page picks a...more >>

Trouble for a beginner with Actionscript 3.0
Posted by tangobar at 7/17/2007 3:16:59 PM
I feel lost. At the stage I got two buttons (nyheter_btn, sted_btn) and two movie clips (nyheterMarker_mc, stedMarker_btn) . In maintimeline two labels (nyheter, sted). Then....I just want to make a loop for CLICK, and ROLL_OVER the buttons. The CLICK event is fine. But for the ROLL_OVER eve...more >>

ComboBox, cellRenderer and Datagrid in AS3
Posted by TheShork at 7/17/2007 2:04:56 PM
Hi all, How do you put a ComboBox into a Datagrid in AS3 !!! I've read some post (http://www.actionscript.org/forums/s....php3?t=138395) but it don't work fine... Help ME!!!...more >>

Using Scrollpane and Loader
Posted by Thomas0zero at 7/17/2007 2:02:14 PM
Im very new to action scriptis im trying to put sprites into flash. I couldnt find any other way to put them into flash other than drag each individual picture into different frames. Problem is i have probably 2,000 pictures(sprites). To much work to do by hand so i was told the Scrollpane o...more >>

resizing the browser
Posted by kimmacintyre40 at 7/17/2007 1:59:26 PM
Greetings: I need some assistance with resizing a browser. I have a movie clip that runs and is a .swf. The stage size on this is 800*600. Once the clip has finished I want to load an application in the same window and adjust the browser window to reflect 760*515 which is the size of the ...more >>

flash button script to control browser window
Posted by GreenFlasher at 7/17/2007 4:06:21 AM
I would like to open a browser window from a Flash button which will open my ..swf into an html page with specific height and width with no tool bars just like: the "click here for demo" button in www.teachingtextbooks.com. It opens a window with no tool bars and it fits the .swf file perfectl...more >>

Making an Externally Loaded SWF's Background Transparent
Posted by JuliaO at 7/17/2007 3:59:12 AM
Hello, I have a series of swf files that I'm loading into a Flash movie. They were created in Keynote, which doesn't allow a transparent background. Is there a way to load a swf and set a color to be transparent? So if I set the keynote background to green is there a way to say change all ...more >>

Making a custom cusor...but still with a mouse over
Posted by nemesis_256 at 7/17/2007 3:35:36 AM
So making a custom mouse cursor is easy, but my question is about making it have a mouse over state when hovering over buttons. I could add an event listener (this is in AS3 BTW) for every single button but that would be a pain and kinda messy. Is there a global way to change the mouse over ...more >>

Flash Input Text Field
Posted by Police_911 at 7/17/2007 1:26:16 AM
Hi, I have a flash input text field, that is returning garbage, instead of returning just the value of the input field when I do trace. here is the content is returned: <TEXTFORMAT LEADING="2"><P ALIGN="LEFT"><FONT FACE="Verdana" SIZE="11" COLOR="#333333" LETTERSPACING="0" KERNING="0">the ...more >>

Can't Get "enabled" to work on Movie Clip In AS3
Posted by backpages at 7/17/2007 12:59:08 AM
I'm building simple little mp3 player in AS3. Have been doing it for years in AS2 but decided to learn how in AS3. I want the "play" mc to be disabled upon initial launch of the player, as the music will already be playing. Then when the user clicks "pause" or "stop" the "play" mc will become ...more >>

Is there one group of pixels
Posted by Rothrock at 7/17/2007 12:37:11 AM
Is there a way using bitmap data to tell if all the pixels in a given clip are contiguous? I've got a randomly created shape (not square) and it is possible that there might be two (or more other shapes) drawn. Any tips for how to proceed? ...more >>

CuePoints Opening a SWF
Posted by rallen2006 at 7/17/2007 12:00:00 AM
Hello, me again! I have a flash movie thats has an flv with a cuepoint in it called 'End', I created the cuepoint when you import videos. When the video reaches 'end' i want it to open an external swf file whihc is in the same directory. Any ideas? Where do i put the actionscript...more >>

Getting Server name or IP
Posted by phil ashby at 7/17/2007 12:00:00 AM
Hi guys and gals, I run a large Intranet and want to standardise the way alot of the flash files work. They all need some standard bits of data, but at the moment they are located in txt files in the same reletive path as the movies, so when using LoadVars, it looks at params.txt. Rather...more >>

Navigating Btw Screens - Help!
Posted by aspidistra at 7/17/2007 12:00:00 AM
Hi I have made a two slide, slide presentation with transtions and although I know you can use the arrow keys to navigate to the next slide...is there a way of making it automatically go there after a few seconds? do I use actionscript...if so - what and where?? Please help...any advi...more >>

AS power
Posted by flashcrazy at 7/17/2007 12:00:00 AM
Can I get some functionality like c++ etc for file reading/writing,getting sytem specific iformation like current boot drive,current path, and opening folders in AS 2.0 or 3.0 . Please answer definitly. Thanks In Advance. ...more >>

blur maxiumum size
Posted by The bloke from stoke at 7/17/2007 12:00:00 AM
Hi there I have been working on a sroller that uses the blur effect so the faster you scroll it the more it blurs. It works fine until the contents of the scroller movieclip exceed about 4000 pixels. Is this because flash has a size limit of an object that it can apply the blur effect to? ...more >>

FileReference download
Posted by kokochka at 7/17/2007 12:00:00 AM
I try to download a file from my web site. With download(), i can trigger the prompt window with no problem. I have the source URI of the file (dynamically created) filled and give a default name to the download file (eg. download.zip because it's a zip file). But then, nothing happens... ...more >>

Button code
Posted by Dave.Hollings at 7/17/2007 12:00:00 AM
Hi all, I was wondering how to get JavaScript to work within AS2. I have a button on my stage and need to execute the following JavaScript code, which works fine in a browser, any help would be appreciated. <a href="javascript:openWebUI()"><font size="4">Launch CBD</font> <script> ...more >>

Animation Priority over Actionscript
Posted by scavmink at 7/17/2007 12:00:00 AM
I have been working on a bit of flash that can load html strings from a database using a combination of php and mysql. As flash does not use the <table> tag, I was forced to look for other options. I luckily found a nice script that can create a make-shift table in flash using a combination ...more >>


DevelopmentNow Blog