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) > january 2005 > threads for wednesday january 5

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

ScrollPane, MovieClips
Posted by VardHov at 1/5/2005 11:25:45 PM
With an Action Script code I am trying to modify the properties of a movie clip instance which is called from a ScrollPane. The usual way myScrollPane.myMovieClip.gotoAndPlay(10) does not work. Could anyone answer how to resolve the problem? Thanks. VardHov ...more >>


preloader problems
Posted by oliver_problemchild at 1/5/2005 10:34:34 PM
You can see the problem if ya surf to www.swahiliproductions.com and click on one of the buttons this is how i wrote the actionscript for it thanks, O var pbListener: Object = new Object(); pbListener.progress = function(evt) { suggesties_pb._visible = true; }; pbListerer.co...more >>

Linux Installs - for StudioMX 2004
Posted by flashphpdev at 1/5/2005 10:11:51 PM
Does anybody know if macromedia plans on support install packages for linux operating systems....? Dustin...more >>

Permanently merge or combine layers
Posted by mickapoo22 at 1/5/2005 9:57:31 PM
I am using Flash MX v 7.0. Can anyone tell me if there is a way to permanently combine or merge layers? Not locking or grouping them, but a permanent means to combine two or more layers into one. Thank you. ...more >>

Programmed 3D objects in flash
Posted by Nino at 1/5/2005 9:45:36 PM
Where can I find articles and tutorials about programmed 3 dimensional objects in flash..? Primarily articles concerning the technical issues of "actionscripting" various 3d objects (or even simple 3d space). That means NO imports from 3D studio max or other programs like that, jut plain action...more >>

Functionality Question
Posted by mgwalter at 1/5/2005 9:37:22 PM
I'm doing some research for development of a WebApplication that checks network connectivity to various servers. I'm interested in developing it in Flash, but it's new to me. As a Java Developer, I know that Java applets run in a "sandbox" that limits them from accessing servers other than th...more >>

Flash program problems
Posted by tobanaman at 1/5/2005 9:32:05 PM
My flash program has recently been freezing up for hours when im trying to publish or preview somthing, and recently it just crashed and made me lose about 30 minutes of work, is there a way that i could just reinstall it? or get it veryfied possibly? - thanks ...more >>

Performance difference between XP and 98
Posted by Neo Cobe at 1/5/2005 9:13:26 PM
Hi, I'm still struggeling with my performance problem. It seems now that the problems are mainly on win98 machine's (the speed of the cd rom is not that important) Does anybody know about this performance difference? Look below for my problem explanation: THanks Neo -------------...more >>



Pulldown menu in flash?
Posted by nez9 at 1/5/2005 9:09:05 PM
I'm trying to build a form in flash and I need to put in a pulldown menu...anyone got any advice or good references?...more >>

Syncing sound and movie in .FLV file
Posted by shoutzager at 1/5/2005 9:07:20 PM
Yes I am creating a Flash movie player from a QT file. Someone else did the QT movie with sound. I opened it in QT and exported as a .flv with sound and keyframes every 2 frames (tried /30 frames too). i then opened the Flash Video template (which I downloaded from MacroMedia) and linked th...more >>

