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 2005 > threads for tuesday november 22

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

Smooth Image scaling
Posted by TonyDevin at 11/22/2005 10:19:48 PM
Hey all, I've been an on/off flash user for some time. One problem I have always recognized but never been able to settle is that flash does a poor job of displaying images when they are not at their 100% w/h dimensions. I have always wanted to find a way to slowly scale images without...more >>

Error opening URL "..../....mp3"
Posted by FlashAmit at 11/22/2005 9:46:53 PM
I am making a CD in which we load a number of mp3 files. I sequences the mp3 files dynamically by passing an array of mp3 file names to the function. The function simply plays the first sound and on the event "onSoundComplete" it loads the next sound in the array. The functions behaves and inf...more >>

problem whit popups in flash 8
Posted by MisterJohn at 11/22/2005 9:30:46 PM
Hello... I want to open a popup with a .jpg from flash 8 but it is impossible, in flash mx 2004 I haven't a problem, for what's in flash 8 I cannot? it is a security problem?........more >>

How to add webcam to flash site?
Posted by LeoDasO at 11/22/2005 9:24:24 PM
How can I have flash grab jpgs from an external source and update them constantly every second? I've searched around google with no luck. Thanks in advance!...more >>

Moviescript Navigation
Posted by Ruku at 11/22/2005 9:18:18 PM
Hello, I am running into a snag and I would like your help, Okay I have a movieclip (name "galve") and in that movie clip I have an object. The movie clip id on my second layer and my button is on the 1st layer. I would like to know the action script to put on the button that would navigate to...more >>

Flash Problems on Macintosh
Posted by robin robin at 11/22/2005 8:33:55 PM
I've looked at this site that I've developed in Flash 8 on Opera, Firefox and IE for the PC and it works fine: http://www.obsidianjewels.com/v2/ But I've got a Mac user using Safari that says the transitions between the photos aren't happening. I don't have access to a Mac to test at the...more >>

Printing Flash from the Browser
Posted by TylerBullock at 11/22/2005 7:06:18 PM
I have a HTML page with 2 flash movies in it. Each movie contains a graph. The problem is printing the page. Either the Flash objects don't show up at all or the get cut off. Any advice on helping the browser? Thanks ...more >>

customize
Posted by petesmit1 at 11/22/2005 12:22:04 PM
does anyone know how to customize this animation preload, http://www.kirupa.com/developer/mx/preloader_component.htm, i just want to change the preload animation bar to a different animation is this possible?? ...more >>



why do some work and others dont ???
Posted by relli at 11/22/2005 12:17:50 PM
please help. view http://www.descummings.pwp.blueyonder.co.uk and click on brands.. some links work and some dont...Why? Any ideas? i am using studio 8 and have simply saved over the same fla file to create all the smaller swf files that load into the small space on the right hand side. ...more >>

Pause/Play issue
Posted by shramik at 11/22/2005 12:10:48 PM
Hello All, I have created a presentation with audio, in captivate. I have then imported it into flash. The presentation plays fine but i would like to create a pause and play button. Although i can get the presentation to pause, and play the audio will not initiate. I think this is beca...more >>

progress bar in video
Posted by Luckyriz at 11/22/2005 9:49:10 AM
Hello i'm making an interactive cd and playing more than 40 videos of different durations in that cd through media player component. it is working fine except one thing . in component inspector of media playback u have to give the video lenght. but when i play different videos in tha...more >>

pre-loader for movies
Posted by petesmit1 at 11/22/2005 9:08:31 AM
ok, so i'v got 3 movies playing within the same movie, and they are quite large, so i want to have a preloder on them so that one preloader comes up and doesn't let the movies play untill each one is loaded, because the movies contain images fading into each other, its for a gallery, anyone ha...more >>

