Groups | Blog | Home


Archived Months
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
January 2008
June 2008
all groups > flash actionscript > april 2007 > threads for monday april 23

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

Navigation Blur Effect
Posted by ewon15 at 4/23/2007 11:49:47 PM
I am using a movie clip prototype (see below) to blur my navigation when the user rolls over it. It works, but i would like for it to just blur once, then go back to being clear, all while the mouse is over it. Any suggestions? Thank you :0) MovieClip.prototype.blurMC = function(){ ...more >>


Offline projector
Posted by Alex freitas at 4/23/2007 9:15:26 PM
I have done a projector with Flash MX, it will run offline in a cd, I need to download a file from that cd to my local hd, I do not want to use any browser application, I have tried to use: Get url It does not download a file, it open a browser default and after that, open a system pop u...more >>

Reseting CountDown Timer
Posted by briiiiin at 4/23/2007 9:01:56 PM
Hi, Well below is my code, its a countdown timer that does some functions on reaching 0: //TIMER to CLEAR SCREEN displayTime = 10; countDown = function () { displayTime--; if (displayTime == 0) { clearInterval(timer); _root.line.clear(); left._visible ...more >>

Flash CS3 - No ArrayCollection Class ?!?
Posted by DangerAhead at 4/23/2007 9:01:28 PM
I bought the latest version of Flash CS3 and it doesn't have the ArrayCollection Class that Flex does. WTF?! Flash is very weak (code wise) this time around. No Accordion component. No ArrayCollection Class. Are you going to try and make me pay extra for those? ...more >>

Dynamically Linked buttons
Posted by Juan Valdez at 4/23/2007 8:31:51 PM
Good Afternoon, Im new to actionscript so I need a little help - I figured how to make a dynamic image scroller - I think im using dynamic right. I have a txt file that flash looks to for text content and images, I did this with a loadvariable command. I would like to be able to create button...more >>

CS3 Missing UI Components
Posted by clickmotive at 4/23/2007 8:18:36 PM
Does anybody know what happened to the MenuBar, Tree, and Accordion components in Flash CS3? We are using these components heavily and need to migrate to CS3 soon....more >>

Flash to PHP
Posted by Kevin Susman at 4/23/2007 8:12:35 PM
NEWBIE ALERT: I've created a flash form (taking bits of code from Motion Maker & others). It is capturing the data just fine - and forwarding it as well - but my value test isn't quite working and it's getting stuck in a loop. not sure if the problem is in the test or in the php. On Frame...more >>

Reference problem
Posted by Xx)MaveriK[X] at 4/23/2007 7:47:59 PM
Hello there. I created an instance of FLVPlayback on my stage. When I press a button, I assign a "complete" event to the video. I delegated the function to my class scope, so I can use the correct 'this' inside the event function. But now I want to remove the listener when it occurs: ...more >>



3D/2D Object Rotation
Posted by eholz1 at 4/23/2007 7:28:41 PM
Hello Flash Developers, Can you recommend a good book(s) on general Flash project design? I am participating in a project that may have a fair amount of animation, navigation (perhaps using Captivate), and some sort of 3D animation, like some sort of rotating image (a part, or object). Thi...more >>

An fscommand question
Posted by Boricua Flash at 4/23/2007 4:37:33 PM
I am able to launch open office apps installed on a CD from a Flash projector. Is there a way to link open office documents with the app installed on the CD or open an open office template with the app installed on the CD? Thanks Edwin...more >>

