all groups > flash actionscript > october 2004 > threads for sunday october 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
Start application, for example, Excel
Posted by pw71 at 10/10/2004 11:40:31 PM
Hello,
When the user presses a button, I want to open up an Excel file. So dow do I start Excel from actionscript?
Thanks!... more >>
setVolume of an imported SWF?
Posted by mr.poops at 10/10/2004 10:07:06 PM
Is there anyway to set the volume of an SWF file imported at runtime? I've
tried [importedSWF].setVolume() and that doesn't seem to do anything. wasn't
sure if imported swf's had their own sound object that i should be targeting
(listing obejects doesn't show one).
my only other option is us... more >>
SessionArray / eLearning
Posted by athena7878 at 10/10/2004 10:00:14 PM
Hi all,
First, sorry for my poor english, i'm a french user so I hope you will be able
to anderstand what I mean. lol
I work on Learning Interaction in Flash Mx 2004 PRO, I use the complete
component with result page and track for AICC.
For the moment, I don't have CMI system but i wan... more >>
preloading #includes with load()
Posted by Nytyme at 10/10/2004 8:54:20 PM
I have an #include issue.
I have several AS files that perform setup for my movies. One loads
variables, one sets styles, etc.
The problem is ActionScript doesn't wait for code to finish executing before
moving on, specifically in the case of load().
So, #include "variables.as" ... more >>
Dynamic Text
Posted by robotstyle at 10/10/2004 8:39:23 PM
Greetings,
Why does dynamic text disapear when rotated? Is there a special way of rotating it?
Also, how do I assign color and alpha properties to dynamic text?
regards-Fredy... more >>
Help with a Function Scope
Posted by vectorman69 at 10/10/2004 7:21:36 PM
Hi!
I have a class "B", with a method "drawB", this method asigns the event
handlers for instances created from my class B, each of them call a function.
Now, the problem is where I place the function, ie. if I put the function
inside the brackets of the event handler caller, it works:
... more >>
form
Posted by JF213 at 10/10/2004 6:18:52 PM
I set up a form, but I was wondering if there was a way to have that content sent straight to my email address rather then jsp or cgi when the user hits the send button.
Thanks... more >>
Another Problem with Duplicate Movieclip
Posted by jthereliable at 10/10/2004 5:26:10 PM
I'll attach the file.
in the Troy building:
onClipEvent(load)
{
time=0
}
onClipEvent(enterFrame)
{
if(time>=10)
{
newMan = _root.fTroy.duplicateMovieClip("fTroy"+n, n);
newMan._x = -13.2;
newMan._y = 329.2;
n++
}
time++
}
i'm trying to dupicate _roo... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
script check
Posted by def jux at 10/10/2004 4:54:01 PM
Hi there. I'm new to actionscript and have modified this code to work with what
I'm doing. I keep getting this one error and I don't know what is missing... If
someone could help would be great.
my code:
on (release) {
if ((rate eq "")(learn eq ""),(reason eq ""),(search eq ""),(navig... more >>
scripting a button to open a web page
Posted by mkhgt at 10/10/2004 4:11:31 PM
Hi, could someone please tell me what the actionscript is for a button to take
you to another html page please? ive got:
on (release) {
getURL (index.html);
}
Its a long time since i used flash, I just can't remember!
... more >>
How to upload a file to a ftp server by flash actionscript?
Posted by Xie Bo at 10/10/2004 2:33:34 PM
Dear all,
I am developing a flash application(do not use IE),and want to upload a
file to a ftp server by flash actionscript. How to do it? Thanks in advance
for ur reply!
Best Regards,
Xie Bo
... more >>
button sound + ascript
Posted by flash-hanhi at 10/10/2004 1:56:17 PM
Im making a website which builds up from a different .swf, where i have master
in level 0 and other in level 5 or 10. So the problem lies in my rollover /
press sounds. I have made a sound effect to a button in actionscript:
var infoSound:Sound = new Sound();
infoSound.attachSound("infoSound... more >>
Sound or Moive Loading Problems
Posted by lucianb at 10/10/2004 1:16:29 PM
so i have 2 fla's
sound.fla which has the following code placed on frame 1 in the main timeline
s = new Sound();
s.attachSound("mysound");
s.start(0, 99999);
i create th sound.swf and now the music is playing.
the second fla is main.fla
it has a symbol on it named holder and th... more >>
Easy loader question for experts!
Posted by sroberts209 at 10/10/2004 3:26:06 AM
Hi there!
Simple loader question:
I am using this script at the begining of my movie:
bytes_loaded = Math.round(this.getBytesLoaded());
bytes_total = Math.round(this.getBytesTotal());
getPercent = bytes_loaded/bytes_total;
this.loadBar._width = getPercent*100;
this.loadText = Mat... more >>
mediaPlayback Componant
Posted by dingus_foghorn at 10/10/2004 3:23:26 AM
Hey--
I'm trying to use the mediaPlayback componant to play a series of MP3s. I want
to make a dynamic list of the MP3's so that I can just upload a XML file that
will have the titles and links, so that one movie can house the movie with the
componant and I won't have to make mulitiple ver... more >>
gotoAndStop to frame on another Scene
Posted by sfbaygrrrl at 10/10/2004 1:36:57 AM
Hello,
I am trying to put action script on a button instance
so that when the button is released
the user goes to the third frame in another scene
but it's not working -
nothing happens when the button is pushed
in the .swf file.
This is the code I have
[AS]on (release) {
got... more >>
When I geturl one, it does it to all?
Posted by bootmunchie at 10/10/2004 12:42:06 AM
Hey, I am a little new at this still.
I have a movie clip, and I am now going about linking it with geturl script
like I have my other images. The same movie clip is used 3 times on the page,
when I link ONE, they all link to it. How do you get it to understand that you
only want THAT one cl... more >>
|