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 > october 2004 > threads for monday october 11

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

XML TextNodes dont work......Plz help
Posted by flashphpdev at 10/11/2004 10:22:47 PM
My Situation: I am sending and retrieving information from php via the XML object using a php xml parser. When I send information from a mysql database contained in a 'text' column type that contains carriage returns ' The enter key ' I must send it through a text node..... Now the problem...more >>


text animation / onRollOver
Posted by rachel11 at 10/11/2004 10:04:59 PM
Hi, I posted this in the general discussion, however, I haven't received an answer - and maybe it is something wrong with my action script? Or maybe it can all be done via actionscript? Any help is appreciated!! Flash MX 2004 I have a line of text in a movie clip that I am attempti...more >>

Infinite loop
Posted by TomEnokR at 10/11/2004 9:58:29 PM
Can someone please tell me why this small amount of code is creating an infinite loop, and more importantly, how to stop it? text1.onKillFocus = function() { text2.setFocus(); } It's pretty simple. I just want text2 to gain focus when text1 loses it...? -TomEnokR ...more >>

Browse to insert jpeg while movie plays
Posted by auntlesley at 10/11/2004 9:45:37 PM
I want to create a Flash movie that as a button which allows the user to browse their drive for an image and load it into a layer of the Flash movie as it plays. Can anyone out there tell me how this is done? ...more >>

Attaching An Action to a Button SYMBOL?
Posted by Jeff Friedman at 10/11/2004 8:49:14 PM
I know how to attach a script to a button INSTANCE by selecting it on teh stage and choosing actions. BUT is there a way to attach an action (i.e. gotoAndPlay) to a button SYMBOL so that I don't have to put the same action in each INSTANCE? Thanks, Jeff ...more >>

basic buttons
Posted by UPOW at 10/11/2004 8:29:50 PM
This is very basic but i can't seem to figure it out. I am working in MX 2004. I have created a main menu page with several buttons. The buttons that link to other websites work fine. But I can't figure out how to make the buttons link to the other pages I have created. HELP! ...more >>

flash and asp question
Posted by afroma_n at 10/11/2004 8:26:02 PM
Hi. Im working with flash and asp ,but something strage happens. I have a button, that when pressed should send variables to the asp page, and then the page returns the result, and I show it on screen. The problem is that this won't happen unless I press the button at least , 2 times, not les...more >>

Changing one image for another
Posted by g_como at 10/11/2004 8:25:15 PM
Hello, I'm new to Flash. I was wondering how I can change one image for another. I have a faded circle and a bright circle in my library. The faded circle is on the stage. When the user clicks on the button, I want the bright circle to replace the faded one. Thank you for your time. ...more >>



Mathematics
Posted by thoand at 10/11/2004 8:08:45 PM
I just don't get it. I have this preloader where I get % loaded (start: 0 completed: 100%) Now I need to move a movieclip _x cordinate from _x 65 to 200 How can I move the clip based on percent loaded? eg. start: 0% mc._x = 65 end: 100% mc._x = 200 can anyone please help me out ...more >>

removeMovieClip does not removes MC
Posted by johnny_XP at 10/11/2004 8:08:37 PM
Hi guys... I have the well known problem i.e. removeMovieClip does not remove an MC previous attached with attachMovie. The problem is with the depths, but i cannot understand what i'm doing wrong. Take a look at the attached FLA please..... ...more >>

