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 > march 2006 > threads for friday march 10

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

opening a local file
Posted by DarkVortex at 3/10/2006 11:22:25 PM
Is there a way i could make a button when u click it, it opens up a file on my computer or the internet?...more >>


Is this right?
Posted by DarkVortex at 3/10/2006 11:09:59 PM
is this code right? onClipEvent (enterFrame) { if (_root.player.hitTest(_root.wall1)) { gotoAndStop(67); } } onClipEvent (enterFrame) { if (_root.player.hitTest(_root.wall2)) { gotoAndStop(67); } } onClipEvent (enterFrame) { if (_root.player.hitTest(_root.wall3)) {...more >>

opening a saved webpage with flash
Posted by bb73 at 3/10/2006 9:34:38 PM
I have a saved web page that needs to be opened with a button in flash in the same manner as a page that existed online would. The "get url" command doesn't work since this page does not exist online anymore and I need to give flash a path as to where the html file is on my hard drive. What ...more >>

Rotation by Mouse Location
Posted by DJ James at 3/10/2006 8:33:02 PM
I have a compass that I'm trying to rotate by having the user click, then move the mouse in a circle pattern to position it.. I have a MC called "compass" that has the N, S, E and W on it.. then another movie clip called rotateWheel that has the code in it to rotate the compass movie clip ...more >>

eval string+variable problem
Posted by furian at 3/10/2006 7:42:31 PM
hi there. i have a problem i cannot solve. i have a simple xml file, something like this: <data> <sentence word1="asda" word2="asd /> <sentence word1="das" word2="ggd /> </data> and i want to make this: thexmlfile.firstChild.childNodesVARIABLE].attributes.wordVARIABLE so that...more >>

Disable actionscript
Posted by redl3tt3r at 3/10/2006 7:30:05 PM
Does anyone know a way that I can disable the actionscript in a loaded movie clip, and toggle on/off with a button in the parent movie; without modifying the movie that is going to be loaded? Im using the loadMovie method. Example myHolder.loadMovie(?mySwf.swf?) Any Ideas? -Ed...more >>

loading progress
Posted by Pcoll at 3/10/2006 7:21:47 PM
hi, im developing a loader, its working fine. but when i trace progress is show something like this 85.9612534267239%, i need it to be like this 85%. how do i accomplish that??...more >>

Tween transition with lines
Posted by hollywoodbb at 3/10/2006 7:05:57 PM
I have a square box that contains a moviclip inside it. The moviclip inside the square is called lines_mc which contains several diagonal lines that are being tweened to the left continuously. Does anyone know how to make this clip run with the tween and transition class. I attached the fla. ...more >>



Unload MC when other button clicked?
Posted by metrique at 3/10/2006 6:33:22 PM
Hi, I have this image gallery from a template file I'm attempting to customize with actionscript for more flexibility but I came across a problem with external jpg image loading. You see, when loading them via a click of a thumbnail, I load the jpeg into a new MC on the highest level. Now I'm ...more >>

Form-based Applicat Best Pratices
Posted by agorman at 3/10/2006 6:02:57 PM
My background in in Java and C++ development, but I've playing around with FMS and AS for a while. My question is regarding Form-based applications. When developing Form-based applications, is the typical approach to link the your Form to your custom AS class, which should be a subclass of mx....more >>

I have been working on this for months...
Posted by Brian at 3/10/2006 5:22:58 PM
I have been working on this for so long and I am 99% there, except the one thing that I really want to have happen, I can't make work. I know this is a lot to ask, but if anyone wants to fiddle with this, I would be forever greatful. I just can't seem to be able to do it and would really lov...more >>

Customizing a DataGrid Component's # of displayed columns and column label via AS2.
Posted by JeremySeda at 3/10/2006 5:06:29 PM
I've created a Video Media Player using a MediaPlayBack and DataGrid Component and a few code samples I've found on the web. The way this works is there is an xml file that loads the video data (label & value) into the DataGrid Component. Then there are listeners setup to load a FLV file int...more >>

A serious getURL problem
Posted by Rui Camarinha at 3/10/2006 4:28:17 PM
hi, I'm tryng to use getURL in a flash object to call a javascript function that resize an image in my html page getURL( "javascript: resiseObj(objToResize, newWidth, newHeight) " ) ; with one flash object it works fine, but... if I do this in several flash objects simultaneously in ...more >>

HTML in XML not displaying correctly
Posted by _sacal_ at 3/10/2006 4:07:27 PM
I have an XML file that populates some dynamic text fields, but I keeps displaying the HTML tags as part of the text. 1. My XML looks something like this: <?xml version="1.0" encoding="UTF-8"?> <category> ....<questionSet> ............<id>1</id> ............<question><!]></question> ...more >>

