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
all groups > flash actionscript > december 2006 > threads for thursday december 14

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

GetURL script best place to locate
Posted by Garrett Cobarr at 12/14/2006 10:48:31 PM
I was thrust into a project to create 2 banner ads for a local TV affiliate that will be in the MSN system. MSN supplys a template code snippet for the client's clickthrough and to measure statistics. Where is the best place to locate this code? Their is a large bitmap in the back ground a...more >>


Changing the textInput portion of a comboBox
Posted by xyz88888 at 12/14/2006 10:34:30 PM
I've read through many of the postings about the comboBox, in addition to the help files and livedocs, but have not found a solution to my problem. I have a SWF with multiple comboBoxes on it. Based on certain conditions I need to change the background color of the collapsed comboBox of a spec...more >>

Targeting A Nested Input Text Box
Posted by finalcutexpress at 12/14/2006 9:25:22 PM
I have a movie clip which contains an input text box. This movie clip resides on my main stage, and is masked using a mask layer which is also on the main stage. I am unable to select or enter information into the input text box. Is there a way to target the input text box within the masked mo...more >>

Loading Bitmap Symbol from Library?
Posted by flashgruven at 12/14/2006 7:45:30 PM
What is the proper way to display a bitmap Graphic Symbol (eg. jpg) from the library onto a MovieClip using ActionScript?? My project has 10 bitmaps that represent state and at runtime I want to display that the appropriate bitmap on a MovieClip based upon the state. I'm pretty new at t...more >>

imported swf with transparent background?
Posted by Morgan McConnell at 12/14/2006 7:30:45 PM
i'm importing external swfs into my main movie. is there a way to make these imported swfs have trasparent backgrounds?...more >>

printing a movie clip and it comes out all black
Posted by jmschmidt at 12/14/2006 7:06:46 PM
I am printing a movie clip and it works fine if I run it locally on my machine, prints perfectly. I upload the swf to our framework, and run the same print function, it comes out completely black. But this doesnt happen on all computers, only some. Some it works fine, but I can't figure out an...more >>

script to stop movie for designated amount of time?
Posted by decycledesign at 12/14/2006 7:03:46 PM
I'm setting up a Flash file that will basically operate as a presentation on the site's home page. The swf will load in a sequence of movies that the viewer will not have control over. Is there a way to stop these external movies for say, 20 seconds, before it loads in the next one. Or...more >>

Frustrating Behavior
Posted by Bob Robertson at 12/14/2006 6:57:06 PM
Here's a puzzler. I have a movieclip with a three-quarters profile view of a box on one frame and a cutaway view of the same box at the same angle in the next frame. Both frames have stop(); statements on them and nothing else. My problem is simple: I have an onRollOver behavior of gotoAndStop...more >>



atachSound control
Posted by blurrymurry at 12/14/2006 6:34:09 PM
I have two buttons to control my sound. I have attached the sound using "attachsound". The "stop" action works fine but the "start" action plays the sound from the beggining.(i want it to resume playback) I know about the "secondOffset" parameter but how would I know what to set it at to have...more >>

