Anyone think the same thing?

Well, the choice between the two Flash or Director when you create a presentation. "Historically, he was Director (hands down) with the exception of the"white lightning"when displaying of two films to .mov in a row." Flash seems to be a good alternative as well introduced a mud of opportunities including participation in movies in FLV format. The problem is the navigation. Director has a library of actions that can be applied to any point in the timeline panel and affect what is in this framework (such as loop for 10 seconds before you continue and easy to apply keyboard, built-in transitions and actions interactive 3D modeling with 3ds max; to name a few). Currently, Flash AS3 is much more difficult for people like me because he goes to 'traditional', (ITD) geeks like to use programming and actually following their State of mind: a bunch of mumble jumble that ends up saying the same thing as one or two lines of AS2 code. However, Adobe pushes AS3, which can be great. I do not have time or resources to complete retraining. This is where Director... I don't see why Adobe don't Musclez Flash so that it includes such things as the Director who can be placed directly on the timeline without having to write new code. I guess, although, unlike most people, I want to actually use Flash instead of PowerPoint for presentations or as the current price see the presentation I created which involves much more interaction and elements of different media than any typical presentation. I'll probably end up using the Flash, however, but to stay away from the pages of handwritten code, I'll try it in AS2 as _root and different scripts method makes a lot more since to me. It requires a bit of code by image, but as I said earlier, it would be great if Adobe has actually done anything to strengthen the program.

OgreOne,

> Read the article and found the following link:
> http://www.insideria.com/2008/07/the-charges-against-actionscri.html
> I like the part about "what Adobe should do." It sort of echoes
> my reflections on the implementation of many of the functions of the Director
> Flash.

I thought you would find that. ;) I'm not saying that I disagree with her,
either... but from a pragmatic point of view - even if many of those
suggestions would be cool - it will make a decision by Adobe for
continue these routes (or an extension writer warned). It is a decision that
may or may not happen (honestly, I dunno). Meanwhile, Flash
requires typing more than Director, and this is also true for AS3 that's
AS2. As they are, given the circumstances, your best bet is to decide
What tool works best for your workflow and from there, what
language within this tool (versus AS2 JavaScript-style jargon Lingo
versus AS3, etc.).

Here are a few thoughts in response to your other post:

> I'm a lerner book and we tried a lot of books on AS3 beginners
> and such. I learned AS2 Collin on AS2 to Flash books
> MX and 9. I understand these really good.

I'm with you.

> However, it seems that the books I looked and 95% of
> the examples/tutorials online want the programmer to implement
> classes and references before start.

I agree with you there, and my hunch is that most of the new books
because they are intended for a wider market - for Flash developers
* and * Flex for developers, because both of these tools are supported the same ActionScript 3.0.
Flex Builder needs to be exposed in the classes and Flash * can *.
it this way, so by presenting examples of code as classes, authors reach
Heads of Flash and Flex-heads in the same book.

> I personally think that it makes more since in AS2 to create movie
> clips buttons and make a simple navigation.

And you can do exactly that with AS3. For what it's worth, I just
finished a new book with a friend of mine, Tom Green, called Foundation Flash
CS4 for designers.

http://www.friendsofed.com/book.html?ISBN=9781430210931

It covers AS3 only, like the first edition of this book, Foundation Flash
CS3 for designers (with the addition of a chapter on Flash Lite):

http://www.friendsofed.com/book.html?ISBN=9781590598610

Tom and I decided to use non-examples of class code, appeal to the
sort readers - maybe like you - who do not want to go so deep in
the Woods. After all, as you have seen, there are many other books for
that (good).

So if you are a learning book, you might just get something out of one of
These. They say 'Designer' in the title, but they cover a bit of
code. You can download a sample chapter of the old edition, and you can
read comments about it on Amazon (many comments of 4 or 5 stars and one or two
people, said ActionScript chapter alone is worth the price of the book,
What is a bargain at $26).

> I'm not planning to do a lot of things on the Internet. Do not
> mention most FLV files are 10-20 GB in size.

GB? Really? I have never tried to encode a FLV 20 GB, so I don't know if
It still works. If this is the case, more power to you! You just made my eyes
out of my head. :-D

> Remember, I've been using Director since version 7 and
> Flash since version 4. In my web work, I only use flash for
> banners/buttons.

Then, many of us like. I started with Director 6.5 and Flash
3. for years, I had a reluctance to do more with Flash, but I finally
ended up spending most of my time there.

