all groups > flash actionscript > april 2004 > threads for sunday april 11
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
clearInterval initiated by a loaded swf?
Posted by waveturtle at 4/11/2004 11:47:46 PM
I have a slide show (swf) that loads into a frame in another movie. I used
setInterval to autoplay the slideshow, and I used a btn to clear the interval
by name and it still affects my whole movie. I can't get the interval to
clear...
Is there something I missing?
Help?
thank you
... more >>
create test boxes on the fly
Posted by Pluda at 4/11/2004 8:54:54 PM
Hello,
I'm loading some records from an Mysql table and I need to create one textbox
for each record, so I can make diferent links to each one. How do I do that?
From Mysql, the vars come like this:
vars=Ana+Carrinho&Ant?nio+Maia&Hugo+Miguel&Ourivesaria+Tavares&
Thanks a lot
P... more >>
preloader base on current frame
Posted by adi_c_adi at 4/11/2004 8:35:59 PM
Hello
I am using Flash MX 2004.
In my movie there are several frames, with deferent sizes.
I am bulding a preloader, and i want to know the current frame that is beeing
downloaded in runtime. I need this in order to let the user to-get inside those
frames that were already downloaded.
... more >>
Capturing Backspace Problem
Posted by alec mce at 4/11/2004 6:44:28 PM
I have created a keylistener class in ActionScript 2.0, and have come across a
curious problem. Backspace is simply not captured by onKeyDown
it goes something like this (this is just the bare bones):
class keylistener {
var test:String = "";
function keylistener() {
Key.addli... more >>
Window Class - accessing the "content"
Posted by pjazzlg NO[at]SPAM yahoo.com at 4/11/2004 2:05:17 PM
I am using the Popup manager to load a Window Component which loads a
clip that displays a simple text field. The "content" gets loaded, but
I cannot access any variables within the clip inside the window.
var myWindow = mx.managers.PopUpManager.createPopUp(_root,
mx.containers.Window, true, {... more >>
onSoundComplete
Posted by moniwhitt at 4/11/2004 5:43:01 AM
Hi,
I'm trying to use the onSoundComplete event so that the sound file will finish
playing completelly before moving to the next frame. I can't make it work. I
was wondering if anybody would have an example of how to use this code so the
sound will finish playing before jumping to the next ... more >>
Exporting text field stuff to a .txt
Posted by fasterthanlight at 4/11/2004 5:00:38 AM
hey whats up everyone!
aight so, i would love to know how to send information from different text
fields into a specific .txt depending on the stuff that is entered.
For example, the text fields would be like Name, email etc, and the .txt would
be named Name.txt
when the user types in th... more >>
Pausing a function...
Posted by afkar NO[at]SPAM mail2world.com at 4/11/2004 4:52:28 AM
I'm a newbie to Macromedia Flash Actionscript 2004, and I'm making a
simulation to an algrithm.
I'm writing a function to perform the algorithm and I want to reflect
each step with a visual action:
function Algorithm() {
step1;
visual action1;
step2;
visual action2;
step3;
vi... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Fading
Posted by Harabec at 4/11/2004 3:38:44 AM
I'm a new guy to flash and i'm having trouble with making images fade in and out.
Can anyone help me out.... more >>
web site translation
Posted by jrk at 4/11/2004 3:11:08 AM
I want viewers of my Flash web site to be able to choose their preferred language for my entire web site and change it at any time. Is there a best way?... more >>
popup window
Posted by Malin77 at 4/11/2004 1:23:19 AM
Hi,
Im trying to get my index page to link to a index2 page that should be a non
resizeble window without toolbars and with out scrolling, how can I do that
from working in flash?
Thanks anyone
malin
... more >>
LoadVars external text...
Posted by Teratoma at 4/11/2004 12:14:59 AM
I downloaded a simple script for displaying text from a text file in a Flash
movie. The text file is on 'server a' ...Testing the .swf from my HD (which
involves getting the remote .txt file from server a) works. BUT, when I upload
the .swf file to 'server b' (which is where I need it) and try... more >>
|