Archived Months
July 2003
August 2003
September 2003
October 2003
November 2003
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


all groups > flash (macromedia) > november 2004 > threads for wednesday november 3

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

fonts not working
Posted by leighRing at 11/3/2004 11:22:10 PM
I have a P22 postscript and true type font that I have used in Illustrator and Photoshop successfully, but I am not able to use it in Flash MX. Is there a way to make flash recognise this font and to use it through out the site? ...more >>

swap depths issue
Posted by nat77 at 11/3/2004 11:15:16 PM
every time I drag a new movie clip (sock) to the feet, the old one disappears. it's because every time you click a new one i have a code that makes it jump on the highest depth. so it knocks over the old sock, which was on the previous highest depth. you can see the file in: www.thebutterflyef...more >>

fla ERROR
Posted by m NO[at]SPAM gu5 at 11/3/2004 10:52:54 PM
how to recovery a fal damagged????? please help...more >>

FLV?
Posted by bso_71 at 11/3/2004 10:33:26 PM
How can I create a FLV? thanks! Brenda S....more >>

Dropdown flash sitting behind form elements
Posted by Emma at 11/3/2004 9:32:03 PM
I have a flash overlay banner. How can I ensure that if it drops down in front of a form element the form element will not poke through the flash?? Currently the text input and the submit button are appearing in front of the banner. Any help appreciated. ...more >>

Video with the Flash Video Extension
Posted by GeddyLeeRocks at 11/3/2004 9:29:41 PM
Can anyone tell me a quick reason why I need this? I love it and want it but I need a good shnazzy blurb why this is cool (ie quicker 'download' etc)... any takers? http://www.macromedia.com/devnet/mx/flash/articles/flv_tutorial.html Rob ...more >>

Imported Video crooked
Posted by swimcoach at 11/3/2004 9:06:19 PM
I am new to DirectorMX so please bear with me... I imported an avi as quicktime video. When I double click on it in the cast, it plays fine in the pop-up window. When I add it to my stage, it is crooked within the sprite. It is at like a 30 degree angle. Does any one know what would c...more >>

Text Color Property
Posted by GaryC at 11/3/2004 8:47:15 PM
I need to change the color of text via a button. I can't seem to access the color property of the text. title_txt is name of the text library item. title_txt_clip is the name of the clip that contains the title_txt object What is the property to change the color of the text? G ...more >>



Scaling/Rescaling movie issue
Posted by Screenweasel at 11/3/2004 7:49:51 PM
Hello everyone, and thanks for reading. Very simple issue. I have a graphic, turned said graphic into a movie. I put a motion tween on it to both expand and shift. Now I want to reverse the procedure when a button is clicked so it resumes its original dimensions. However, copying the frame...more >>

sending to a database
Posted by screech90 at 11/3/2004 7:36:14 PM
I have the following code on its own layer so I can determine the click throughs on our site. userClicks = []; b1.onRelease = function(){ userClicks.push(this._name) trace(userClicks); } b2.onRelease = function(){ userClicks.push(this._name) trace(userClicks); } Instead of doing a trace...more >>

gr8er dan
Posted by jimbo bagins at 11/3/2004 7:25:06 PM
i have asked this befor but i forgot so here it is again does anyone know how to do a gr8er dan thing like onClipEvent (enterFrame) { if(score >8) gotoAndPlay(3); } but so it works ...more >>

Attach Text to line
Posted by americanhockey95 at 11/3/2004 6:20:19 PM
I was wondering if it was possable to attach text to a line in macromedia flash, if so how?...more >>

changeing a script
Posted by jimbo bagins at 11/3/2004 6:14:09 PM
okay i have this script: onClipEvent (enterFrame) { speed = 1; } onClipEvent (enterFrame) { _root.g._x = _root.g._x+speed; } so i want a button that when it is clicked the 'speed' is changed to (3): onClipEvent (mouseDown) { _root.g.speed = 3; } but it wont work , does anyone know why a...more >>

random this for me
Posted by jimbo bagins at 11/3/2004 5:58:04 PM
does anyone know how to turn this into a random kind of thing onClipEvent (enterFrame) { _root.d._x = _root.d._x+7; } you see i want it to have a difernt speed [(7) ] every time the frame loads so it could be 4 or 7 or 9 or 2 know what i mean , i think it should be somthing like ...more >>

