all groups > flash actionscript > march 2007 > threads for monday march 5
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
asfunction not working
Posted by aniebel at 3/5/2007 11:44:41 PM
Does the fact that I'm parsing this XML have anything to do with the fact that
the mailto: function does not work?
This is the function in Flash:
function fMailTo(email)
{
getURL("mailto:" + email);
}
This is an attribute from my XML:
email="<a
href='asfunction:fMailTo,anyna... more >>
How in the world do you do this?
Posted by C-Rock at 3/5/2007 11:04:31 PM
I'm trying to bring in external text in the form of paragraphs and titles. I
want to create text boxes for the paragraphs that fit exactly to the number of
lines the paragraph will require. I want to do this so when I place them in a
vertical line I can space them evenly.
If I just create... more >>
movie clip depth on top
Posted by jonnybennett at 3/5/2007 10:54:46 PM
I am trying to come up with a simple way to disable other m.c.'s that are on
the stage while some dynamic data is being loaded.
Someone suggested that I place a movie clip over the top of all of the other
m.c's however you can still press the clips that are underneath the overlayed
mc.
Is ... more >>
Email problem
Posted by Mr_Torch at 3/5/2007 9:50:20 PM
Here is the code I'm trying to use for sending the mail. It is going to
Godaddy's gdform.php on the root of our site. It just pops open a new fresh
home page and doesn't send the mail. but when I check the script it says it has
no errors. any thoughts?
on (rollOver)
{
gotoAndPlay(2... more >>
External SWF
Posted by Mister Peanut at 3/5/2007 9:14:28 PM
Hello, I have a simple problem, I think. I have a button that, when pressed,
loads an external swf called, Staff.swf, into a loader named myloaderBG_mc. I
would like to go directly to frame 5 in this swf, and not just to frame 1. I
thought this would be the code I use:
lilwat.onRelease ... more >>
Reading File Names
Posted by chopTheWood at 3/5/2007 8:06:18 PM
How can I get flash to read file names from a particular folder and paste them into a text field?
thanks... more >>
Check this out and give me a hint how to do it
Posted by Flamebg at 3/5/2007 7:22:18 PM
Check out this link , inside there is a flash gallery that I am interested in,
and would like to know a few things
http://www.calvarychapelcostamesa.com/
Now when u have seen how it works, can u answer me these questions:
1) How can I make this swf resizable... I tested and I saw that w... more >>
movie clip and an instance thereof
Posted by aa at 3/5/2007 7:05:30 PM
I thought that a clip created by drugging a library clip onto the stage is
a copy in sence that changes to this copy would not propagate back to the
library clip.
I have a library clip with noAS code in it.
I drugged a copy onto the stage and edded onClipEvent (mouseDown)
Then I created anothe... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Loading external movies
Posted by dougbarba at 3/5/2007 7:02:35 PM
I've created (with help) a series of buttons that scroll a movieClip's
x-position according to an arrayIndex. With variables, these buttons also cycle
through their up and down state as the user clicks from one to the next. I'd
like for them to also load an external flash movie into a "loader"... more >>
preloading math?
Posted by Brian at 3/5/2007 5:16:30 PM
I would like to test how much of my movie is loaded and do things at
20%, 40%, and so forth. Right now I have the following, but it is not
working quite yet.
movieloader_mclListener.onLoadProgress = function(target:MovieClip,
numBytesLoaded:Number, numBytesTotal:Number):Void {
if(numByte... more >>
Movie Clip Depth
Posted by bdq1772 at 3/5/2007 3:27:28 PM
I have a movie clip with a button. On release of the button another movie clip
is attached on top of the clip that attached it. I need to keep the first clip
on top of the second. Any suggestions? Thanks, Mike
... more >>
Better coding approach for ?Drag and Drop?
Posted by essaeyu at 3/5/2007 3:14:02 PM
Hi,
I am designing an activity in flash where the user is supposed drag certain
objects on the correct position. The code on all the objects is the same i.e.
startDrag(), stopDrag(), checking the _droptraget etc. The only thing different
is the value of drop target. Instead of writing cod... more >>
music on movie fading out when the movie finishes playing...
Posted by serg2049 at 3/5/2007 2:47:32 PM
I have an animation, I need to put some music in it, but I?d like the music to
fade out (the volume turning down) when the movie finishes playing. How can I
do this?
Also, if you can let me know how can make an mp3 file?s size more suitable for
a quick load.
Thanks!!!
... more >>
Loading movieclip with out change of scene
Posted by jeeepU at 3/5/2007 4:39:34 AM
Without changing frames how could I load a movie clip, rather the case be true
or flase? The movie clip (s) cant be on the stage beforehand.
I'm making a form and if the form dont submit I need an image to pop up. If it
does submit I need another differnt image to pop up. Any tips?
Thank... more >>
help
Posted by visualante at 3/5/2007 3:59:37 AM
i have a problem, i got a movie thats a button with within a movie. how do i make it goto a labeled frame in the outer movie... more >>
Playing Audio on first visit only.
Posted by taris_kah at 3/5/2007 3:57:17 AM
I am trying to use LSO's to have a piece of audio only play on the users first
visit. Does anybody know the best way to achieve this? Is there a method I
could use to set a variable (The LSO) either when the audio finishes playing/is
stopped by the users, or when the Flash app is closed? Any ... more >>
Help attaching a video to a dynamic movieclip
Posted by quovadimus02 at 3/5/2007 3:16:12 AM
I have a gallery that is dynamically attaching movieclips to the stage. I'm
loading an image into those movieclips, but I'm also trying to load an flv into
one if a files name ends in .flv in my xml file. At the moment there is only 1
video path in my XML file. All my paths are correct, everyt... more >>
getURL - javascript - popup window
Posted by Ares94 at 3/5/2007 2:15:55 AM
Hi!
I need to get a button open a new, fixed-size, pop-up window.
This is what I used:
on (release) {
getURL("javascript:window.open('ponuda_tjedna.html','Ponuda
tjedna','width=350,height=250')");
}
It works just fine, open a new window etc. but the main window where the
butto... more >>
If statement question
Posted by erokCom at 3/5/2007 1:20:25 AM
Hello friends,
Let's say I have 3 movieClips on the stage. When I click them, they each alpha
down to 0.
Now, once they are all clicked and each of them have reached an alpha of 0, I
want to fire a new event.. (Or have a message come up and say "You are finished
clicking".
Now, the... more >>
If statement question
Posted by erokCom at 3/5/2007 1:19:55 AM
Hello friends,
Let's say I have 3 movieClips on the stage. When I click them, they each alpha
down to 0.
Now, once they are all clicked and each of them have reached an alpha of 0, I
want to fire a new event.. (Or have a message come up and say "You are finished
clicking".
Now, the... more >>
DepthManager
Posted by eric76 at 3/5/2007 1:01:27 AM
I encountered the problem with getNextHighestDepth() returning invalid depths
when a 2.0 Component is present. The Flash documentation was clear that if a
2.0 Component is present then depths should be managed with DepthManager. So I
tried to find some info on this class. Here are some observa... more >>
Need help on very simple script for button
Posted by dudeodude at 3/5/2007 12:46:06 AM
I am really new with flash and i am having big difficulty understanding
actionscript.
I would like to create a button that when pressed on, open's an animation, for
example a square fades in into the scene and then when pressed again, it
activates the reverse so fade out of the square. i ... more >>
Load Movie and change size
Posted by shueardm at 3/5/2007 12:00:00 AM
i'm pretty green and like some help.
I want to load a movie clip and change the dimensions of the clip at the same
time- because my main movie is 765X750 and the new clip is smaller. I want the
smaller movie to play at it's native x and y size in the projector. I can't
work out the script t... more >>
Show Real Time
Posted by Jafang at 3/5/2007 12:00:00 AM
Hi guys,
I am trying to get the server time in real time and I can't get it to count
the seconds in realtime,
I am able to get the time from CFM to Flash, but if I loop the frame in order
to get the real time like the seconds, my page takes forever to load. Can
someone please tell me what... more >>
Re: Please help me !!!
Posted by prafulka at 3/5/2007 12:00:00 AM
http://www.prarambh.com/test.zip
Dear sir,
Please see my new fla here, i just modify my fla
i add form in my fla, when some one select one or two box in my fla, u find
one popup come up(there is form come) u fill all detati and submit the form,
what i want here is all detail goto acc... more >>
metadata
Posted by Sphereus at 3/5/2007 12:00:00 AM
Hi folks,
actually I had posted this question a few hours ago, but for any reason my
last posting is not listed here any more. So, I'll simply try again. I would
like to know if anyone of you knows a reference list of the available meta-tags
in AS3 e.g. for embedding files or telling the c... more >>
Input field is not clickable
Posted by Simhanature at 3/5/2007 12:00:00 AM
Input field is not clickable in flash8.
I think that no. of masks and more stuffs in the flash may turn the flash to behave so.
How to get rid of this?
Please anyone help me
... more >>
Please Help me
Posted by prafulka at 3/5/2007 12:00:00 AM
http://www.prarambh.com/test.zip
Dear sir,
Please see my new fla here, i just modify my fla
i add form in my fla, when some one select one or two box in my fla, u find
one popup come up(there is form come) u fill all detati and submit the form,
what i want here is all detail goto acc... more >>
can't find AS code??
Posted by maomaotou at 3/5/2007 12:00:00 AM
I stduy flash by sample--MultilingualContent ,but i can't find out the code ,plase help me!
download my sample:http://www.cnlingsi.cn/fla/MultilingualContent.rar
by flash 8.0... more >>
Why does loadvars stop working when I give it the domain?
Posted by matt4444 at 3/5/2007 12:00:00 AM
Maybe you can figure this one out.
When I specify the full url for load vars including the domain it stops
working when I put the SWF on the server. However if I load the SWF locally it
does load the page from the remote server. I find that I have to take the
server domain out of the argum... more >>
image animation
Posted by Neha Garg at 3/5/2007 12:00:00 AM
hi,
i want to create some active picture animation in flash please note i don't
want any slide show. something like www.psl.com site.
... more >>
|