Glitch with Preloading an external .swf
Posted by silvercat1975 at 10/11/2004 7:30:36 PM
My movie has a glitch. I have set a preload bar to show up when my external movie is loading. For some reason the progerrs bar only displays at either 0% or 100% when I test my movie. Here is the script I am using for the preload movie instance: onClipEvent (enterFrame){ loaded = _root.i...more >>

Loadmovie question
Posted by silvercat1975 at 10/11/2004 6:40:25 PM
Can anyone help me? I am leading an .swf movie in the main movie. Here is the script that I have used to load the external .swf. It works great, but the external movie keeps repeating itself instead of going back to the main movie after it has finished playing. Any suggestions? Thanks. sto...more >>

dynamically layout input and dynamic textfields
Posted by amphibianZ at 10/11/2004 6:01:49 PM
I would like to dynamically layout input and dynamic textfields from external data. The input boxes appear throughout the dynamic (nonselectable) text. Imagine a paragraph with several 'fill-in-the-blanks' throughout. I want to build one function that will automatically parse and populate this...more >>

looping a simple slideshow
Posted by graphik81 NO[at]SPAM aol.com at 10/11/2004 4:17:14 PM
I am having trouble getting mysimple slideshow to loop. If someone could just help with my actionscripting that would be great...more >>

is the movieClip playing?
Posted by Jon Moyles at 10/11/2004 3:24:32 PM
is there a property or easy way to check if a movie clip is playing or stopped? i can keep track with a variable but it will add a lot of extra lines of code (or a lot of replacing code and a function call i guess)....more >>

SCREEN RESOLUTION ADJUSTMENTS
Posted by esl! at 10/11/2004 3:10:04 PM
How do i get the swf movie to adjust to screen resolution? how do I do that . Please help!!!!...more >>

working with movieclips from library
Posted by gladiator007 at 10/11/2004 2:52:40 PM
I've made 8 movieclips that reside in the library. I've set the linkages to export all of them in the first frame. Only 3 of the movieclips from the library will not appear when I click on a button to call for this certain attachmovie. Do I need to make each movieclips in different depth?...more >>

Movie Link Problem
Posted by VaslanV at 10/11/2004 2:42:32 PM
I entered the url in "actions > getURL" in flash and export the movie to dreamweaver. But the PROBLEM is: when I preview the page, in a second flashmovie immediately redirects it to the url I entered without "hitting" the banner. ...more >>

Sandbox security violation with scrollpane
Posted by afroma_n at 10/11/2004 1:32:13 PM
Hi. Im trying to load an image into a scrollpane, after consulting the pictures name in a database. When I load it into the scrollpane, it appears a sandbox security violation. The image it's loaded, but it doesn't fit correct into the scrollpane. If intead of a scrollpane, I use a mx.lo...more >>

What Is Wrong?
Posted by VaslanV at 10/11/2004 1:10:29 PM
First I created a banner movie and "a button layer" at the bottom of all movie layers. And for the movie I entered the url in "actions > getURL" in flash and export the movie to dreamweaver. But the PROBLEM is: when I preview the page, the movie starts to play and in a second it imm...more >>

playback external movieclip
Posted by bazzdaciple at 10/11/2004 12:50:37 PM
i just can?t seem to get the following test working: i have a html page. on it i have one swf movieclip (called buttons) with two buttons : A and B. next to that movieclip i have another swf movieclip (called numers). movieclip numbers has only two frames, each frame has a movieclip with an ...more >>

Dinner Menu Application :Nothings working!
Posted by mandycool at 10/11/2004 12:37:06 PM
Iam a beginner in AS 2.0 when i was testing out the dinner menu application using the dataset and xml connector ...i got a output message stating //////////////////////Output Message **Error** C:\Documents and Settings\Full House\Local Settings\Application Data\Macromedia\Flash MX ...more >>

getURL or another function?
Posted by Filinchik at 10/11/2004 12:30:29 PM
I use getURL function to execute my .exe files. But every time when user clicks the button, Explorer shows the window with questions "Open, Save". I don't want this windows to be shown, i only want to quickly execute an application. And also i don't want to use fscommand(); because all exe fil...more >>

XML Question
Posted by mattbailey at 10/11/2004 12:27:53 PM
I'm using an XML file to populate my site navigation and content (a simple image portfolio). I would like to be able to display some descriptive text as well as an image. I can do one or the other, but I'm not sure how to do both at the same time. Is there a way of joining two elements within ...more >>

PrintJob - accurate pages?
Posted by pauland at 10/11/2004 11:28:30 AM
I'm trying to understand the relationship between the PrintJob class and actual printed output. Ideally I'd like to construct a reasonably precise A4 page. What is the relationship between Flash pixel units and my printed page? Thanks, Paul ...more >>

No replies for my last 3 post ..Input box cursor
Posted by kakas at 10/11/2004 10:50:37 AM
Hi, Can any one tell me... can we change the cursor of the input box from the default to "?" or any other character. thanks in advance, kakas...more >>

fullscreen question
Posted by boris benc at 10/11/2004 10:10:59 AM
fscommand("fullscreen", "true"); I placed this script on the first frame of the main timeline, >>>also on the button: on(release){fscommand("fullscreen", "true")};<<< but it doesn`t work & I don`t know why === stage 800x600 pixels Macromedia Flash MX Flash Player 6 Internet Explorer ...more >>

change dynamic text color/size in buttons
Posted by SJRob at 10/11/2004 10:04:14 AM
Dear All, I wish to change text color/size formats in text within buttons. I can only achieve this in text outside of buttons. The reason for using buttons and not using movie clips is because my work has to be accessible, and therefore use buttons and not movie clips as buttons. (Butt...more >>

play random mc or dynamic text
Posted by Muse Style at 10/11/2004 10:03:36 AM
Hi all, I want to have a scrolling text box on the top of a site, with random text appearing at set time intervals. any hints? Cheers. Zack...more >>

print scrollpane flash mx
Posted by albertsili at 10/11/2004 9:37:45 AM
Hello! I have attached a image in to scrollpane and i want print the image part visible _root.mcHolder.setScrollContent("mc_cartiglio"); _root.vrb_mc_cartiglio = _root.mcHolder.getScrollContent(); vrb_mc_cartiglio.loadMovie("img/" + vrb_SWF + ".swf"); stampa.onRelease = function() {...more >>

What is the format of .sol? Can I create .sol ?
Posted by ashish912 at 10/11/2004 9:12:05 AM
I want to create .sol file from some application like VC++ or VB. My problem is user will work on en VC/VB exe. I want to pass some information from that exe to Flash. I can use a txt file as I dont know where it would be stored. Some systems dont have C drive. Also some one may use Win XP...more >>

Adding Link to FlashMovie
Posted by VaslanV at 10/11/2004 8:47:52 AM
I enter the address to actions/get url in flash and export the movie to dreamweaver. (it is not a button, it is a banner movie) But when I preview the page in browser it redirects it to the url I entered without clicking on it. How can I solve this problem. I want it to do this after the v...more >>

Help with XML nav and loadMovie
Posted by mattbailey at 10/11/2004 8:32:59 AM
I am trying to create some menus that take their content from an XML file. I am using someone elses script, which works fine, but I could do with some help editing the action that occurs when you click on one of the links. At the moment a URL is opened and this is the code that does it: Ac...more >>

how can I know a char belong which encoding?
Posted by miaoliujun at 10/11/2004 8:26:45 AM
for example, I want to know the char '?', belongs to GBK or it belongs to BIG5?...more >>

Problem sound.getBytesLoaded
Posted by Manoj vn at 10/11/2004 7:29:14 AM
Hi, I am loading a sound file(mp3) in the flash movie. The getBytesloaded method is showing the total bytes in the streaming file. I used a software web speed simulator for previewing my published flash file. (WebSpeed Simulator helps you design more efficient web pages by previewing your w...more >>

Help dynamically assigning alpha values
Posted by bluestreak84 at 10/11/2004 7:02:13 AM
I am trying to makes the movie clips myClip1 and myClip2 invisble with the following code.. for some reason it won't work... any ideas? for(i=0;i<=2;i++) { clipName = _root.myClip; clipName += i; clipName._alpha = 0; } ...more >>

a variable variable
Posted by DavidWbee at 10/11/2004 6:52:34 AM
I am struggling with a problem and I can feel the answer tickling my brain, bit I can't quite get it, so I thought I would see if anyone else can get me jump started. I am building an application that collects data and stores it to text files (customer requirement). There are multiple entrie...more >>

Go to action in MovieClip
Posted by worknfun365days at 10/11/2004 6:25:44 AM
I have a problem with a movieclip...in Flash MX There's a button inside a movieclip(mc)...the btn has a rollover script in it..the movie clip is on first farme on the stage... now I want when the usre clicks on the mc it should take him to frame 5 on the stage (the main TimeLine).... what ...more >>

Go to action in MovieClip
Posted by worknfun365days at 10/11/2004 6:23:03 AM
I have a problem with a movieclip... There's a button inside a movieclip(mc)...the btn has a rollover script in it..the movie clip is on first farme on the stage... now I want when the usre clicks on the mc it should take him to frame 5 on the stage (the main TimeLine).... what script shou...more >>

Slideshow controls
Posted by jepuskar at 10/11/2004 6:22:36 AM
Hi, I am trying to create a slideshow with numerous photographs, along with a control panel to play, pause, move forward and backwards. However, I would like each image called from a URL, not loaded when the slideshow starts. I can make the slideshow work just as I want, but the imag...more >>

Question read about XML
Posted by I_am_bad_at_English at 10/11/2004 6:19:15 AM
HI: //xml file name = text.xml <?xml version="1.0" encoding="gb2312" ?> <body> <a name='a'> <aa name='aa'> <aaa name='aaa'> aaaa </aaa> </aa> </a> <b name='b'> <bb name='bb'> <bbb name='bbb'> bbbb </bbb> </bb> </b> </body> //code ...more >>

play midi files in flash
Posted by Deepak Joshi at 10/11/2004 5:26:08 AM
is there any-way through which i can play midi files in flash. i will appreciate it if i can dynamically load the midi files at the run time. thanx...more >>

creating xml file on server
Posted by eyal453 at 10/11/2004 5:13:40 AM
hey guys... what's the easiest and the simplest way of creating an xml file from flash on the server using user input... lets say i want to let some1 type some stuff in a text field and save them up on an xml file... what's the shortest way... i know this can't be too complicated.... ...more >>

Magnified Buttons
Posted by okaysamurai at 10/11/2004 4:45:25 AM
Hello - I'm looking for the code to get an effect like the blue square buttons on http://www.peterhobbs.com, where the size of the squares gets bigger or smaller depending on the location of your mouse. Just getting my feet wet with AS, so my knowledge is limited. ...more >>

Boolean
Posted by Esky C. at 10/11/2004 3:32:19 AM
First of all, sorry for my poor English. It will be easier for you to understand if you have my file in hand: http://esky.info/chalk/main3.fla Each of the squares has 3 frames, the 1st frame and the 3rd frame contain the scripts. The 3rd frame shall send the moving = true; to the 1s...more >>

attachMovie when random number occurs
Posted by allthings at 10/11/2004 1:42:03 AM
Hi all, I am trying to get a movie clip to play when a random number occurs. So far, all I can do is generate the random number. My movie clip is called bug_mc and is off the stage, just in the library and has no actionscript attached. Basically, I need something like this: generate ra...more >>

empty movieclips and the buttons underneath
Posted by flashuser79 at 10/11/2004 1:18:15 AM
Good evening. Im having some trouble here... I have buttons on a layer that call in external swf's onto an emptymovieclip that is placed on another layer ABOVE the buttons layer... The script works fine, but I've noticed that when the external swf is called in, and you move your mouse ar...more >>

Help Me With Random Actionscript Please.
Posted by Ryaninthewind at 10/11/2004 12:24:46 AM
I want a button, when clicked, to go to a random frame in that scene. Its for a random quiz thing.... Can anyone help please, seeing as how i have no idea how to e-mail the macromedia support people... ...more >>


DevelopmentNow Blog