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 > november 2006 > threads for tuesday november 7

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

URGENT: setPixel and bitmaps
Posted by Think Like a Winner at 11/7/2006 11:24:15 PM
Hi, We have an application that uses a colour picker to dynamically alter the colour of products. Will use a greyscale image as a base, which then has its greys changed to colours using a base colour. Or this is what we want any way. The problem I was having was I can not seem to load the...more >>


Professional 8 : Bug found!
Posted by NewGerry at 11/7/2006 10:49:39 PM
This is part of a very simple function script: if ((myVar[07]>0) && (myVar[07]<101)) { _root.mc07Green(); } It means that for some values of myVar[07] between 0 and 101, color of movie clip 07 turns to green (which color has already been defined with the ColorTransform process in fr...more >>

Flash 9 worries
Posted by Martyn_C at 11/7/2006 10:09:08 PM
Hi, I bought a book about AS 2.0 and I just start to learn about Classes concept with Flash 8. Today, I read on that site that AS 3.0 in Flash 9 will be more ?oriented object? that AS 2.0. I am worried because I read a lot about Classes, Packages and I just don't understand the hole thing ...more >>

reusing code
Posted by DZ-015 at 11/7/2006 10:06:47 PM
hey. I have a few functions I've built that I use in almost all my applications. I can save the code as a .AS file... how do I append that to my fla's without having to copy/paste it in each time...? I remember in c++ there was a #include command... is there anything like this in flas...more >>

Chnaging the _alpha value of a movie does nothing for me
Posted by dean20007 at 11/7/2006 9:56:50 PM
Hi This is probably a real basic problem but it has had me tearing my hair out. I have two movies which I have moved into position programatically and now I wish to alter the _alpha value of them. Putting a trace on the fadeMovie function shows that the value is decreasing but I c...more >>

sending variables to flash from php code
Posted by Opaque17 at 11/7/2006 9:41:20 PM
I have this login form that works with a sql database. When a user submits login info, it is check against the database through a php doc. If the information matches, the php doc sends an ok to the flash doc to move to the next frame. This works fine. I am now trying to use the load m...more >>

Conditional Statement with Loops
Posted by ChuckRWD at 11/7/2006 9:17:00 PM
I am trying to pause a movie, and am trying to use a "for" loop. I want to pause for a bit at frame 9 using this command, gotoAndStop(9), and when the loop is finished, gotoAndPlay(10)> I am having serious issues here... please help. Here is what I have thus far: stop(); for(i:Number ...more >>

frame rate
Posted by mymar at 11/7/2006 9:16:21 PM
Can frame rate be increased or decreased through action script? If so how? also wondering how to use( on clip event data) is it possible to control movie clip with data as opposed to mouse down or key down?If so how? ...more >>



PRINT action in Flash 8
Posted by IndioDoido at 11/7/2006 8:45:06 PM
Hi, I'm developing a small interactive CD, and i have a section were the useres can print a specific pdf document by clicking a button. Can anyone help me on how I can do this? Is there a print action in Flash 8? ...more >>

Making the FLVPlayback component draggable
Posted by rodolfo1216 at 11/7/2006 8:00:06 PM
I've got an FLVPlayback component on the stage and I'd like to allow the user to drag it so I've put the start and stop drag script in the actions layer. No problem dragging the component, but now the user can't use the play/stop buttons on the componnet itself because the whole component is ...more >>

Display text when clicked
Posted by FrankvZ at 11/7/2006 6:52:53 PM
I have a map with different areas (buttons). I want a text to appear next to the mouse pointer when an area is clicked. This text should disappear again after a couple of seconds. Is this possible with Actionscript or do I need to manually create a TextField for every area? ...more >>

URGENT Please help flash 8 components
Posted by ANTHONYP991 at 11/7/2006 6:09:41 PM
I have written a .exe application that has a email submission form at the end, the form is built up of flash 8 components. The component ids are as follows: fname.text; femail.text; fmessage.text; fcountry.text; fsubject.text; On my submit code i have passed the fields using t...more >>

Numbers as Variables Names ???
Posted by germaris at 11/7/2006 5:40:15 PM
The variables names returned by the server are numbers (and this CANNOT be changed or I must re-create a too large amount of tables, PHP scripts and re-write a too large part of my ActionScript). How can I manipulate them in order to make my Flah Movie accepts them? If additional informa...more >>

Login Form
Posted by Opaque17 at 11/7/2006 5:36:30 PM
I am creating a flash/sql login form. When the identity of the user is confirmed in the data base, the flash file advances to the next frame. That next frame is set up to load a swf movie on top of the base level. My question is: Is there a way to take the "username" from the form's user i...more >>

hiding Flashpaper UI using Actionscript
Posted by raylaur at 11/7/2006 5:19:57 PM
Is it possible using Actionscript to hide the Flashpaper UI and just display the content portion of the SWF by itself? I want to output individual or ranges of PowerPoint slides or Word docs as SWFs and load them into a Flash movie and display them without any Flashpaper UI elements. Can Acti...more >>

Return String from Array within an Array
Posted by adam NO[at]SPAM blueapplestudio at 11/7/2006 4:15:27 PM
There are a number of arrays. Each of these array names are in a master array. Is there a way to return the string value of a given array name by accessing an index of the master array? In the attached example, I would like to have a trace action that returns "aMeatChicken". Any help is...more >>

Placing a movie into scrollpane
Posted by Stevew at 11/7/2006 3:22:57 PM
I have a scrollpane Scroll1. I set its contentpath to "movie1" When run movie1 shows within the scrollpane. I need to progam a button to replace the contentpath with "movie2" I have tried: _root.Movie1.loadMovie("movie2.swf"); _root.scroll1.loadScrollContent("movie2.swf"); I cannot ge...more >>

AS 3.0 question
Posted by JKringen at 11/7/2006 2:20:24 PM
Hello, Here is what I would like to do: I want to be able to load an 'assets' swf that contains a bunch of movieclips for my GUI stuff, such as the design and layout for a session log window, login dialog box, etc. I would just keep those items in the .swf's library and have them shared fo...more >>

Left side of assignment operator must be variable or property
Posted by wozZwasted at 11/7/2006 1:45:13 PM
:mad; I Need Help!!! How do I prevent getting the message "Left side of assignment operator must be variable or property." Im trying to use 'onRelease' on the instance named "Item1" I have a variable named "sRange" sRange+Item1.onRelease=function(){ ...more >>

What effect does a transform function have on the _parent command
Posted by LLuis12 at 11/7/2006 1:03:08 PM
Hi I am trying to load an image onto a symbol in a symbol, that is spinning via timeline>transform and forms a symbol called spinner1, spinner2. etc. I want every holder to be a different image and one use suggested using the _parent function with a substring function. Will the transform m...more >>

Looking for ActionScript/OOP/XML book recommendations
Posted by Brian at 11/7/2006 8:40:25 AM
I am looking to learn more ActionScript/OOP and am looking for a book that will give me a solid foundation of all concepts. I am also very interested in the Flash XML connection that seems to be more and more of a given in sites and all things having to do with AS tweening, like the whole Fu...more >>

loaded movie with sound problem
Posted by raylaur at 11/7/2006 4:26:22 AM
I have some movies with attached sound. The movie uses the sound position property and preset cue times to drive action in the movie. They play fine on their own but when they are loaded into another movie using either loadMovie or loadMovieNum, the sound does not play and the cue driven actio...more >>

Flash Menu
Posted by wally_errrr at 11/7/2006 3:22:29 AM
H ithere, I am trying to build a flash menu, I have seen the same sort of menu before basically if a person rolls over a button the menu will slide up. Then when the mouse moves up or down while the menu is out, it will scroll up or down. Also the further away a submenu item is from the ...more >>

Problem Loading swf with MCL class
Posted by eyeforthenew at 11/7/2006 2:20:39 AM
Hey, I am relatively new to actionscripting and am having a bear of a time trying to figure out why this won't load.....basically i am trying to use the movieClipLoader class to call up a swf..... so basic i know..This is my script any help here? var myMCL:MovieClipLoader = new Mo...more >>

Problem with movie control, please help!
Posted by GrizzlyWalky at 11/7/2006 2:17:51 AM
Hi, I'm a beginner in Flash and I would need help with action script. I'm building a web site on one SWF file and I'm having trouble with the navigation. I'll guive you a simple exemple juste to expose the problem. Lets say I have a SWF with two buttons. (here's a http://img169.ima...more >>

Creating QT Mov from Flash 8/AS2 procedural animation?
Posted by wonil at 11/7/2006 12:54:52 AM
trying to create a QuickTime movie from an Flash 8/AS2 procedural animation. Tried Flash export command only to get the first frame only. Is there any way to get the full animation in MOV format? TIA ...more >>

i need help urgently, please! :)
Posted by sitobernal at 11/7/2006 12:00:00 AM
hi ya everyone, i'm building the website of the ad agency where i work, and i have the following problem. i have more or less 10 videos converted to flv for being showed as a external swf. i used the loadMovie() function for requesting them, and i don't know why it doesn't work. th...more >>

Flash player bug?
Posted by Zimmen at 11/7/2006 12:00:00 AM
Try this code: var t:Number = 0; ID = setInterval (function (){t += .1;trace (t);}, 1); and look at the output window to see the weird results!...more >>

Display contents of folder
Posted by Cookie Monster1983 at 11/7/2006 12:00:00 AM
Hi there, was wondering if its possible to use script to read the contents of a folder and display them via thumbnails. I want to create a images folder and then when users click on it all the images are displayed and I wont need to update the code when I add images. Anyone help with this? ...more >>

copying a component from one file to another
Posted by rajibm at 11/7/2006 12:00:00 AM
hi I have a fla file which has two components. If i copy this component in a new file it is not working plssssssss...... Helllllllllpppppppp....... ...more >>

Please help with Load Variables / ASP
Posted by dave-g-o at 11/7/2006 12:00:00 AM
Hello, I am using Load Variables to retreive a variable from an ASP page, (which uses a response.write) to output the variable getfile.onRelease = function() { myData = new LoadVars(); myData.onLoad = function(success){ if(success) { getfile_txt.text = this.strString; ...more >>

how to check if a movie clip is fited to another
Posted by Thepoor13 at 11/7/2006 12:00:00 AM
i have a project that User can Drag and Drop a MovieClip to the another (DragAndDrop) then when the User press on the MovieClip then StartDrag (onPress=function(){startDrag(this)}) (onRelease=function() { Check if the MovieClip is Fited to the Another} need help; Thanks for Suport...more >>


DevelopmentNow Blog