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 > november 2006 > threads for tuesday november 21

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

Main.mc stop();... Sub.mc Play();... HOW??
Posted by devinrayolsen at 11/21/2006 11:59:31 PM
Hi I have a presentation to build that will displays lots of information to a user. Most of this information is text that is displayed over a nifty graphic.mc, however this graphic has controls of its own, such as a pull out that plays a video on the pull out. Let me break down how I hav...more >>


How to volume control video voice and background music
Posted by Snej45 at 11/21/2006 11:39:39 PM
I would like to control the volume of a person speaking in a video and the volume of background music independently from each other with two volume bars. However this far I can only: 1) Control volume on voice and music on same time (but not independently) 2) Control music but not voice ...more >>

hitTesting
Posted by Jimmathy at 11/21/2006 10:18:08 PM
In order to save time, i would like to script this game in such a way that i can put some code(similar to: if(this.hitTest(_root.MC)){ ) on MC#1 but make the other clip being tested any other MC on the stage with out coding separate hitTests for each. In other words i want to make it so whe...more >>

Conditions
Posted by Nephine at 11/21/2006 8:44:03 PM
I hope someone could help me with this. It seems simple enough, but I'm probably not writing the script properly. I have two timelines: 1. In the first timeline ("actions") there are two keyframes. The first keyframe: [Q]stop(); x=0[/Q] This keyframe just declares the value of x...more >>

Help requires, Newsletter link.
Posted by Lee Drummond at 11/21/2006 8:31:52 PM
ok, heresd my problem, i have been trying to sort it for about a month or so now. and no body i have asked seems to be able to help me :-( www.djpaulbayley.co.uk/new on the first page you see the "newsletter" subscription link,,, all i want is fo that to be uses to send a basic email to ...more >>

"The class XXX could not be loaded": ActionScript 2.0 classes
Posted by enantiomer at 11/21/2006 8:07:03 PM
Hi there: --After a thought I think that the last subject may be a bit vague-- I am writing out my actionscript classes for my project. I want to have a class that is responsible for the remoting service. The only problem is when i try to use the same remoting code that was working just f...more >>

use library item in actionscript class
Posted by enantiomer at 11/21/2006 8:05:22 PM
Hi there: I am writing out my actionscript classes for my project. I want to have a class that is responsible for the remoting service. The only problem is when i try to use the same remoting code that was working just fine in my FLA document, it seems to have a problem loading the classes:...more >>

Loading issues with XML
Posted by NHankla at 11/21/2006 7:36:08 PM
Hello All, I am working with an XML and External JPG loader and it doesnt seam to want to work all the time. It works randomly loading different images. The code is as follows stop(); myPhoto = new XML(); myPhoto.ignoreWhite = true; myPhoto.load("bangorchamber2.xml"); myPhoto.onLoa...more >>



Stopping a flash movie
Posted by ESK-2004 at 11/21/2006 5:03:47 PM
could anyone perhaps tell me how i can stop/pause a movie for 5 seconds... My current movie is 40 frames long and i need to pause it at frame 34 for about 5 seconds...before continuing on to frame 40...without user interaction (no buttons or mouse actions) i did a search on the adobe site ...more >>

Totally weird preload bug
Posted by Tiemen Rapati at 11/21/2006 4:21:59 PM
Apart from some other problems this site: <http://www.model-agency.nl/NEWSITE> www.model-agency.nl/NEWSITE displays a bug that baffles me. I added a simple preloader.swf that loads the main.swf in itself. Everything works fine except ONE component (and the loading of backgrounds on lo...more >>

Loading info from INI file into Dynamic Field...
Posted by warnere at 11/21/2006 4:04:16 PM
Folks, I have a Flash Projector application that is a frontend for an electronic Catalog (PDF'S). I have incorporated an install and web updater feature on the CD so the user can install on their system. After installing, I have a web updater feature that goes out and checks for newer vers...more >>

fscommand "showmenu"
Posted by rc3rdmd at 11/21/2006 2:27:31 PM
I am creating a projector and using the fscommand "showmenu" as false (fullscreen false also). When I do this, and load a 'fullscreen' .swf file, it creates extra pixels on the top and bottom. Any way to work around this while not being able to view the menu? Thanks. Rob Childress ...more >>

text field
Posted by a1212121 at 11/21/2006 1:43:08 PM
hi to all i want to create some text field inside a movieclip at runtime and change the values of the textfield at runtime. i also want to create RadioButton inside a movieclip at runtime. how to do that ? Thanks in advance ...more >>

How to determine a movieclip width
Posted by Devendran at 11/21/2006 1:26:21 PM
Hi Experts, Don't think this is a Very basic question. I am having a Circle(Say 100x100) in a movie clip. If you trace the width of the Move clip it will show exactly 100x100. Well. Now rotate the movieclip for 45 degrees(or some other degrees). Now trace the MovieClip width. It will sho...more >>

attachBitmap
Posted by tegnegi at 11/21/2006 1:02:54 PM
i m using Bitmap Data class ..i .e i first use bitmap.draw method and then then i attached it to a movie clip by movieClip.attachBitmap method....but the problem is that unlike attached movieclips which align their centre with the movie clips center to which they are attached ,the bitmap im...more >>

Best way to track a navigation status?
Posted by Brian at 11/21/2006 10:31:01 AM
I have build navigation systems in the past that had several layers of submenues. These would for example be structured like the following, where you would have button a 1, 2 and 3(1st level), button 2 has a subbutton that we will call 2.1 and 2.2(2nd level), which then have subbuttons that ...more >>

Getting pixel colors from a Bitmap object
Posted by sp NO[at]SPAM k at 11/21/2006 5:58:46 AM
The reason for this entry is a really screwy Actionscript that needs to read the pixel color information and then SEND it to a server side script that will read that data to recreate the image. For the script to process this information, the pixel color must be a hexadecimal value, so unless the...more >>

Music across scenes
Posted by syn90 at 11/21/2006 4:09:42 AM
I was wondering if there was certain actionscript to let background music transfer from one scene to the next without a break in the sound. As in if i start a song on scene one and then half-way through it goes to scene two but continues the music w/o repeating. -Thanks syn90 ...more >>

ContextMenuItem
Posted by abeall at 11/21/2006 3:54:11 AM
Wondering if anyone else gets the same results. Try this on a new document: var cm = new ContextMenu(); cm.hideBuiltInItems(); cm.customItems.push( new ContextMenuItem("Select",select,false,true,true) ); cm.customItems.push( new ContextMenuItem("Rename",rename,false,true,true) ); _root.m...more >>

Printing the source code
Posted by fungusbogus at 11/21/2006 2:46:39 AM
Hi Folks Do any of you know how to print out the actionscript source code WITHOUT copying and pasting into a text editor. I would like to be able to do this from within Flash if at all possible? - I am using Flash 8 Thanks ...more >>

target from MC to scene
Posted by adunate at 11/21/2006 2:21:17 AM
I have a drop down MC menu made up with buttons dropping down. I'm trying to target the buttons within the menu to the next scene, or a specific scene. It's not working. Any suggestions?...more >>

Open .html pop-up window ABOVE flash projector file
Posted by jtouhey at 11/21/2006 2:20:29 AM
I'm using getURL(); to pop open a new window from a projector file but the projector is taking hierarchy over the pop-up window. I need the window to appear ABOVE the projector file. I've heard you need third party software to do this (something like freeMX) but i'm wondering if someone has an...more >>

hitTest not working
Posted by mpwalker at 11/21/2006 1:04:48 AM
Hi all, I'm trying to build a simple adventure game engine and I'm haveing problems getting the boundry hitTests from Ed Mack's tutorial to work. I'm pretty new to actionscript and if someone wouldn't mind taking a look at my code and telling me what I'm doing wrong here, I'd appreciate it. Yo...more >>

Target keyframe in another swf file
Posted by BetsyW. at 11/21/2006 12:31:10 AM
Hello, I am new to actionscript and would like to make a flash movie (swf file) with a sequence of large images. Another movie (swf file)would have say ten thumbnails of these images. When the viewer clicks on a thumbnail the other movie with the sequence of large images would load... ...more >>

How do I detect stopped audio?
Posted by judith_teresa at 11/21/2006 12:29:42 AM
Hi, I'm an ActionScript noob, so please forgive me if this is totally obvious - I'm just not finding it in the docs. What I would like to do is play a sound file on each screen of a slide show (this part is working) but instead of the user pushing a button to go to the next slide, I w...more >>

Flash 8 Player - Dynamic jpg's not displaying.
Posted by flying whippet at 11/21/2006 12:00:00 AM
Hi there, Has anyone else experienced this issue and if so has anyone got a fix? Basically, I am using loadMovie() to load a dynamic jpg into a simple movieclip. When you go to view the website using the Flash 8 player the image doesn't display. However, if you are using the new flash 9 ...more >>

Saving files
Posted by domconlon at 11/21/2006 12:00:00 AM
I would like to open a save file dialogue box on the click of a button within a flash projector. I need to allow people to save particular content from a cdrom to their hard drives. Is there any way of doing this? many thanks ...more >>

Loading movie in new level from variable
Posted by TaoHunter at 11/21/2006 12:00:00 AM
What I'm trying to do is load a movie in another level wich is defined by a variable (i) On level 0 there is this piece of code i = 10; loadMovie("Home.swf", 10); (I've entered 10 instead of i because otherwise I wouldn't get anything at all) Now every time I go to another 'chapte...more >>

Commanding a parent movie clip
Posted by danabnormal at 11/21/2006 12:00:00 AM
Hi guys, hope you can help. Firstly I'm new to Flash - please be gentle! I have 2 SWF files, A and B. A is a master page which loads B into itself (for use as a menu) using loadmovie. In B there are images that, when clicked, load an image into a programmatically created mc in A . Loading an...more >>

Loading movie in new level from variable
Posted by TaoHunter at 11/21/2006 12:00:00 AM
What I'm trying to do is load a movie in another level wich is defined by a variable (i) On level 0 there is this piece of code i = 10; loadMovie("Home.swf", 10); (I've entered 10 instead of i because otherwise I wouldn't get anything at all) Now every time I go to another 'chapte...more >>

Problems in loading scenes
Posted by pandeli74 at 11/21/2006 12:00:00 AM
I'm new in Flash Proffessional, and I'm doing my first job. Everything it's OK but now I want to load an other scene into my background to first scene (1), from a button. Anybody help me? Thank You....more >>


DevelopmentNow Blog