all groups > flash actionscript > september 2007 > threads for tuesday september 18
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
Accordian menu not collapsing entirely, need help...
Posted by Spencer Hill at 9/18/2007 9:03:28 PM
Heya,
So if you click on Capital Strategies group on this page:
http://juice-t.firetree.us you'll find a .swf file that has a collapsable menu
(accordion menu). Everything works great except for two problems:
1. There is some sort of wierd masking occuring that's clipping the bottom o... more >>
impossible?
Posted by zibber at 9/18/2007 8:13:36 PM
Hi
i wondered if anyone could answer this one for me. I am trying to find out if
its posbile to control the browser scrollbar via flash. To explain a little
cleaer, is it possible to construct a swf hat houses a movie clip say 2 times
the height of the movie size . And for the browser scr... more >>
Button Problem!
Posted by kitster79 at 9/18/2007 7:13:09 PM
I have just upgraded to Flash CS3 and I'm having problems with attaching
Actionscript to just a button!:)
I'm probably just missing something really obvious but can anyone suggest why
it is not letting me?
Thanks
Kit
... more >>
Loading Variables
Posted by mike93 at 9/18/2007 6:55:26 PM
Hi,
I was hoping that someone could help me out with this. I have a SWF that
plays a FLV with actionscript cue points that when the cue point is reached the
timeline plays. I need the cue points variables (the timecode) to be loaded
from a text file because non Flash users will be adding c... more >>
Force garbage collection?
Posted by Lujunq at 9/18/2007 6:43:59 PM
I'm currently checking memory usage of an script, but even afer deleting
classes, the memory usage does not drop, and even keep icreasing as new
instances are created (and then deleted). I believe thit is because even these
instances being eligible for garbage collection this is not happening ... more >>
clickTag and AS3 code c heck please
Posted by Ofeargall at 9/18/2007 6:18:23 PM
I'm new to Flash and Action Script. I'm creating a banner ad for a clent for
the first time. I've created a transparent MovieClip covering the stage called
clickthrough_mc. The agency wants a clickTag added. Here's the code I've added
to the actions layer. Can someone proof it for me and let m... more >>
XML Gallery won't work remotely - Action Script issues
Posted by joesavy at 9/18/2007 6:01:54 PM
I created an XML scrolling thumbnail gallery using a
http://www.kirupa.com/developer/mx2004/thumbnails.htm
I then had to alter the action script to get my thumbnails to display properly
-- they were spaced out or overlapping each other and not in the sequence
specified in the XML file. The... more >>
Accordian menu, need help...
Posted by Spencer Hill at 9/18/2007 5:36:52 PM
Heya,
So I am working on a design that I want to use the accordian style menu.
I'd be willing to use the Flash component but I honestly have never
successfully used a component before because I can't seem to understand how
they require any less effort than just building them yourself.
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
How to learn AS3
Posted by Marco Mind at 9/18/2007 4:07:09 PM
Hi,
I consider myself as good AS2 programmer. Now I'd like to take advantage
of AS3 speed. But every time I start from beginning to search for the
functions I used in AS3.
Are there any good tutorials and are there any long lists of equivalent
commands from AS2 to As3?
TIA... more >>
Tweening a wedge...
Posted by Pat Tofield at 9/18/2007 3:39:38 PM
Hi....
I need to create a count-down timer that has a round "face" and an inner
"fill" element within the face that starts as a full 360 degree circle and
decreases down to zero degrees as the timer counts down and reaches 0.
See the "Be The Referee" demo at the link below for an example o... more >>
Increase or Decrease Playback Speed
Posted by shurleynova at 9/18/2007 3:08:50 PM
Is there a way to increase or decrease the playback speed of an FLA? Something
that will alter the frame rate of a swf that is playing? I have been having a
hard time finding too much about this. Any tips, hints, a tutuorial somewhere
perhaps?
thanks
... more >>
math.cos results undefined
Posted by Onufry at 9/18/2007 2:56:15 PM
Any ideas why here below 'what' would give 'undefined' as a result (AS2)?
beta = 1;
what = math.cos(beta);... more >>
Drawing API
Posted by jamestparker at 9/18/2007 1:30:22 PM
I want to have the user click and drag on the stage (runtime swf), and have a
rectangle draw as they drag. Then on release there will be a rectangle, and
something is wrong with my code it is not working right. Any help is
appreciated.:embarrassment; Suggestions are welcomed. By the way I am n... more >>
Sending mails... works sometimes...sometimes not..
Posted by Sw Jiten at 9/18/2007 4:46:49 AM
I am sending a mail with my form created in flash and using php... it works...
but only sometimes.... why ? if I run it under an HTML form it runs always, but
if I run it on flash sometimes it does not.... please help... thanks in
advance...
... more >>
No Response
Posted by klaynej at 9/18/2007 3:11:11 AM
Does no response to a post generally mean that it is impossible and can't be done? ... more >>
Local flash pop up window HELP!
Posted by kingbottler at 9/18/2007 12:00:00 AM
Hi,
I'm trying to open an html popup window locally from a flash button. Can
anyone help? The issue seems to be specific to local machine because I have
managed to get this working on the web. Unfortunately the project we are
working on will also be deployed locally - and try as I might I... more >>
Possible to create a *bunch* of timed events
Posted by sneakyimp at 9/18/2007 12:00:00 AM
I have CS3. I was wondering if there might be some built-in component or class
which can help me launch a series of events to synchronize with a movie. I've
considered using FLVPlaybackCaptioning, but I can't seem to get that component
to trigger the captioning events without actually render... more >>
FlashVars problem: var names are here, but where is their value?
Posted by (_seb_) at 9/18/2007 12:00:00 AM
I am passing some variables from html to flash using the flashVars parameter.
In the first frame of the flash file I have the following actionScript:
flashVars=new Array();
for (var item in this){
if (item!="flashVars" && item!="$version"){
flashVars[item]=this[item];
}
}
For wha... more >>
Using URL encoded variables
Posted by Vp6er at 9/18/2007 12:00:00 AM
Hi,
I'm trying to create an array from text contained within an external file. In
the external file are multiple variable names. I am passing the variable name
to be turned into an array using a query string (based on the directory name).
From my page source, I can see the correct string i... more >>
Decoding website actionscript
Posted by Flash Gorgon at 9/18/2007 12:00:00 AM
I was recently told that there is a program available that can show you exactly
what code was used to make up any Flash website. Does anyone know if this
exists, and if so, what its called?
Any help would be much appreciated, I'm a desperate man!
Thanks a lot
... more >>
Adobe Flash Player Security
Posted by Craig Grummitt at 9/18/2007 12:00:00 AM
has anyone else had difficulty and making changes to global security settings,
and found a solution?
i've been working on flash remoting code with netConnection in AS3. this works
fine when i compile normally, but when i debug, i receive an Adobe Flash Player
Security window telling me to ... more >>
Loader component Transition
Posted by mac89 at 9/18/2007 12:00:00 AM
Im pretty new to actionscript and the likes so bare with me, here's the
situation:
I have 2 loader components, each on a different keyframe on the same timeline.
They both load an external image like so:
[h]myLoader_1.contentPath="image_1.png"[/h]
Now what I want to do is create a transi... more >>
How to trace X-Y position with startdrag() and stopdrag()?
Posted by as3learner at 9/18/2007 12:00:00 AM
Hi. I have used startdrag() and stopdrag() methods to drag my sprite objects
using [b]event.target.startDrag()[/b] and [b]event.target.stoptDrag()[/b]. I
want to trace X-Y positions of my sprite along with dragging. How can I do
this? Please help me. Thanks in advance.
... more >>
Opening a NEW window to view Movie
Posted by vanrouge at 9/18/2007 12:00:00 AM
Hi there,
I am slowly making my way through building my design portfolio in flash. I
have loaded my films into flash as FLVs
but when I want to load it I want it to open in a new window when the button
is pressed.
This is the code I have so far,
stop();
lenoreBTN.onRelease=function(){... more >>
custom event in as3
Posted by sanjeev rajput at 9/18/2007 12:00:00 AM
Custom event example in as3
Hi,
Event listener model in cs3 looks nice it is not same as we were heaving
earlier in as2 or till flash 8.
Here is an example of using and making your own custom event in as3.
This example allow user to load n number of XML file when XML file is loaded
... more >>
|