all groups > flash actionscript > april 2007 > threads for friday april 13
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
Checking if song is playing
Posted by scottjan9119 at 4/13/2007 10:56:11 PM
I'm making a flash site with 4 frames. 1 Frame for each section of the web
site. On the first frame I have attached a soundtrack. There are buttons on the
page which bring you to each section of the site. My problem is that when you
go back to the first frame, the music plays again, even when ... more >>
Button Problem
Posted by Flash Cus at 4/13/2007 8:54:03 PM
Ok, so i was experimenting with the random function. I decided to create a
circle (converted to movie clip), and a button. My idea was to push the button,
and the circle would move to a random point on the screen. I have the standard
550x400 size, and my code is the following:
xrand = rand... more >>
Tween executes, then parameter returns to default value.
Posted by Nickuwo at 4/13/2007 7:07:24 PM
Hey, I trying to do two simultaneous tweens of two movie clips(when someone
rolls over a different movie clip), one is just an image, the other contains a
static text field with the word contact in it. here's my code
rus_mc.onRollOver = function () {
rus_mc._x += 3;
rus_mc._y += 3;
... more >>
Random Moving Circles
Posted by Matt-R at 4/13/2007 6:55:41 PM
I am trying animate the image in the supplied link.
Basically I want a bunch of circles to move around randomly inside a box. I
think I'd also like them to bounce of the edges of the box so that they are
moving in all directions.
The circles will be different sizes so I'm not sure if I n... more >>
Autorun Script for Macintosh Projector
Posted by k33p1nt0uch at 4/13/2007 6:23:00 PM
Does anyone know the script to autorun a Mac Projector from a CD? The script
which autoruns Windows Projector apparently does not work for Mac Projector. If
anyone knows any way how to do this, please let me know. Thanks much!
... more >>
If statement =! working
Posted by realworks at 4/13/2007 6:02:57 PM
I?m loading Flash vars from my page using a Javascript shown here:
[Q]<script type="text/javascript">
var1 = "foo";
var2 = "";
</script>
[/Q]
I'll make this short. The vars do get into my Flash movie and all works fine
when the vars have values. But I need to check if the vars have v... more >>
File Upload from Macintosh
Posted by wearHD.com at 4/13/2007 5:42:31 PM
Hi Everyone,
I'm stuck. I have a Flash application that allows users to upload image files
to the server. It has been working fine for everyone involved until I had my
testers access the application from a secure location
(https://mysite.secure.myserver.com/...). Now, when the fileRef.u... more >>
going to different scenes depending on what my user picked
Posted by bso_71 at 4/13/2007 5:03:36 PM
I want to go to a new scene depending on what the user clicked on. If he
clicked on "button0" I want him to go to scene "Load0" if he picked my
"button1" to go to scene "Load1" and so on. I created a dynamic instruction but
I can't seem to make it work
gotoAndStop(this["Load"+myButtonPress... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Creating a text file
Posted by Wilme-trix at 4/13/2007 4:11:33 PM
How could I create a text file from Flash???
All I've been able to do is to open an existing textfile and read the
variables and its values. But what I really need to do is as follows:
1. [b]Create a text file[/b]. (from Flash - without ASP or PHP programming
because the animation will b... more >>
Drag and Drop external SWF scope problem?
Posted by bknysh at 4/13/2007 3:38:21 PM
I've created a flash program with a drag and drop activity. It works fine on
its own. I'm now trying to load it into the main flash program as an external
swf. The drag and drop doesn't work. The drag and drop target comparison
expression never equals.
A trace of the "eval(this._droptarget... more >>
Scaling Large MC Kills Flash??? HELP!
Posted by mmaler at 4/13/2007 3:26:41 AM
I have been working on this for two days now...
No matter what script I use to scale the MC (which includes an image that is
2550 x 1650) it hoses the flash player. The scaling needs to have easing. I
have tried onEnterFrame functions, mx tweening, etc but no luck. The map moves
fine on t... more >>
Flash not reading colour correctfrom an external PNG? Bug? Or am I missing something?
Posted by Marcus House at 4/13/2007 1:18:42 AM
Hi guys and gals.
I have a very interesting bug I think.. Wondering if there is a way around the
problem I'm having. :frown;
ok.. Very Very simply script here..
Make new flash movie..
[b]On frame one.. put this code.[/b]
r=this.createEmptyMovieClip('currentImageMask',this.getNextHi... more >>
XML not loading, I guess
Posted by maguskrool at 4/13/2007 12:00:00 AM
Hi. I've been working on this website:
http://www.ritabotelho.com/index04.html
The main .swf gets a bunch of info from an .xml file, and only after it
successfuly loads all that info does it show the site's contents. What I'm
getting are very inconsistent results. Sometimes everything wo... more >>
trace swf file name
Posted by amooor at 4/13/2007 12:00:00 AM
Hello,
is there any way to get the swf file name so i can use it in the script
myfile.swf >>>>>> trace(filename) output = myfile... more >>
I have question about null and undefined?
Posted by kyduke at 4/13/2007 12:00:00 AM
I tested null and undefined all single character.
I saw abnormal result
/* test code */
var A:String
...
var Z:String
var a:String
...
var z:String
trace("A: " + A);
...
trace("Z: " + Z);
trace("");
trace("a: " + a);
...
trace("z: " + z);
/* End of test code */
... more >>
Problem with https domain
Posted by Horea4 at 4/13/2007 12:00:00 AM
Here's my exact problem.
http://www.narcisart.com/editor/
https://attach.rss-llc.com/imaging/index.html
The exact same SWF is loaded at both locations. They both load the image from
another domain, at the path to the image is passed to the SWF as a parameter in
the index.html.
The... more >>
|