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) > september 2007 > threads for tuesday september 4

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

Flash keeps shutting down
Posted by tgbradford at 9/4/2007 11:39:08 PM
Hey all. I have been experiencing Flash shutting down while working with buttons and tracing some images. When I restart, it varies in time when it shuts down again, so I don't get much accomplished for my projects. I have to keep saving my work every few 30 seconds or so. I get the error b...more >>

Prime Numbers
Posted by Donjworks at 9/4/2007 11:27:05 PM
Hello, After a few unsuccessful tries, I can't make a script that'll check weather a number is prime or not. I found a function that supposedly does this, but I have no Idea how it works: Number.prototype.isPrime = function(){ if (this == 2) return 1; if (this < 2 || (this & 1 == 0...more >>

preloader
Posted by daratgh at 9/4/2007 9:50:53 PM
The preloader I have added to this site appears at the beginning of every 'run' of the movie what did I di wrong htt://www.dancemasters.ie/fossetts Thanks for your help in advance...more >>

Pop Up Question
Posted by ist_04 at 9/4/2007 9:00:48 PM
I am confused on why script will not work in Movie Clips. I use Flash MX Pro 2004 & I am currently using the following script for the button: on (release) { address = "URL here"; target_winName = ""; width = 990; height = 528; toolbar = 0; location = 0; directories = 0; status ...more >>

Cue point to jump to next frame of movie
Posted by eyeflame.tv at 9/4/2007 7:17:01 PM
Hi. I'm a bit lost assigning an action script created CuePoint (Entered in Paramenters Window for FLV media component) to tell my SWF movie to advance to the next frame and thus call the next video I want to throw onto that next keyframe. I know this must be basics to most, but somewhe...more >>

DW CS3 insert FLV video will not work
Posted by Frank Branker at 9/4/2007 7:13:51 PM
After following all the instructions the (FLV) video will not play on page. The file was created with On2 Flix Pro, I uploaded the scrip folder and the player skin files bot still no go. I?m using the insert media flash video feature in Dreamweaver CS3 but the video will not play on the page. ...more >>

published movie cropped at bottom
Posted by jefflamonica at 9/4/2007 6:31:52 PM
I have published a small swf file for embedding into a web page. When I view the SWF file by itself in my browsers, the bottom line of pixels is visible. When I view the published HTML file in the browser, or insert my movie into the web page in Dreamweaver using INSERT > MEDIA > FLASH, the b...more >>

Making a flash animation into link
Posted by Garry Bradley at 9/4/2007 5:15:30 PM
Hi all Could someone tell me how to make a animation placed into Dreamweaver clickable? I just need a simple link to another page but I can¹t find where to link anything in. Is it a parameter that I need to set up? Thanks...more >>



Audio syncing issues with Flash presentation.
Posted by overdeferred at 9/4/2007 4:48:36 PM
Hello Everyone, We're working on a flash presentation for a client of ours that includes a voiceover and background audio track and we have come into a snag with how the audio is syncing up with the animation. We are using Flash 8 and the final published flash file will be played locall...more >>

Flash Video Player works locally but not live!
Posted by jIsaac74 at 9/4/2007 4:47:02 PM
I have a simple flash player which works locally but not when I make it live... I have an external flv file and its in the same directory as the swf file. Here's the page and code. http://cf3.heritage.org/nationalsecurity/VideoTool/HIF_PlayerNEW.html <!--- code ---------------------...more >>

WAP
Posted by Freakoftheweek at 9/4/2007 4:28:34 PM
Is the flash player available for cell phones and if so how stable is it?...more >>

Exporting entire
Posted by digitaltoast at 9/4/2007 12:00:00 AM
I have the same question as in http://www.adobe.com/cfusion/webforums/forum/messageview.cfm?forumid=15&catid=19 4&threadid=1025976&messageid=3678408&arctab=arc which is: Hi, Does anyone know how to export all the elements in the library of a flash file? i.e. Get all of the jpg's in the...more >>

IE not playing my audio captcha
Posted by ToonMariner at 9/4/2007 12:00:00 AM
Hi everyone I could really do with some help... I have an audio captcha here www.getholding.com/order.php?action=signup which simply will not work in IE - fine on other browsers I have tried (even avant which was a surprise) You can just remove the s from https:// to check it withou...more >>

Game
Posted by flashcrazy at 9/4/2007 12:00:00 AM
hey , can some of you suggest me points to remember while making Games in flash. Hope thus will be of use to many. Please also suggest some tutorial on flash games. Thanks ...more >>

Chris Georgenes
Posted by Xibit Studio at 9/4/2007 12:00:00 AM
Hi Chris ....i created a companion for Bubbaloo ......i felt sorry for the dude swimming around all alone ;o) but i ran into a problem though ...Jugglor 2.2. isn't for Vista is it ;o( .....your bubbaloo & my bubbalooohbaby on Vista ...get very pixelated & distorted ....what's the problem ...more >>

overlaying graphics on flash video
Posted by Vix at 9/4/2007 12:00:00 AM
I've created a .flv and embedded a couple of cue points. In Flash I'd like to be able to display a graphic at cue point 1, then hide it again at cue point 2. Can anyone tell me how I can do this, or point me to a tutorial please? I'm using Flash 8 Pro. (there seems to be a template on...more >>

textWidth problem
Posted by gelon at 9/4/2007 12:00:00 AM
I just ran into this problem: I create a textField via AS and need the width of the textField to position it. If I ask the value just after creating the field, I get one value. But when I ask again later (like with setInterval og Stage.onResize) it has changed. Am I missing something? ...more >>

Flash install on Vista
Posted by rwb0376 at 9/4/2007 12:00:00 AM
Hey everyone. I am having an issue with installing flash on my laptop. I go to the Adobe website and I download Flash, my browser restarts and then the site says that Flash was downloaded/installed. but when I go to a site or use a program that requires Flash. I get the same message telling m...more >>


DevelopmentNow Blog