all groups > flash actionscript > april 2007 > threads for monday april 30
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
How to check for equivalence between arrays
Posted by adam NO[at]SPAM blueapplestudio at 4/30/2007 10:39:50 PM
This may be a basic question, but why does my attached example return false? I
would think that if two arrays contain te exact same number of elements, and
those elements were identical, that the below example would return true. Is
this a good example of ?There is something fundamental about... more >>
linking a .fla to a URL...
Posted by r_tist at 4/30/2007 9:10:43 PM
Hi,
I'm trying to accurately add a hyperlink in my .fla so it will link to a URL.
I'm very rusty with Flash, especially ActionScript 2.0.
I've tried the getURL action and that didn't really work, so I used onRelease
and that seems better. However, my file isn't working everytime, and it se... more >>
HELP! How do I.....
Posted by feedmeapples at 4/30/2007 8:49:44 PM
I have a website
http://www.charlesmarsden-smedley.com/index1.html
that I am building.
In the projects section, if you navigate to Projects > Museum > Tower of
London. You will see 'more information' link.
This loads an external Movie clip for the text feild. I would like to make the
... more >>
If/Else - Is there a cleaner code?
Posted by MShetler at 4/30/2007 8:13:11 PM
Hello all,
I am currently working on a flash file and I'm an intermediate user. My
actionscript abilities are probably close to beginner, but I'm a quick learner
(most of what I have learned with actionscript has been self taught).
In my flash file I have an animation of a rotating glob... more >>
FLV Play and pause
Posted by Chris McLaughlin at 4/30/2007 6:52:18 PM
I have a FLV playback component on the stage with an instance name of
my_FLVplybk. I am trying to pause and play the video using buttons on the
parent timeline, "19mc" which is embedded in the main timeline. The pause
button (for example) targets the main and embeded timeline.
However, w... more >>
Calculating Costs
Posted by rose-o at 4/30/2007 5:37:20 PM
Hello all. I have an excel spread sheet that you can input some different
values of some machinery and the operating costs then the spread sheet
automatically calculates the annaul costs and a few other things. Total there
are 12 different values that need to be input to get these number.
... more >>
Array as parameter
Posted by mike93 at 4/30/2007 4:49:08 PM
Hi Everyone,
I was wondering if this is possible and if so how. have an enitre array to be
used as parameters in a function. Here is a quick example:
var modules = [but1, but2, but3, but4];
function change(** every thing listed in the modules array){
... more >>
Sizing dynamic movie clips
Posted by Germ77 at 4/30/2007 4:32:51 PM
I have a project I am working on that has a scroll window on the main page and
the movie clip displayed in it changes. All of the movie clips that get
displayed in the scroll window are all dynamically made through actionscript
loading all of the info from PERL scripts usingLoadVars().
Fo... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
smooth ._y movement
Posted by Social Psyence at 4/30/2007 4:02:03 PM
Hello all. I have a simple problem, which I'm sure can be resolved quite
easily. I have a movie clip that's viewable through a mask, acting as a window
for content. There are two buttons which move the movie clip up and down
through the window, moving in increments of 5, but the user has to re... more >>
Screed Against on(clipEvent)
Posted by Rothrock at 4/30/2007 3:28:47 PM
I am continually amazed at the number of people who are just now coming to
Flash (or have only just started learning a bit of Actionscript) and post
questions regarding on(someClipEventOrOther). I'm trying to understand who
and/or what is guiding them to using this type of pre-Flash MX (6) sty... more >>
moveable symbol with embedded buttons
Posted by tomnicholson at 4/30/2007 1:19:30 PM
hi
i'm creating an activity based CAL (computer aided learning) program,
some of the activities will require a calculator, which i have coded.
what i want to do is somehow have the activities able to load the calculator,
and drag it about,
is the best way to do this by making a button... more >>
can read/write Shared Object locally, but never in a browser..
Posted by snarkyFish at 4/30/2007 10:34:43 AM
Ok, I've googled till my fingers bled, and I'm still stumped. Have you
all seen anything like this?
I've got the following code:
------------------------------------------------------
var so:SharedObject = SharedObject.getLocal("status");
if (! so.data.seenIt){
so.data.seenIt = true;
... more >>
UI Components
Posted by IreDevil at 4/30/2007 3:33:49 AM
I have noticed the UI components in my flash MX 2004 and would like to use the
ComboBox for a quiz.
I want the user to be able to select the question from 2 combo and upon
clicking a button, it will lead the user to that question the user has selected.
Eg. Term 1 Exercise 10 (Term is a com... more >>
Automatically closing a Flash Video
Posted by billlamar at 4/30/2007 3:07:25 AM
I am currently working on a project for my Flash class and I have a media
section where movies are selected from a menu and the video opens inside the
same movie (beside the menu). I wanted to know if there was a way (through
ActionScript) to have the movie automatically close when it is over... more >>
Help with syntax
Posted by evrardBlom at 4/30/2007 2:07:28 AM
Hello,
I am trying to read some professional codes but i always stumble on some
syntaxes that send me back to actionscript school. Here is one case:
// Definition of an object
1- var game:Object = new Object();
2- game.Columns = 10;
3- game.rows = 10;
4- game.spacing = 30;
5- g... more >>
passing still image back to server
Posted by wilfordbrimley at 4/30/2007 12:13:21 AM
I've created a simple drawing app using flash and I'm trying to figure out how
i can allow the user to save the picture they've drawn by converting what
they've drawn in the flash app window into a gif that i'd post back to server
as and handle it like an image upload.
Thanks for any help!
... more >>
_totalframes is larger than my number of frames
Posted by Hasenstein at 4/30/2007 12:00:00 AM
I have an MC with exactly 4 frames showing in the timeline. However,
_totalframes reports 16 frames!
I tried selecting (in the Flash 8 Prof. GUI) those "virtual" non-existing
frames and deleting them, by selecting a number of frames after my 4th frame
(although they already show up empty).... more >>
Help with a simple task
Posted by pandx at 4/30/2007 12:00:00 AM
Hi, I'm quite new to AS so this is actually quite simple but is something I've
yet to figure out.
My flash movie comprises of several sections, and all these can be accessed
from the main menu. Right now, what I'm doing is to preload all the sections at
once before starting the clip. Howev... more >>
How to get text's position in htmlText
Posted by miopnd NO[at]SPAM hotmail.com at 4/30/2007 12:00:00 AM
Dear All:
I include some text into htmlText from a xml file and the text has serval
paragraph,I want to add
one grey rectangle background to every paragraph and need to get coordinate of
ever paragraph.
who can tell me how to realize it ?I'll appreciate for any reply.
Best Regards
... more >>
NetStream problem for FLV HELP!!!
Posted by Cosmo111927 at 4/30/2007 12:00:00 AM
Hi everyone,
I'm building a client server appliction using flash: the client app is a
projector that connects to a server and loads some sfw files from that server.
One of these files is used to play videos...
When I test this file locally it works: I run it on my computer and it fetch... more >>
tokenizing a string
Posted by GregConnTelevirtual at 4/30/2007 12:00:00 AM
Hi,
I'm taking 2 four digit numbers from a text file and i need to subtract one
from the other. I've hit a problem if the number being subtracted from the
other begins with a zero then the result is sometimes is really wrong. So i'm
kind of thinking that i may need to take the zero off the... more >>
Why some FLV don't fire complete event?
Posted by jfbaro_uk at 4/30/2007 12:00:00 AM
Hi,
I created a simple player for videos, it works fine aside from some FLV which don't fire the complete event.
I am using Flash 8 and the FLVPlayback component.
Any suggestion?
Cheers... more >>
Problem with loading sound file
Posted by karthic_v at 4/30/2007 12:00:00 AM
I have created two swf files 'Loader.fla' and 'Sound.fla'.
Inside the 'Sound.fla' just i import a sound file to library and named it
'snd'. I added the following script on the first frame
var my_sound:Sound = new Sound();
my_sound.attachSound("snd");
my_sound.start(0, 1);
the scri... more >>
|