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) > may 2007 > threads for tuesday may 29

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

Carousel Effect
Posted by Clubspinner at 5/29/2007 11:30:43 PM
I see a great effect that could be used for a variety of things at http://www.burberry.com/AboutBurberry/History.aspx Any ideas how this is acheieved?...more >>


Flash CS3 MP3 Player
Posted by ProDesigns at 5/29/2007 8:30:39 PM
Could anyone give me the code for an MP3 player for Flash CS3? The back-end actionscript code. Or could anyone give me a brief tutorial on how to setup an MP3 Player?...more >>

Fading movie out once it is finished
Posted by mb8276 at 5/29/2007 7:52:49 PM
Hi Everyone, I would like to know if anyone knows how to fade a movie embedded in a Flash file to fade out when it's finished playing? I'm not that great with scripting, and I tried to see if I could do it, but the action scripting has changed so much. Please help! Thank you in advance. ...more >>

Help It's driving me nuts! T_T
Posted by evanthebouncy at 5/29/2007 7:23:19 PM
I did this stopmation movie worth of 322 pictures of 640x480. However since my computer is really bad when I try to publish it it says "not enough memory". So I saved it onto a flash drive and brought it to a school computer and try to compile the flash movie into a .swf on the school computer...more >>

Unwanted text flow change
Posted by Loer at 5/29/2007 6:34:20 PM
I'm building an application that needs very accurate screen display and printing. I discovered several things in Flash that don't work as expected. A very annoying thing is the unwanted change of text flow in a dynamic or input text when: 1) scaling or 2) printing. An example: I have a ...more >>

Global Security Settings?
Posted by Chaz03 at 5/29/2007 6:24:24 PM
Hello, I am receiving the "Adobe Flash Player Settings Manager - Global Security Settings" message on a couple of my client's sites. I develop in Flash MX. Is there a way to avoid having this message pop up? Is this something that I am doing while creating the FLA/SWF or is it a br...more >>

Small Unwanted Image Movement in .swf File
Posted by GACUTIL at 5/29/2007 4:05:11 PM
Hi. I'm not a Flash developer, so please excuse this question if it is sophomoric. Someone created a .swf file for my site that transitions multiple images in & out. It can be seen here: http://www.shadyladylighting.com. The problem is the images seem to abruptly move/jump as they are in ...more >>

Global Security Settings?
Posted by Chaz03 at 5/29/2007 3:31:18 PM
Hello, I am receiving the "Adobe Flash Player Settings Manager - Global Security Settings" message on a couple of my client's sites. Is there a way to avoid having this message pop up? Is this something that I am doing while creating the FLA/SWF or is it a browser setting/flash player s...more >>



MX2004 AND CS3
Posted by wattsun at 5/29/2007 3:27:33 PM
Any known compatibilitiy concerns? I am going to use a company to devlop a flash wrapper and there platform is MX2004. We are considering buying CS3 inhouse to do any changes updates etc.etc. my concern is that they are using a old format that may be outdated? I am wondering if anyone fami...more >>

rollover pop-up box not doing as its told. !
Posted by Frazer75 at 5/29/2007 1:59:29 PM
Hi all, I have created two identical rollover systems for a navigation section. The first one works great, displays its contents and disappears when mouse rolls out. The second almost does the same, except it keeps the contents on display after the roll out event happens.! Which is not wha...more >>

simple library question
Posted by choxxo at 5/29/2007 1:44:05 PM
Is it possible to export only the contents of a library to an external folder for later importation and use. I seem to spend loads of time re-doing the same graphics and buttons over and over again. I would like to export to a folder and then selectively import from the same folder as requir...more >>

Buttons and Event Handlers
Posted by padrepio at 5/29/2007 1:31:46 PM
In Flash 8, I could script a button this way: button1.onRelease = function() { img_mc.gotoAndPlay(1); } How would I do something similar in CS3?...more >>

CS3 bug? Copy and paste to Slide Presentation
Posted by Cadevous at 5/29/2007 1:25:52 PM
Using CS3 in a standard AS2 Flash file, When doing: Select all; Copy Frames; Then pasting in a new empty Flash Slide Presentation, with the exact same stage size, in Frame 1 of Slide 1using: Paste Frames; All of the newly pasted contents are offset, as if the center is at the to...more >>

