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 thursday july 19

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

Applying outline to movieclip
Posted by Rrrrrrrrrk at 7/19/2007 10:54:41 PM
Version: CS3, Windows XP I'd like to be able to apply a stroke outline to a symbol at runtime. Is there any way to do this? Adding a glow filter to the symbol can achieve the general effect I want, but can be quite memory intensive. It also does too much - I don't really need any blurr...more >>


paint effect
Posted by skywalker27 at 7/19/2007 10:18:47 PM
Can someone give me any insight into a way to create an effect similar to the one on http://eu.wrangler.com/ I want the users mouse to have a painting effect on the picture as they mouse over. ...more >>

Error in Round
Posted by Yorchxxx at 7/19/2007 9:57:40 PM
I try thist: trace(Math.round(1.265*100)/100); Flash Result: 1.26 Error, the correct answer it's 1.27 Any Ideas? Jorge....more >>

Using XML Array to Control Flash Movie
Posted by shurleynova at 7/19/2007 9:45:52 PM
This is a new challenge and I keep getting stuck. What I have is an array of (x,y) coordinates, display intervals, and a loop back to continue going through the array until a set amount of time has passed. I have an ASP.Net application that generates the array for me based on my input. W...more >>

setting color and font
Posted by Firstodd at 7/19/2007 9:26:24 PM
I need a way to set the properties of a text box--color and font of the text inside it--upon an event, wether it's in the timeline or off a button release or even LoadMovie would work. Is this possible? woodbury ...more >>

Pass URL Parameters from HTML to Flash Button
Posted by Scot Snyder at 7/19/2007 8:45:05 PM
Pretty new to action script and I tried to do as suggested by Paul Whitham: http://www.adobe.com/devnet/dreamweaver/articles/flash_buttons.html# However, I can not get the swf file to load a variable to open the PDF file - here is the code I'm using. HTML: page name "home.htm" "http...more >>

really simple button question
Posted by axanthus at 7/19/2007 8:40:58 PM
Hello, I'm hoping someone will help me out with this issue. I've looked around and can't quite find what I'm looking for. I have a button within a movie clip, and I would like to have some sort of script that causes the movie clip to gotoandplay a certain frame if the user clicks anywhere outs...more >>

