all groups > flash actionscript > november 2006 > threads for monday november 20
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
ExternalInterface.call stops processing
Posted by jasonivers at 11/20/2006 10:12:11 PM
When I send a call to ExternalInterface.call, it stops the processing of the
movie. What I'm trying to do is pass the name of the movie that's currently
being played to an javascript function that sets a js variable current_movie.
If the line to call ExternalInterface is in the AS, it won't ... more >>
using AS to move an image every 30 seconds
Posted by kenknapp at 11/20/2006 9:30:47 PM
I have a script where when a button is rolled over the image shifts to the next
one and so on. what i need is to modify the script to move images into frame
one image at a time every 30 seconds without the rollover. Just a continuous
cycle of images. Can the attached script be modified to incl... more >>
dynamically increase a number?
Posted by The Madmax at 11/20/2006 9:09:09 PM
Lets say I have a dynamic text box with the following text in it - $1000 and I
want to dynamically increase that number to $2000 by clicking a button while
actually displaying the increase. i.e. $1001 $1002 etc. etc.
Any thoughts on how to do this?
... more >>
Default mute with video
Posted by thin3d at 11/20/2006 8:31:52 PM
I would like the mute button to default to the "on" or "mute" position when
the video starts to play.
Then the viewer would have to click the mute button to the "off" or "sound on"
position to hear the sound.
Can someone tell me if this is possible with Flash professional 8?
If s... more >>
School
Posted by CodyPrior at 11/20/2006 8:22:31 PM
How do I attach a sound to a button? :S... more >>
calling setTimeout within custom class and cannot access the class' variables
Posted by odbarnes at 11/20/2006 7:53:39 PM
Hi All,
I'm creating an user interface with Flash 8, I'm new to Flash, my background
is Java therefore I decided to use ActionScript to create a custom component
that is reference within an external file.
My problem I believe is scope related. I have a status bar (label component),
o... more >>
XML driven message ticker (marquee)
Posted by h1ppo at 11/20/2006 6:49:06 PM
I'm makin a scrolling marquee that gets its data from an xml file. It reads it
in and displays it fine, however, each loop of the scroller I want it to read
in the xml file again so that any new entries will be displayed.
I don't know if it's caching the xml file or what. I've tried the us... more >>
syntax question
Posted by zeek47 at 11/20/2006 6:43:00 PM
I'm trying to use the following variable in a statement. It doesn't work and I
think I have my syntax wrong.
var activeButton:String = "btnWhoWeAre_mc";
[activeButton]button_txt.setTextFormat(button_fmt);
It works if I hard code it. So how do I use a variable on the front end of
this... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
radio buttons with same groupName in different MCs
Posted by NoNickNeeded at 11/20/2006 5:55:35 PM
In my application, I have a set of three radio buttons that should all belong
to the same radio button group. However, I need to put them into separate
movie clips. Setting the group name for all three to the same string doesn't
do anything (neither does just leaving it to default).
Is... more >>
good book on actionscripts
Posted by Sharma at 11/20/2006 5:02:59 PM
Hi
I wonder if you would recommend any good books, which you have found
helpful, on understanding action scripts.
--
Nishi
... more >>
How do you change the Tree Component Icons?
Posted by Mintyman at 11/20/2006 4:14:20 PM
Hi,
I have been trying to get to grips with the tree component. I want to
customise it so that I can have a different icon for each different link.
E.g. a QT logo for a video etc. If no valuse is found for the 'icon'
attribute it will just display the default.
Within my XML file I have c... more >>
getURL target IFRAME
Posted by MinerWilly at 11/20/2006 3:53:57 PM
Hello guys and gals.
I'm trying to do something which should be amazingly easy and fundamental, but
which just won't work. I've looked all over the web, millions of forums, and
all through flash help and still can't get a solution.
Basically I'm trying to target an IFRAME with a getURL c... more >>
attachMovie and removeMovieClip not working
Posted by rubberchicken1218 at 11/20/2006 3:46:44 PM
I've got three buttons which I want to start playing three different movies
when clicked. Each button click should cancel the movie already playing and
start up the new one. This sounds simple. For some reason I'm having all sorts
of trouble with this. The first movie plays, but the others nev... more >>
Button controls failing
Posted by kenknapp at 11/20/2006 3:44:58 PM
I am trying to raise and lower several windows using rollover buttons. I need
it to raise on rollover and lower on release. I can get it to do one but not
the other. can you help me out with the formating to get this to work properly?
It's driving me insave! here is the start to my code.
o... more >>
Problem with TextArea and StyleSheet
Posted by yuri82_dortmund at 11/20/2006 3:22:25 PM
Hi,
I've got a following problem - I have a TextArea element, that loads the text
from XML file. Furthermore the elements reads css settings to format the text.
Everything seems to be ok, but if I reload text in textarea the css-formatting
fails, and I've already tried to do everything to ... more >>
Stop execution thread with an Alert component
Posted by oceanfeeling at 11/20/2006 3:20:13 PM
Hi,
since ActionScript is asynchronous, can I use an Alert component to halt the
execution thread and wait for the user response?
i.e. The code below,
Alert.show("Message", "Title", Alert.YES | Alert.NO, this, alertHandler);
trace("hello");
will pop up the Alert window but the trac... more >>
Functions within classes, returning variables Help!
Posted by Enzuguri at 11/20/2006 2:06:16 PM
Firstly I would like to say, before we start, that I am in no way a
professional developer,
this is for a university project, and as such, I can't handle large peices of
code, if you
post a reply with this stuff, I'm not going to be able to understand it. I
don't mean to be rude (I a... more >>
Raising Tweens
Posted by VaporAction at 11/20/2006 1:57:36 PM
I have too much space at the top of my animation and I want to raise all the
layers, frames, everything...
The problem is that the tweens won't move along with everything else even
though their frames are selected...
Is there a way to move the tweens without having to redo them?
... more >>
Maximum Loop Error
Posted by bluesquid at 11/20/2006 11:25:14 AM
Hi All,
I got an error message while publishing a file:
[b]**Warning** com.mapper.LinkMapper: Branch between 10161 and 43877 exceeds
32K span.[/b]
The "LinkMapper" class formats an XML with 5 Nested Loops:-(
I checked the swf metada file usig some third party tools also, it says some
... more >>
better precision on _x
Posted by toben at 11/20/2006 10:55:00 AM
Hello
How can I get better precision on a movieclip _x property than a tenth's pixel?
Or isn't that possible?!?
Regards Compmon... more >>
Can we call to formmail.pl from within flash?
Posted by _adrian at 11/20/2006 10:15:07 AM
Hi all.. there's probably a simple way to send form content to the standard
formmail.pl but I need a tutorial of some sort to do it.. anyone point me in
the right direction?
... more >>
Stopping a setInterval Function
Posted by theartist at 11/20/2006 10:02:08 AM
I'm having trouble understanding why this Timer function won't stop
after my variable count gets to 56?
As I understand it, "delete frametime" here should cut off the interval.
Will someone explain why this doesn't work?
when placed on the root timeline:
<code>
function Timer() {
if... more >>
Loading swf once on a template page
Posted by mr_nabo at 11/20/2006 9:03:44 AM
Hi,
I've looked around the web and couldn't find a solution to a question I have
so I thought I'd ask here. I'm working on a CMS site that is based on a
template page which has content dynamically loaded into content divs. Is it
possible to use Actionscripting to load my swf just once (onl... more >>
Navigation question
Posted by Sharma at 11/20/2006 8:53:48 AM
In my movie I have lots of buttons and when the user click on a button, it
takes him to a certain frame on the timeline. However, hardcoding each
button seems like a lot of waste of time and space. Is there a modular way
of scripting the navigation, e.g. using a variable like *myName* so that ... more >>
Please help - saving and requesting
Posted by Snufferson at 11/20/2006 7:47:34 AM
Hello,
Lets say I created a program asking for NAME and ADDRESS and PASSWORD. So, the
new user enters their name/address/password.
How would I go about STORING that information, so that next time that person
visits the site, or that program, they could enter their NAME and PASSWORD, and ... more >>
swaping images for buttons
Posted by xcoldnet at 11/20/2006 7:42:06 AM
what is the action script code, and what else is needed, to make my buttons
change color (indeed image) on rollover?
I have got this from the manual:
366ActionScript classesonRollOut (Button.onRollOut handler)onRollOut =
function() {}Invoked when the pointer moves outside a button area. ... more >>
Random FLV's from Array
Posted by german01 at 11/20/2006 3:30:45 AM
Hi!
I' am trying to randomly load 10 short video clips. The script below doesn't
work properly. It plays the first video clip randomly, but then nothing else
happens. Please answer my questions below.
script:
var VideoArray = new Array();
VideoArray = ["Q1.flv", "Q2.flv", ......"Q10.... more >>
Can one use Flash load file power point ?
Posted by dinhcuong at 11/20/2006 2:33:56 AM
Can one use Flash load file power point ? if yes how can we do? and flash to interact with power point?... more >>
ComboBox problems when in a MovieClip loaded at runtime
Posted by Jesse Jenkins at 11/20/2006 2:15:16 AM
Hello,
I hope someone out there can help me with this problem: I have a ScrollPane
that contains a MovieClip that to which I attach several other MovieClips at
runtime in response to user inputs using attachMoveClip() (both MCs are in my
library and set to export for actionscrip in first ... more >>
School Work
Posted by CodyPrior at 11/20/2006 2:08:43 AM
I'm trying to make a button that will link to the very last frame of my movie. But I have no idea how to do this. anyone help please? (I have the button already saved)... more >>
Quiz Help
Posted by Red Rojo at 11/20/2006 2:06:47 AM
I've created a simple maze game where a player rolls over hot spots and
triggers quiz questions. The quiz questions are based on Flash Quiz Templates.
I would like to add one more layer of complexity to the game by having a false
answer send the user to a different frame in the Flash timeli... more >>
|