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 2004 > threads for monday october 25

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

Simple Skip Intro Action
Posted by tybear73 at 10/25/2004 10:34:07 PM
Just like so many new websites out there, my website begins with a Flash animation intro which I have inserted into a table on my index.htm page, using Dreamweaver. I'm new to this software, but I am learning something new everyday. Hopefully I will learn how to make a skip intro button t...more >>

MX 2004 Button component problem
Posted by Mr Pogo at 10/25/2004 9:50:34 PM
When a button is selected I disable it and one that task is done I renable it. When it becomes reenabled it will still have the halo fill in it as if the mouse is hovering over it. Anyone else seen this and know of a work around? ...more >>

MovieClip _visible and stop()
Posted by Todd ScreenName at 10/25/2004 9:21:20 PM
I am trying to load a movie clip and keep it hidden until I need it. I have set the _visible variable to false and sent the stop() method to it, but neither seems to work. Looking at the documentation, it seems the my_movie._visible variable doesn't necessarily make it invisible, but it d...more >>

Need a Flash News Ticker Like this
Posted by realtime158 at 10/25/2004 8:40:37 PM
Here is the link of the javascript version http://www.dynamicdrive.com/dynamicindex2/fadescroll.htm Its called the fading scroller I was wondering is there a flash version of this somewhere with the source? Many Thanks ...more >>

magazine page effect
Posted by balbars at 10/25/2004 8:06:29 PM
Hi, I've tried without a decent resutl to make a magazine page ffect like the one in http:// www.spheremag.com/cover.php. I supose that animation is made within a movie clip, but I cannot create the same page effect, when I try it looks very bad. Could somebody helpme please? thanks in a...more >>

How to enumerate scenes/labels
Posted by kloodge at 10/25/2004 7:36:51 PM
How do you enumerate all scene names and labels that exist in a movie ?...more >>

Have you seen this website?
Posted by nachoiav at 10/25/2004 7:30:51 PM
Have you seen this website? In site00.com there are many samples creates with actionscript and director. Its cool...more >>

Class instance in another class
Posted by a_agur at 10/25/2004 7:20:44 PM
Hello everyone. I created a class in ActionScript 2.0, which contains an instance of a LoadVars object. In the constructor of the class I had initialized the onLoad method of the LoadVars instance to a member function of the main class - loadData. something like this: class myclass {...more >>



Auto-resize image and surrounds
Posted by xchristopherx at 10/25/2004 7:05:29 PM
I was wondering if anyone knew of any examples or tutorials that would create a similar effect to the resizing if the image and surroundings used on this site http://www.theak.ca/ created by teknision. Thank you! ...more >>

Load Variables from URL
Posted by jimmediawhiz at 10/25/2004 5:37:55 PM
Is there any way to load variables into a flash movie from a string in the URL? I am creating a form that i would like to prepopulate from the variables in the url, I.E. - mypage.html?fname=test+lname=tester+email=test@tester.com. I would really love to avoid creating a database to store the ...more >>

actions don't work when I load external swf ...
Posted by bso_71 at 10/25/2004 5:32:06 PM
I'm loading a new swf into a movie clip. But this new swf has some buttons that have scripts that I want to apply in my main movie. How can I do this. I'm loading the swf in the next way: loadMovie("images/myMovie.swf", "_root.photos_mc.whatphoto_mc"); In this swf I have a button that co...more >>

Fonts in flash
Posted by madhava_ram at 10/25/2004 5:26:59 PM
Hi, I have a single file and the user can change the font to either chinese r english. So i have decided to use css and calling into flash. upto now it is ok. Now if I change it to exe and give the swf and css then the user is not able to see the text in chinese. Shld i need to give the ...more >>

Wait
Posted by leastman at 10/25/2004 5:02:50 PM
I am wanting to play a sequence of frames and then have it stop amd wait for 15 seconds before moving on. How do I do this with actionscript?...more >>

hitTest problem - need to define cusom bounds
Posted by loop360 at 10/25/2004 4:11:28 PM
can anyone tell me how I can create a custom hitTest event where the area is defined by bounds as opposed to a given mc instance. Basically I have a scrollPane component that responding to the standard hitTest event outside the visible area so I need to define the area more precisely. Than...more >>

Adding MP3 & controls
Posted by Steve Grosz at 10/25/2004 2:59:48 PM
I had posted a message to the Dreamweaver newsgroup about adding a MP3 to a page, and have it play 1 time when the page loads. Someone suggested loading the MP3 into Flash and then adding the audio controls to the web page. Can anyone tell me where I can find instructions on how to do both...more >>

Suggested OOP way to pass parameters to handler function
Posted by Pavils Jurjans at 10/25/2004 2:56:21 PM
Hello, I am developing an application in Flash MX, where the LoadVars class is used for server communication: //AS code: function MyClass() {} MyClass.prototype.send = function() { this.test = "ABC"; var lvs = new LoadVars(); var lvr = new LoadVars(); lvr.onLoad = function(succes...more >>

Submitting through POST with hyphenated variables?
Posted by CalamarDH at 10/25/2004 2:45:29 PM
Through Flash I'm attempting to post information to a web-based script outside of my control, and there are some constraints: (1) The POST method must be used, and (2) One required variable name contains a hypen (-). As far as I know, I can't manually write the query string (due to th...more >>

Conversion to Julian Dates
Posted by Stevie_R at 10/25/2004 2:14:25 PM
I'm having a problem converting UTC dates/times into Julian dates/times. The script I'm using is modified (slightly) from the US Naval Observatory's site ([URL=http://aa.usno.navy.mil/data/docs/JulianDate.html]http://aa.usno.navy.mil/ data/docs/JulianDate.html[/URL]), but my Flash file output i...more >>

cancel mp3 loading
Posted by Eefeopai at 10/25/2004 1:01:19 PM
Hello. I have some questions: 1) Is it possible to stop loading MP3 file in ActionScript before it is loaded? 2) And are they cached on the client side? ...more >>

