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 > january 2005 > threads for sunday january 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 31

a lot of data from PHP
Posted by Barnabas Mudri at 1/23/2005 11:39:57 PM
Hello, I'd like to pass a lot of data from PHP, that i get from mysql. (min. 50 records - 4 fields) How can I do that? One by one or by one string and split it after transmission - too slow/complicate XML? thanks Barna ...more >>

Looping
Posted by withhisstripes at 1/23/2005 11:27:59 PM
Hey, I forgot the actionscript to make a .swf loop starting at a particular frame. I am trying to make the title on this page: www.jcreturns.com loop from the frame it begins to slowly move in and out rather than start over every time. Can anyone help? ...more >>

Creating Electric Flow In A Wiring Schematic
Posted by aebruce at 1/23/2005 10:51:39 PM
I am new to Flash and Actionscript. I am trying to create an electrical schematic which shows electricity flowing through the wires when certain buttons are clicked. The electrical wires can have different voltages (24VDC, 28VDC, 26VAC, 115VAC, or no electric flow) flowing through the wires,...more >>

Simple question from a newbie on(rollOver)
Posted by stillwaiting at 1/23/2005 10:17:45 PM
I am trying to a apply an on(rollOver) to a movie clip and it is giving me this error. Mouse events are permitted only for button instances on(rollOver){ I have the Flash AS Training from the Source book and it says it can be done. Could someone enlighten me. I want a rollover to...more >>

LoadVar, TextArea, images, CSS ...
Posted by lusalry at 1/23/2005 8:55:23 PM
I have my FLA set up to load an HTML file with <img> tags into a LoadVars object, and onLoad to use a variable in LoadVars as the text of a TextArea component. I'm having problems getting all of the text from the HTML file into the TextArea, and I think it's because the LoadVars object is trig...more >>

scratch ticket/card
Posted by stokedjorrit at 1/23/2005 8:12:09 PM
Hello, I want to make a scratch card i allready make the scratch clip. http://www.allememaggies.nl/krasvlak/ .fla download: http://www.allememaggies.nl/krasvlak/krasvlak.zip But now i want to ad an action on it if you scratch it op GotoAndplay or something like that? Can anybody ...more >>

Can't update _global variables
Posted by joe28sfl at 1/23/2005 6:58:00 PM
I am writing a real estate app using Flash 2004 Pro and screens (form based). On the top level screen I have defined a global variable that sets a default property id number called '_global.selectedListing'. On a chlid screen, I have listings shown using a databgrid so that the user can sele...more >>

create pop-up
Posted by yntze at 1/23/2005 4:54:36 PM
Hi, at the moment I'm working on a website. therin I've placed a button witch links to an URL that pops-up when someone clicks on it. But now I would like to remove such things as scrollbars and navigation bars from the pop-up URL. How can I do this?? On forehand thanks for your support. ...more >>



addEventListener to normal button..??
Posted by MrBridge24 at 1/23/2005 2:16:17 PM
How would you rewrite this code to work with a normal button instead of a component button. var checkoutBtnListener:Object = new Object(); checkoutBtnListener.click = function(evt:Object) { var idet:Number = evt.target._name.split("_")[1] trace("The ID is: "+ idet); }; _root.kna...more >>

installing older plugins
Posted by markpollak at 1/23/2005 12:58:29 PM
how do you install the previous flash plugins? I want to install plugin ver 5 and have visited the macromedia archived plugins page - http://www.macromedia.com/cfusion/knowledgebase/index.cfm?id=tn_14266 trouble is they don't tell you how to install on ie - can any one help ...more >>

Combining ActionScript 1.0 and 2.0
Posted by DonJuanDon at 1/23/2005 12:00:30 PM
Hi, I have made a flash movie using actionscript 1.0. I now want to add a tree component to that movie, but it is only available in actionscript 2.0. Is there anyway to use this compnent, while still leaving the rest of my code untouched (and using actionscript 1.0). Are there any ot...more >>

Maybe a simple question...
Posted by str84ward at 1/23/2005 9:38:20 AM
Hi, I am totally new on Actionscript. Now I got stuck with a navigation menu that needs a few items added to it. I tried a few things, but I can't seem to get new items work like the other submenu items.... I think this is just a simple thing I need to do, but if somebody can help me on my way...more >>

How do you customize your cursor?
Posted by vaio2007 at 1/23/2005 6:35:37 AM
Same as title -- please be specific for MX 2004 professional ...more >>

Open Browser window
Posted by KimonR at 1/23/2005 5:42:32 AM
Humble Greetings...I am trying to open a browser window at a specified size and location from within Flash. I tried copying the code (with adjustments) that Dreamweaver generates from its open browser window script into the correct position in the actionscript code for the geturl command. Not...more >>

master flashers! need your help!!!:)
Posted by sherwin at 1/23/2005 4:41:06 AM
hi guys!!! i need your help, a client asks me if i could make a sliding/scrolling menu of images(sideways) with links and those images should dynamically loads from lets say a directory or something like that and can easily control/change image and url in a simple external text file maybe a tx...more >>

buttons don't work in MC with rollover function
Posted by Pegasos at 1/23/2005 4:06:11 AM
Hello Guys, Anyone can help, please? I am working on a menu for my webpage. each menu item is a MC. When roll over the MC drops down to reveal buttons that are nested inside. On roll out the movieclip returns to original position. the problem is that the buttons I put inside don't work when I ...more >>

Internet Explorer & Window Component problem
Posted by Vladimir Velikov at 1/23/2005 4:06:05 AM
Hi Everybody, the folowing link points to a .swf-file which has a .jpg-thumbnail loaded into a Loader Object. When that thumbnail is clicked a Window object is created which has a ScrollPane in it. Then there is another Loader object in the ScrollPane which starts to load the big version of ...more >>

HtmlText using br BIG PROBLEM!!!!
Posted by adi_c_adi at 1/23/2005 1:36:24 AM
Hello I am using flashMX 2004, and I am typing the attached code. the resault is shown with no new line : 'hihi'. if i set the player to be flash 6.0 the new line is shown. how can i fix the bug/problem? PLEASE HELP ADI _root.createTextField("t_txt", 0, 20, 20, 0, 0); t_txt.autoSize = tr...more >>

Actionscript Mode
Posted by Sambo8000 at 1/23/2005 12:23:47 AM
I'm pretty much new, but I really need help with this. We have flash MX at our school, and when you click on a button, go to actions, and drag in "gotoandplay" it will come up with boxes and ticks that say "on mouse click" or "on release". By changing them it would change the script. This was ...more >>

imported swf causes screen to resize
Posted by Dier02 at 1/23/2005 12:01:19 AM
:brokenheart; I have a movie that imports swfs to an empty mc on page 2. I have four layers of 100 frames. L4 comprises stop commands for each frame. Layer 2 comprises individual keyframes. A button on the bottom of the page imports a different swf per frame. The movie has two screens apar...more >>


DevelopmentNow Blog