making music continue over multiple embedded swf's
Posted by Yaelk at 1/5/2005 8:10:18 PM
:moon; Hi, I've created a large flash presentation, and it takes a while to publish. You may view the (unfinished) whole piece at: http://www.yaelkatsir.com/comps/marom/ Becaouse of the abnormal publishing time I've decided to break it to pieces, and load one swf after another (using behav...more >>

Marquee
Posted by Sebhughes at 1/5/2005 7:49:28 PM
Hot come flash mx 2004 does not have this functrion built in or functions like it...more >>

help on looping music
Posted by Mr. Sugar at 1/5/2005 7:49:18 PM
how do i get music to loop perfectly. I am coming across a situation where after a couple minutes the loop begins to play over itself so that there are two playing at the same time. One is of course slightly off, so it gets garbled. Any thoughts out there? ...more >>

Differenes between MX and MX 2004
Posted by Vern at 1/5/2005 7:45:39 PM
Hey all, I'm at my wits end here and am wondering if there is enough difference between MX and MX 2004 that would cause a file created in a previous version to not work properly in MX 2004. I have posted messages a couple of times and cannot seem to get anyone to respond to my issue and I'm...more >>

Please Help with Event Passing
Posted by ramspeed at 1/5/2005 7:33:16 PM
Hi - can someone please tell me how to allow multiple movie clips to receive mouseover/out events? I've got things stacked and I want more than one to receive the event. In Director I would do a Pass so the event would go to the other items. I can't seem to find that in Flash. Thanks for t...more >>

Copy/Pasting Bitmaps in/out Flash
Posted by tedbeargeon at 1/5/2005 7:31:07 PM
Against my better judgement I've been copy & pasting bitmaps between Flash & Photoshop ... When I copy a 72dpi bitmap in Flash and paste it into PS it ends at 300dpi. I'm sure I'm screwing something up ... any ideas? ...more >>

Changing the Instance...
Posted by calpolyarc at 1/5/2005 7:07:48 PM
Correct me if I'm wrong, but in MX couldn't you select a graphic and then change it's instance by clicking on some button? For example if I want to swap the existing graphic with a different one. I can't seem to find this function in MX 2004?? Thanks. ...more >>

Flash and XML parsing...
Posted by flashphpdev at 1/5/2005 6:41:42 PM
I have a flash piece that loads data from php in the form of XML. The following is what comes back. <Response> <Reply trigger='done' /> <Info value='This is the text from the database it contains Enter Key returns and paragraphs of text.' /> </Response> Now if you traverse the xml with th...more >>

TV Safe?
Posted by JohnLD at 1/5/2005 6:30:45 PM
I made an animation in Flash and want to transfer it to Video. It has been transferred sucessfully but I was informed that the top and bottom are cut off because flash does not automatically make a "TV Safe" border. The movie was made 720 X 486 pix for full screen output. I was told that since...more >>

Can I increase the text rollover trigger area?
Posted by t324ryan at 1/5/2005 6:18:34 PM
Hi. I'm a little bit new to Flash so I'd appreciate any help I could get with this one. What I'm doing is creating a rollover where when you mouseover text the text changes color. I got this to work, but the rollover only takes effect when you put the mouse directly over the lines of the f...more >>

Textfield caret missing in Mozilla and Mozilla Firefox browsers
Posted by Human Touch at 1/5/2005 6:18:27 PM
Standard textfields don't have a caret on those browsers. Anybody knows a quick solution for this?...more >>

make a shadow
Posted by robbie conaway at 1/5/2005 6:01:09 PM
I'm wondering how to give an object a shadow (like you would in the LAYERS PROPERTIES of photoshop). not only for your average object, but also for the whole flash movie itself so that it has a shadow between itself and the html background it is placed on. this seems like it would be fairly si...more >>

Duration bar hell!
Posted by speckle at 1/5/2005 6:00:22 PM
Hi I am trying to create a progress bar that runs for the duration of a swf to show how far along in the movie the viewer is. It will have to work over a number of scenes and will not be draggable. The only tutorials I can find are on preloader progress bars and this is NOT what I want....more >>

Not a big deal
Posted by designdog at 1/5/2005 5:41:14 PM
Just now I was working on a movie symbol and wanted to change the registration anchor from the default top left to the center. Unless I am missing something, there is no way to do this other than at the creation of the symbol - none of the editing options gives you this capability. Not a big...more >>

how to do this?
Posted by izsaknagy at 1/5/2005 5:40:10 PM
look, please at this web site - http://www.royalbliss.com how to do they did do this? notice that the content it does change with the timing of the day Thank you, Izsak...more >>

flash and html
Posted by Sudipto at 1/5/2005 5:15:12 PM
hi , can anybody help How can i put flash animated menu's on html (using Front Page). ...more >>

Interactive route maps
Posted by prendergast7 at 1/5/2005 5:14:00 PM
Hi, I want to create a route map simular to http://www.jet2.com and http://www.skyeurope.com can anyone direct me to a site or information that might put me in the right direction. Thanks...more >>

Wn2000
Posted by Sebhughes at 1/5/2005 4:40:40 PM
Has anybody reported him to Macromedia to get him banned cause he is just be a complete a** and abusing the forum...more >>

Run EXE File on Flash
Posted by Wn2000 at 1/5/2005 4:38:58 PM
How can I make a link, when I press I button, run EXE file without asking me, Please send Answer on, WaseemNet2000@Yahoo.com...more >>

Can we have a Flash Video category?
Posted by digioreo at 1/5/2005 4:30:42 PM
My title and summary says it all. Is it possible to add a new discussion area dedicated to just Flash Video questions? They are dispersed far and wide among the various categories and I believe those using flash video would be better served if the discussions could be rounded up in one area. ...more >>

Updater link needed
Posted by Larryh at 1/5/2005 4:26:28 PM
I have the older version of Flash. Flash MX version 6.0000. I can't seem to find the link for the Updater for this version. If anyone can offer me the link to that, I would appreciate it. Thanks :D ...more >>

I need a sneaky idea, like sneaky-sneaky...
Posted by Steve Dubbeldam at 1/5/2005 4:08:22 PM
So here's what I'd like to do: I have a site that is fully developed in Flash sitting in one html file. When you navigate through the site different .swf's load up to bring in the new content. Pretty standard. How can I track how many people visit certain areas of the site though?? Right ...more >>

Newbie
Posted by casimon at 1/5/2005 3:33:48 PM
Hello, I am a newbie and put together a Flash greeting card which was sent out and displayed fine....or so it seemed. It was just called to my attention that the greeting card is getting hung up on the preloader and just sits there for some viewers. I'm not sure where to start looking fo...more >>

fs command minimize
Posted by citygamer at 1/5/2005 3:18:25 PM
sorry to keep posting all these topics it is just i am stupid so.......... does anyone know the fscommand for minimizing a .swf when it is in fullscreen mode so it just goes straight down to the bottm computer bar thing , ...more >>

Tracking via XML
Posted by belemgroup at 1/5/2005 3:05:15 PM
Hello, I am working on an online training system that needs to be able to track users' progression through their courses. The main component of the system is a Flash-based 'wrapper' that loads and drives training movies created with Captivate. The courses are delivered to users, globally, vi...more >>

fs commands
Posted by citygamer at 1/5/2005 2:45:48 PM
i know these comands for fscommand 1) get rid of the menu 2) to make it in full screen but is there one to get rid of the main bar at the top of a document with the close , minimise and other one on, you know the one that says the title, also does anyone know a site that list's all the...more >>