How to remove IE protection with .swf files?
Posted by Charles A. Landemaine at 5/29/2007 10:33:52 AM
When I open a page that has an .swf animation embedded, Internet Explorer shows a dotted frame around it when I pass my mouse over the animation. When I click a link of the Flash animation, the click only activates the animation. To effectively click the link, I have to click it a second time. H...more >>

Is there an easier way to make a background?
Posted by FinkyFeke at 5/29/2007 4:02:29 AM
Say for example you wanted the top half blue and the bottom half green. You could change the document background to blue. To create the green part, would you have to draw a shape to the edge of the stage? Would you be able to draw a line then fill the bottom half to the edges? Thanks. ...more >>

Button won't link to alternate scene.
Posted by cwpapps at 5/29/2007 3:50:35 AM
Creating a small flash file. Button within a movie clip in scene 1 is suppose to link to Scene 2, Frame 1, but it's linking back to Scene 1, Frame 1... Have tried to trouble shoot, but nothing seems to work... Anyone care to help me out? Thanks! ...more >>

Make imported SWF into a button
Posted by Dinghus at 5/29/2007 3:19:52 AM
I need to import a SWF and make it clickable on the fly. So I tried making a button, then overlaying the button with a movie clip. Then loading the swf into the mc. But once I load the swf it becomes unclickable. Any suggestions? ...more >>

Import animated GIF on the fly
Posted by Dinghus at 5/29/2007 2:48:02 AM
All the answers I've seen for this one are old so I'm hoping it has changed. If not ... GET WITH IT ADOBE! :) Can I load an animated GIF into a SWF on the fly (loadMovie) and get it to be animated? I know it seems to load just the first frame in but is there anyway of programming or anyth...more >>

How do I apply the same set of commands?
Posted by lucy kafka at 5/29/2007 12:40:26 AM
I am sorry if I am overlooking this, but this is hard to search for in the manual. If i want to go to an object, or keyframe, and transform it ...scale it, etc. and change color, or apply a transition... in other words, change more than one thing at a time, and I need to do this to a number ...more >>

background
Posted by LuisDesigns at 5/29/2007 12:05:49 AM
hey guys, how do i open a new workspace but with transparent background? thanks...more >>

Having Problems Applying Gradients
Posted by Myrrhlin225 at 5/29/2007 12:00:00 AM
I am getting to the point of pulling all my hair out, because I cannot figure out what I did to get this to work previously (but it did work and I cannot get it to work again). I have a simple row of text that I created in Illustrator and imported into Flash as a group of compound paths (b...more >>

Custom FLV Player
Posted by Xylum at 5/29/2007 12:00:00 AM
Hi, I have a working semblance of a beta flash player I created (through the help of course of Lee Brimelow from his website). You can see a working copy of my flash player at the following link: http://www.cogvent.com/coolvideos.php My end goal is to be able to control the flv playe...more >>

Player 8 and above security
Posted by flashcrazy at 5/29/2007 12:00:00 AM
Hello, Javascript function if called from flash 8 swf published for player 8 and above do not respond While if I publish samke file for player 7 and below they work fine. This is some security isssue I understand but exactly what is the reason ? I require to publish in flash8 becoz of the ...more >>

animation classes
Posted by lus29 at 5/29/2007 12:00:00 AM
i am a little confused, because i have 5 choices to use tween classes, and i need someone to recommend me the best method. well, i have: 01.Zigo / Laco 02.mcTween by Zeh Fernando 03.Caurina Transitions by Zeh Fernando 04.Fuse 05.mx.transitions built in Flash Kit ...more >>

Cursor positioning in AS-Editor
Posted by hg11811 at 5/29/2007 12:00:00 AM
I have a problem with cursor positioning in the ActionScript editor (Flash CS3 on Windows Vista). The cursor is automatically moved to the first non whitespace character when moving up and down in the source code. This is extremely annoying, especially when selecting code section for cut&p...more >>


DevelopmentNow Blog