Ask a Question related to Macromedia Flash Actionscript, Design and Development.
-
Flasheik #1
tell me whats the problem here
please go to [url]www.firstacademy.net/dev/[/url]
i loaded external swfs on 2 scrollpane components. It worked pretty fine
locally. but when i uploaded it, it seems that the external swf's loads
first prior to the coomponent carrying it. All are messed up!!
Help me with this please.
Thanks
Flasheik Guest
-
Whats the problem with my SQL???
I'm having problem with my SQL Statement, can anyone help me? Here's the error: Error Type: ADODB.Recordset (0x800A0E7D) The connection cannot be... -
Whats the best way ??
I have just purchased Contribute to allow our marketing department to add content to our web site. Up until now I've had a local copy on my C drive... -
Whats problem with this query?
Hi i dynamically generating an insert query. <cfquery name="s" datasource="dsnname"> #query# </cfquery> the query contains this query:... -
CSS Whats the problem here?
Hi Guys I have used CSS to control the hover on the menu of my site. It works fine is dreamweaver but only works on a few links on the site. ... -
Whats the problem
Hi I have a script for a shopsystem on a Linux. There it works fine. But when I try to run it on my Windows machine, PHP says things like Notice:... -
kglad #2
Re: tell me whats the problem here
i don't see a problem. if there were a problem with timing, you should execute your loadMovie() statement(s) after you component instantiates.
kglad Guest
-
Flasheik #3
Re: tell me whats the problem here
hi thanks for the reply, i thought so that i need to have my component
instantiate first before the loadMovie function. but how the hell am i going
to do that? can you help me with this?
Many thanks
"kglad" <webforumsuser@macromedia.com> wrote in message
news:c223fu$af6$1@forums.macromedia.com...execute your loadMovie() statement(s) after you component instantiates.> i don't see a problem. if there were a problem with timing, you should
Flasheik Guest
-
kglad #4
Re: tell me whats the problem here
there are a number of ways, but the easiest would probably be to attach on onLoad event to your scroll pane. for example:
on(load){
whateverMC.loadMovie("whatever.swf");
}
kglad Guest



Reply With Quote

