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 > october 2004 > threads for tuesday october 26

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

Stuck stuck :( Using loadMovie and adding data
Posted by speedmonk at 10/26/2004 11:22:45 PM
Hi, I have an app that users select items to add to the stage. I used to use attachmovie, but now there is so many things I starting using " mc.loadmovie()" instead. It goes like this. 1. call function that adds item. 2. create an empty movie clip 3. load movie into the empty clip ...more >>


Center on stage like diesel.com
Posted by notforsnowboard at 10/26/2004 10:38:23 PM
Hi folks! How can i center my content in my flash movie like the dudes and dudettes at http://www.diesel.com does? The flash is inserted into html with height = 100% and width = 100%, so far I'm getting it. But how the main content stays centered (horisontal and vertical) when I resiz...more >>

First game ever EXCITEBIKE
Posted by ONE_MASTERT at 10/26/2004 10:07:08 PM
hello im trying to recreate the awesome nintendo game - Excitebike - so far i can make the bike move and do wheelees and switch lanes im trying to work on the gravity and stuff i need to ha ve the bike held down by gravity and when it hits a jump i need it to go up the jump and get...more >>

getUrl gets lost using relative URL
Posted by Anakin.cn at 10/26/2004 9:49:20 PM
getUrl gets lost using relative URL In http://www.com1.com/ there are 3 files: A.swf A.htm B.swf A.swf is embed in A.htm. In A.swf, a button's action is written as follows: on (press){ getUrl("B.swf","_blank"); } so in http://www.com1.com/A.htm, I can get http://www.com1....more >>

can I know the right or left position of a mc?
Posted by bso_71 at 10/26/2004 9:14:38 PM
Can I trace the left position of a movie clip or the right position of it on the stage? Thanks! Brenda S....more >>

duplicateMovieClip
Posted by MaureenM at 10/26/2004 9:13:29 PM
Hi there, Using an array and duplicateMovieClip I create a bunch of "card" movieclips... using the following script: newCard = function(num, details) { var newClip:Array = new Array(); originalClip = _root.card_reel_mc.card_mc; newClip = originalClip.duplicateMovieClip("card"+num...more >>

loadVariables works but loadVar class doesn't
Posted by danliles at 10/26/2004 9:10:36 PM
Hello, I have an online book (written in flash) contained within a web application. I'm trying to keep the web application informed about which page the user is current looking at. I have a statement: loadVariables("http://localhost/StoryTime/SetCurrentPage.aspx?CurrentPage=0",...more >>

Re: Using Flash Menu to Navigate an HTML site
Posted by fhss at 10/26/2004 7:55:39 PM
That works well. However, I am not trying to pass text from HTML into Flash, I am trying to have a link in HTML (that loads another HTML page) also tell a Flash movie to jump to a specific frame. I have 23 different naigational "states" the movie can be in. A horrendous work-around would ...more >>



Button Depth
Posted by Nayeenanajar at 10/26/2004 6:56:12 PM
Hello all, I'm a longtime flash user with little to no knowledge on how to use it interactively. I'm creating a website with a calendar type button layer. The over state of the button overlaps the button next to it. Is there any script I can attach to each button that basically stat...more >>

Context Menu problems when loaded with loadClip
Posted by geraldo777 at 10/26/2004 6:38:59 PM
I?m having troubles when accessing the context menu of movieclips loaded with loadClip into another movieClip. in this small example I?ve attached actually it shows up quite sporadically (meanly in accessing the context menu in the center of the movieclip -> see testGui0.swf) - but in the load...more >>

Dynamic text & UTF8
Posted by shaggydagy at 10/26/2004 6:23:34 PM
hi there, I'm working on a site that displays text from database, the site is in spanish, so sometimes I need to use ? among other characters (accents), i.e. the database text is BA?OS (bathrrooms) and when loaded in flash it just appears BA . So I'm kinda stuck here, I'm using Flash MX 6 an...more >>

keypress
Posted by pandey at 10/26/2004 5:50:21 PM
Hi guys, I'm using below code, if the user press (z) key on the keyboard, it should go to the next frame. I know the ascii value of the key "z" which is 122. What's wrong with the code onClipEvent(keyDown) { i = Key.getAscii() if(i==122) { nextFrame(); } } any help wi...more >>

passing variable will not execute
Posted by iaustin at 10/26/2004 5:00:29 PM
Big help[ needed! Having a big problem getting a vaiable to execute once passed the the main timeline. I hope there is a simplke oversite on my part. I'm passing variable from a code clip to the main time line of th root movie. 1- //codeclip onClipEvent(load){ loadVariables("extf...more >>

Hyperlinks in TextFields
Posted by Gernot Brandl at 10/26/2004 4:50:22 PM
Quick Question: Is it possible to insert Hyperlinks into a TextField (on a singe word in the text) that isn't a html Field (TextField.html=false)? Thanks in advance Gernot...more >>

ignorance isn't bliss. click & score help needed.
Posted by viddyxxx at 10/26/2004 4:42:05 PM
Hi. I'm trying to create a hazard perception test clip (for uk driving test) to be played on the web. The clip consists of a driver POV video clip. The testee watches the clip and has to click on a hazard, using mouse/cursor, as the hazard develops. The scoring goes from 5 points if the hazard...more >>

loading MC's via ActionScript
Posted by plugin+ at 10/26/2004 3:35:22 PM
Hi people, I am currently loading severla mc's in the library by using ActionScript and referencing the identifier name... all fine. The problem is that I can only get the thing to work if I tick the box that says 'export in first frame' from the symbol properties box. I need to try an...more >>

sliding pictures based on buttons
Posted by digitalknuckles at 10/26/2004 3:00:05 PM
Hello, I need to script a pic gallery so the picture will slide into place based on the button clicked. The 'bar' of pictures needs to be able to slide right as well as left (see example http://www.mycreativesource.com). Any help on this would be very much appreciated! DK ...more >>

LoadMovie in New Window
Posted by Jeff Friedman at 10/26/2004 12:59:44 PM
In my Flash movie, I want to have a button that when clicked will open a new browser window and play another .swf file. I have this script..... on (release) { loadMovie("attract.swf", "_blank"); } I used target instead of level, but nothing happens. If I use level it plays so th...more >>

Help xml display anomalies
Posted by taimurdgreat at 10/26/2004 12:43:36 PM
Hi there. I am using a swf file (not made by me) which just displays content from xml in the dynamic text box. Now the problem is that sometimes there is nothing loaded in the text box when the page has loaded completely. And when it is refreshed or clicked again on its link it displays th...more >>

Problem with "this" in an if-command
Posted by antewik at 10/26/2004 9:19:17 AM
I have problems using this in an if-command. I am not even sure if that is possible. The code that i am trying to make is for exampel: for(var i=0; i<=10; i++) { if(this == "_level0.test"+i) { trace("Hello");} } Both sides are equal, that I can see when I trace them. I ...more >>

Toolbar, Color Tween, Page loading
Posted by a little ant at 10/26/2004 8:23:30 AM
http://www.braingiants.com/v5/welcome.html 1.How does this dude lose the toolbar? (Is he using popups?) 2. How is he tweening his ENTIRE background color (main 3 pages and portfolio pages). 3. Is he loading in the pages after the window resizes or during or before? Just looking to lea...more >>

sound and visual unsych when streaming flv
Posted by Alvar at 10/26/2004 7:36:02 AM
My flash is mx2004 Prof on WindowXP. I'm using netstream to stream a rather long video (~40 mb). However, although I play the flash in local machine the sound and the visual of the video don't synchronize. I'm sure that the import fps is right. Anyone here can help me please? Alvar ...more >>

Problem with Square Bullets in Flash + XML
Posted by PixelFreak - Virgin Desig at 10/26/2004 6:59:57 AM
Hi, Iam developing a eLearning course where the text is externalized and is populated from a external XML file. The problem I am facing is that the content has a lot of bulleted items and the client is very specific about using sqaure bullets and not the default rounded bullets which is s...more >>

Can anyone give me a hand on testing?.(2min. max.)
Posted by inBytes at 10/26/2004 4:01:11 AM
Hi all... Please, may you do a test with this movie, and tell me if this happens to you also???. The fla (to test in your own Flash MX 2004 installation): http://www.inbytes.com/TestIfHappens2U.swf A big thank you for the one who cares... :'( (Macromedia: is this a bug???) ...more >>

sprite within script in Flash
Posted by nat77 at 10/26/2004 12:30:47 AM
is there any script similar to the "sprite within" in Director? I want to add a script that makes something happen when 2 movie clips are within 2 other movie clips (it's a matching sock game.) the hitTest doesn't seem to work and neither does the movie depth (movie depth might work but I don'...more >>


DevelopmentNow Blog