flash on your mobile
Posted by citygamer at 1/5/2005 2:35:37 PM
i was reading another topic and it made me think, "can you have a flash document on your mobile" so i treid it and it wudent work so is there anyway of doing it. like pulishing it or sumin...more >>

Flash & Dreamweaver
Posted by SGS Yellowstone at 1/5/2005 2:34:09 PM
I am having trouble keeping my flash items to stay in position on my dreamweaver pages. When ever I try to center the whole page the flash items do not seem to be locked into position. They will work for one screen size only and can not be resized. The items move independently of each other. W...more >>

deloading a movie
Posted by citygamer at 1/5/2005 2:11:42 PM
hey every one , hope your having a gr8 new year anyway i was wundering if there is a way of closing a .swf from a button within that .swf coz i am making a game that is in full screen so peole will need a button to close it with out any incoveniece if you visit this site you will see what ...more >>

adding buttons
Posted by eastfordite at 1/5/2005 1:34:16 PM
I have created some buttons in flash. When i place them on my web page which has a background the stage that was around the button shows up. How can I place a button on my page and allow my background to show? Can I somehow publish my finished button with a transparent background? ...more >>

Importar fuentes en flash?
Posted by Jose Lorenzo at 1/5/2005 1:00:48 PM
Alguién sabe, como incorporar tipografías raras a una pelicula de flash para que se vean los textos que utilizan esas fuentes, sin convertirlo a modo gráfico(sin separar)? Gracias de antemano! Feliz año! ...more >>