How to adress MovieClips
Posted by didi.thinkpad at 11/3/2004 5:37:31 PM
Hello everybody, I have created MovieClips dynamically with a loop: for (i=i_von; i<=i_bis; i++) { myMC = this.createEmptyMovieClip('thumb'+i, i); these Clips have been loaded in the stage. When I want to refer later to these Clips I need again to dynamically set up their names. I triedl...more >>

Object Follows Mouse Pointer?
Posted by iljvp1025 at 11/3/2004 5:23:36 PM
I am wanting to create an object where an object follows the mouse pointer where ever the user moves it on the screen. I was looking in the Support Pages for Macromedia but didn't find anything that related to that topic. Could someone point me in the right direction on how to do this? Than...more >>

Blinkin Radio Butons
Posted by smartbei at 11/3/2004 5:21:01 PM
Hi, I have a problem wiht radio buttons i have in my flash. when one is selected, it will 'go off' (you will not be able to see the white dot) when your mouse istn over it. why? for example: you ahve foru radio buttons, and you select one. when you move the mouse off of the radio button comp...more >>

Dynamically attached components
Posted by Buff Dogg at 11/3/2004 5:14:52 PM
all updates I have a movie clip in my library with a linkage identifer as vid. this 'vid' movie clip has a loader component called graphic_ld and a label component called label_txt in it. with a script on my main timeline I dynamically attach the vid movie clip several times depending...more >>

convert swf to avi
Posted by s_conk at 11/3/2004 4:43:02 PM
I desperately need to convert an .swf movie to .avi or .mov so I can bring it into FinalCut Express.... the .swf includes 'movie clips' off of the main timeline, therefore the converted file does not include all of the animation - man I wish I knew that before I built it! I've read somethi...more >>

Media Display Comonent Problem
Posted by wickworx at 11/3/2004 4:39:49 PM
I have a MediaDisplay component that is calling an external FLV. When I publish the movie here is what happens: On a PC the word DISPLAY comes up and disapears, then my FLV plays. On a Mac, the word DISPLAY comes and disapears and then my FLV does not play. Has anyone had this problem?...more >>

Combobox problem
Posted by ritpas at 11/3/2004 3:38:59 PM
Hi, I have a combobox whose labels are retrieved from a chart. the code looks like this : activites.setDataProvider(activite_nom); activites.sortItemsBy('label', 'ASC'); The labels are properly displayed in the list and properly sorted too but as default label he displayes already a la...more >>

Preloader Possibility
Posted by zee4speed at 11/3/2004 3:31:19 PM
OK, recently, i've seen on many (RIA) websites, that the data that is being requested from a server is represented with a preloader. So the user knows the status of the data going or being recieved. Im trying diligently, looking everywhere to find out how i can possibly do this. I want to b...more >>

Text button hit area
Posted by Skeller Rat at 11/3/2004 2:23:16 PM
I have upgraded from Flash 4 to MX pro. In MX pro text was typed and then converted to a button symbol. In the timeline for the button the roll over effect was created and the hit area created with the retangle tool. When testing the movie and publish previewing the rollover hit area only seam...more >>

Flash Player is slow on Mac's.
Posted by MattJ at 11/3/2004 1:58:08 PM
Yes, its true, flash movies seem to be running very slow on macintosh computers, while their pc counterparts are running as smooth as ever. I'm looking for other people to concur this is not just me, and also seeking any documentation that may have been written on this peculiar subject. than...more >>

smooth picture fade
Posted by dw9th at 11/3/2004 1:48:36 PM
I am using some pngs and want to have smooth fade transitions from one pic to the next. I have them one movie clip and the transistions seem slow and choppy. The pngs themselves are not that big. http://www.usca.edu/proofs/sciencestore/ any suggestions on a better more processor friendly way ...more >>

Class Properties/Methods Scope
Posted by Mister Edward at 11/3/2004 12:27:26 PM
Hi all, I'm having a problem with my menu classes. I've tried several solutions to this problem, but always seem to come up against the same problem, which I thinkmay be a scoping one. I seem to be able to access some of a classes properties, but not others or any of its methods, depending...more >>

Internal Flash Distribution
Posted by Norton at 11/3/2004 11:28:24 AM
Hello all, I have been trying to find an answer to the following without any luck. We have created a Flash based application for a corporate client and they wish to manage Flash player distribution via LanDesk package. I pointed them towards the intranet deployment pack which states: ---...more >>

sendAndLoad not working with external swf in Internet Explorer
Posted by x NO[at]SPAM x.com at 11/3/2004 10:48:04 AM
My flash project is working fine in Firefox. In Internet Explorer the external swf that is loaded isn't seeing the variables from the sendAndLoad. Any ideas? ...more >>

can flash do >>
Posted by mickof at 11/3/2004 10:04:28 AM
hi I am wondering could some one tell which package either director or flash am i better off using. i am going to be designing something along the same as the following link. i hope to make something like the map, zooming, panning etc. its going to be a stand alone application and not on th...more >>

building flash web site
Posted by shush at 11/3/2004 9:43:29 AM
Hi im trying to build a Flash website and just wanted to know what the best way to start building it, do i create one main page for homepage and withn there have blank movie clips for each section of my site and have the swf files loading in the blank clips? If so I can get the movie to load ...more >>

stop all dragging script
Posted by nat77 at 11/3/2004 7:59:49 AM
what is the script that makes all dragging (of all movie clip instances on the stage) false?? I am desperate!...more >>

external sound not loading in IE but ok in Firefox
Posted by ewok781 at 11/3/2004 7:02:39 AM
i have a script on a frame at the root of the movie. // background sound (war environment) _global.bgsound = new Sound(); bgsound.loadSound('sounds/mp40.mp3') bgsound.setVolume(100); bgsound.onSoundComplete = function() { bgsound.start(); } the problem is, that the sound isnt loading in ...more >>

pass parameters in ide when testing movie?
Posted by Michael Appelmans at 11/3/2004 6:00:30 AM
How can I pass parameters to a movie I am testing in the IDE with Test Movie? I pass the parameters on the URL with ?parm1=foo when running in browser. Thanks. -- Dabbler...more >>

Gif's or swf (why?)
Posted by disturbingthepeace at 11/3/2004 5:10:13 AM
I just learned that animated gif's are/can be created with flash! I am a newbee so have mercy. My question now becomes. IS there a guidline for having a movie be a gif instead of a flash movie? File size < 15k? thanks in advance ...more >>

Dynamic text with external fonts
Posted by Whittaker007 at 11/3/2004 4:45:52 AM
Hi there, I have created 3 external font libraries to use in my main animation. These are empty movies which contain a single font library item each, exported for actionscript. My main movie has these fonts added in the authoring environment by opening the external libraries, dragging the fo...more >>

button rollover effect help
Posted by usm_designer at 11/3/2004 4:11:44 AM
http://www.flashkit.com/tutorials/I...h-520/index.php i just did this tutorial and the rollover effect didnt work at all all i got was a blinking effect on my movie clip. and it started doing that from entering in the movie. rollover wasnt even a factor can anyone help me with this? ...more >>

vanished properties inspector
Posted by cptvideo at 11/3/2004 2:59:16 AM
I took a few hours off from a Flash project I'm working on, and I can no longer find the properties panel. I've restarted Flash, and my computer. No properties! What's happening? Ctl-F3 does nothing, and when I try to select "properties" from the windows menu nothing happens and there's...more >>

making text pixalate in?
Posted by cyber00677 at 11/3/2004 2:31:53 AM
if you go to thsi site and click on the http://www.electoral-vote.com/template 3 down 3rd colum and click it and go to the jobs sections you see how the text pixaltes / fades in. how do you do that i know you could take the time and do it with custom animations but there is also a transtion f...more >>

Maximum Image Size
Posted by Banjomamo at 11/3/2004 1:54:20 AM
I'm working on on a project where I'm using a script to move the Ypos of an image. It works fine for the first 7000 pixels but the second half of the image is not visible even with the correct coordinates. Any ideas? ...more >>

getLocal, or trying to make hiscore that is accessible by all computers
Posted by J S at 11/3/2004 12:41:47 AM
Hey guys, i've made a hiscore with getLocal (sol file), but when i upload it to my web site it makes a new sol file(in other words, a new hiscore) for every computer. any idea on how to make a shared sol? thanks ...more >>

Image instead of animation if Flash not installed
Posted by Stefan Weber at 11/3/2004 12:38:16 AM
Hi I would like to replace my Flash-Animations (e.g. a menu bar) with a static image (like gif, jpg or png) if the Flash Plugin (or a version which is not high enough) is not installed. The important thing is that I'm looking for a solution to this problem without any use of Java Script. Is...more >>


DevelopmentNow Blog