all groups > flash actionscript > august 2007 > threads for sunday august 12
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
Run Script Once ?
Posted by cubby47 at 8/12/2007 8:28:00 PM
i have a moving photo gallery whose movie loops round in big circle, when it
gets to that last frame it loops back to the first to give the appearance of
continuous movement. anyway, my problem; frame one holds the loadMovie code
which imports the images for the preview thumbnails into the awa... more >>
help please! how can I know that the script finished loading?
Posted by DuarteAr at 8/12/2007 6:43:37 PM
I have two MovieClips, one movieclip attaches dynamically a List component
(MovieClipA), another adds items to the list in MovieClipA (MovieClipB).
Although when i run the SWF file, the List appears empty.
I think it's because of the script in MovieClipA hasn't been executed (it
didn't have ... more >>
Need Formatting Help with Scroling Text
Posted by jcarruth NO[at]SPAM earthlink.net at 8/12/2007 6:14:02 PM
I have a script that will bring in my resume and scroll it beautifully - the
only problem is that the text is extremely small and hard to read. If you could
alter this text in a way that will let me apply font, style, size, and color to
the imported text, and then display it that way as it scr... more >>
smoother text for datagrid component
Posted by k-doggie at 8/12/2007 4:13:47 PM
Is it possible to use smoother text, perhaps with the antiAliasType -> normal
or advance feature for flash 8?
I tried to use this technique in several ways, i.e....
my_dg.setStyle("antiAliasType", "advanced");
or
my_dg.getColumnAt(0).setStyle("antiAliasType", "normal");
or
myTextF... more >>
Replace "undefined" value...
Posted by GerryIsHere at 8/12/2007 3:04:53 PM
How can I get rid of displaying "undefined" in fieldsand get instead blank
fields?
I wish to have a global function which could be applied to the entire .swf
file.
Many thanks in advance for any solution!
... more >>
Make objects appear wherever learner clicks
Posted by FrogSlug at 8/12/2007 4:36:41 AM
Hi Flash gurus.
I am currently working on a movie in which I want an object to appear wherever
the learner clicks. Basically, I have a static MC that I want to appear
centered on the spot where the the learner clicks. I would like the learner to
be able to click in multiple places and hav... more >>
how can i test the boolean state of button action?
Posted by k-doggie at 8/12/2007 2:59:34 AM
Hello,
in as2.0, how can i test the boolean value if a button was pressed or not?
I have a simple function im trying to work with like this...
button_btn.onRelease = function (success:Boolean) {
if (success) {
trace("we pressed the button - value is true");
}
else {
... more >>
pass value from HTML link to SWF
Posted by phil1943 at 8/12/2007 1:46:45 AM
hello, I have an HTML page with a "NEW SEARCH" link which activates a SWF.
Upon click of this link, I also want to pass a string to the SWF.
What is the simplest way of passing the string to the SWF from the HTML link ?
thanks for any help.
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
actionscripting cue point
Posted by Sarah..... at 8/12/2007 12:40:13 AM
I have my cue points written in actionscript and they do work when i just
needing something to happen within seconds. for instance:
var cuePt:Object = new Object();
cuePt.time = 10;
cuePt.name = "end";
cuePt.type = "actionscript";
at 10 seconds my event is happening.
However, i hav... more >>
Has loadMovie changed?
Posted by Dynamix2004 at 8/12/2007 12:00:00 AM
Hi Everyone!
I'm building an flv player, but am having a small problem loadMovie. The movie
dynamically loads a preview jpeg (and the flv) from a subdirectory to keep file
sizes low, the flv loads great, but the preview image never loads when I put it
live or run the movie in a browser.
... more >>
|