[osflash] Importing a Flash Movie
beno -
flashmebaby at gmail.com
Sat Nov 14 05:57:50 PST 2009
First of all, thank you Tom Rose!
On Sat, Nov 14, 2009 at 6:42 AM, Highley, Neil (LDN-LWW) <
Neil.Highley at loweworldwide.com> wrote:
> Your LibraryItem and tween issues show that you have a bit of way to go
> to get proficient, so my advice is to sit down this weekend with a thermos
> of coffee and spend 10 hours cramming and watching videos, reading articles
> and generally messing about with Actionscript 3 and flash.
>
I've spent 4 weeks thus far.
>
> If we allow generic flash questions to overpower this list then genuine
> flash open source material won't be posted as the list will get a reputation
> as a beginners Q&A.
>
Yes. <sigh> Is there a good Flash list out there that will answer beginners'
questions? I've been a programmer for many years now. This is the first
language in which I cannot find such a list <second sigh>.
>
> So, unless you have created a way of capturing a desktop in RED5, or
> reading VRML through a flash interpreter, go back to the tutorials and
> articles and find pieces that are similar to what you are doing and go
> through them properly. Then come back and show us some love with cool flash
> OS applications we can all appreciate and use.
>
You're good. This is a good bunch. Thank you again, and please suggest a
list where there is actually some traffic that could help me. I wish Adobe's
list did, but it doesn't.
beno
>
> Thanks,
>
> Neil Highley
> ------------------------------
> *From:* osflash-bounces at osflash.org [osflash-bounces at osflash.org] On
> Behalf Of beno - [flashmebaby at gmail.com]
> *Sent:* 14 November 2009 10:55
> *To:* Open Source Flash Mailing List
> *Subject:* [osflash] Importing a Flash Movie
>
> Hi;
>
> The following code throws this error:
>
> Call to a possibly undefined method LibraryItem
> Here's the code, attached through the Document Class in the Properties:
> package
> {
> import flash.display.MovieClip;
> import com.greensock.*;
> import com.greensock.plugins.*;
> import com.greensock.easing.*;
> TweenPlugin.activate([AutoAlphaPlugin]);
> public class Main extends MovieClip
> {
> private var mcHatAndFace:MovieClip;
> public function Main():void
> {
> mcHatAndFace = new LibraryItem();
> mcHatAndFace.x = 100;
> mcHatAndFace.y = 100;
> mcHatAndFace.alpha = 0;
> addChild(mcHatAndFace);
> }
> }
> TweenLite.to(mcHatAndFace, 1, {autoAlpha:1}); // 2nd param in seconds;
> 3rd in % alpha
> }
> Do I have to import the flash movie itself? Please advise.
> TIA,
> beno
> PS I posted this to Adobe a day ago and not a nibble. I sure wish I could
> find an active exclusively Flash AS3 list to ask these questions!
>
>
>
> *Lowe & Partners Worldwide Limited | Registered office: 60 Sloane Avenue,
> London SW3 3XB, England | Registered number: 506057*
> *
>
> This message contains information which may be confidential and privileged.
> Unless you are the intended recipient (or authorized to receive
>
> this message for the intended recipient), you may not use, copy,
> disseminate or disclose to anyone the message or any information contained
>
> in the message. If you have received the message in error, please advise
> the sender by reply e-mail, and delete the message.
>
> Thank you very much.
> *
>
> _______________________________________________
> osflash mailing list
> osflash at osflash.org
> http://osflash.org/mailman/listinfo/osflash_osflash.org
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://osflash.org/pipermail/osflash_osflash.org/attachments/20091114/d66b70ee/attachment.html>
More information about the osflash
mailing list