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 > january 2006 > threads for friday january 13

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

Audio Autoplay function - help? (Flash MX)
Posted by charlies dead at 1/13/2006 10:42:18 PM
Hi all, I'm at a quandary on either making my audio file a manual or automatic function. I can't seem to get my audiofile to auto-play! Can someone steer me in the right direction? Using Flash MX ...more >>

File uploading limit size?
Posted by Lujunq at 1/13/2006 10:00:17 PM
Hi, I'm using FileReference to upload files to my server with a php script. Whe I try to send small files, like ones with 500KB or less, everything works fine. However, when I try to send bigger files, I got no error, but also no file on server... I read that the file limit is about 100MB, but...more >>

Simple Preloader Script
Posted by RGB at 1/13/2006 8:20:06 PM
:confused; Here's problem: Created preloader using actionscript from text book. The Flash movie has two scenes - one for the preloader called "preloader," and the second scene called "main." The main scene has the content to be preloaded with the first scene containing the preloader movi...more >>

linking movie to scene
Posted by jmarksamer at 1/13/2006 8:19:20 PM
This should be a simple problem and I'm not sure why I havent figured it out, but... I have a menu of buttons used throughout a site made up of 6 scenes. each button is within a seperate movie. i need for the user to click on the button and be taken to a different scene, frame 1. i tried ...more >>

Using a String var to access a function by its name
Posted by Dimitar at 1/13/2006 8:10:29 PM
Hi. Does anyone know how can I use a string to access a method with its value. So I want to create a method in Class1 which to use sValue and sValue2 to access the Class2.Hello() and Class2.Hello2() methods. -------------- in Class1: public var sValue:String = "Hello"; public var sVa...more >>

Anyone know what this returns?
Posted by badmonkey91 at 1/13/2006 6:56:30 PM
What does this return? x = this._xmouse;...more >>

logic problem
Posted by leaguer44 at 1/13/2006 6:56:26 PM
have 3 buttons instances - myButton1, myButton2, myButton3. now i have myButton3 off as the movie loads... if ((myButton1._visible==true)&&(myButton2._visible==true)) { myButton3._visible=false; } then adding an else if statement to the previous logic i get myButton3 to turn on when...more >>

Loading text data into an array
Posted by bubba_puck at 1/13/2006 6:50:55 PM
I have an external text file that will have two variables and look like this: &months=January,February,...&days=Sunday,Monday,... I am using loadVars to load the textfile in. When it is done loading, I want to load each of the of the 2 variables into an array so I have an array for month...more >>



getURL not working in Firefox
Posted by JAXIMFLASH at 1/13/2006 6:33:15 PM
The following line of code does not work within Firefox: getURL("http://www.adobe.com", "_blank"); The reason I think it is not working is because Firefox's popup blocker is blocking any additional browser windows from opening. Is there a way around this? Is there a javaScript cod...more >>