a small glitch with loadMovie
Posted by NodeNode at 3/10/2006 3:59:31 PM
Perhaps someone can shed a little light on this little glitch I'm having with loadMovie. For test purposes I've got the main movie with one empty movie clip on the stage, instance name "mc". loadMovie("backGround.swf", mc); now I have the backGround movie setup in two frames. the first ...more >>

Font Problems
Posted by hakanh at 3/10/2006 3:04:06 PM
Hi everybody. i don't found a valid solution altough i resarch most web sites. Purpose : i use special fonts on my swf. i want appaer this fonts on another web's user's explorer. i assume , this fonts don't loaded user's computers. Solution : i import font a swf (font_library.fla) b...more >>

getURL action to pass variable to swf
Posted by bbabics at 3/10/2006 2:06:38 PM
Hi Everybody, this is my first post- so I hope I don't sound too novice. Okay, I am designing http://homepage.mac.com/bbabics/datanat/index.html and am racking my brain trying to figure out to make this work. The issue I am having is the navigation and the heading of the page are contain...more >>

rotating movie clips around central pivot point
Posted by vrish88 at 3/10/2006 3:02:21 AM
i have a movie clip that has several other movie clips rotating within it. The "inside" movie clips are moving around on guides. How would you use action script to rotate those movie clips around a central pivot point? thanks ...more >>

onRelease does not work for me?
Posted by felisan at 3/10/2006 2:11:30 AM
allright. here's my problem: on my stage I have a movieclip instancenamed theBox. on frame 80 of theBox i have a movieclip named theButton. ------------------------------------------------ this code traces out my message theButton.onRelease = function(){ trace("test"); } t...more >>

Coords relative to _root?
Posted by jeddhorvath at 3/10/2006 1:59:35 AM
Is there a method available in Flash 8 Pro to get a movie clip's x and y coords relative to _root, rather than relative to the parent clip? Or at least relative to the top left corner of the stage? Thanks! ...more >>

How do I Get a Component to Run
Posted by wasyl69 at 3/10/2006 12:45:13 AM
I am using a component called Liquid Studio which adds a visual volume meter to the flash movie. When added to the page it creates a library item that is a compiled clip. I have not come across compiled clip before and do not know how to run it. I have tried to run it the same way you woul...more >>

Best Practise - loading levels in game
Posted by FrogCdrom at 3/10/2006 12:00:00 AM
Hi, Im coding a game (quite big with lots of graphics) and each level is done in a Scene. Now I realise that I cant use variables to define my Scene jumping. E.G.: var _level:String = "level" + g_currentLevel; gotoAndPlay(_level,10); So, I have a simple question. What is the best p...more >>

stop images from fliping?
Posted by Martin Bean at 3/10/2006 12:00:00 AM
hi im using the base file from kirupa 3d spining images, and what i want to do is stop the image from fliping/rotating, basicly i want to see the front of the image all the time as it goes round in the circle not like its doing now where the image is distoring/sqausing togther to seem like ...more >>

how can I run javascript:window.close(); in flash 8
Posted by Burak Delice at 3/10/2006 12:00:00 AM
hi, i have to use getURL("javascript:window.close(); "); but it doesnt work if project is run locally. but, this is a cd project and it must be run with IE Explorer. javascript is not permitted from player but i could not find hoe can i disable or allow it. anyone help me? regards ...more >>

finding a string inside another string
Posted by Antonio_82_ at 3/10/2006 12:00:00 AM
hello does anyone know how to make a script in AS that given a string, say "This is a Flash application", will find if a piece of string, say "app" is included in the string (in this case yes). thanks A ...more >>

Prevent a function from executed.
Posted by The 350Z at 3/10/2006 12:00:00 AM
Hi, Let's say I have this function A that is currently running. Then when I click on a button, Function B is running as well. Is it possible to disable function A temporarilly, until a few onditions in function B have been met? After those conditions have been met, function A would ru...more >>


DevelopmentNow Blog