> No, I don't have a lot of code customized by saying, but I need to
> read a movie and have it loop with the option to stop it if I
> go to another frame or loop to always if no key is pressed.

A great help (for me, anyway) is to wrap your head around the idea of
classes. Everything in ActionScript is defined by a class. If you are
in the face of a MovieClip instance, find the MovieClip class. If you are
on a text field, find the TextField class. Button symbol?
It is the Button in AS2 class and the class SimpleButton in AS3. Tables,
dates, mathematical functions? These are the classes Array, Date and math.
respectively. You get the idea. Classes of dictate features a
object a (properties), things, he can do (methods) and the things he
can respond to (events). Generally, you will find these three categories
items in each class entry. Many objects inherit the features of
'parent' and 'grandparents' classes, so when you see links that talk about
display of inherited properties, methods and events, be sure to click on those.

This point to prevail, it is that you don't have to hunt and peck your way
through the help documentation. There really is a method to the madness and it
start by asking yourself: am I dealing with one) what object a, then b) is
This characteristic, an action or response?

> I have 20 movies flv on 20 different images. Advancement of executives
> when needed by pressing a key or have to listen to the end and
> to advance to the next section.

Frames are elements of chronology, which is actually your video clip.
Even the main timeline is a clip, it will be the entrance to the MovieClip class
become one of your best friends. Capture keystrokes comes from the key
class in AS2 and the Keyboard and in AS3 KeyboardEvent classes.

> I tried to use AS3 at the beginning and it seemed that it would work, but
> because I had to make reference to the 'scene' all actions apply to
> each image so I tried to go to the next scene at the end.
> but I get an error because I can't refer to the first scene, etc...

In AS3, the training class is not a property of scenes, but the
Due to class MovieClip. Of course, I don't know the details of what you were
aim, but if you were referring to the scene and asking him to
something to do with the scenes, maybe that's what went wrong. (If
Instead, you had referenced the main timeline [an instance of MovieClip], it
would work.) Food for thought, anyway. And there is nothing wrong
with the help of AS2 so it's more comfortable for you right now.

> Still, components of lightning could use some built-in "some actions" as
> to the Director. Just my ramblings.

I hear ya. In AS2, you have a behaviors panel, so it could be
Another thing to try. But in the end, I encourage you to try your hand at
some of this stuff on your own coding. I'm haven't started my career as a
programmer. I'm just a guy with an English degree who rides a unicycle. I have
as graphic arts and I can draw, so I'm happy to Director (and
Flash at the beginning) back in the day, simply because that media seemed like the
prettiest thing on the block. Almost a decade later, I actually do more
coding for clients of design work, but I always do both. I do not have
* plan * to become a programmer (I didn't * need * to!) ... and it was
without doubt difficult at the beginning. But was the unicycle. And so was Xiangqi. ;)

David Stiller
Adobe Community Expert
Dev blog, http://www.quip.net/blog/
"Luck is the residue of good design."

Tags: Adobe Animate