Pausing the execution of while loop
Posted by lev.shvarts at 11/22/2005 5:48:56 AM
Hi, what I have right now is a button that has the following code: ------Button--------------- on(release) { _root.flag = true; } ---------------------------- Also in the main timeline I have the following script: -------Main----------------- while(some condition) { ...more >>

Saving a text file using flash MX 2004
Posted by detba at 11/22/2005 3:37:18 AM
Can flash MX 2004 Professional save an external file? If it can't save , then what other solution can be done? Thanks!...more >>

Trouble loading external files
Posted by newospy at 11/22/2005 2:56:02 AM
Ok, I'm no pro at Flash, I'm teaching myself... but I'm starting to get the hang of it, thats why I think this problem I'm having isn't my fault. I tried a simple tutorial that lead me through how to create a dynamic text field and load an external text file into it. My AS looked like this:...more >>

Flash Rotating Banner question
Posted by Po Thi at 11/22/2005 2:33:39 AM
Hi, I'm trying to rotate mixture of image and flash files as rotating ads using Javascript. I have an array of images and flash files. To change rotate an image the example code that I use is document.images.pic1.src = img1[t1]; Is there a way I can change the swf file using sim...more >>

Page turn effect
Posted by ainkl at 11/22/2005 2:33:31 AM
I am wanting to create a page turn effect and I understand that this needs to be done in Flash. I don't know where to start. Can anybody recommend any tutorials on this subjuct for a novice Flash user? Is this something that a Novice Flash user should even attempt? Any advice or help would b...more >>

Variable value
Posted by yevri at 11/22/2005 1:10:40 AM
Hi, I am trying to get the value of a variable and hide (or not hide) a movieclip based on that value. I load variables into my movie and that is working fine. But if one of the variables (l6) equals "na" I want to hide a movieclip named n6. How should I do this? I tried this script on the...more >>

How to get external swf file's stage size?
Posted by gfyu at 11/22/2005 1:02:10 AM
How to get external swf file's stage size?...more >>

import swf back to stage and keep sound
Posted by mballom3 at 11/22/2005 12:20:53 AM
Hi, How can i import an swf that i created 6 months back into stage and keep the sounds that i embedded in? (lost the fla during a disk format). I tried but got many keyframes without the sounds....more >>

frame rate
Posted by petesmit1 at 11/22/2005 12:00:00 AM
I am making a pre loader, and want to know if i can bump my frame rate up to 100, or will this be too big in file size, anyone know?...more >>

Adding flash pages & text
Posted by irish80ca at 11/22/2005 12:00:00 AM
I was hoping someone..........anyone could point me in the right diection to get the information I need. I am recently new to the whole website design area but have messed around enough to know html. I decided I wanted to learn and set up a small flash website for my brother since he's opening...more >>

Flash Effects Programs
Posted by Xaos at 11/22/2005 12:00:00 AM
Can anyone suggest some programs other than flash that do pre-built flash effects as well as flash drop down menus like these in the http://www.tacp.toshiba.com/dvr/ site? Thanks Chaz...more >>

Properties Panel UI
Posted by ..........gma....... at 11/22/2005 12:00:00 AM
This is an open request for anyone willing to bite. I've suggested this to Macromedia a number of times via their feature request form, but that's proven to be a one way street as far a communication goes. It's a seemingly simple issue and could have been addressed in the Flash 8 release, but ...more >>

Flash and HTML
Posted by cmptrnerd9 at 11/22/2005 12:00:00 AM
I am a developer and have a Flash issue and maybe someone can tell me if it is on the program end or the Flash end: The Flash pulls "news", which is stored in a database in HTML format (for links and formatting). When testing, it cuts off the news text at the first embedded html tag. Is th...more >>

Weird pixel glitches with imported images
Posted by jeffrey henning at 11/22/2005 12:00:00 AM
This has been a big annoyance since I first spotted it in LiveMotion and I'm seeing the same thing with Flash 8. I'm doing site in Flash (some of it's done with LM2 since that's where it was comped) and regardless of the program used to create it, I'm seeing glitches in images that have be...more >>

How was this done?
Posted by Xaos at 11/22/2005 12:00:00 AM
I know some type of Flash was used, but does anyone know how this was made, in terms of getting the flash to play over the HTML and then disappear? Thanks Chaz http://www.netscape.com/ - Look at the Walmart AD that you see first. It may only show once, it comes fast..... ...more >>

moving to next image
Posted by vncntj at 11/22/2005 12:00:00 AM
I can't get it to move to the next image.... ps... is this clean... using the timer with onEnterFrame function photoIt() { var loadListener:Object = new Object(); var photoLoader:MovieClipLoader = new MovieClipLoader(); photoLoader.addListener(loadListener); for (i=1; i<=4; i++) { ...more >>

Flash 8
Posted by Larryz at 11/22/2005 12:00:00 AM
When a new symbol is inserted in flash 8, you dont get the choice for the registration point, from what i remember in the older version you always did, and it means you have to centre it to make the registration the centre, or convert a symbol on the strage, then you can chouse the registrati...more >>

Loaded or not Loaded?
Posted by Gustavo Thiesen at 11/22/2005 12:00:00 AM
hi. im loading images with this lines of code: var container:MovieClip = this.createEmptyMovieClip("container", this.getNextHighestDepth()); loadMovie("image1.jpg",container); setInterval(function(){ _level0.bytesLoadedImagem6=container.getBytesLoaded(); _level0.bytesTotalImagem6=conta...more >>

Cannot open FLA
Posted by Jand3r at 11/22/2005 12:00:00 AM
hey, i was working on a project and flash crashed while publishing. now the FLA wont open and so are 3 more version i did of the same file, they all wont open (other FLAs open fine). did it ever happen to anyone ? or is theres a way to fix the file ? i was trying to import the FLAs lib...more >>

motion tweening with external images
Posted by Gustavo Thiesen at 11/22/2005 12:00:00 AM
hi... there are no ways to load a external image and use that image inside a motion tweening? im doing this: i have a movieClip (named "Image") in the first frame on the eleventh frame i have another instance of mc "Image", but -100 pixels up and a tweening befor it (frame 2 to 10) ...more >>

Problem with Flash 8
Posted by Lord_Ruryl at 11/22/2005 12:00:00 AM
:confused; I started using Flash 8 this week, but i have a problem with the web services panel: I add several webservices, and when i restart Flash they are gone and i have to add them again, in flash 7.x they used to remain there i mean i just had to refresh, but here the webservices list i...more >>

Flash Player Security
Posted by emerys at 11/22/2005 12:00:00 AM
Hello, I am starting to understand some of the security problems that are being overcome with the latest releases of Flash Player, but which version should we be using? We were directed to 8.22, but I know that 8.5 is ready to be released? Is 8.5 compliant with the new security restrictio...more >>

fscommand/ javascript help
Posted by ryandrum at 11/22/2005 12:00:00 AM
i need a simple close window button to close a browser window. i can figure out the action script easily enough but i have no experience with javascript so any help would be appreciated. thanks ryan...more >>

chaching IN flash
Posted by ofeet at 11/22/2005 12:00:00 AM
okay here's the situation... For SOME reason, flash is caching when I export my movies. So if I hit control+enter to publish my movie, it might have old values that I KNOW i got rid of. and then after a while it will update to the new stuff. it's VERY frusterating because it's slowing my p...more >>

Is Flash scriptable using Applescript?
Posted by pknair at 11/22/2005 12:00:00 AM
Is there any way to script functions of Flash using Applescript? Basically, I have a number of processes that I do which are rather repetitive (like exporting Flash movies as image sequences, or publishing movies, etc.). I'd like to be able to use Applescript to do these functions as I have ...more >>

Flash buttons
Posted by bredmaker at 11/22/2005 12:00:00 AM
hi there i have a movie clip and at the end of the animation, my text apears. now there is a "next" button at the bottom of the clip. when i roll over it ot displays the next txt but i cant get the first to disapear. so what happens is that the new txt ends up on the first txt that was di...more >>

new user
Posted by zul at 11/22/2005 12:00:00 AM
This software is still new to me. I want to know what is macromedia and how to use it. ...more >>


DevelopmentNow Blog