Totally new to flash, editing interactive cd

Hi i am completely new to the whole aspect of flash and dreamweaver etc. and have recently been given a project of editing an interactive CD rom which was produced for a client by an outside company.
I have managed to grab the basics of changing the text and the images and stuff, but when i export it as a .swf flash movie, when i view the cd, all of the slides come on in very quick succession, it is supposed to be the first slide and then you click on a "next" button for each other slide, i know i've messed with the interactive elements somehow but i don't know how, or how to fix them as i haven't got a clue about the interactive aspects to flash.
Any help with this would be greatly appreciated!
Thanks.

If the intention is to stop in the first frame, then you need a stop(); command all by itself on the timeline, not on the button.  Select frame 1 and in the actions panel type:
stop();
For your button code, having a stop(); in it doesn't do anything for you.  If the intention is to click the button to go to the next rame then you only need...
on(release){
     nextFrame();
The nextFrame function advances the timeline to the next frame and stops it there.

Similar Messages

  • Flash learning interaction - extension

    Hellou everybody, please, i need Flash learning interactions wich is the extension for creating elearning apps and quizzes inside flash cs6 and older version as a part of eLearning Suite product. Because adobe stopped any suites, new flash cc have not this extension. Is there some way to download it?
    Thanks for any response and sory for my language
    Best regards
    Yarik

    Thanks for answer. I have licensed eLearning Suite 6 wich include Flash CS6 and learning interactions extension, but now i use Flash CC and i think will need not to install flash cs6 specially only because i need learning interactions.
    The same problem about Dreamweaver and Course builder interactions...
    Do you think will adobe release this small but usefull extensions?

  • Total Training for Flash CS4 ProIT,

    hello, im somewhat new to flash but i want to be good at it. im not really sure where to post this also but im looking for opinion and advise. im wondering about the package total training for adobe cs4 professional if it will good for my training and learning process. also do i have to register for an online class or do i do it on my own once i receive the package. thank you in advanced.

    Hi,
    I use Lynda.com online training. Great learning titles for every Adobe products. It's the way I learned AS3 (and books) !
    Try it. You can have access to free movies : http://www.lynda.com
    Martin
    http://www.martinc.biz

  • New at Flash

    Hey All,
    I am new with flash and i am creating a site and i have
    created a button which i want to modify.
    So i basically copied it and now when i make chnages to one
    button, it effects the other ones also.
    Can someone help me, its prob easy but i am blind.
    I have done a search also and could not find anything, so
    sorry if its already been posted somewhere.
    Thanks in advance :)

    This is because you have many *instances* of the same symbol.
    The reason for
    this is that if you need the same thing on stage many times,
    it is more
    efficient in terms of filesize of your finished SWF to use
    the same symbol.
    What you need to do is:
    Select the button you want to change.
    In your 'Properties' panel, click the 'Swap' button.
    At the bottom of the panel that pops up is a button that
    looks like 2
    squared with an arrow - click this.
    Give your duplicate symbol a new name.
    Click OK.
    Edit the new symbol.
    Repeat until done!
    HTH
    Remove '_spamkiller_' to mail

  • New to Flash CS3

    Hi Guys,
    I really need your help. I used to use Flash MX a while back.
    I can animate in flash really well.
    but my problem is the action script. Basicly, i'm design a
    simple learning interface.
    at the begining, theintro loads up, but then i need it to
    pause. a button appears, which you can click on and it will take
    you to the menu screen where you have 3 options to click on to look
    at different products.
    my problem is that I can manage to stope theanimation, but i
    don't understand how to get the button to go to Scene 2 (which is
    the menu animation)
    Am i doing this wrong? will it work with another scene or doi
    have to create a new file?
    If i'm doing right, can anyone help me with the coding
    please?
    I really appreciate you reading this
    thanks
    A very frustrated...
    Shigeru :)

    I'm new to flash too, and I created my website in two weeks
    using flash and dreamweaver. I still have to fix a couple of bugs,
    but after doing tons of reading and using good extensions I was
    able to get it up and running. I totally recommend you for the
    slide shows what I used for my website. It very easy to configurate
    in many ways, not much actionscript required, almost none. Check
    out my site:
    www.mauriciolopez.info
    This is the link for the flash extension called 'Creative FL
    Stroller' I used to create my galleries:
    http://www.extendstudio.com/
    You can download it right away and comes with very easy to
    follow materials.
    I hope this helps!

  • Question - New to Flash

    I am new to flash and building a simple picture slideshow with buttons for the next frame and previous frame to use on a website. I have two questions. 1. How do I get the pictures to start over at the beginning once I get to the last frame? Right now I can only got forward or backward. 2. I tried to use a video clip in the last keyframe and when I test the movie in Flash it works fine but when I posted the .swf file to the website all of the pictures played except the video clip. I am using the following action script:
    stop();
    next_btn.onRelease=function(){
    nextFrame();
    prev_btn.onRelease=function(){
    prevFrame();
    I am a complete rookie. Any help would be much appreciated. Also any recommendation on where to learn to work with action script would be useful
    Thanks
    MRCARZ

    It looks like you are working with ActionScript 2.0 here where you would actually be hoping to integrate ActionScript
    3.0 and above (3.0 is the latest out right now).  The two types of AS are very different in structure and 3.0 is much more like JavaScript and other ECMA scripting languages that incorporate Object Oriented Programming (OOP).   I don't know a lot about OOP other than it can be used to house Classes and call upon them in an organized fashion to save you a lot of coding in the long haul.  Don't worry about OOP right now.
    Where you should be looking for resources are online and in books.  There are lots and lots of books about ActionScript 3.0--just check your favorite online book retailer and also do a web search for ActionScript 3.0 tutorials.  You will probably find one that will explain how to code the logic for you to return to the first frame of your timeline and continue going in the forward direction and vice versa if you were rewinding and wanted to loop to the last frame and continue going in the backward direction of your timeline.
    Also, there is the ActionScript 3.0 Reference Manual which ships with Flash and will allow you to look through code examples.  Just go to your Help menu for Flash Help.
    Message was edited by: markerline

  • Oracle iLearning, Flash learning interaction implementation

    I am new in iLearning. I am developing contents and assessments for uploading to iLearning. Instead of using iLearning assessment builder, I have used Flash learning interaction (SCORM). I have created several test with Flash learning interaction but i don't know how to upload it to iLearning since it is not only a question bank but also a assessment for enroll. I think the concept in iLearning (question bank and assessment is separated) has slightly difference.
    Does anyone can tell me how to do it? or anyone has experience for developing assessment using third-party tools?

    You would use the SCORM or AICC import options for this, depending on what tracking method is used with the content.

  • Upgrade from FMS 3.5 to Flash Media Interactive Server no apps working

    I sucessfully upgraded from FMS to FMIS. In the Admin it shows that the license is now Flash Media Interactive Server r405 I believe.
    The live and vod services continue to work as expected.
    On a separate development server I have developed a number of applications that I want to move to the new production server. Nothing connects at all on the new server. In the Admin, all the applications show as being available.
    Is there something I need to do to make it work?
    I don't want to post details on line but willing to share if someone can help out?
    Boss really wants to make the $4000 upgrade work if you know what I mean...

    Thank you. If you don't mind, I would prefer to do it here although I am
      happy to post the final results for the thread. I used to work at MM
    and Adobe before that so I think there is great value in one to many
    support.
    1. How did you upgrade - using license file or license keys - i suppose license key?
    License key. Just copied and pasted into the server admin's license screen.
    2. Did you restart your server after putting in the serial key? If not , please restart, for licensing changes to take place, you need to restart the server.
    Yes. I did, but I did it from the admin, not the start and stop applets.
    3. If you have restarted and you are facing same issue - can you check your logs and see what error messages are you getting, you can check edge.00.log,core.00.log and master.00.log.
    This is from the Edge.log. I am not really sure what it says, but it
    coincides with when I entered the key.
    #Version: 1.0#Start-Date: 2010-08-03 07:11:16
    #Software: Adobe Flash Media Server 3.5.0 r405
    #Date: 2010-08-03
    #Fields:
    date     time     x-pid     x-status     x-ctx     x-comment2010-08-03     07:11:15     52 36     (i)2581250     
    Edge disconnected from core (9412).     -2010-08-03     08:51:40     5236     (i)2581252     
    Registering core (11384).     -2010-08-03     11:37:14     5236     (i)2581250     
    Edge disconnected from core (11384).     -2010-08-03     11:37:31     5236     (i)2581252     
    Registering core (12104).     -2010-08-03     17:06:16     5236     (i)2581250     
    Edge disconnected from core (12104).     -2010-08-03     17:06:16     5236     (i)2581250     
    Edge disconnected from core (5264).     -
    #Date: 2010-08-03
    #Fields:
    date     time     x-pid     x-status     x-ctx     x-comment2010-08-03     17:06:38     60 80     (i)2581173     
    Host: C29527-121731 IPv4: 10.0.0.2     -2010-08-03     17:06:38     6080     (i)2631174     
    Listener started ( defaultRoot_edge1 ) :
    localhost:19350/v4     -2010-08-03     17:06:39     6080     (i)2631174     
    Listener started ( defaultRoot_edge1 ) :
    80/v4     -2010-08-03     17:06:39     6080     (i)2631174     
    Listener started ( defaultRoot_edge1 ) :
    1935/v4     -2010-08-03     17:06:39     6080     (i)2581252     
    Registering core (6052).     -2010-08-03     17:06:40     6080     (i)2581252     
    Registering core (6120).     -
    #End-Date: 2010-08-05 05:43:58
    4. If I am not mistaken you have upgraded from Streaming Server to Interactive Server, am i right?
    Well the name on the screen was Flash Media Server 3.5 It streams just
    fine, but I get really confused with all the names of the servers frankly.
    5. Also which version of FMS are you using?
    3.5
    Thank you so much for your help. I am trying not to have to deinstall
    the server and reinstall it. If I can avoid that, please let me know.
    FWIW, this is the code I used to test to see if the server was accepting
    connections to an unsigned app.
    package
    import flash.net.NetConnection;
    import flash.display.Sprite;
    import flash.text.TextField;
    import flash.events.NetStatusEvent;
    public class FMS3Connect extends Sprite
    private var nc:NetConnection;
    private var rtmpNow:String;
    private var msg:String;
    private var connectText:TextField;
    private var posX:Number;
    function FMS3Connect ()
    nc=new NetConnection();
    nc.addEventListener (NetStatusEvent.NET_STATUS,checkConnect);
    rtmpNow="rtmp://www.letsgoexpo.com/connect";
    trace (rtmpNow);
    //rtmpNow="rtmpe:/connect";
    nc.connect (rtmpNow);
    private function checkConnect (event:NetStatusEvent):void
    connectText=new TextField();
    msg=event.info.code;
    connectText.width=250;
    connectText.text=msg;
    addChild (connectText);
    posX=connectText.stage.stageWidth;
    connectText.x=100;
    connectText.y=175;
    Of course it has a little SWF that goes with it, but there isn't
    anything there except this.
    On the development server this works and shows the connect.
    Thanks for your help. I will be checking mail frequently after noon
    pacific. I don't know where you are located so I guess you get mail out
    whenver you can.
    Matt Brown - Moss Beach Ceramics     
    email: [email protected]
    web: www.mossbeachceramics.com     
    store: mossbeachceramics.etsy.com
    cell: (650) 518-0250

  • My hard drive had to be recently reinstalled with the software being 100% totally new.  I therefore do not have iwork 09 which was purchased as a family pack.  How can I download and reactivate it?

    My hard drive had to be recently reinstalled (5 days ago) with the software being 100% totally new, and totally up to date. 
    I therefore do not have iwork 09 which was purchased as a family pack (via download).  How can I download it again without purchasing, and reactivate iwork09?  It does not show up in my App store under purchases, as it was purchased a few years ago.

    It has always been very basic to always maintain a backup copy of your computer for just such an occasion.  Use your backup copy to put everything back.
    You can transfer itunes purchases fom an iphone:  Without syncing : File Transfer Purchases
    or you can redownload them.  Open itunes store, click Purchased, under Quick Links.

  • HT4942 After Creating a new document or editing an old document in Pages on my iPad I no longer see the changes in Pages on my iPhone. iCloud services are on with both devices.

    After Creating a new document or editing an old document in Pages on my iPad I no longer see the changes in Pages on my iPhone. iCloud services are on with both devices.

    Just thought I'd add my solution, I decided to go with WebDAV and I think it actually works better than the iTunes way, the steps are pretty much the same but avoiding the iTunes interface just makes things easier and faster.
    I followed this guide but it does have a small mistake in the httpd-dav.conf file, on line 2, where it's WebServer/WebDAV">, it should be <Directory "/Library/WebServer/WebDAV">.
    The tricky part is setting permissions which if wrong will give you errors when connecting with the iPad, I opted to set all to Read&Write since my home network has a hardware firewall. Another convenience was to add an alias to the webdav share on the Desktop.
    I'm still expecting the call from Apple but even if they fix the iTunes I'm sticking with WebDAV, atleast until I see what's new with iOS5 and iCloud this fall which should bring true sync for documents (I'm hoping that they will offer encryption with my own keys, if not, then I'll probably keep using WebDAV).

  • About in tears from new adobe flash player 10.3 not working

    After installing the new Adobe Flash 10.2.153.1 on my Windows7 64 bit computer, it can not be found when using my IE8 (does not show 32 or 64 bit only 256-bit).
    I have uninstalled using your reference on "please read: when asking Flash Player questions" and then reinstalled. It is on the programs list as installed but when I go to a site that needs me to use Adobe Flash it says I need it install it. Whn I go to the adobe web site to verify that I have installed Adobe Flash it only has a box with a small red x in the corner.
    I have updated my devices drivers.  I do not completely understand what a "kill-bit" is; however, I have gone into my registry and there is no registry keys that have {d27....etc}. There are many other numbers and most have a compatibilty flag of 0x00000400. So I must not have a "kill-bit" for Flash Player set. Not sure what that means.
    Can you help me? And have I given you enough info?
    Thanks for any help you can give me.

    FYI - have uninstalled adobe flash player since we last replied should I try to install again?
    I have checked this too and
    *Shockwave Flash Object installed and Enabled. version 11.5.7.
    * Yes at medium now (was at med high)
    * have mcafee but just installed tonight your recommended microsoft security essentals (did a quick scan tonight)
    * C:\Windows\SysWOW64\Macromed\Flash - FlashInstall (txt file) and Install (txt file)
    * No error messages - was told it was installed successfully
    thanks!

  • Iphone 4s coming friday, what is the best way to get the notes content from iphone 4 to 4s without doing a restore? i want the new phone to be totally new but not sure how to get notes content across.

    What is the best way to get the notes content from iphone 4 to 4s without doing a restore? i want the new phone to be totally new but not sure how to get notes content across. If I do a restore as I have when previously from one iphone to another it has shown (in settings, usage) the cumulative usage from previous phones so all the hours of calls on all previous iphones will be displayed even though its brand new. Anyone know how I can get my notes (from standard iphone notes app) to my new iphone 4s without restoring from previous iphone 4. Thanks for any help offered.

    First, if you haven't updated to iTunes 10.5, please update now as you will need it for the iPhone 4S and iOS 5.
    Once you're done installing iTunes 10.5, open it. Connect your iPhone to iTunes using the USB cable. Once your iPhone pops up right click on it. For example: an iPhone will appear and it will say "Ryan's iPhone."
    Right click on it and select "Backup" from the dropdown menu. It will start backing up. This should backup your notes.
    Please tell me if you have any problems with backing up.
    Once you backup and get your iPhone 4S, you must follow these steps. If you don't follow these steps, you will not be able to get your notes on your new iPhone 4S.
    Open up iTunes again then right click on your device (iPhone 4S). Once you do you will see a dropdown menu. It will say "Restore from Backup..." Select this and it'll ask for a backup, select it from the dropdown menu. For example "Ryan's iPhone - October 12, 2011." Pick that and it will restore to your backup. Do this when you get your iPhone 4S so you will not lose anything. Even though you're restoring, you're getting back, since you're getting the previous settings, notes, contacts, mail and other settings from your old iPhone. You'll still have Siri though! So, restore when you first get it. Also frequently backup your device, as it will be worth it. You can restore from a backup if something goes wrong or save your data for a future update.
    Once you do that, you should have your notes on your new iPhone 4S and iOS 5.
    Please tell me if you need any help.
    I hoped I answered your questions and solved your problem!

  • JQuery Tutorial needed to customize Add New Item and Edit Item forms

    Hello,
    I need a tutorial to use JQuery to customize the UI Screen of SharePoint to add a new item in a list.
    since I don't have prior UI experience it will be nice if the tutorial is specifically targetted towards customizing the automatic form which is presented by sharepoint when we try to add an item to a custom lists.
    val it: unit=()

    Hi,
    According to your post, my understanding is that you want to customize the New Item and Edit Item forms using jQuery.
    The following examples for your reference:
    http://ankursharepoint.blogspot.com/2012/10/jquery-for-tabbed-navigation-in.html
    http://social.technet.microsoft.com/wiki/contents/articles/21730.sharepoint-2010-conditionally-hide-fields-on-standard-list-forms-using-jquery.aspx
    https://www.nothingbutsharepoint.com/sites/eusp/Pages/10-jQuery-Snippets-for-SharePoint-2010.aspx
    jQuery Tutorial
    http://www.w3schools.com/jQuery/
    Thanks,
    Dennis Guo
    TechNet Community Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Dennis Guo
    TechNet Community Support

  • Quicktime and new Adobe flash don't work!!

    Ever since I have ? downloaded new iTunes/Quicktime updates I cannot get Quicktime to play any movie trailers. Also, when I go to any sites which need a Flash player, I am unable play any flash related videos. To add further frustration, I am unable to download the new Adobe flash player. It "downloads," but goes nowhere on my computer and is nonfunctional!! I feel like because I have an "old" Mac with Panther (which otherwise works great!), I am slowly being phased out of all the new downloads as they often either don't work or screw up my system. Help!!

    Hi again Stephen,
    That's great! I'm glad that that got you back on the track.
    I personally Repair Permissions about once a week or so (though the need to is highly debated here in Discussions).
    You might be interested in having a look at About Disk Utility's Repair Disk Permissions feature.
    Always Repair Permissions from Disk Utility on you HD before and after any Software Update/Upgrade for trouble free downloads.
    Glad I was able to help and thank-you for the courtesy of extending the Solved star!
    good luck,
    littleshoulders [:-)

  • Whats new with Flash Player 9.0

    Hi all ..
    i want to know whats new with flash player 9.0. what are the
    new features etc..
    thanks in advance

    > He is using stopAllSounds to stop sounds that are in
    seperate swfs on an html page. I tested it, and it does not work.
    In my
    > tests
    > I put 3 swfs on an html page (not loaded into each
    other). On the third swf I have the stopAllSounds command. It stops
    only it's
    > own sound in the third swf but has no effect on one.swf
    and two.swf's sound.
    > The thing is I don't know if stopAllSounds ever worked
    across separated swfs before in players before version 9.
    > tralfaz
    I have confirmed his complaint. stopAllSounds works correctly
    across multiple swfs on an html page using Flash player 8 but not
    with Flash Player 9.
    Incidentally, there is another big "improvement" (they say)
    that prevents you from uninstalling the Flash 9 player without
    running
    their uninstaller exe. Unfortunately, their uninstaller
    uninstalls all flash player versions (not just version 9) from ALL
    browsers
    so if just want to remove player 9 from IE you are forced to
    also uninstall it from FireFox etc as well. Great, huh?
    tralfaz

Maybe you are looking for

  • Problem in writing 'After Report trigger'

    Hi All, Iam trying to insert values into database table after running the report. but the values are not inserted into the table. Here is the code in 'After Report trigger' function AfterReport return boolean is begin insert into reports_log values('

  • Can we move a keyword from an event to the other ?

    Hi everyone, Here's the situation... I'm editing a TV show. Everything have been import and put on a drive. After a week of loggind and editing, we decide to clone the drive so we can give the clone to another editor so he can edit some scenes direct

  • Ipod touch keeps connecting when i open safari

    hey everyone ... i finally was able to connect to my home router, but now i have to face another problem. when i open safari it says "connecting" all the time and it simply wont connect. PLEASE HELP ME!

  • Multiple user on my Mac?

    Before I upgraded (if you'd call it an upgrade) to Mavericks I was using Mountain Lion. I had 2 users: one was called "Main User" and the other was called "Public". My main user acess was password protected with all my personal files on it. I kept my

  • HITI photo printer

    Does anyone have experience with a hiti photo printer? i have one,my power book will recognize the printer but prints the wrong size photos in iphoto. hiti does not have software for mac.Thanks