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 > october 2007 > threads for monday october 1

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

Problems with #include
Posted by Master Brown at 10/1/2007 11:57:09 PM
I've been working with Flash and .as files for a while now, and this problem pops in occasionaly. I can generaly get rid of it by creating a new Flash file or .as, but this time it's not working, and it has becomed a major problem for me. Let's say I have a very simple file structure where...more >>

Link from htmlText to the web
Posted by jlucchesi at 10/1/2007 9:15:55 PM
Hi - I have a SWF that uses LoadVars to bring in htmlText for extensive menus. The menus can be modified outside of Flash so my customer is happy. Some of the links open SWFs or PDFs within the project. However some of the links on these plain text files have to open "live" web pages a...more >>

using text format for variables
Posted by Destryp at 10/1/2007 7:40:46 PM
I am designing a vocabulary quiz application in flash, and it's based on figuring out the definition of a word when used in context. I have working code to communicate with php and mySql which returns my question in 3 variables. question_start // the text of the sentence before the vocab w...more >>

I just want my classes to compile.
Posted by mgoodes at 10/1/2007 6:48:26 PM
Hello, I'd just like to do something simple: compile a test class in AS3.0 (Flash CS3 on Mac OSX 10.4). Not having any luck, nor can I find any documentation. Hoping someone can help here. Here is what I have set up: - file structure: Inside a folder called "Notation" i have the file...more >>

Math ML in Flash
Posted by dmperkins74 at 10/1/2007 5:38:49 PM
Can anyone tell me where I can find a resource that shows how to display Math ML in Flash? A source FLA to pick apart would be ideal. Thanks, Dan P....more >>

AS Button Click?
Posted by Slave_8 at 10/1/2007 5:21:15 PM
Is it possible to write actionscript to make a button on the stage think it's been clicked? So, if it's setting there is there a way to tell it it has been clicked with out the user having to click it? ...more >>

NFL Type Scoreboard
Posted by MichaelLR at 10/1/2007 4:54:35 PM
If any of you have gone to NFL.com (National Football League) on game day, and select a team to watch (my team is the Packers, by the way - the Pack is Back!!, sorry, couldn't help myself) you will see a dynamic scoreboard. Going to this link will show you what I mean: http://www.nfl.com/ga...more >>

please help with "close" button...
Posted by motiejuss at 10/1/2007 4:05:47 PM
Hi, I have a flash movie. It's slide presentation and I have one swf external file loaded in "Loader" component. Can somebody tell me how to make a close button in that external swf file? ...more >>



Flash 8 listener loading multiple actions
Posted by janst at 10/1/2007 3:23:32 PM
Hi, I'm back! :grin; I have a question. I want my preloader to be on the stage until a movie finishes loading. I have that working via a listener. However, I would like several things to happen once a movie has loaded. How do I write this in action script? I will attach the non-wo...more >>

XML: Array problem
Posted by Puma1 at 10/1/2007 2:58:47 PM
Hello. I have the following Actionscript: var controlArray:Array; var variable:Array; var controlsXML:XML = new XML(); controlsXML.ignoreWhite = true; controlsXML.onLoad = function(success:Boolean){ if (success){ var mainnode:XMLNode = controlsXML.firstChild; var controlNodes:A...more >>

Advanced Flash ActionScript 2.0 Load video/audio control question.
Posted by ShootingStar at 10/1/2007 2:28:52 PM
I am loading two external Flash SWF files into my present Flash movie. The first one that loads is a music player. The second movie I am loading upon the click of a button and it is a external SWF that contains a Flash video. Right now I am simply loading the video SWF movie into the same ...more >>

Stop sounds when new window opens
Posted by shurleynova at 10/1/2007 2:23:06 PM
Is there a way to get Flash to stop when a user changes focus from the page where the flash is located? I have a flash audio player on each page that a person can switch on and off while they are on the page but if they click a link that opens a new window from that location the audio from...more >>

Voice recording
Posted by srirama.83 at 10/1/2007 2:13:24 PM
Hello, i want to make a flash application which will record the sound Or else just grabs the voice input and plays it..! Any ideas,,,??? ...more >>

dynamically changing a graphic in a movie clip
Posted by Mythic Wave at 10/1/2007 7:47:56 AM
Hi, I'm an experienced programmer but kind of new to ActionScript. I have a Flash project where I need to dynamically change a graphic in a simple movie clip. I need to know how to access and change a graphic on a specific layer, starting at a specific frame. Any help would be appreciate...more >>

Need Help in Hittest
Posted by AScracker at 10/1/2007 4:59:20 AM
hi i am facing problem in Hittest function i.e if the i want to drawn the line inside the square . 1) it is working fine if the i clicked inside the square 2) but if i click outside the square and drag the mouse inside the square then it 's not drawn again i ...more >>

Preloader trouble
Posted by Jos? Luis del Solar at 10/1/2007 2:43:38 AM
Hi, I'm involved with my first Flash Project using Action Script. Im having some problems with my preloader. I have the following script to prevent the page playing before it has been completely loaded. The problem is that if someone clicks out of the page while it was still loading, 'myI...more >>

Problem with printJob.
Posted by Robert Hayes at 10/1/2007 1:39:50 AM
I have been following the Help File examples for the printJob class with no success. I added some graphics to the stage and linked the following code to the print button. it seems to work OK but all I get is a blank page. package { import flash.printing.PrintJob; impor...more >>

Need Help in clear selected area
Posted by balamurugan NO[at]SPAM flipdesign.in at 10/1/2007 12:00:00 AM
HI all, This is my first post in this... I am in need of some help from you guys... my problem is i want to delete selected area in the work area. that is i am having a movie clip that will appear randomly and my cursor will have some other img so that if i drag over that i want the par...more >>

Dynamic Text, symbol characters disappearing
Posted by mdbtgm at 10/1/2007 12:00:00 AM
Hi. I'm trying to animate text in 3d, and to do this i've made a MovieClip with a single character, created of these for each character in my string, and animated the x, y, xscale, and yscale values to produce the effect of 3d. This works well. My only problem is with my algorithm for ...more >>


DevelopmentNow Blog