Psst! Did you know DevelopmentNow is a mobile web site design agency?

Contact us for help mobilizing your site, or to sign up for our beta Mobile Web SDK!


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 > august 2004 > threads for wednesday august 18

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

sound in loaded movie won't play
Posted by meisha_katz at 8/18/2004 11:59:19 PM
Hello, I have an movie that plays a sound object loaded form the internal library within that movie. The sound is properly set to Export for Actionscript in the Linkage properties, and everything in that file works fine when tested, but when I load that movie into a root movie at runtime,...more >>


Strings To Numbers
Posted by ziggystar at 8/18/2004 11:41:37 PM
How can I change a name like John to numbers? I think I want the opposite of NumberTochar. Where I can read each letter and convert it to a number representation. My purpose is to write a registration code process that allows the user to register with only numbers. If I cant do that, how ...more >>

variable help (newbie :)
Posted by aj_fa at 8/18/2004 11:31:09 PM
Hi all, I'm trying to figure something out to help out a friend of mine to add some interactivity to an otherwise bland fanclub messageboard we frequent.. I have a piece of code listing variables with 70 or so names in all. they are in alphabetical order, so to later on try and add a "...more >>

unload movie
Posted by el at 8/18/2004 11:26:24 PM
(Flash 5) if i load into a empty mc on the mainstage a movie on the second keyframe with that action loadMovie ("movie.swf", "../empty"); setProperty ("../empty", _xscale, "100"); setProperty ("../empty", _yscale, "100"); what is the action to unload it? unloadMovie ("../empty/movie.swf"...more >>

Load Movie Sequence ??
Posted by parti at 8/18/2004 11:13:37 PM
Hello everyone: I've having a hard time getting the following to work: I have several .swf files that are in different locations on a web page. My goal is to have the user click on one movieclip and a movie will load into that location and play, stopping on the last frame and also sendin...more >>

Display date in Flash?
Posted by ghost zero at 8/18/2004 10:30:45 PM
How can I make a Flash file that displays the current date on my computer (such as "Wednesday, August 18, 2004")? I don't need the time displayed--just the date. Can anyone give me a concise tutorial? I've searched the Internet and can't find any decent tutorial on this. Thanks. ...more >>

Newbie Question URGENT HELP NEEDED
Posted by reldruH at 8/18/2004 9:05:01 PM
I have a web site that I'm trying to make in Flash, but one aspect of it never works no matter what I try. I have a picture that has been divided up into 4 different parts in Fireworks. I put the parts back together in Flash after converting each one into a symbol. What I'd like to have happen...more >>

Exchanging Symbols(graphics)
Posted by Ledrim at 8/18/2004 8:54:52 PM
Pardon my ignorance, but I'm looking for a scipt that will enable a button to exchange graphics. ie. when you click on a specific color swatch for chairs, the color of the chair will change. Thanks, Glen ...more >>



Linking a button. please help
Posted by 1908.com at 8/18/2004 8:40:05 PM
Ok, i'm very new at flash. I have a button on my page that i want to be linked. So i click on the button, open the actionscript and put in this code. on (release) { getURL ("http://www.purevolume.com/1908); } When I test my movie and click the button, nothing happens. Is the code wr...more >>

applying nextScene action to a button
Posted by Nicole1234 at 8/18/2004 8:07:14 PM
I am using Flash MX 2004 for the first time after using Flash 5, and I am lost! Plus I am fairly new to flash which does not help! I have a button that I would like to play the next scene when clicked on. My project is a tutorial, so there is a next and back button, and when you click next I w...more >>

jumpy motion of tweened animation
Posted by scottPadgett at 8/18/2004 7:53:53 PM
Hi folks, I'm trying to animate a bunch of images along a curved path and the motion of the images along the path is not at all smooth. The images bump along in a jumpy manner, which is unaffected by frame rate. Any one have any idea how to smooth out the motion, short of programming the...more >>

loadmovie visibility
Posted by lcortiz at 8/18/2004 7:40:34 PM
It's been a while since I used loadmovie, but back in the days when I would load different swf's into another swf, the background in swf y would remain if swf x had no background. Now apparently when loading swf x, it inherits the background color of swf y and swf y is no longer visible? Is th...more >>

Using the UI Progress Bar with streaming video
Posted by King86 at 8/18/2004 7:34:41 PM
Ok, i'm streaming video from the net, and I want to put the UI Component Progress Bar next to it to show the percentage of the video loading. While testing it on my local machine it loads, you can hear the audio but you can't see the video until the progress bar hits 100%. (I'm testing the i...more >>

big size movie !?
Posted by Strangedenial at 8/18/2004 6:45:41 PM
I have 5 swf's and they're 900KB to 1MB though. Altough I made the preloader load only %50 to make it faster to load still a problem for a 56K modem. The swf's contain only a little animation like fading out buttons and 100K jpges. I tried everything I can to reduce the size but 'tis all I cou...more >>

load movie status
Posted by AnuSatish at 8/18/2004 6:02:30 PM
Hi, I am using Flash MX 6 and loading a jpg file at runtime using loadmovie. I would like to proceed with displaying only after the entire jpg is loaded. How can I find if the image is fully loaded? I tried with GetBytesLOaded, but it doesnt look to be returning the value I would expect. ...more >>

movieclip actions problem
Posted by medicispirit at 8/18/2004 5:48:20 PM
I have a rotating movieclip which is made up of a graphic symbol, which is made up of 9 separate buttons. I've placed the movieclip on my main scene, and I have it rotating with the buttons changing on mouse rollover, so I know the buttons actually work. What I'm having a problem with is attac...more >>

random alpha values
Posted by jersee_the_great at 8/18/2004 5:46:30 PM
please help i need the code for random alpha vales for an object. i tried but i couldn't get it to work at all. if anyone could help it would be much appreciated. ...more >>

timer
Posted by el at 8/18/2004 5:35:56 PM
hi all, i am very nosy if there is a script which you can add at the end of a mc to go back to a frame after some time at the ending frame of the mc stop (); getTimer 10sec gotoAndPlay (2); must be anything simple out there? ...more >>

changing button mouse-over icon
Posted by s-aardvark at 8/18/2004 5:31:57 PM
I have two quick questions (from a novice) 1. is there a simple way to change the rollover icon of a button from the hand with finger pointing to either a graphic of my own, or to a magnifying glass? 2. when launching a URL into a new blank window, is there a way to specify the size and plac...more >>

Controlling MC's with a .txt file
Posted by timmy_t at 8/18/2004 5:29:07 PM
I'd like to figure out how to have a playlist on a .txt file that plays different .swf's through an .exe file. The movies would have fades in between them or transitions to the new clip. I have an example, but I'm trying to reprogram it in another size and all I have is the .exe file. ...more >>

changing button mouse-over icon
Posted by s-aardvark at 8/18/2004 5:26:42 PM
I have two quick questions (from a novice) 1. is there a simple way to change the rollover icon of a button from the hand with finger pointing to either a graphic of my own, or to a magnifying glass? 2. when launching a URL into a new blank window, is there a way to specify the size and plac...more >>

Calling html inside flash?
Posted by bobbyyyy at 8/18/2004 5:07:02 PM
http://www.louisdilello.com/staging/riggedproductions/ Im trying to make a site similar to this one. I want to have a flash shell with the navigation on the top and bottom, but the inside call html pages that can be scrolled inside of it. In the version on that site, its all html. I tho...more >>

problem loading images
Posted by hiker at 8/18/2004 4:32:15 PM
this is in MX, and basically it's a gallery that needs JPG's loaded... here's the code to create the movie clips from a container prototype clip... ActionScript Code: for(i=1;i<=12;i++){ newmovie = "pica"+i; movieCont.duplicateMovieClip(newmovie,i); setProperty(newmovie,...more >>

One movie clip on top of another
Posted by FlashMex at 8/18/2004 4:20:59 PM
Hello I have a site www.enjoychess.com. I cannot seem to figure out the simplest thing. When a user drags a white piece over a black piece to capture it, The white piece goes UNDERNEATH the black piece. I want it to go ON TOP OF. If you go to the site you can see the problem. I canno...more >>

Making navigation "stick"
Posted by etman at 8/18/2004 4:18:17 PM
Firstly, my AS is beginner to Intermediate. I need to create a simple Flash navigation bar with main and sub navigations that will be placed into an HTML website (essentially making the site "hybrid"). What has been asked of me is to allow the navigation to "stick" on whatever sub-nav you ...more >>

Need some help with this loop
Posted by Erzek at 8/18/2004 4:17:25 PM
Hi, I need some help here, I have 11 movieclips and 11 buttons that display each MC on mouse over, when I pass the mouse over a button I want to turn off all the 11 MCs automatically and turn on again manually the mc for the button I passed my mouse on.. My problem here is that my for ...more >>

flash movie won't end!!
Posted by Goalie35 at 8/18/2004 3:23:52 PM
I recently purchased a flash website template to create a website. I know a moderate amount of flash but know rather little about actionscript. Now that I'm modifying this template, everything is working out ok so far except for one problem. Check out the swf file i've placed here: http:/...more >>

projector php loadVariable
Posted by jospBln at 8/18/2004 3:21:26 PM
hello, I want a MX2004 Projector to load variables from a php file, running on the same server in the same directory. Somehow it doesn't work.... Thnks Josp...more >>

Associating a screen with a class
Posted by kdonn at 8/18/2004 3:13:46 PM
I've been studying the TimeEntry sample application and ran into a snag when I tried to build my own app using this architecture. When I create a new Flash Form Application, it initially has application and form1 screens. But if I try to change the "Class name:" property in the Properties wi...more >>

Rollover Buttons
Posted by Lev1tra at 8/18/2004 3:06:47 PM
I am having trouble with the button.rollout function. As you can see in my attached file there is a very simple black rectangular button and when the pointer rolls over it, it shifts right. This is done by adding a movie clip into the button's rollover state. And you'll also notice on po...more >>

imperfection with a dropzone
Posted by drooopy at 8/18/2004 2:48:39 PM
Hi, i use a dropzone to load different animation. I have a background image and my dropzone is upthis background When i click on the button to load the clip i see the backgroug that appear for 1 ms but it's not very fluent. See? So have you an idear what i have to do ? Thanx for your...more >>

Tab highlight colour
Posted by Lightmaker.com (Tom Rossiter) at 8/18/2004 2:23:23 PM
Is there a way to change the colour of the highlight box that appears when you tab between objects? The standard yellow needs to go. ...more >>

Little problem with loadmovie
Posted by drooopy at 8/18/2004 2:22:29 PM
Hello, i have a problem with my loadmovie. On my frame 1 i have : $n=0; On my frame 2 i have a button : on (release) { n++; loadMovie("vol+'n'.swf", "_root.receptacle"); } It doesn't work. Can you help me with this please Thanx for your help ...more >>

Datagrid hiding columns in code
Posted by PaulWeston_HOME at 8/18/2004 2:16:57 PM
I've got a DataGrid with 9 columns in it. I use the following code to hide column 2: dg.getColumnAt(1).width = 0; dg.getColumnAt(1).resizable = false; Instead of hiding the column, it paints the column content over another column. Very weird. Any ideas anyone? Here's a tip ...more >>

Help!!! How can I clear all the variables???
Posted by Pong The Greek at 8/18/2004 2:12:10 PM
Hi, I am developing a cd-rom which consists of several swf files. I have an exe which loads using LoadMovieNum("Menu", 2) the menu. There, after a selection is made I do LoadMovieNum("newswf", 3). Afterwards, when I return to the menu I do LoadMovieNum("menu", 2); UnloadMovieNum(3); ...more >>

Dropdown Menu
Posted by Strangedenial at 8/18/2004 2:02:00 PM
why doesn't it work when I create a button and in its OVER frame put other buttons, you know a dropdown menu. But when rolled over the menu buttons, the main button just keeps blinking. I know this sounds a dumb question and won't get no replies but just wanted to give it a try. I just go...more >>

Get url
Posted by discostuuk at 8/18/2004 2:01:27 PM
i hav emade a button and i want to make it so on release it gets url my page every time i do this it gives me and error message ...more >>

another load movie problem
Posted by el at 8/18/2004 2:01:08 PM
hi there, i am not really the action script hero as you guys are in here - to be honest an absolute "0". anyway the prob i have is in my main portfolio.swf i got buttons in a mc on the main stage also i have empty mcs on the mainstage called: sport spirit ajems exotic antag ukc kinet...more >>

WDDX include for Actionscript 2.0?
Posted by RockAttack at 8/18/2004 1:19:18 PM
Hi there all, anybody that knows where to get a Actionscript 2.0 version of the wddx_mx.as include file for working with WDDX packets? The last version I could find isnt going to work within my AS2.0 projects ...more >>

Random Number Generator
Posted by karldesign at 8/18/2004 1:12:53 PM
Is it possible to load a random swf file into a movie clip every 6 seconds? If so does anyone know how to? Thanks Karl...more >>

Detecting Colour
Posted by Hill-Billie at 8/18/2004 12:30:04 PM
Is there any way to detect to colour of a MC. I am creating a simple paint package any want to make a colour select panel similar to photoshop but to code each part seperately with the RGB number will be very time consuming!! Thanks in advance Matt ...more >>

Removing a movieclip
Posted by Zagor at 8/18/2004 11:20:43 AM
Hi everyone, I have a problem removing a movie clip with a button nested within the movie clip. Here is what I am doing (wrong...). In the main stage I have a start button that launch the movieclip (myMovie...use of attachMovie) . Now I need to close it from a button "close" within the movie...more >>

ScrollPaneBck
Posted by Manoj vn at 8/18/2004 11:15:05 AM
Hi forum, My problem is with a scroll pane. I can target my mc to the scrollPane. But the white background in the pane still remails .I want to have my own background design. Any help will be appretiated MVN ...more >>

SharedObject?
Posted by Manoj vn at 8/18/2004 10:40:15 AM
Hi forum, Can anyone give me a brief description about 'SharedObject'. I can't see the same in the help file Thanks in advance MVN...more >>

setSize() problem
Posted by archemedia at 8/18/2004 10:33:16 AM
When I create a popUp window, the setSize() function doesn't work. Can anyone help me? This is the general code I use, it works perfectly, until I decomment the setSize line: var myRef = mx.managers.PopUpManager.createPopUp(_root, mx.containers.Window, true) var windowListen...more >>

movieClip as a class property
Posted by AFXRephlex at 8/18/2004 10:18:55 AM
hi all, i define a class poly and have a movieClip object as a property. I have a method which will create the movieClip, but i does not work. This code below will identify the problem more precisely: class poly{ private var movie:movieClip; ... public function create...more >>

LoadMovie
Posted by Strangedenial at 8/18/2004 8:17:19 AM
when clicked, it should load another movie in the same window but the first movie should unload. I tried the unloadmovie command sut guess don't know how to combine unloading and loading. Help please...Time*s running out... ...more >>

Get Button RGB Colour
Posted by Kev P at 8/18/2004 7:34:09 AM
A simple problem but i can't seem to find a method for getting the rgb colour of a button instance. Can anyone help?...more >>

Load specifc Frames
Posted by Strangedenial at 8/18/2004 7:04:11 AM
I got this huge problem. Well, huge for me. I know how to make a preloader that loads the movie in bytes. But I have to make it load specific frames in specific scenes. i.e : First Scene contains 20 frames and so the opening preloaer should read scene 1, frames 20.And when clicked on the botto...more >>

wierd problem in scroll pane
Posted by kapilmohan at 8/18/2004 6:51:15 AM
Hi all, I am trying to attach some movie clips to a scroll pane. This is what I am doing: 1) The scroll pane gets constructed and in its onload function, a blank movie clip is set to its contentpath. Also, hscrollpolicy is set to off and vscrollpolicy to auto. 2) Then in a seperate...more >>

Problem with Resolution & Flash Player
Posted by haikarthym at 8/18/2004 6:39:25 AM
Hi All, A problem with Flash player - Resolution problem/ zooming problem. I have to generate a grid of given no. of rows and no. of columns of fixed size. The cells for the grid is a movieclip which is attached from the library. (plese note : The movieclip is of size 50*50 with a hairl...more >>

About getURL("myPage.html","framename");
Posted by chengping at 8/18/2004 6:05:14 AM
i want to use flash buttons to control the .htm frameset made using dreamweaver, so i assign the getURLaction scripit to the buttons.but the pages i made never load into the specified frame but instead open in the current window. So what i want to ask is does " framename" mean the filename o...more >>

Flah-XML
Posted by Ven_new at 8/18/2004 5:48:39 AM
Hi All, I am new to this forum. I need help. I have a requirement of converting the XML data to flash. This XML is generated by an application taking a PDF as source. My job is to replicate the document into flash that should look exactly similar to the source PDF. TextAbout the XML: ...more >>

Urgent: need someone to make a SWF from a FLA
Posted by John Rock at 8/18/2004 5:40:40 AM
Hi, This may sound weird, but I need someone to convert the attached FLA into a SWF. It's the macromedia helloworld example with my server settings. For some reason, I can't make it work with my host (flash remoting) and I want to see if compiling it with another computer makes a differenc...more >>

create dynamic movie clips inloop
Posted by nedflanders at 8/18/2004 3:34:14 AM
how can i create movie clips on the fly inside a loop. for example i want to loop from 1 to 10 and create movie clips call page1, page2, page3...etc and load an image into each one. any help would be appreciated. I'm a total newb. NF ...more >>

Shared Objects Question
Posted by kaiser_lord at 8/18/2004 3:25:14 AM
If you use a loadMovie and than use shared object. Is the shared object created in the loaded Movie or the original? Also How can you delete a shared object from another file without loading the file. ...more >>

UIScrollbar component bug?
Posted by dontjinxit at 8/18/2004 3:12:24 AM
Hi all, You know how Macromedia has repackaged the UIScrollbar component into the 7.2 Flash MX update? Well it seems that the UIscrollbar.scrollPosition property isn't working correctly. It seems that the scrollbar.scrollPosition isn't resetting the text to the top. For example try the fol...more >>

Import a font via loadMovie?
Posted by _jrh_ at 8/18/2004 12:19:33 AM
Is it possible to define a textFormat in movieA, import movieA.swf into movieB, and use the format from movieA? In order to keep the initial load time of movieB to a minimum, I would like to avoid embedding the fonts in the library, but they need to be available for actionscript. I would j...more >>

having trouble with _global object
Posted by huiyan at 8/18/2004 12:10:07 AM
Hello everyone, Well, I'm rereading "actionscript for flash mx: the definitive guide" to better understand actionscript. I'm on chapter 2 under "movie clips variables and global variables" section, I tried out in flash the part where it says: attach this code: _global.day = "Monday"; to...more >>

problem with loadMovie into target
Posted by udonnoodle at 8/18/2004 12:09:07 AM
On my site, I'm loading in .swf's into empty holder MC's as targets when buttons are pressed. simple enough, i thought. I originaly had them set to load into an empty target MC, but since changed the behavior so that they load into their own unique targets so I could play with visiblity proper...more >>

Decimals
Posted by RoyMunson2004 at 8/18/2004 12:02:29 AM
How can a format a dynamic text box to have a maximum nuber of decimal places eg. 25.82 instead of 25.82365458...more >>


DevelopmentNow Blog