Look at this Script
Posted by Joselyr at 1/13/2006 6:16:56 PM
I have a movieclip named Popup with 3 Components inside a Label "Title", a TextArea "Content" and finally a Loader "ImageLoad" function OpenPopup(Title:String,Image:String,Content:String) { this.attachMovie("Popup", "win", this.getNextHighestDepth(),{_x:533, _y:113}); win.Titulo.text = T...more >>

SOAP error handling
Posted by fred86 at 1/13/2006 6:15:55 PM
Hi all, I got problem with Some Webservices, when i got a Soap Fault it returns a correct envellope like ... ....><SOAP-ENV:Body><SOAP-ENV:Fault><faultcode>SOAP-ENV:Server</faultcode><faults tring>Login Failed for user Admin</faultstring>... but when i try to catch this error by a ...more >>

CheckBox Syntax
Posted by mikeDoh at 1/13/2006 5:56:45 PM
I drag an instance of a checkbox component to my stage. I then refer to it in my actionscript: myCheckBox.selected; I am using Flash 8 and I've looked through the docs and I am using the correct property field; 'selected' should return a Boolean value for whether the checkbox is cl...more >>

Problem with dynamically changing Numeric Stepper
Posted by Popeye the Sailorman at 1/13/2006 5:56:27 PM
I have a symbol (changer) in the library of my flash document. The movieclip contains a numeric stepper with instance name numstep. When I dynamially create the clip using var c = new Changer(); then the cliip gets created, the numeric stepper is visible, but I can not change the pro...more >>

global array
Posted by Ivan Moncada at 1/13/2006 5:41:16 PM
hi!!.. just a question: how do i declare a global array??...and how do i access it inside functions, and from text fields?.. thanks!! ...more >>

Window open on Macintosh - HELP
Posted by dianalucizs at 1/13/2006 5:38:04 PM
I need to open new Window from Flash and it needs to be done with ActionScript 1 and it needs to work on Macintosh (FireFox, Safari). On PC WindowXP everything works fine, but on Mac it just won't open new window I don't understand what is the problem. Does anyone knows is there any problems ...more >>

detecting fscommand fullscreen via AS
Posted by jdavies at 1/13/2006 5:36:18 PM
Howdy! Got a standalone CD-deliverable Flash presentation that launches in Full Screen mode, but I know some clients are going to want to escape Full Screen and go into a windowed version. My problem is the client's logo has some very small condensed type that looks crappy as a vector at 100%,...more >>

getURL() problem
Posted by Danielle Matthys at 1/13/2006 5:32:06 PM
Hi, I am a beginner . I just create one text box in a flashform and a perl sript file in Perl who reads POST data .The script works with a htmlform but not with my flashform.Can someone help me ? stop(); this.submit_btn.onRelease = function(){ if(id_txt.text == null || id_txt.text...more >>

Working out difference between two dates?
Posted by MCR at 1/13/2006 4:48:57 PM
I want to create a decimal fraction between two dates. so say date is 13 Jan 2006 and other date is 1 January 1990 I wnat to have a value that = 16.0356. How can I acheieve this reliably handling Leap Years as well? ...more >>

duplicate instance names
Posted by JeffEngland at 1/13/2006 4:00:35 PM
I am currently creating a breakout type of game. I have many movie clips on the stage which I have placed that have the same instance names. The following is the code I used: redBrick.onEnterFrame = function() { if (this.hitTest(ball)) { _root.numy = 12; redBrick.play(); trace...more >>

Flash Button - Actionscript.
Posted by Peter Fettes at 1/13/2006 3:02:35 PM
Anyone help. I have a button in my swf movie, which when pressed will open a new browser window. My question is this.. How can I make the flash button on press - not just open the new page, but also centre the new browser window, size it, remove its scollbars and url bar? It's a tough ...more >>

setInterval - fairly technical question
Posted by Stevie_R at 1/13/2006 2:55:55 PM
In debugging an application, I've been tracing the values kept in setInterval. It's been quite interesting. Here are my results so far: intervalVarName, 1st use, 2nd use, 3rd use, etc. intervalVar1, 6, 17, 19, 24, 33, 35 intervalVar2, 7, 18, 25, 34 Does anyone know the background of ho...more >>

how to stop enterframe?
Posted by nardove at 1/13/2006 2:19:55 PM
thanks...more >>

Talking to Flash Using Javascript
Posted by jatkins22 at 1/13/2006 1:41:03 PM
here is the sernaio: I have main header flash file, below it i have html navigation. I want to mouseover the nav to trigger or target a frame in the header swf file. I have used javascript to communication with the flash file in the past on the maintime line only. I am able to trigg...more >>

xml and attachMovie
Posted by tagyro at 1/13/2006 12:06:01 PM
i load from an xml with x items and 2 attributes. after loading i wanna attach to the scene a library symbol (allready exported in the first frame and linked). it load the xml perfectly (verified and double verified) but when attaching the movieclip it doesn't do it ... i attach my as code her...more >>

How to check if a certain word is contained in an instance name?
Posted by Danilo Fiocco at 1/13/2006 12:00:39 PM
Hello, everybody! Well, I have the following function: function pic (something){ if (something == 1) { this.someButton._alpha = 10 } } Instead of "this.someButton._alpha = 10" I'd like to use something like "check if the instance name has the word ...more >>

creating a pdf or bitmap in flash
Posted by behived at 1/13/2006 11:47:40 AM
I let the user make a design in a swf. Is it possible to convert the design into a pdf or jpg or something similar and store it on the server using flash and php?...more >>

'Queueing' movie loading order
Posted by caroline elisa at 1/13/2006 11:32:54 AM
I have created a menu which links together various swfs by loading them on different layers and pausing them on the empty first frame until the appropriate button is clicked. The swfs begin loading in the first frame of the menu: loadMovieNum("intro.swf", 1); loadMovieNum("setloc.swf"...more >>

Next Highest Depth
Posted by Popeye the Sailorman at 1/13/2006 11:25:12 AM
I have created a flash document with one action in the first fram: trace(_root.getNextHighestDepth()); When I test the document the output panel shows 0, exactly as I expected Now I drag a numeric stepper on the stage, that is all. When I test the document again, the output panel shows...more >>

Web browser cookie
Posted by hollywoodbb at 1/13/2006 5:49:11 AM
I?m having some trouble to get my script to work properly. What it is supposed to do is when the user goes to the web-address the first time they are prompt to click on a language of their choice. After they enter their language selection they should then be at the main site. The problem that ...more >>

getUrl + Javascript + new window + resizewindow
Posted by philzzz at 1/13/2006 5:12:10 AM
Hi! I have read almost every thread concerning this issue... still yet to get my script working! I need help! In my website i am creating [URL="http://www.flip-media.com/en/"]http://www.flip-media.com/en/[/URL] In the section "PORTFOLIO" By clicking the first button at the top left of th...more >>

Why doesn't this script work right?
Posted by Angyl at 1/13/2006 4:58:20 AM
I know my skills are feeble and the way I've done this is repetitious and easily handled by other means, but for now, what I need to know is why only ONE button is acting properly in this script. I created a movie with five buttons. The buttons are controlled by actionscript, not actual b...more >>

Interactive Flash via a Webcam
Posted by dellzie at 1/13/2006 4:36:10 AM
Hi there, I am a Computer Graphic Design Honours student from New Zealand. For my Honours exhibition I would like to be able to use flash to make a webzine interactive. To do this I would like to be able to capture a flat page, via a webcam, which then tells Flash what to do, depending on w...more >>

MovieClip Problems
Posted by realtime158 at 1/13/2006 4:18:02 AM
I am trying to jump to a different scene from a button inside a movie-clip I have tried with this code no luck on (release) { _root.gotoAndPlay("schedule"); } schedule would be the next scene Thanks... ...more >>

LoadVars problem
Posted by bubba_puck at 1/13/2006 2:20:42 AM
I am having a problem where my pictures in a slideshow are showing in IE fine but not showing in firefox or netscape. I think it has to do with my loading a text file and putting the variables into arrays. In firefox and Netscape I see the text/pics every once in a while, most of the time it c...more >>

Linking SharedObject file between 2 .swf's
Posted by finalcutexpress at 1/13/2006 2:13:33 AM
I have created a SharedObject named "recipes". For the sake of argument, let's say that I created that SharedObject in testOne.swf. I want to create another ..swf, again for the sake of argument, called testTwo.swf. Is there a way that I can open "recipes" in either/or .swf's? Up to now, ...more >>


DevelopmentNow Blog