Similar Questions

  • Windows 8 cursor jumps in the existing text and continues to type here rather than the finish line that I am on, anyone else spotted the same thing?

    Just upgraded to Windows 7 to 8, using MS Office Word 2010, worked well on Win 7, but now type text and the cursor suddenly jumps into the existing text and continues typing, rather than the finish line that I'm on.  Thought, I was accidentally touched for touch pad or other keys, so now consciously look for this but can find nothing on my part.  Have experienced it before with a processor OS Linux and Open Source, when the OS has been updated.  Think there may be a loophole to WIN 8.  It also happens when keying in the screens like this, that has happened twice while here. Someone else spotted the same thing?  Or is it just me?

    Also, anyone know how to disable "Open Tap" on the Mouse touchpad of the notebook, its annoying, I could disable in WINDOWS 7 but cannot know how Win8.

    Thank you very much for your help, the setting was not really there, but you gave me the name of the device, so I was able to download the right driver from

    http://www.Synaptics.com/resources/drivers

    above mentioned just in case anyone has the same problem. The site recommend to go with the hardware vendor's website, but ASUS has wrong driver, one of the above works fine.

    Its such a relief to be able to settle this problem - THANK you

    Lets see if it sorts the problem MS Office too.

  • Clock on windows 8 is wrong time, I tried to set the time of the internet but its still not working, think theres a bug in the clock time, anyone have the same problem for windows 8 and know how to fix?

    Clock on windows 8 is wrong time, I tried to set the time of the internet but its still not working, think theres a bug in the clock time, anyone have the same problem for windows 8 and know how to fix?

    It sets obtained :-) Sorry for the delay

    Thank you very much! has worked perfectly!

  • I want to create an interactive page or file in Muse for anyone to connect and enter information, close and someone else can do the same thing, etc.  Is this possible?

    I want to create an interactive page or file in Muse for anyone to connect and enter information, close and someone else can do the same thing, etc.  Is this possible?  I want to have spaces at least 10 names to register.  These people need to log on to this page or file to use it or to see it.

    Help with the help of Adobe Muse CC

    Impossible to establish such a thing with the HTML and the CSS just as Muse creates it. You need a dynamic system like Wordpress, Joomla, or the plans Business Catalyst paid Typo 3 etc...

    Mylenium

  • Hello; I just bought the annual cc for students; After installing it on my workstation, I tried to do the same thing on my surface, but it seems that I can't. Anyone know if the version of the student cannot be installed on a single pc? Thank you

    Hello; I just bought the annual cc for students; After installing it on my workstation, I tried to do the same thing on my surface, but it seems that I can't. Anyone know if the version of the student cannot be installed on a single pc? Thank you

    Hello

    You can have the creative cloud installed and signed in on two computers as long as you don't use it on one at a time. Download and install as you did on the first computer, sign in to your Adobe account on the Adobe using your Adobe ID website, download the desktop app from clouds, then download the software. Sign on a computer that should not be used: log in and log out of the desktop Adobe Creative Cloud application

    Also creative cloud cannot be installed on a Surface of 3 pro:-Cloud Creative and Microsoft Surface Pro 3 | Creative blog Cloud by Adobe

  • Newbie Question: Anyone can tell me whether or not these terms all refer to the same thing?

    I hear all these terms mentioned in the environment I work in.  All refer them to the same thing?

    Prodika / Oracle PLM4P / P4P / Agile PLM

    Yes still. The company was called Prodika. It was then acquired by Agile and Agile was acquired by Oracle. So we are in the Agile family of products where the name of Agile PLM, but are part of Oracle where the name Oracle PLM4P.

    P4P is just a nice TLA - acronym of three letters - that people love to use.

    In fact non of these are the official name of the product, which is:

    Oracle Agile PLM for process
    Steve

  • I noticed that many of my updates there is 2 times. The same exact. Can I safely delete those that are lined and exactly the same thing? Seems I don't need the same exact 2 and 3 updates times.__Thanks__Michael

    I noticed that many of my updates of widows is 2 times. The exact same ones. I can safly remove those that are lined and exactly the same thing? Seems like I don't need at the same time exact windows updates 2 and 3.
    Here's what are installed now that confuses me.
    Running vista Home premium
    version 6.0.6002 Service Pack 2 Build 6002
    PC x 64
    Intel Core 2 Duo CPU T5550 1.83 GHz, 1833 MHz, 2 Lossnay, 2 Log
    4.00 GB
    Microsoft Silverlight
    These files were add and remove.
    Update for Microsoft Visual C++ 2005 ALT kb973923 - x 6...
    Update for Microsoft Visual C++ 2005 ALT kb973923 - x 8...
    Microsoft Visual C++ 2005 Redistributable
    Microsoft Visual C++ 2005 Redistributable
    Update for Microsoft Visual C++ 2005 ALT kb973924 - x 8...
    Microsoft Visual C++ 2005 Redistributable - x 86 9.0.2...
    Microsoft Visual C++ Run Time Setup Lib
    Would it not be better to uninstall all these and start from scratch with Silverlight?
    Or!
    To uninstall only some?
    Very confused about this.
    Some tips would help a lot.
    I think I posted all the files that were related to this as well as information on the system.
    Thank you
    Member of 1care Michael B.

    Mike

    CF. http://social.answers.microsoft.com/Forums/en-US/vistawu/thread/b9132e0a-31ad-4f3c-af7d-8719972453ab

    Visit the Microsoft Solution Center and antivirus security for resources and tools to keep your PC safe and healthy. If you have problems with the installation of the update itself, visit the Microsoft Update Support for resources and tools to keep your PC updated with the latest updates.

    ~ Robear Dyer (PA Bear) ~ MS MVP (that is to say, mail, security, Windows & Update Services) since 2002 ~ WARNING: MS MVPs represent or work for Microsoft

  • I have the same problem. whenever I start windows it tells me it is install and configure updates, after 20 minutes he finally - but next time I start exactly the same thing happens - that is every day and im tired of it.

    I have the same problem. whenever I boot windows vista it tells me it is install and configure updates, after 20 minutes he finally - but next time I start exactly the same thing happens - that is every day and im tired of it.

    Hi MartinWithWindowsIssues,

    Welcome to the Microsoft Vista answers Forum!

    I have some steps that may help you.

    Step 1

    Try resetting the component of windows update.

    To do this, click resolve this present in the link below. Click run in the file download dialog box and follow the steps described in the fix it Wizard.

    How to reset the Windows Update components?

    http://support.Microsoft.com/kb/971058

    Step 2

    Perform a scan of the file system [SFC] checker on the computer that will replace missing or corrupt files.

    To do this, follow the steps below:

    1. click on the Start button

    2. on the Start Menu, click all programs followed by accessories

    3. in the menu accessories, right-click on command line option

    4. in the drop-down menu that appears, click the "Run as Administrator" option

    5. If you have the User Account Control (UAC) enabled, you will be asked permission before the opening of the command line. You simply press the button continue if you are the administrator or insert password etc.

    6. in the command prompt window, type: sfc/scannow then press enter

    7. a message is displayed to indicate that "the analysis of the system will start.

    8. be patient because the analysis may take some time

    9. If all the files need replace SFC will replace them. You may be asked to insert your Vista DVD for this process to continue

    10. If all goes although you should, after the analysis, see the following message "Windows resource protection not found any breach of integrity.

    11. once the scan is finished, close the command prompt window, restart the computer and check.

    For more information, see the link below:

    How to repair the operating system and how to restore the configuration of the operating system to an earlier point in time in Windows Vista

    http://support.Microsoft.com/kb/936212

    Hope the helps of information. Please post back and we do know.

    Joel S
    Microsoft Answers Support Engineer
    Visit our Microsoft answers feedback Forum and let us know what you think

  • computer restored IBM won't let me go beyond the introduction of identy... closes and restarts the computer to the same: Enter name and ID... then again, it does the same thing. How can I save this monster?

    computer restored IBM won't let me go beyond the introduction of identy... closes and restarts the computer to the same: Enter name and ID... then again, it does the same thing.  How can I save this monster?

    Hello

    First, disconnect all the external devices connected to the computer, and then try to start and check what is happening. If the same happens, then you can try to start in safe mode and check if you are able to boot to the desktop. Only basic files and drivers needed to run Windows are started. If a problem doesn't reappear when you start in safe mode, you can eliminate the default settings and basic as possible cause device drivers. To start in safe mode follow the link.

    Start your computer in safe mode

    http://Windows.Microsoft.com/en-us/Windows-Vista/start-your-computer-in-safe-mode

    Hope this information is useful.

    Amrita M

    Microsoft Answers Support Engineer
    Visit our Microsoft answers feedback Forum and let us know what you think.

  • my windows vista computer when its loading windows turns black and stops working then starts again and the same thing happens again.

    When I turn on my pc, the system starts the Pentecost a poblem but when windows Vista family premium starts to go the window that allows you to put the password it goes black after a wile it restarts and the same thing happens again.
    safe mode works I have Dome system restore format and reinstall windows and happens again :(

    Hi LGStrike,

    Restore your computer to a point before the updates being installed with the System Restore.  Then proceed as follows:

    1. go in Control Panel , and then select Windows Update.

    2. click on check for updates.

    3. once the results come back, click on the link that shows Important updates and deselect all the updates except the first 3 or almost and install the updates.

    4. Repeat steps 1 through 3 until you receive the error message.

    Dena
    Microsoft Answers Support Engineer
    Visit our Microsoft answers feedback Forum and let us know what you think.

  • Subscription business CC: are seats and the same thing of licenses?

    Concerning a subscription of small business CC, are "allowed" the same as "seats"? Or is the "license" a type of serial number for a comprehensive plan, including all users plan to use? I ask because the cost per 'licence' is much higher than in a plan for an individual, business that is it multiple with all the seats cannot be no financial advantage for the business plan, surely. Especially when the entity taking up the plan is not a commercial organization, but a small church.

    Case of context: I am a CC of each license holder, have been regularly providing output to a church, and so far they have been reimbursed me for the license costs. Pastor offers now that they buy a subscription business and let me use one of its seats, instead of using a single-user license. Currently, an individual license costs $ AUD 695 annually. Page price Adobe told me that, under a business plan, it would jump up to AUD$ 959 / 'license', if by means of per seat license, it's a big step for any particular advantage - especially if I'm going to be the only person in this church with applications of design anyway, and everything that other users access will bring its own costs on top of that. Neither he nor other members of the religious staff's designers, so I think they wouldn't have no use for design/graphic design horses in the stable, which it seems most of the CC apps are. They would probably use anything beyond Acrobat Pro CC (I also do not know how many of its staff that it would expect to give seats, which makes it harder still, find the best approach for its end goal.)

    The pastor said: "I have l would seem prudent for me to [the Church] to obtain an operating permit covering all applications - and then allow you to use some of them to the terms of our license." He following issues, " " "which is just a matter of: get a single business license, and then download some components of your machine and some to mine, everyone entering the license code... and we're off? You would be able to keep up with Adobe to make sure that it will work the way we are contemplating it? »

    So a business subscription works how he imagines?

    Hello

    It's the same thing when we talk about licenses and respective seats in the creative cloud for teams. Adobe Creative Cloud for business

    Please see a manage your cloud of Adobe Creative for the composition of teams

    Hope that helps!

    Kind regards

    Sheena

  • When I opened my firefox on my mac - it opens to a blank screen. I tried to remove and redownloading but the same thing happens. How can I fix?

    When I opened my firefox on my mac - it opens to a blank screen. I tried to remove and redownloading but the same thing happens. How can I fix?

    Ahh. I thought you meant Subject: vacuum

    Start Firefox in Safe Mode {web link} by holding down the < shift >
    (Mac options)
    key and then from Firefox. Is always the problem?

    Start your computer in safe mode with network. Then launch Firefox.
    Try the sites secure web. Is always the problem?

    Start the computer in Mode safe;
    Free online encyclopedia

  • My family name is not the same thing as my husband, but my name appears on the emails under his name. How to change that?

    My name is different from my husband: for example, my name is Mary Smith and my husband is John Doe. When I send an email, the message watch is from may Doe. How can I show that it is Mary Smith? If I send a message to myself, I've send it to Mary Smith, but it is the same thing.

    This is why it is so difficult to solve a problem in the Internet especially in any detail.

    When you look at the main window you see the pane of folders on the left side of the window with your e-mail accounts listed?
    If this is not the case, press the alt key to make the call of menu bar, then select View-presentation-folder pane.

    Now follow the original instructions.

    All this assumes that you and your husband have separate accounts. If you share the same account, then forget. There is only one name associated with an e-mail account. Then the answer is get a second account in your name.

  • A simple click or two clicks email opens in a new tab. How is it, 2 different actions do exactly the same thing? RESOLVED: bad batteries in the mouse

    In recent months, this has got worse and worse. A click on an email and it automatically opens it in a new tab. This is extremely annoying because I want to continue to see the content of the email in the right panel. Not a new full screen. I can't imagine in any circumstance that would be considered more annoying. I don't see the point. One in 5 clicks works very well. 4 of the 5 clicks opens a new tab. If this isn't a bug, it will open again from 5 to 5 tab but it's not. Please put it to how it was. For now, click 1 or 2 clicks do exactly the same thing!

    This looks more like a mouse or a problem with the OS...

    What platform and what version of TB?

  • 15.0.1 Mozilla gets stuck. You click on the links and nothing happens. No wheels spinning, nothing. I open Firefox in a new window, the same thing. I can fix it onl

    15.0.1 Mozilla gets stuck. You click on the links and nothing happens. No wheels spinning, nothing. I open Firefox in a new window, the same thing. I can only fix it by starting the Task Manager and close all Firefox Windows. [When I launch Internet Explorer, there no problem.] Thanks for your help!

    Clear the cache and cookies from sites that cause problems.

    "Clear the Cache":

    • Tools > Options > advanced > network > content caching Web: 'clear now '.

    'Delete Cookies' sites causing problems:

    • Tools > Options > privacy > Cookies: "show the Cookies".

    Start Firefox in Safe Mode to check if one of the extensions or if hardware acceleration is the cause of the problem (switch to the DEFAULT theme: Firefox/tools > Modules > appearance/themes).

Maybe you are looking for