Plse help with btn.onRelease error message
Posted by chez Lou at 7/19/2007 8:38:40 PM
Hi Using Flash Prof. v 8 On a slide in a presentation, I have the following script to print a movieClip (print1) using a button (btn1): btn1.onRelease = function() { var pj = new PrintJob(); var success = pj.start(); if(success) { ...more >>



using bezier curves to draw smooth line in actionscript
Posted by Shawn Wilson at 7/19/2007 8:13:38 PM
I'm trying to draw a smooth line in actionscript using curveTo(), based on an array of user-defined Y values. I'm trying to figure out how to calculate the control point for the smoothest line. The code below shows the original line in blue, and a test red line that I want smoothed (but ...more >>

ARGH! PAGE CHANGE!
Posted by IMDaNuBe at 7/19/2007 7:38:53 PM
Hello Forums: Here's a link to the package of files I've been working on, and it has been causing me a tremendous amount of grief. http://www.clanna.com/aux/Flash.zip What I'm trying to do is that every single page is its own movie clip (To reduce loading times), as a child clipunde...more >>

Datagrid Arrows for flash 8
Posted by k-doggie at 7/19/2007 7:27:16 PM
Is there a way in actionscript to change the arrow colors of my datagrid component that reside in the header area? also is there a way to get rid of the vertical lines that are in the header of my datagrid or give then a certain color? thanks! ...more >>

Target moviclip in main timline
Posted by tangobar at 7/19/2007 6:43:44 PM
I got to moviclips on the timeline (m1_mc, m2_mc), From the timeline of m1_mc I try to rotate moviclip m2_mc. The script given below. But it result in this error : 1119: Access of possibly undefined property m2_mc through a reference with static type flash.display:DisplayObject. Note...more >>

problem with soundObject/video.... please help!
Posted by hyperhappy at 7/19/2007 6:16:32 PM
hi guys, I created a FLV player that worked pretty well (play, pause, audio controls, scrubber). However, I implemented the dynamic bandwidth detection (http://www.adobe.com/devnet/flashco..._bandwidth.html) and had to make a few tweaks to my player but now my audio controls don't work and...more >>

array from array using split
Posted by jonnybennett at 7/19/2007 6:14:32 PM
for (i=0;i<_global.searchSearchArray.length;i++){ this["searchResultsArray"+i]=searchSearchArray[i].split("|");} _root.testerText.text=searchResultsArray1[1]; I am geting undefined. It is to do with the: this["searchResultsArray"+i]= because if I change this to searchResul...more >>

Moving objects
Posted by Lucy4 at 7/19/2007 6:00:53 PM
Is it possible to have objects (a MovieClip containing a button) move on their own without anybody using their directional arrows ir mouse? I've only just started to build it so am happy to redo it if I've got anything wrong. thanks Lucy By the way I'm using Flash 8 ...more >>

quick question about check boxes:
Posted by nonybd at 7/19/2007 6:00:47 PM
Hi, Real fast question. In a form, does the uncheckedness or checkedness of a checkbox output as like, 'true' and 'false'? Or what does it output? Thanks...more >>

flash quiz!
Posted by solarflare130 at 7/19/2007 5:46:38 PM
Hi, I saw a post similar to mine from 2006, but there was no response. What I want to do is make an 8-10 question quiz, and have the users click either yes or no, and, based on that, display feedback (sort of like a recommendation). Neither answer will be wrong or right, but there will be ...more >>

System.capabilities.screenResolutionX & Y
Posted by dzedward at 7/19/2007 4:45:11 PM
i know I can set up an If statement to do something if the resolution isn't what I specify, but how would I say to scale the movie if it isn't what I specify?...more >>

Maximum loops
Posted by ndepoorter at 7/19/2007 4:40:28 PM
Hi, I am doing a web ad for a site and they stipulate that the flash file can only loop 3 times max. How do I do this? I am a designer who is very limited in my action scripting knowledge so any help would be greatly appreciated. ...more >>

onMotionFinished
Posted by Dave.Hollings at 7/19/2007 3:35:20 PM
Hi, I was hoping someone might be able to clear this issue up for me. I am currently running Flash MX 2004, and have been looking at tranistions. I am also trying to get onMotionFinished function to work however when testing my fla there is a syntax error on this function. I have looked...more >>

slowing down actionscript
Posted by chopTheWood at 7/19/2007 3:23:18 PM
Here is a script that moves a pointer horizontally along a bar. Positioned horizontally along the bar is a series of images. The pointer points to the image that the cursor moves over. It works but the pointer seems to jump from one position to the next rather than "slide" with a smooth motion...more >>

packages cannot be nested
Posted by OheneCoker at 7/19/2007 1:50:07 PM
I have been trying to run this code but I always get a "packages cannot be nested" error. What can I do to make it work? please help me. Here is the code: package firstPackage{ public class firstClass { public var textVariable:String = " blah"; public var numericVariable:Number = 34...more >>

NetConnection Problem
Posted by Patrick B at 7/19/2007 1:41:09 PM
Hi everyone, I'm having an issue with NetConnection when trying to play back a streaming video and I'm hoping someone has had some experience with this problem. Basically I'm trying to stream videos from Akamai. I've been using Akamai for a number of months now and understand the entire ed...more >>

Good AS 2.0 books...
Posted by SmpleJohn at 7/19/2007 1:27:52 PM
Alrighty, so I don't do books. Any time I need something I go to the web, but I am now going to teach an AS 2.0 class and need a good book for my students. I'm going to Barnes and Nobles tonight to look through some, but wondered if y'all have any recommendations. Look forward to hearing yo...more >>

quit exectuting on Release function
Posted by jonnybennett at 7/19/2007 3:32:18 AM
I have an onRelease function. Within the onRelease function there are lts of if statements. If one of the stements is correct I want to onRelease function to stop exectuting. I can't use delete this.onRelease as I will again need to use the onRelease. Is there a way to simply exit the f...more >>

Action scripting
Posted by JRLobdell at 7/19/2007 1:43:40 AM
Hi All, I have a question. I would like to create a type of slide show with next and back buttons that a customer would click on to go to next picture or back to last picture. I tried to set the pictures in a frame by frame sequence. Added the next and back buttons. On the next button ac...more >>

MovieClip Buttons
Posted by Paymon_JG at 7/19/2007 1:33:05 AM
Well, for my site i have a movieClip called mMainMenu. Inside that movieClip are seven other movieclips, each on their own layer. These seven movieclips are being used as buttons to navigate the site. The problem comes in with the AS3 code for my MOUSE_OVER event. I get an error that i do not ...more >>

fading images in... actionscript?
Posted by rmastalerz2 at 7/19/2007 1:19:06 AM
Hi, I'm building a site, and i want to load a swf that gradually fades in lines of copy. The copy can either be set in flash, or i can bring it in from another app. My question: do I use actionscript for this? If not, I guess I tween them, but isn't that just for motion. What about somethi...more >>

Can't load data from PHP into dataGrid
Posted by gm01 at 7/19/2007 12:58:17 AM
the php script outputs a urlencoded string, with the first variable named records, which has an integer value. The AS code looks like this: var zDP=new Array(); var getFeed:LoadVars=new LoadVars(); getFeed.load("http://localhost/php/sendrecords.php?ck="+new Date().getTime()); getFeed.o...more >>

Creating an instance of a movieclip class
Posted by Marsoups at 7/19/2007 12:00:00 AM
Hi all, I'm wondering if somebody out there could answer this.. I've been struggling with this problem for the whole day now.. I'm learning AS 3 now, to keep in touch with AS (which is evolving really fast !! Hopefully no major version 4 upgrades for at least another 10 years!!) Any...more >>

Function Help
Posted by SymTsb at 7/19/2007 12:00:00 AM
I need a little help guys. I'm building an XML menu based on a sample that Adobe wrote and I'm having issues with a function not doing what it should. The menu should be hiding whenever mouse fails either hitTest and the menu is visible. Can anyone see what the issue is? This menu has been...more >>

Drop Down
Posted by kamsky at 7/19/2007 12:00:00 AM
I want to increase the Drop down's Option list?s font size to 20, If I increase the font size, the options tab are merging one over other, is it possible to increase the width of each options in the list so that each has to be visible (means increase spacing between tabs) drop1.setSize (200...more >>

problem loading BlurFilter Class
Posted by miquael at 7/19/2007 12:00:00 AM
For some reason I am not able to properly load the BlurFilter Class. I have: import flash.filters.BitmapFilter; (I have my AS2.0 Class Path settings to: INDRA:Applications:Macromedia Flash 8:First Run:Classes:FP8:flash:filters). But I get this error: **Error** /Applications/Macrom...more >>

scrollpane problem
Posted by zibber at 7/19/2007 12:00:00 AM
Hi I wondered if someone could help me with this problem. I essentially making a display for a friends panel which display heads and user names of all your firends on a community project. Now what I have done is added this into a scrollpane so as u get more firends the lsit can be scrolle...more >>


DevelopmentNow Blog