feedback on training at MM authorized center please
Posted by Libbi Bosworth at 1/5/2005 12:52:19 PM
I apologize for posting on two forums; don't know if they are the same. I have found a couple local centers teaching flash actionscript. The courses seem detailed. The longest one is 5-7 days. Can anyone give me feedback on your experience with alearning center? it's macromedia authorized c...more >>

MPG to SWF
Posted by Chris Daly at 1/5/2005 10:40:56 AM
I've got a short MPEG video, that I'd like to convert to a flash file for use on a website (for compression and compatibility reasons). Anyone know how I can do this? I'm a real flash newbie (but have good experience of video editing and web design) TIA, C ...more >>

Help me...pls! How do I fixed the size of swf??...so that there won't be any chance for people to drag the size.
Posted by design in progress at 1/5/2005 9:48:20 AM
Hi thanks for reading my help message! I have published a SWF for my "web pulisher" (a person) to publish on a web, however, the SWF I have given her always turn out bigger when published on a web. Damn. And she always said I never fixed the dimension of the SWF during publishing from Flas...more >>

downloading .swf files
Posted by Pixel crazy at 1/5/2005 9:36:31 AM
hai, I am jus beginning to venture into flash action scripting. I would like to view the source file of some of the animations happening in other sites to get an idea of the approach. Can anyone suggest me a way to download & save .swf files embedded in html pages from the web? i hav been s...more >>

Embed scene in scene
Posted by d-studio at 1/5/2005 9:10:24 AM
a flash movie with 2 scenes. Is it possible to show scene2 in a rectagular area of scene 1? (or the other way arround) Thx in advance D-studio...more >>

is there any way to record video online without FCS
Posted by shb at 1/5/2005 8:16:12 AM
hi friends, is there any way to record video online without using Flash Communication Server ??? regards, sacpro...more >>

starting flash with a single screen
Posted by doienstudios at 1/5/2005 7:08:19 AM
This is one of those topics that should be easy, and I'll probably find the answer as soon as I've posted this, but here we go. I have a flash app with about 8 screens. All but one of those screens (the intro screen) is hidden. I have been able to create buttons and switch from one screen to...more >>

U-Flash Edit
Posted by terag at 1/5/2005 6:49:15 AM
I notice that U-Flash Edit seems to use the Macromedia Flash logo. Is this a Macromedia Product? http://www.manamedia.com/cms.php...more >>

PHP with Flash
Posted by Pyromancer at 1/5/2005 5:44:23 AM
I'm trying to do a login/registration and a e-commerce feature inside flash, but I've never done Flash + PHP before. Is that possible, and if so, what are some good resources talking about this? Thanks. ...more >>

CSS discrepancy between IE and Firefox
Posted by Pyromancer at 1/5/2005 5:42:50 AM
I have a navigation bar that uses CSS styles to form borders on each button. It works fine in Firefox, but those borders do not show up in IE. How owuld I fix this? Thanks....more >>

Order of a layer with an SWF in it
Posted by Pyromancer at 1/5/2005 5:41:03 AM
Hi, I have a simple HTML page with a couple of layers on them. One of the layers has an SWF inside it. I set the z-value to the layer to 1 (so it should be the lowest). However, the swf layer is always on top. How do I fix this? Thanks. ...more >>

