all groups > flash actionscript > april 2004 > threads for saturday april 24
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
Setting new window size using getURL _blank??
Posted by jds1515 at 4/24/2004 10:06:25 PM
I can't seem to figure out the ActionScript to set the size of a new window after setting up a button to get a new URL in a new window.
Any help would be greatly appriciated.......... more >>
standalone flash file pop up
Posted by cowboy71 at 4/24/2004 9:33:03 PM
Ok, I'm trying to make a standalone flash file pop up. Not using javascript embeded within html. Not sure of the code though.
thanks... more >>
standalone flash file pop up
Posted by cowboy71 at 4/24/2004 9:32:59 PM
Ok, I'm trying to make a standalone flash file pop up. Not using javascript embeded within html. Not sure of the code though.
thanks... more >>
Stuck on Quiz Actionscript... again :(
Posted by chaoticjelly at 4/24/2004 8:42:50 PM
Hey,
Another.. slightly larger question I have here for anyone who will again
generously help!
It's a quiz in flash that I am making, I've got graphics, text etc sorted out,
along with navigation now thanks to exor :O)
But, the main problem is, each question, will have four possible ra... more >>
stop streaming in my .mp3 player HELP!!!!!
Posted by tommyk104 at 4/24/2004 8:38:10 PM
can anyone tell me if there is a way to stop a song in the middle of it's
streaming in MX 2004? the mp3 player i'm making works great , unless you
foward thru songs to get to the 4 or 5 song, and the previous songs keep
streaming, killing the bandwidth. i've been looking for code to stop the ... more >>
simple button actionscript help needed
Posted by chaoticjelly at 4/24/2004 5:47:20 PM
Hi,
Anychance anyone can help with this bit of button actionscript?
It shouldnt be too hard, but I've spent ages on it and I just can't figure out
why its not working..
I've got Macromedia Flash MX 2004.
I need to put actions on a button to make it go to and play the next frame OR
... more >>
how to stream mc while loading?
Posted by exor? at 4/24/2004 5:35:14 PM
hello all,
i have a litt..er somewhat big problem on my part. i have a movie that loads
on start, the loading worlk fine and all, except for one aspect. when you go to
the page, [if using a 56k or lower modem], you'll see a blank page then an
animation and the loading bar with much of the ... more >>
Avoiding Decompiler
Posted by marcosraldes at 4/24/2004 4:59:51 PM
This is the second time I write this message, something went wrong with the
first one, well, I think that I'm not the only one that have been trying to
protect his Actionscript code from decompilers, the other day, a friend of mine
told me about a site [L=(ZFORT)]http://www.zfort.com[/L], if y... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Buttons and Scenes
Posted by BobDoleX at 4/24/2004 3:03:12 PM
I recently just starting learning Flash and i think it's great. I have
Macromedia Flash MX 2004, and i'm trying to do a project for school. I'm doing
pretty good in it so far except for the fact that i can't get buttons to work.
I have three buttons which link to three different scenes. On ... more >>
Open images from a local hard-drive to preview for upload
Posted by Ed Massey at 4/24/2004 2:52:58 PM
I'm writing an application to update my clients' websites (all
photographers) and want to be able to preview images before they are
uploaded.
Is there a way to browse local files and access them, maybe using frames and
JavaScript and the shared object?
Any links to tutorials would be helpfu... more >>
loadClip / unloadClip based on location
Posted by juicynerd at 4/24/2004 1:37:38 PM
I am attempting to load .SWFs based on the location of other .SWFs and then
unload them based on their location. This is the best I've come up with, but
I'm not certain where to attach this code and if it can all sit on the main
timeline:
onClipEvent (enterFrame) {
if (container0._x<=0) ... more >>
why does loadMovie command not work in Netscape
Posted by Chayah at 4/24/2004 1:29:12 PM
This code works fine in Internet Explorier for loading an swf at the
appropriate time. It does not work in Netscape 7.1 and 7.2. In Netscape it
loads this movie before the play head gets to the frame containing this code.
Is there a code for loading swfs that works in Netscape aswell?
onC... more >>
what is a smart way to refer to buttons??
Posted by kattie:) at 4/24/2004 11:21:25 AM
hey. here it is. i have five buttons on my screen. i want to be able to refer
to them without changing their instance names. currently they are all called
mybutton. are they in some sort of inbuilt array that allows me to reference
them. i dont want to change their instance names to mybutton1,... more >>
TabIndex Huuuuuuuu:((:((
Posted by allwyn at 4/24/2004 6:09:45 AM
Hi
Am having some problem in tabindiex.
my code is like this
_root.TestTab.TestSubLinks.txtTest1Text_E.tabIndex =1;
_root.TestTab.TestSubLinks.txtTest2Name_E.tabIndex = 2;
_root.TestTab.TestSubLinks.txtTest2Text_E.tabIndex =3;
_root.TestTab.TestSubLinks.txtTest3Name_E.tabIndex =4;
_r... more >>
onKeyDown Problem !!
Posted by .:}x-=V!P=-x{:. at 4/24/2004 2:51:02 AM
I have FlashMX on a PC. I want my projector to close when the user holds
Control and press A. With this code it only works if you hold A and press
Control. What is wrong here? I tried reversing the key codes and it does the
same thing. Here is my code thank you for any help:
someListener =... more >>
|