all groups > flash actionscript > june 2004 > threads for saturday june 19
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
on (clickevent) don't work
Posted by JE83 at 6/19/2004 11:48:58 PM
i have tried for hours but this script just don't work
and it is straight out of the help files
the nextframe , play , stop , prevframe , and simalar commands paired with
the on command just don't work including this one
on (release) {
nextFrame();
}
i have no idea ... more >>
preloader won't show until swf is 75% loaded
Posted by waveturtle at 6/19/2004 10:49:32 PM
I'm trying to make a simple preloader that displays an image that fades in as
the Flash movie loads. The problem is, the preloader doesn't display until the
movie is 75-80% loaded...I don't know why...
here is the code I'm using, any help would be appreciated.
stop();
myInterval = setI... more >>
Flash preferences with FalshCom server
Posted by TommyMTL at 6/19/2004 9:55:23 PM
How can I make the flash player asking to setup it?s preferences automatically
by entering into a page without having to right click on the mouse!
I mean by that,, by entering into a page, flash should be asking for
authorization to communicate with the flashCom server.
... more >>
Please help! Problems with a simple preloader!
Posted by chowin at 6/19/2004 7:48:51 PM
I?ve tried everything and I desperately need some help with my preloader. It?s
a simple preloader about ten frames long with a simple loading animation and a
display of the percentage complete. The problem is that it?s constantly
loading the entire movie (about 300 frames) when I just want i... more >>
Basic "on rollover" question
Posted by elniche11 at 6/19/2004 7:10:27 PM
I'm new to Flash--still using Flash 5.
If I create a series of buttons in a scene on one side of the page how do I
make an image appear that corresponds to that button on the vacant side?
Example:
Button #1 (on rollover) image #1 appears (then disappears when the mouse is no
longer over... more >>
CellRenderer with a Loader Component
Posted by thronic at 6/19/2004 5:08:00 PM
I've sucessfully created a CellRender that will hold a Loader component and
subsequently load an image. The problem is that once the image is loaded,
everytime i roll over and off the image the setValue() function is called and
the image is loaded again. I don't want to have to reload the ima... more >>
How can I have sure my var goes to php?
Posted by Pluda at 6/19/2004 4:36:40 PM
Hello,
How can I have sure my var goes to php?
I'm querying a mysql database, but I can't find the error, since I get in
flash the result (but the wrong results), so I assume that php isn't receiving
the var.
I have a button which declares the var - _global.Myvar = this._parent.text;... more >>
trademark symbols
Posted by Pop-a -Top at 6/19/2004 2:17:22 PM
the site i'm working on has a slogan that has a small s-m symbol inside a
circle in the top right corner at the end of the text. Is there a txt font that
displays this symbol ? I've looked around at several different txt fonts and
haven't found it.
Any help would be greatly appreciated.
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
preloader not working correctly
Posted by Carven at 6/19/2004 12:29:10 PM
i have two .swf movies, main.swf and branch.swf. i have loaded branch.swf into
main.swf onto a layer which is under a mask. Inside branch.swf, there is a
preloader to preload the file. however, the preloader doesnt preloads
branch.swf properly. it just loads the movie a while and then plays it... more >>
xml prob....
Posted by aditya gaur at 6/19/2004 10:53:23 AM
hello everybody,
i load a xml file it will loading properly.which code is following..
playListPath = "trailers.xml";
TextXml = new XML();
TextXml.ignoreWhite = true;
TextXml.onLoad = LoadXmlFile;
TextXml.load(playListPath);
function LoadXmlFile(success) {
if (success) {
aText... more >>
execute another swf
Posted by paulr1984 at 6/19/2004 10:04:30 AM
Hi! How do I load another swf file into another window? My main movie has to load another swf into a new window. Can I do that without using the user's internet browser?... more >>
How to catch error in flash ?
Posted by Jeremy Tan at 6/19/2004 7:32:31 AM
When I am using the sendAndLoad, if the file doesn't exist, the swf will halt.
Can someone teach me how to catch error in flash? so that i can redirect the to
different frame (to show a better message) if the file doesn't exist.
... more >>
Problem with Date Format
Posted by Ashish123 at 6/19/2004 7:26:22 AM
Hi
How do I get date in the format given:
19 June 2004
Thanx
Ashish
... more >>
Load external text
Posted by dannielrolfe NO[at]SPAM mac.com at 6/19/2004 3:45:06 AM
Please help......
I am trying to load a externa txt into a input text box. It works fine when I
test the movie in flash but for some reason when import it into dreamweaver,
and test it in Explore it doesn't show the text.
System.useCodePage = true;
myVars = new LoadVars ();
myVars.Load... more >>
|