|
|
 |
Re: FN-FORUM: actionscript syntax
date posted 1st October 2004 11:51
sorry about the delay in reply.
> > currentframe 0
> > totalframes 1
> > total 1
figured this out yesterday. I'm loading the swf into an mc
but then I'm checking totalframes in the mc not the loaded swf.
Which trying to resolve has just made things a whole lot more complicated.
I didn't really understand what you've done in regard
> to converting avis to output flash.
I've converted with other software, if I try and import the conversion into
Flash it F**ks up. The other software offers no option to add actionscript
other than a stop action at the end of the swf.
Importing and outputting all the
avi's via flash now would take all day. Hence this work around. Which is
taking
all day and then some :(
Plus today I haven't got access to them anyway.
I'm thinking now I need to check the loaded swf from within the empty mc
container.
I'm 70% sure that the import of a swf wouldn't overwrite any actionscript in
the mc?
So I'm about to try something like this -
onClipEvent (enterFrame) {
if (emptymc._currentframe == emptymc._totalframes) {
_root.nextFrame();
}
}
*sigh :)
regards,
Darren Yates
[EMAIL REMOVED]
http://dittodesign.co.uk
http://www.how-to-make-money-online.info
----- Original Message -----
From: "Paul Cooper" [EMAIL REMOVED]
To: [EMAIL REMOVED]
Sent: Thursday, September 30, 2004 5:33 PM
Subject: Re: FN-FORUM: actionscript syntax
>
> > currentframe 0
> > totalframes 1
> > total 1
>
> So it could be an addressing proplem or it could be something to do
> with the swfs. I didn't really understand what you've done in regard
> to converting avis to output flash. I'd offer to send me files but I
> haven't got access to my Flash machine for a few days. When do you
> need to get this sorted by?
> Paul
>
> --
> Freelancers, contractors earn more with Prosperity4
> Call 0870 870 4414 or visit www.prosperity4.com
> and benefit from Inland Revenue approved expenses today.
>
> To advertise here: http://www.freelancers.net/advertising.html
>
> |
 |
|