all groups > flash actionscript > may 2007 > threads for wednesday may 9
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
How to add "target" to URL
Posted by b_electro at 5/9/2007 11:35:30 PM
I need to add a target to this actionscript, for a button:
on (release) {getURL("limpieza.html");}
Normally I'd just use the behavior menu and assign the target that way (i.e.
target="_top"), but my target="TopFrame," which obviously is not an option in
the behavior menu. So I'm adding it ... more >>
Draggable mc with an image swap
Posted by twistedpancreas at 5/9/2007 11:31:11 PM
Hi there.
I've got a draggable mc that needs to swap to another image (but still remain
draggable).
Problem is when you release the draggable item, with the changed image, it
sticks to the mouse (until clicked down).
Check out my example http://home.exetel.com.au/twistedpancreas/drop... more >>
help with xml and getNextHighestDepth
Posted by the queen is dead at 5/9/2007 11:25:21 PM
I have a thumbnail gallery that is called in with xml- On stage is a movieClip
that covers the entire thumbnail area with the alpha set to 0. what I'm trying
to do is onRelease- have that mc brought to the front and it's alpha state
tween to 100- i've not much experience using 'getNextHighestD... more >>
MovieClipLoader Class
Posted by Peter Hahmann at 5/9/2007 9:01:34 PM
Hi,
Im trying to make a site using teh MovieClipLoader Class, but I have following
problem:
While people are watching the first animation they are not using their full
bandwith, so its very smart to load the rest of the site.
So, while they watch frame 1 i would like to load some exter... more >>
button question
Posted by Graphic Graeme at 5/9/2007 8:35:40 PM
I'm creating a presentation screen in flash and have a question.
I have a page with three buttons on it. One of which would
take you to a website. This is the code I have in place.
on (release) {
getURL("http://www.botox.ca/", "_blank");
}
Now for some reason it's not opening t... more >>
Problem with Sound.position
Posted by nudnic at 5/9/2007 6:57:24 PM
I find that Sound.position does not reset to 0 when using Sound.loadSound(). It
seems to continue with the last value. If a loaded sound is stopped at position
500. Starting the sound again plays the sound from 0 but position starts at
500?
I have worked around this by making a new sound ... more >>
Navigation Help
Posted by 72dolphins at 5/9/2007 6:35:34 PM
Hello-
I am trying to figure out how to do a certain navigation technique in Flash.
Essentially, I have a menu screen that has 8 links on it. Whenever a user
clicks on one of these links, a transition plays and it leads you to the
section you clicked for.
The transition is the same for e... more >>
Samples.zip failed to open fla
Posted by modnarte at 5/9/2007 6:34:58 PM
I have tried to download and open the Flash files from the AS2 samples
"Samples.zip" here:
http://www.adobe.com/support/documentation/en/flash/samples
The fla's do not open..."failed to open document."
I tried Flash 8 and 9. Other files from the .zip file open fine, even .as
files in... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Actionscript scaling function
Posted by neilb1969 at 5/9/2007 4:17:49 PM
Calling all Actionscripters!
HELP!
I am new to actionscripting (fairly) and I am stuck.
I am trying to create a series of buttons which scale up to 125% of their size
when the mouse is rolled over and scale back when the mouse rolls out, tweening
in between the two states.
I have... more >>
Playback Quality Settings
Posted by 72dolphins at 5/9/2007 3:52:06 PM
Hello-
I am working in Flash CS3 and can not seem to get the "Quality" global
actionscript setting to work. On the first frame, I have the following code:
import flash.display.StageQuality;
StageQuality.LOW;
I am not sure why, but the movie will not play back in Low quality mode when... more >>
PHP adding HTML on its own
Posted by chopTheWood at 5/9/2007 3:17:36 PM
I am saving a simple text file with some xml tags to the server via PHP. What PHP actually writes to the disk is the text file plush a bunch of HTML tags that it "thinks" shold be there. Anyone??... more >>
storing several values externally and updating them
Posted by fourinchesofego at 5/9/2007 2:43:32 PM
I think I need a bit of help here.
I am working on a piece in which I want to keep track of what all users --
whenever they might view the piece -- do within the piece. There are really
only two options for users [A or B] and I want to keep track of what each
viewer does and then the total... more >>
how to call a function once
Posted by dzash2000 at 5/9/2007 2:25:25 PM
I wrote this function so that certain buttons are disabled on frame 14 and
enabled when the timeline is not on frame 14. When I test it, the function
doesn't work unless I call it on fr 1 AND fr 14. Shouldn't I be able to call
it once and have it work no matter what frame the timeline is ... more >>
Need Help Car racing Game
Posted by ac online at 5/9/2007 2:18:27 PM
Game Specification:
Car Racing Game - using, up /down /right /left, arrows. Right and Left rotate
the vehicle (make it realistic) up and down send the vehicle the way its
facing. This game has its own place in a Game Website with already 45 other
games.
Problem:
Hi,
Im from A.C. On... more >>
things not working in IE
Posted by dzedward at 5/9/2007 2:15:21 PM
i have a button that when clicked, displays a pop-up window with a form to fill
out, well, in firefox and safari, it works fine, however in IE, its not doing
anything, not even displaying a pop-up blocker message here is what i'm using
for the button
another problem, is a gradient m... more >>
Scroll Limit
Posted by psurren80 at 5/9/2007 12:58:52 PM
I have a issue with my scroll arrows. When dragging the scroll bar is stops at
the predetermined points on the Y axis. When using the up/down arrows, it
ignores that boundary. How would you set that limit?
Thank you in advance.
-----
...previous code
scroller_mc.onEnterFrame = fu... more >>
Secure copy and paste
Posted by willrose at 5/9/2007 12:24:30 PM
Hi, I'm trying to implement a "secure" copy and paste in my app. By "secure" I
mean that I'm trying to make it as difficult as possible for a user to copy
content from a large TextField and paste it say in a Word doc for
redistribution.
I already have custom copy / paste buttons that work... more >>
if inside if
Posted by ac online at 5/9/2007 11:24:14 AM
Game Specification:
im making a game and im having to track a users angle and the angle they face
in changes what happens when they press the ,lets say up key.
Problem:
i need to know how to put an if inside and if
eg. if (Key.isDown(Key.UP) {
(here i need to do different actio... more >>
Loading video in an SWF - like flash games
Posted by GregConnTelevirtual at 5/9/2007 10:10:08 AM
Hi,
I was wondering if there is a special method to loading a video in an SWF.
I'm trying to load a video of a fairly static character speaking. Currently i
load it as sequence of frames from the timeline , this is proving very slow on
lower end machines as loading bitmap after bitmap cau... more >>
how do i call a javascript which is in my html page?
Posted by peter.remans at 5/9/2007 9:50:08 AM
how do i call - in flash - a javascript which is in my html page?... more >>
Bug with dynamic Text
Posted by OmniFlash at 5/9/2007 4:05:27 AM
Alright I used dynamic text before but this seems to never work UNLESS the
dynamic text is on the root
1)I have a movieclip
2)It as a load event that change a text from a dynamic text USING the this.
My_text.text = "A"
3)It has a empty on press event (To turn this movie clip in a button ... more >>
Some Syntac
Posted by rayden chan at 5/9/2007 1:52:05 AM
hello everyone,
im facing a problem with some codes...
can anyone tell me, or have any idea of what this line means?
set("/:win", 0);
do anyone have any idea of what /: means in flash?
thanks a lot..!
... more >>
|