Component Bounding Box
Posted by Gommy at 10/25/2004 11:14:47 AM
Hello, I am attempting to create a component, I have a bounding box movieclip on the first frame as per most of the guides, i've read. Within my class file i later draw some movieclips, however these always appear fully even if they are outside the bounding box area??? From what I...more >>

duplicateMovieClip problem
Posted by antewik at 10/25/2004 11:05:02 AM
Hi. I am trying to duplicate a mc that was created using createEmptyMovieClip, but it dosn't work. Does anyone now if that is even possible and if so, how could I do it? /Antewik...more >>

Flash HTML field cant display percentage sign
Posted by lefrog at 10/25/2004 10:46:49 AM
I've tried using %37 which doesnt work and other characters are. then I've tried using the unicode with an escape sequence and it just outputs \u0025. Anyone...more >>

Pproblema con PrintJob
Posted by japerman at 10/25/2004 10:46:27 AM
Hola a todos! Tengo un problema con PrintJob, haber si alguién me da una solución. Utilizando "addPage", quisiera añadir más de un "nivel", para imprimir en "una", sola hoja. Cualquier duda de mi pregunta: jose@slaveofthemind.com Gracias! Jose ...more >>

Help with script after a movieclip has executed
Posted by Danielle _P at 10/25/2004 8:22:34 AM
I have a scene (Scene 1) which has a button on it. When the user clicks on the button, a movieclip gets executed. Now I want to add actionscript to Scene 1 that'll only execute once the movieclip is finished. How do I do this??? Thanx, Danielle ...more >>

how do you close an executable flash application?
Posted by rollingstonex at 10/25/2004 4:39:38 AM
hi all, this seems like such a basic problem, but i can't seem to find the solution. i'm creating an executable flash program and want to have a button for people to close the program without having to click the X in the corner. is there a function for this in MX2004? ...more >>

Searching text
Posted by Abhiuday at 10/25/2004 4:17:38 AM
Hi, I need to make an application where I could search text (words, phrases) in flash files (swf). Anybody have any idea how to do it? Abhiuday ...more >>

PLEASE HELP!!! Dynamic loading...
Posted by bknowlden01 at 10/25/2004 3:08:54 AM
I'm a little new to Flash and self taught at that. But here is the situation, ? I have a movie clip on the main stage labeled "content_in" with a MC inside that labeled "placeholder". ? The "content_in" MC has a bit of animation that eventually unmasks the "placeholder" MC which needs to c...more >>

MovieClip Buttons
Posted by TomMcQuarrie at 10/25/2004 2:50:52 AM
Hi All, Having an issue with a movie clip button that has a rollover and rollout state. I have the button in a scene, and i want to click on it to move to another scene. The thing is actionscripts attached to the button seem to refer to the button as the current location, so gotoAndPlay(...more >>

Upload JPEG Convert to Movie Clip
Posted by Happy Camper at 10/25/2004 1:37:52 AM
I have a client that wants to let the user upload their logo (JPEG). Once it is uploaded I will need it to be converted into a movie clip that can be scaled and drag and dropped. Is this possible? Thank you for any hints in the right direction... ...more >>

ComboBox highlite error....
Posted by Methark at 10/25/2004 12:55:03 AM
Good night folks, I?ve created a combobox component application, and it works fine. But...when it?s loaded into another movie by the second time, the highlight (green) don?t hide when the comboBox close. Do someone knows how can i fix that? Thanks, ...more >>

Drag and drop problem
Posted by mitcho at 10/25/2004 12:21:47 AM
hey guys. would appreciate any help on this, im quite new to as. i have a drag movieclip (name=drag_mr_pink linkage=drag_mr_pink) and a drop movieclip (name=drop_mr_pink instance = drop_mr_pink). i also have a dynamic text box which displays "correct" or "wrong" depending one whether the dr...more >>


DevelopmentNow Blog