all groups > flash actionscript > december 2006 > threads for saturday december 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
Dynamic Text + Mask + Style Sheet , a solution ?
Posted by Yan at 12/9/2006 11:43:16 PM
It turn me crazy :
- I have a dynamic text field which reads its contents from an XML file.
- The text is then formatted with some basic CSS from an external style
sheet
- There is a scroll bar which controls the textfield.
All of the above works absolutely sweetly.
BUT then, I then ad... more >>
FilterFunc item equality error
Posted by cayennecode at 12/9/2006 11:02:54 PM
Does anyone know why this works:
private function filterListener(evt:Object):Void {
dsFiles.filterFunc = function(item:Object):Boolean {
return (item.cname == "TestClientB");
}
}
But this does not: ?????
private function filterListener(evt:Object):Void {
clientListSel =... more >>
Scramble MC's
Posted by IndioDoido at 12/9/2006 10:46:31 PM
Hi,
Is it possible to scrable movie clips on a stage?
For example, every time i enter the frame, the movieclip possition is diferent.... more >>
calling Javascript inside Flash w/ getURL
Posted by SerpicoLugNut at 12/9/2006 8:46:16 PM
Hello -
I'm trying to execute a javascript command inside the getURL command inside of
Flash.
The javascript command looks like this in the HTML:
[code]<a href="javascript://" onclick="swapLayers('layer'); return
false">Layer</a>
[/code]
When I try to convert this to the getURL pro... more >>
getURL --javascript stops working under Flash 8
Posted by HitParader at 12/9/2006 8:02:31 PM
I have ran into a strange problem that I hope is simple to diagnose. I have
done many projects where the Flash object calls a Javascript in the parent web
page using a simple getURL method, like this:
getURL("javascript:resizeSWF("+40+")");
That has worked fine for years. But I have no... more >>
Object oriented onRollOver
Posted by Brenton07 at 12/9/2006 7:44:05 PM
I'm working on my first XML project, and am looking to get a little deeper into
it. My next step is I want to replace the image that is loaded through XML to a
different image, but only on roll over and I need it to switch back when I
rollOut. I think I should just make another XML that refers... more >>
how to change max in "for" statement
Posted by aniebel at 12/9/2006 7:23:48 PM
Hi, I am trying to set up a snow scene using the code below but I'd like to
alter it so that it looks more natural... ie: a few flakes begin to fall,
increasing as time progresses. Is there a way to increment the number used in
the "for" statement while it's looping?
init = function ()... more >>
textformat problem
Posted by blemmo at 12/9/2006 6:14:52 PM
Hi people,
I want to have a custom selection color in an input textfield. The textfield
is white text on a black background, so you can't see the selected text,
because the selection color is also black.
Now I tried to change the text color of the selected text, and it's kind of
working,... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Hardware to Flash
Posted by dnetting at 12/9/2006 5:29:05 PM
I have a piece of hardware that I need flash to react to through a serial port. Does AS support this natively or will I need to build a dll to handle this communication. ... more >>
Re: Paypal Buttons
Posted by Rob Base at 12/9/2006 4:27:30 PM
:smile; He's the code you requested. I trying to attach this to a button or use
the paypal butoon that comes with the code. Thanks for all your help.
</P><FORM action="https://www.paypal.com/cgi-bin/webscr" method="post">
<INPUT type="hidden" name="cmd" value="_s-xclick">
<INPUT type="imag... more >>
Actionscript - MC Scaling question
Posted by geilezeit at 12/9/2006 2:26:51 PM
Hi. I've just started to learn actionscript and would like some advice.
This is a movie clip in the form of an aeroplane but it could be a rectangle
or anything. The script to make it scale larger is OK.
I want it to increase in size and then make it STOP after a few seconds. Say
for examp... more >>
loadmovienum and gotoandplay help
Posted by MrLeche at 12/9/2006 1:22:04 PM
hi, my question is basically simple, it's just a GotoAndPlay from a
LoadMovieNum... how can I trigger the button to control the main movie?
here's the scenario:
I have a movie called BgAndMenu.swf who has labels on frames 1, 50, and 100
named start, mid, and end respectively. Then it bas... more >>
Dynamically loaded image blicks with animation
Posted by shachah at 12/9/2006 2:37:56 AM
Hey everyone.
I've recently run into a little glitch with this site i'm working on.
On the about me page of the site, I have an externally loaded image using the
loadMovie function. The only problem i'm running into is that it blinks after
the animation of the mask that i'm using finishe... more >>
Billiards and hitTests
Posted by FlashIsTheCoolest123 at 12/9/2006 2:03:33 AM
Heya all. I hope I don't annoy you with this probably low-level ActionScript
question, but, I continue.
I am making a quick and cheesy billiards game, and I am able to get the first
ball moving with the mouse, but for the "ricocheting of the balls", I am at a
loss. Here is a little chunk ... more >>
Output text to a .txt file
Posted by Dan_pc at 12/9/2006 12:00:00 AM
Hello,
I was wondering if there is any way to output strings (or Variables) to text files. Any help would be appreciated... Thanks :)... more >>
|