Transparent components?
Posted by Tim Kline at 4/23/2007 4:11:34 PM
anyone know if there's a way to make a UIScrollBar transparent? I'd like it to be about 50% so some of the background image is showing through it, but you can still see that it's there... I tried looking around the help docs and online, couldn't find anything :( is it even possible or would I...more >>

Loading from a text file
Posted by Help_Laura at 4/23/2007 3:42:36 PM
I have the follwoing code to load from a text file. My text files are in pairs. The code i have in my first frame is as follows. myData = new LoadVars(); myData.onLoad = function() { lu.Recsign = this.myvariable; }; if (loadlang = "UK") { myData.load("UK.txt"); } if...more >>

AS Help For Top 5 List
Posted by NickTheNameless at 4/23/2007 2:55:30 PM
I am working on a project that is a web tool that guides users to appropriate links, based on their selections and criteria. I would like for the first frame of this Flash movie to be a "Top 5" list of the links that the tool guided users to. Essentially, everytime a user uses the tool and c...more >>

ExternalInterface.addCallback with IE7.0
Posted by cadflash2 at 4/23/2007 1:54:50 PM
I have an object identifier error with ExternalInterface.addCallback on IE7.0. This works fine with IE 6.0 and firefox 1.5. Following is the flash code and html code. Please tell me how should I address this? //flash import flash.external.*; var flashFunction:String = "callPlayTest"; ...more >>

preloader does not stop until move is completely loaded
Posted by DanM. at 4/23/2007 5:41:24 AM
like the title says, my movie starts playing when at 66% total loaded, this wasn't like that from beginning it worked before. noticed it after i've made changes to frames and layers (no changes i recall to even come close to affecting this functionality) :frown; On Slower Speeds (as teste...more >>

Loading Same Movie Without Reload
Posted by DanM. at 4/23/2007 5:35:31 AM
Here's what i'm wanting: I have a flash header that plays nicely at index or home page, this is the only page i want the animation to play from beginning (ie loading a menu) from other pages on the site, i want it to be at the state of the last frame. My Question: Is there a way to te...more >>

Volume slider for sound fx on page
Posted by toddk6444 at 4/23/2007 5:28:02 AM
I have many buttons on my page that have different sounds on their roll over, and I was wondering what would be the easiest way to do that. Sorry kind of new with flash and dont know much about sound yet. Do I have to make different identifiers for each sound? ...more >>

MP3 and FileReference
Posted by Andrei1 at 4/23/2007 4:31:48 AM
Hello! I am having either thought constipation or lack of knowledge or both. Or maybe I want too much. My application allows user to select an MP3 file from his hard drive and upload it to the server utilizing FileReference class -- they browse, select and upload. Everything works fin...more >>

Targeting nested clip using flashvar?
Posted by ][odine at 4/23/2007 12:00:00 AM
Hello All. I am in a bit of a situation. I am trying to get an HTML button to go to a specific frame in the flash SWF timeline. Now thats not hard - just pop in a flashvar, easy right? well...I ran into some problems...it seems that flash only exports anchors and labels on the main timel...more >>

Special Character "<" cannot get to work
Posted by maith at 4/23/2007 12:00:00 AM
Hi, I have a dynamic text box. The AS code I have is: ring_txt.htmlText = "<a href='http://www.ring.com//webring.php?action=rand'><</a>" I have replaced the < with %3c but it doesn't work. If I wanted to use the character ">" instead it works fine without any special code ! How do I plac...more >>

Right Click
Posted by MurMeeKeer at 4/23/2007 12:00:00 AM
Hi all, We can add or remove an item (except 'Settings') from the context menu in an ..swf file. I want to use the right mouse button to perform some other action instead of displaying the context menu. Is it possible? It will be useful for our current project. ...more >>

Score Error & Displaying of wrong movie clips
Posted by IreDevil at 4/23/2007 12:00:00 AM
Hi everyone here, I am working on the quiz for my school and had encountered some very weird problems. I created 2 movie clips, Correct_mc and Wrong_mc to be show to the students when they submit their answer. If they got the right ans, the Correct_mc would show, or else Wrong_mc. I ...more >>

How to detect mouse wheel direction and speed?
Posted by Thragmos at 4/23/2007 12:00:00 AM
I'd like to add a visual effect to a movie clip which is dependent upon the direction that a user rotates the mouse wheel and the speed at which it's rotated. I've been looking at the onScroller handler, but it only tells me if the wheel was used, not the direction, nor the speed. Any help...more >>

please help how to get the full file path( the file which is in local system) in flash 8
Posted by jibysk at 4/23/2007 12:00:00 AM
Hi All, It would be great if any one can help me about how to get the full file path( the file which is in local system) in flash 8. i do not want to use any server side uploading or downloading....i just want to view the image in loader component when we select image from any location in ...more >>

problem in sending email
Posted by Heart2Soul at 4/23/2007 12:00:00 AM
Hi I have a site made on flash and i am having problem send email the site is http://www.humanrecruit.com when i go on contact and submit the feed back which is a flash form i get an error [h]Warning: mail(): Failed to connect to mailserver at "localhost" port 25, verify your "SMTP"...more >>


DevelopmentNow Blog