Please Help me .. string convert to field
Posted by Born2code at 12/14/2006 6:16:38 PM
Can anyone Pleassssse help ... I am trying to save a field name into a variable such as: var a:String = "city"; var rec_array:Array = new Array(); rec_array.push({name: "john", city: "omaha", zip: 68144}); rec_array.push({name: "john", city: "kansas city", zip: 72345}); for(i...more >>

Flash Projector doesn't show external swf movies!
Posted by IndioDoido at 12/14/2006 6:08:49 PM
hi, I have a swf movie and in it i have a loadMovie(); that loads another swf movie. It works well when i play the main swf, but when i publish the main swf to windows projector it doesn't load the external swf :-S Why is it? ...more >>

External FLV to swf
Posted by dustinvh at 12/14/2006 5:54:40 PM
Is it possible to load an external flv and then load a swf file when the flv has finished? I've looked through the forums but haven't come across any solutions. Any help would greatly be appreciated. Thanks in advance. ...more >>

Replacing 2 or more blank characters with 1
Posted by trigger2160 at 12/14/2006 5:44:20 PM
Hi. I have created a search function which takes some text a user types in and then searches through some dynamic text for them. If any of these words are found then they are highlighted red. this works fine if a user types in a word, space, another word etc. but if a user were to enter 2 ...more >>

Script to connect separate flash files??
Posted by NovakDesign at 12/14/2006 5:42:41 PM
I created a bunch of separate flash files and i need them to be linked so when i click a button it loads the requested file. I made them all separate html files to link but it doesn't look right...loading each page separately...is there a better way? I tried loadMovie but i don't know the corr...more >>

Fullscreen
Posted by southbeachbum at 12/14/2006 5:23:11 PM
My fullscreen link prompts the user to change settings at Adobe's site. I can't have the user have to do anything. An example is www.kpf.com Anyone?...more >>

Integer to String??
Posted by Chaz03 at 12/14/2006 5:20:54 PM
I am trying to pass variables either from an external TXT file or from the HTML into flash. The passing seems to be working. The problem is that the variable that I'm trying to pass is an integer (ie. 9999) and I am trying to eventually concatenate a URL string with this variable to make one...more >>

How do I prevent jpg caching
Posted by Opaque17 at 12/14/2006 5:10:36 PM
I have a test.swf movie that loads on top of another base.swf movie using levels. Within the "test.swf" movie, I have a movie clip called "load1_mc" which is a blank movie clip. It is also placed on the main stage. On frame 1 of "test.swf" I have the following code: load1_mc.loadMo...more >>

FileReference(List).browse is pretty lame
Posted by William A Law at 12/14/2006 5:07:51 PM
I'm looking at FileReference(List).browse and it seems to always show the old-style Win32 file dialog rather than the Explorer-style one that arrived on the scene, what,10 years ago? There doesn't seem to be any way to control that. This looks really lame. Are there plans to fix this an...more >>

Components Background Alpha
Posted by MacOnFlash at 12/14/2006 4:55:18 PM
Would it have been to much to give .setStyle("backgroundAlpha",number);? how do you make the background of a DataGrid translucent or transparent while retaining functionality? 4 Days of work, $1600 in time wasted - wtf. Save me - please - this is hard to explain aside from blaming MM/ADOBE w...more >>

Problem with gotoandlearn mp3 player
Posted by lammspillning at 12/14/2006 4:42:07 PM
Hi I downloaded the mp3 player from gotoandlearn.com and the first part is workin correct, but when I add the controll buttons it stops playing the songs continously. It only play the first song and then stops. Any one having the same problem, or knows a way to fix it? thnx.. here's the ...more >>

Loop final .swf two times only
Posted by HuskerJay at 12/14/2006 4:08:53 PM
I need to find a way to get my final .swf file to loop only two times. I know there's got to be a easy way to do this. Any assistance would be helpful. Thanks....more >>

Passing querystring variable using activex bypass scripts
Posted by _postdBy(Vern); at 12/14/2006 4:08:06 PM
I have been using menu systems with carats that position themselves according to variables passed in the URL string. This setup uses JS to parse to the variables and include them in a script that writes the Flash code in the HTML doc. With the advent of MS wonderful activex control, I need to...more >>

movie clip buttons
Posted by daliangelo at 12/14/2006 4:03:47 PM
I've asked this before, but the post just got too long and confusing, so I am going to start over. Basically I have 7 movieclips acting as buttons, so they can fade in and out on rollover and rollout. But when the scene first loads, I want the first button mult1_mc to already be on its ...more >>

Get line x from string
Posted by edb00 at 12/14/2006 3:03:42 PM
I need to do the following type structure on a string in Flash where tSTNames is a string This is typical director Lingo i would use to do this. repeat with i = 1 to tStNames.line.count tName = tStNames.line[i] --stuff end repeat I know this will need to be a for loop...more >>

Problem loading jpg's with xml
Posted by kris66 at 12/14/2006 3:00:22 PM
I have looked through the forum to see if my problem was raised but I could not find any topic that could help me out. So here's my problem. I have a simple photo viewer that load jpg's via xml. Everything work perfect when I preview the movie in Flash or on my desktop but as soon as it'...more >>

A way to search for text across MCs?
Posted by nudoru at 12/14/2006 2:28:52 PM
I've got a big movie with actionscript across lots and lots of movieclips. is there a way to search the actionscript in all of them for a certain string? an extention, plugin, etc.? for example, i'm trying to reduce the file size and remove a MC that is attached to other MCs via attachMov...more >>

Database MP3 Player like MySpace
Posted by Phat_Tony_13_2006_16 at 12/14/2006 4:52:51 AM
I am trying to make a mp3 player similar to the ones on myspace. I need the player to start playing the song contained in my MYSQL Database under the users name. How would I do this. right now I have a play and stop button, but that is it. I am new to Flash, and couldn't find a tutorial on how...more >>

Database MP3 Player like MySpace
Posted by Phat_Tony_13_2006_16 at 12/14/2006 4:52:46 AM
I am trying to make a mp3 player similar to the ones on myspace. I need the player to start playing the song contained in my MYSQL Database under the users name. How would I do this. right now I have a play and stop button, but that is it. I am new to Flash, and couldn't find a tutorial on how...more >>

Re: volume control
Posted by Keith444 at 12/14/2006 4:38:45 AM
dont understand where do i find that option? i have given each sound a linkage name and clicked the export for actionscript check box...more >>

volume control
Posted by Keith444 at 12/14/2006 3:47:50 AM
Hi i have some background music and a seperate file as a voice over, i need to lower the volume of the main background and keep the voice at 100% i have tried this code but not quite working? myLoop1 = new Sound(); myLoop1.attachSound("Main"); myLoop1.start(0,10); myLoop1.setVolume(1...more >>

Show input text in Dynamic text!?
Posted by IndioDoido at 12/14/2006 2:39:04 AM
hi, I'm trying to show a username that was inserted in a input text field in a dynamic text field. No problem here, the issue is when the dynamic text flied is inside a moveclip...the dynamic text field aprears empty :-( Can anyone help me? ...more >>

Easing Filter Effects
Posted by howardstern at 12/14/2006 2:21:26 AM
Ok. Let me start by saying I'm getting better at Actionscript but I'm still far from where I need to be. Hopefully you guys can help. I am trying to pull off an effect where a logo emerges from the background using "DropShadowFilter". The Background is white and the logo is white so I onl...more >>

Change sounds, by clicking same button
Posted by Taankk at 12/14/2006 1:59:30 AM
I need to create a button, that will play one sound at a time when it's being clicked, switching to a different sound from the library each time it's clicked. (I have about 10 sounds at the library I need to rotate when the user keeps clicking the button.) I'm new to actionscript, so I apo...more >>

preloader for a scrollPane?
Posted by Morgan McConnell at 12/14/2006 1:02:12 AM
hey all, i'm loading a large (250k) movie into a scrollPane, and am having serious issues trying to get a preloader to work in any fashion. i've tried placing the preloader in the root level, but the scrollpane forces the 250k to export on first frame to be functional, thus making the prel...more >>

startDrag issues
Posted by blemmo at 12/14/2006 12:00:00 AM
Hi people, are there any known issues with startDrag in classes? I am working on a custom scroller class, and want to build a dragable scrollbar. However, the MC won't become dragable at all. I don't understand what's wrong here, any hints? The class gets an MC when it's instantiated, whic...more >>

Security settings for FMS
Posted by DazFaz at 12/14/2006 12:00:00 AM
Hi Guys and Girls, Im having a bit of a problem creating a stand alone cam exe projector that talks to my remote media server which in turn talks to a browser cam swf. All the browser based swf work fine but for some reason when I try and create a standalone exe projector it fails to con...more >>

Disable input text box from keyboard stoke
Posted by bonsubhan at 12/14/2006 12:00:00 AM
Hi, Can any one help me to find the solution. Actually I want to disable the input text box from keyboard stoke....more >>

Dynamic instance of AS2.0 class problem
Posted by demiurgu at 12/14/2006 12:00:00 AM
Flash compiler actually _omits_ the classes that I reference using import if they are not literally called upon in code (which is ridiculous) It would be interesting to see what macromedia has to say about this and to explain how we can instance dynamic. please help me and tell me what...more >>

What is DispatchEvent ??
Posted by arunbe at 12/14/2006 12:00:00 AM
Hi all, Can you explaing me what is DispatchEvent and where its used ?? If possible, can you give me small sample code.... ???? Thanks in advance:rose;...more >>


DevelopmentNow Blog