Flash MX Crashes Way Too Often
Posted by headly at 1/5/2005 5:12:01 AM
:Q Running MX 2004 v. 7.2.something on a Sony Vaio laptop with win xp (all up-to-date). Trying to do the simpliest transitions, the program crashed 6 times today. Visual Studio reports the following error: Unhandled exception at 0x00407da4 in Flash.exe: 0xC0000005: Access violation reading lo...more >>

Help with flash video, Does it have to take up so many cells?
Posted by ricksastar at 1/5/2005 5:05:52 AM
I am importing a flash (or Quicktime) into a flash sequence I have. When i import the movie it takes up 1100 cells.. is ther a way to just make it play when it gets to a certain cell? any help would be great thanks!!..... Rick ...more >>

Static Text
Posted by Christy Hughes at 1/5/2005 4:23:01 AM
How do you make static text scrollable. I have a .fla that is very long with type. ...more >>

Connecting one Media Display object to another.
Posted by JetBlack05 at 1/5/2005 3:20:50 AM
Hello, I am trying to connect a series of media display objects to one another at the end of each video. i.e. Intro.flv > body.flv > conclude.flv I have each media display object on seperate screens named the same as the flv. I have tried using the CuePoints and the Slide CuePoi...more >>

Help getting flash CD-ROM to auto-run!
Posted by JLynnF at 1/5/2005 1:39:41 AM
I have created a CD-ROM that links to various flash files through a main flash interface. How do I get the CD-ROM to automatically run the main interface when placed into the drive? any suggestions? thank you!!! ...more >>

About player licence
Posted by crazytan at 1/5/2005 1:29:23 AM
These days I wrote an application for parsing&playing swf file, but right now I intend to use this application for business purpose. So i'm wondering if this is any licence about this situation. Looking forward to your help. I'd be very grateful if you could reply to bagiotan@21cn.com. ...more >>

Resizing Fla
Posted by Arrow206 at 1/5/2005 1:23:15 AM
Hello all I am a newbie and I have done an intro with flash. My Properties indicates 548 x 400 frame (screen) I've resized to 768 x 400 but all my items (animations pics etc etc) are now not centered. Is there a way to select all and align (center globally) or do I have to redo everything...more >>

Imported SWF from SwishMax continuously looping
Posted by ZackFrankowski at 1/5/2005 1:07:10 AM
Hi, Quick question -- I created an video and exported it from SwishMax (to a SWF) and have loaded in as a movie layer 1 using (loadmovienum) into Flash MX 2004 and the SWF keeps looping and I can't figure out how to stop it. I put a layer stop, checked (as far as I know ) all the loops...more >>

Does anyone know how this site was made?
Posted by Rob_jones732000 at 1/5/2005 12:54:03 AM
www.2ddepot.com Does anyone know how the game was made? How is the character constrained in the one area? How are the collisions detected? How it remembers what objects are picked up? Trying to make something that will have similar points to it, was wondering how it was done. ...more >>

Scroll Pane Scrollbars not appearing on first page visit
Posted by amc422 at 1/5/2005 12:37:11 AM
I have developed a website that uses scrollpanes. A related problem I am experiencing is that upon a first visit to a page with enough text to scroll, the scroll bar does not usually render. Upon exiting such a page and reentering, however, the scroll bar renders. To see what I have describ...more >>

Sync music with movie frames
Posted by slowhands at 1/5/2005 12:31:43 AM
Hey there. I am working on a movie for a client that will be shown on a 42" plazma screen via a PC. I have the movie built and the music I am going to have in the background. All is sync'd up when I preview the movie, and when I publish the projector file all seems fine as well. But wh...more >>

Need Flash Help In Los Angeles Area
Posted by pafkoatthewall at 1/5/2005 12:22:52 AM
Setting up a template and don't have required Flash skills to make a site from a puchased template. More than willing to pay for the assistance....more >>


DevelopmentNow Blog