all groups > flash (alternate) > january 2005 > threads for january 22 - 28, 2005
Filter by week: 1 2 3 4 5
help newbie with reading XML problem
Posted by hsin at 1/28/2005 11:45:04 AM
I try to read the value from XML file,
it read, but come out all wrong, I don't understand why, here is the code,
can someone help me out?
thanks ahead!
Willy
AS code
===========================
my_XML = new XML();
my_XML.onLoad = convertXML;
my_display = "Loading data ... ";
my_XML.load... more >>
MX Downunder?
Posted by pf at 1/28/2005 9:21:02 AM
Hi,
Sorry guys, not a programming question...
I've been playing with Flash and other Macromedia software for a while and
am attending the MX Downunder conference in Sydney for the first time. Is it
worth bringing a laptop - I don't have a Wi-Fi card - but could buy one?
Thanks,
Paul
... more >>
Layer blend modes
Posted by Kiri at 1/27/2005 10:33:06 AM
Using 2004Pro, am I overlooking something, or is there no way to use blend
modes (multiply, screen,... like in Photoshop and most other graphic
editors) on layers?
If I'm right, this might be a very powerfull feature to add in a future
version, IMO.
I know how to approximate this effect usin... more >>
HELP. I have a problem...
Posted by Rudi Grinberg at 1/26/2005 7:09:32 PM
I made this flash presentation but there is a problem with it.
For some reason the presenation goes slow when i play it.
The animation is not smooth and it pauses every 2 seconds.
When I preview it goes a bit faster with less pauses and a smoother
animation.
Maybe it's because I'm animati... more >>
Flash animation in Powerpoint
Posted by Neil Barras at 1/26/2005 4:45:46 PM
Hi,
I am creating a slide presentation and on one slide, I have inserted a flash
animation. The problem I am having is that I want to insert text into the
slide, but when I do and go to view it in full screen, the text has gone.
Is there any way I can make the text show?
Cheers,
Neil... more >>
Can you send information from a flash movie to a PHP page via POST?
Posted by XxLicherxX at 1/25/2005 12:57:24 PM
Hello Everyone.
I am new to Flash. I am wondering if this is possible and if it is, how
do I go about doing it?
I am going to have a Flash .exe (not .swf) running locally on a
machine. One of the things that this .exe is going to have in it is a
form that a user can fill out. What I want to... more >>
Help for newbie please
Posted by Francis Spiesser at 1/24/2005 8:16:41 PM
Hi,
I have to make an automatic image slider with infinite loop, something
like you can see on www.corbis.com (I know it's not a flash stuff !)
but it seems too difficult for me...
Does someone knows where I can find a tutorial to learn the method or a
free/cheap file that does the same ?... more >>
are u able...
Posted by pico at 1/24/2005 7:57:05 PM
to answer me?
how do i make a dinamic text that outputs the current date?
help me please!!!
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Dynamic Text Value???
Posted by cowiefr NO[at]SPAM yahoo.com at 1/24/2005 3:13:34 PM
Hi all,
I'm stumped by the following code:
for(i=0; i<100; i++) {
tellTarget ("sq"+(i+1))
{numval = i};
trace(i+1);
}
I have 100 instances of a movieclip named "sq1...100" each with a
dynamic text box with a variable named "numval". The code above traces
1 to 100 but the movieclip.dyn... more >>
flash game
Posted by David Hughes at 1/23/2005 2:12:54 PM
My son is in a dispute with a well known bookmaker who introduced a flash
based game on the 16th December 2004 froma new partner to it's web site it
involved betting on a game of darts.
The problem lies in the fact that my son on one day (27th Dec) won £5000 and
the next day some £13000 with ... more >>
Flash Form changing variable names during POST?
Posted by oo at 1/23/2005 1:44:58 PM
Hi - hoping someone can help,
I have implemented a form in flash, using POST to send the contents to my
PHP page that processes it.
problem is - i am sending a variable name like "this_town" from flash, but
it actually seems to send "this%5Ftown" which breaks my form processor - how
can i ma... more >>
Make a Text button ?
Posted by Carlos at 1/22/2005 8:19:09 PM
I'm making a text button, but my problem is that the mouse cursor has to be
right on top of the font,, How do I make it so the mouse cursor detect the
button in a rectangle area. I'm not drawing a rectangle color on back of it
because I want to use transparent background so the text is on top ... more >>
|