Can you create a time delay with AS3?

Is there some simple ActionScript 3 code which would cause a delay in the timeline when it's encountered?
Say, for example, we hit Frame 50. Is there code I can place there that would make the timeline "stop" for a specified amount of time?

Thanks, if you say it's simpler I'll look that up as well.
Sometimes there just isn't enough time to learn something as complex as ActionScript. I'm currently juggling Flash, Dreamweaver, CSS, video editing, After Effects, Soundbooth, Cinema 4D, broadcast video etc. etc. I wish Flash would automate at least some of this stuff like they did before with Behaviors.

Similar Messages

  • Can you create a site map with Dreamweaver?

    Greetings,
    Can you create a site map with Dreamweaver?
    Crawkers do not work because many of my pages are not linked.
    Thanks

    I'm not too sure what Crawkers is, but I do not think DW has that capability out of the box.  There are some web based solutions that will scan you site for you and give you a map for search engines.  I choose to go with a commercial option which is pretty good from WebAssist, it's called Surveyor: http://www.webassist.com/dreamweaver-extensions/surveyor/ .

  • Can you create a 3D PDF with environment reflections without specialist software?

    Just asking this because I had a job last week in which I was asked to create a 3D PDF with environment reflections... I started by trying to use a combination of Photoshop and Acrobat, and although I could set my materials and environment image in Photoshop, when I exported the 3D layer and imported the U3D into Acrobat, the environment wouldn't come with it, so no reflections. I really searched around for more info, but I couldn't a way to do this with just Photoshop and Acrobat alone. In the end I had to buy a program called SimLab which achieved what I was looking for, but it seems a bit odd that this shouldn't be possible with Photoshop so I wanted to double check I wasn't missing something obvious...

    OK..., but do Photoshop or Acrobat allow you to embed an environment texture into the U3D or PDF in some way?
    The program SimLab will allow you set a reflection map for your meshes and this obviously gets embedded into the PDF or U3D when you export it...

  • IPhoto 8.1.2 can you create a smart album with only one face

    I'm using iPhoto 8.1.2 and have about 23k photos in the library. I have identified 32 key faces, and would now like to create some smart albums that contain only the face or faces that I want and to exclude all the others.  S for example  a smart album that has only my son.
    I tried using the doesn't contain this face, but you can only have around 10 filters/critiria in a smart album.
    any suggestions are appriciated

    You can't really, because you can't exclude enough of the faces.
    I would keyword the preferred images as well, so finding the face and the keyword would find the pics of the person alone.
    Regards
    TD

  • How can you create a karaoke video with the music lyrics?

    I'm working on a generic music video.  I want to add written lyrics to the video so that people watching can follow along with the singing.  What is the best way to create trailing lyric highlights to the way the song is sung?  

    QuickTime Player Pro ($30) and lots of patience.
    QuickTime Player supports "text" tracks and, with some special manipulation, can display the text "karaoke" style.
    QuickTime Player 7.6.6 (not the X version) can play ".kar" files. Millions of them found on the Web and easy to download. They include MIDI audio (computer generated sound) and are very tiny in file size.
    http://homepage.mac.com/kkirkster/64/
    I downloaded a .kar file using QuickTime Player Pro and the Movie Properties window, extracted the text track and then changed the text using TextEdit. I then added my new text track and deleted the original.

  • Can you create a product report with attributes?

    I have tried create a customer and orders report in order to show a list of people who have purchased classes..
    My product is setup as : SATURDAY CLASSES, with product attributes eg: JAZZ, BALLET, DRAMA etc
    When I run the report, it only shows the initial product, SATURDAY CLASSES, and no attributes.
    Report goes like this:
    Custom Reports > Add a Customer Report
    > Customers and Orders > Then I choose my fields required..  and Generate Report.
    I realise to fix this problem I could change the products to individual products and group them together, but that means the product discounts I have set up wouldn't work....
    Which makes it hard to see who has booked into which class..
    Is there any way to run a report that will show attributes?

    Our reports currently do not include product attributes. I believe that this item is on the wishlist so I would encourage you to go there and vote for it.
    Cheers,
    Mario

  • Can you create an ODBC connection with a VI ?

    One VI came up when I searched example code; however, it had problem with loading a VI (see attached) and seemed limited. I wanted to be able to create an ODBC for connecting a SQL Server database that is hosted on the network.
    Attachments:
    load_window_error.gif ‏4 KB

    Your error message states that your VI has no block diagram, so it could not convert to LV 7. It must have been saved with the option to not include the block diagram.
    To answer your question about ODBC, I believe you need the Database Connectivity Toolset, comes with Enterprise Toolset or Toolkit, to make database connections and SQL queries. It works well and is worth the extra money. Visit NI website to learn more about this toolset.
    - tbob
    Inventor of the WORM Global

  • NewBie Question: Can you make a website completely with Java?

    Greetings my new Fellow Java programmers. My name is Jason and I am a computer programmer and web developer. I am verse in the following:
    1. HTML/XHTML
    2. CSS
    3. Asp.net
    4. VB.Net
    5. SQL
    I want to expand my skills to include:
    1.JAVA
    2. Action Script
    3. Java Script
    4. Ajax
    I have always wanted to learn Java and now I think it is the right time. So my question is can you create a site complete with Java or have a majority of the site functions and look attributed to Java? Is it similar to creating a site with vb.net and asp.net which utilizes html as well? Please explain. I am eager to learn this language. Thank you.
    -RomDog
    ...ROOOOOF!

    RomDog wrote:
    Is it similar to creating a site with vb.net and asp.net which utilizes html as well? Please explain. I am eager to learn this language. Thank you.
    I find it strange that you have to ask this. Of course the end result will be HTML/XHTML, that's what the browsers want. I would think that if you know the .NET side of web development, these concepts (client/server technologies) should already be clear to you.
    The short answer is yes it is possible. However if you want to learn Ajax/Javascript/Actionscript, I would learn those technologies before you learn Java web development as they are completely unrelated. You know that Javascript is not Java, right? You can implement javascript/Ajax in your .NET web applications already.
    Before you want to learn Java web development, learn Java. Seriously, learn basic Java first. It will be a great deal harder (and ultimately a lot more frustrating) to jump directly into the web development side of Java without knowing any of the basics. One of the biggest differences between .NET and Java platforms is that Microsoft basically holds your hand when it comes to making decision about which APIs to use and how to attack a problem; Java leaves you to the wolves to select from a gigantic amount of APIs and tools available that can each solve a problem in their very own way. Freedom is great, but it can be very daunting when you are just beginning.
    So before you even think about web development, I suggest you explore the java tutorial and see if you can get to grips with the language and the tool set.
    [http://java.sun.com/docs/books/tutorial/|http://java.sun.com/docs/books/tutorial/]
    When you are comfortable with the Java language and you are sure that Java web/enterprise development is still something for you, then come back and ask the question again.

  • How can you create a spry menu bar with no background colour?

    How can you create the first level of a spry menu bar to have no colour? I have a coloured background right now and the colour matches when you load the site in Internet explorer but does not match in Firefox. Any suggestions are welcomed on how to fix this.
    Thanks!
    HK

    Here is the site:
    http://partnersnaturally.ca/
    I am learning with code, (obviously) so any feedback would be nice. I use dreamweaver CS4, but when I originally designed the site it was in a much older version of dreamweaver. I wonder if that could also be a cause. (besides human error)
    Thanks again,
    HK

  • How can you create a playlist with music and music video and play those from same playlist through Apple TV?

    How can you create a playlist on Ipod touch with music and music video,  and play those from same playlist through Apple TV?  I can download, create a playlist with both music and music video, stream that through the Apple TV with no problem.  The sound and the information show up on the TV, but when it gets to a music video, it only shows the information and "artwork".
    I also have a video playlist - videos play fine through the Apple TV, but will not shuffle through all videos - continues to repeat the same one.  I have most definitely selected shuffle in both locations - from the playlist and on the ipod video screen while video is playing.

    I finally got it... had to sync the photos with the music in iMovie, arrange the voiceover in GarageBand then export to iTunes, and then I was able to put it all together in iMovie and burn in iDVD... had a few glitches along the way but finally finished : )
    Message was edited by: jpewald

  • Can you create HTML5 with Dreamweaver CS4?

    Hello.
    Can you create HTML5 with Dreamweaver CS4? Are there workarounds if not?
    I am using a PC on Windows 7.
    Thank you.

    Try copying and pasting this HTML5 code into a new, blank document.
    <!doctype html>
    <html>
    <head>
    <meta charset="utf-8">
    <title>HTML5 Document</title>
    <!--helps older IE browsers with HTML5 tags-->
    <!--[if lt IE 9]>
    <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
    <![endif]-->
    </head>
    <body>
    <header>
    Header
    <h1>Site Name</h1></header>
    <nav>Navigation</nav>
    <section>
    <article>
    <h3>Article</h3>
    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit.  Mauris vitae libero lacus, vel hendrerit nisi!  Maecenas quis velit nisl, volutpat viverra felis. Vestibulum luctus mauris sed sem dapibus luctus.  Pellentesque aliquet aliquet ligula, et sagittis justo auctor varius. Quisque varius scelerisque nunc eget rhoncus.  Aenean tristique enim ut ante dignissim. </p>
    </article>
    <aside>
    <h3>Aside</h3>
    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit.  Mauris vitae libero lacus, vel hendrerit nisi!  Maecenas quis velit nisl, volutpat viverra felis. Vestibulum luctus mauris sed sem dapibus luctus.  Pellentesque aliquet aliquet ligula, et sagittis justo auctor varius. Quisque varius scelerisque nunc eget rhoncus.  Aenean tristique enim ut ante dignissim. </p>
    </aside>
    </section>
    <footer>Footer</footer>
    </body>
    </html>
    Nancy O.

  • HT204088 I can't create an apple ID for not using credit card. How can i create an apple ID with no credit cards ? Thank you.

    I read the supporting article. But those pictures were old. Also the format had changed. I can't create an Apple ID with no credit cards? I got no credit cards. I am just a secondary student and how can I have a credit card?

    Follow the instructions on this page exactly : http://support.apple.com/kb/HT2534 i.e. select a free app and click on 'create Apple ID' when 'buying' it (it worked for me yesterday).

  • Can you facetime and play game with person at same time

    Can you facetime and play game with person at same time

    Yes, simply close the app and you can continue to talk. However, the other person cant see you and you cant see them. You can only do an audio session.

  • How many server nodes can you create per instance

    Hi,
    Very often the bottle neck in a java installation (NW04s) is the heap size. In order to increase the heap you simple create new server nodes.
    My question is:
    How many server nodes can you create per instance?
    Is there an upper limit before you have to create a new dialog instance (with a web dispatcher)?
    I can imagine that when you create a new server node you also have to increase the heap and max therad of the dispatcher. Is there any upper limit of the heap size of the dispatcher node ?

    Rasmus , I think you laid out a real good scenario for every one to contribute
    I may be very late but just updating this forum for benefit of everyone who visits this.
    In addition to all the points above one must also consider following things if one decides to add more server nodes to one dispatcher
    1.Garbage collection time
    2.Dispatcher would keep on sending request to node S2 if it is not completely bad and there by impacting all the servernode       so  you might end up restartiing the entire cluster.
    3,Debugging also becomes diffculy as you are not sure on which server node you are within the cluster.
    4.If you have something like F5 which does hear beat monitoring even one server node goes bad F5 will not report anything.
    So in my view one server node per dispatcher is an ideal configuration.
    Over All Dispatcher does not consume more resouces (Disk Space + CPU + memory ) at the same time it will give you maintenance flexibility.
    Nothing is right or wrong ,all these things are based on how your infrastructure set up is.
    Cheers !!
    Manish Jain

  • How can I use my time capsule with windows7

    How can I use my time capsule with windows7?

    This is asked regularly.
    https://discussions.apple.com/message/10978060#10978060
    Look at the more like this. On the right column next to the post.
    Load airport utility for windows.. which will also load bonjour for windows.
    In windows explorer type \\TCname or \\TCipaddress (replacing with the actual values.. names with spaces will give you trouble so change all names in the TC to SMB compatible or actual ip address).

Maybe you are looking for