Going from Scene 1(jpg) to Scene 2(video)

I have a jpg of the video on scene 1 and the linked flv file
on scene 2. I want to use a play button on scene 1 and when someone
clicks on it, it will go to scene 2 and start playing. I also would
like scene 2 to have play and stop buttons to replay and stop when
needed.
Anyone have a resource how I can figure this out? I am a
novice at action scripts.

http://www.adobe.com/devnet/flash/video.html

Similar Messages

  • How do I keep the same file size, going from tiff to jpg?

    Going from tiff to jpg, how do I keep the same file size? Seems like I am not able to save the jpg´s in 16-bits... Thanks!

    file size? you mean dimensions or file bytes ?
    Jpg is compressed so it won't be the same
    Tiff is losless / lossy format to get the better quality
    as for 16bit jpg the format doesnt support it

  • Going from scene to scene  HELPPPP!

    okay i have my main timeline in scene 1, and when i click on
    a button i want to create actionscript that will take me to scene
    2...right now i'm having the problem that without even clicking on
    the button the movie goes right from scene 1 to scene 2...PLEASE H
    ELP ME :)

    i'm sorry you aren't making any sense to me....i put a stop()
    at the end of my timeline in one frame to stop it from jumping to
    scene to scene...where do you want me to copy it from and where do
    you want me to paste it?

  • TS1398 My iphone goes from wi-fi to 3g when watching videos...why???

    It also goes on 3G when on stand by or sleep mode...why??

    It shouldn't switch from an available wi-fi network while actively using the iPhone, but unless the iPhone remains connected to a power source while connected to an available wi-fi network, the wi-fi network will be disconnected a short time after no longer actively using the iPhone or when in standby or sleep mode. This is to conserve battery.

  • Going back from scene 2 to particular moment in scene 1

    Hello all,
    I have encountered a problem, and I need help from more experienced flash users.
    I am creating a webpage in flash, and for now, it consists of 3 scenes. First one is a loading bar, scene 2 is a main page with all menus, and on 3rd scene there is a gallery. I plan to make many galleries, each in different scene. Everything is ok to the moment, when I want to go back from scene 3 to scene 2. Scene 2 consists of many layers and movieclips, however, the main timeline consists only of one frame. When, in scene 2, I will get to the moment from which I am going to scene 3, so to some gallery, then after I am comming back to scene 2 (via gotoAndPlay('Scene 2', 1)), I am getting to scene in a state, as I see it just after loading bar disappears. But I want to be in a place, from which I went to scene 3. How do I achieve this? I think, there should be a way of remembering status of the scene 2 in such a way, that after comming back from scene 3 I would be in the same place from which I left to the mentioned scene 3. Be advised, that scene 2 is in one frame, and all movement in the scene 2 is done by actionscript and movieclips. I am using AS2.0.
    I hope I explained it in understandable way, let me know if there is a need for clarification.
    please help me before I will go crazy
    thanks!

    When you use scenes, which I am recommending you don't mainly because they can be unpredictably problematic when it comes to mixing in navigation, when you compile the file, everything gets clumped into one long timeline anyways, so your reason for using them isn't holding.
    If you plan to have galleries, then going with a design that loads them dynamically rather than storing the content in the file is the best way to go.   If you take a movieclip approach you can create your whole design in just one frame of the main timeline, loading your galleries when called for, and controlling other content via changing visibility or other properties.
    But even if you spread things along the one scene's timeline, you can have variables that you assign status info to that can be retained for the length of the timeline so that if you return to a section you can use those variables to set things back up to whatever status they should have.

  • To obtain BufferedImage from Scene 3D

    Hi all!!! I want to obtain snapshots from Scene 3D to do a video with JMF (Java Media Framework). How I do it??
    Regards!

    // read the buffer to byteBuffer
                GL11.glReadBuffer(GL11.GL_FRONT);
                ByteBuffer pixels = ByteBuffer.allocateDirect(400*400*4);
                GL11.glReadPixels(0, 0, 400, 400, GL11.GL_RGB, GL11.GL_UNSIGNED_BYTE, pixels);
                ColorModel glColorModel = new ComponentColorModel(ColorSpace.getInstance(ColorSpace.CS_sRGB),
                                                new int[] {8,8,8,0},
                                                false,
                                                false,
                                                ComponentColorModel.OPAQUE,
                                                DataBuffer.TYPE_BYTE);
                int[] bitMasks = new int[] {8,8,8,0};
                int[] band = new int[3];
                // again, what is this?
                SinglePixelPackedSampleModel sampleModel = new SinglePixelPackedSampleModel(DataBuffer.TYPE_BYTE, 400, 400,bitMasks);
                // make array from byteBuffer to make a DataBufferByte from array...
                byte [] byteA=new byte[400*400*3];
                System.out.println(byteA.length);
                pixels.get(byteA);
                DataBuffer db = new DataBufferByte(byteA, 400*400*3, 0);
                //make my raster
                WritableRaster raster = Raster.createInterleavedRaster(db, 400, 400, 400*3, 3, band, null);
                // make my image
                BufferedImage image = new BufferedImage(glColorModel, raster, false, null);//new java.util.Hashtable());the above produces an image! yey! it is however grayscale, can anybody help?
    Edited by: IJustWantToSayHelloWorld on Aug 5, 2009 4:12 AM

  • Is there any way to change the document size from scene to scene?

    I'm building a portfolio site, but I need the document size to be different from each scene.  I'd rather not create a separate swf/html file for each page since that would disrupt the transition between scenes (not to mention all the wok I went through to get the dropdown menus working).
    For instance, the "home" scene is structured for 1200x670 px, but the portfolio scene labeled "published" needs to be at 1200x1500px.
    Is there any way to change the document size from scene to scene?  OR; If, for instance, I made the universal document size 1200x1500 for the entire flash file, is there a script that would restrict the "home" scene to only show the first 670 pixels?

    not in flash alone.
    you may be able to do what you want using javascript in your html document and using the externalinterface class to communicate between your actionscript the embedding html javascript.

  • Do scripts carry forward from scene to scene?

    I have a few general questions, which will help me decide how to lay out my movie:
    1. Do scripts carry from scene to scene?
    2. If I have a timeline actionscript on, say, frame 1, and different actionscript on frame 5, does the frame 1 actionscript continue?
    3. Is it enough to import classes on the main timeline, or do I also need to import them to movie clip timelines?

    Those are good questions, they are things I wonder about sometimes, but easily forget to follow up on with with some testing and simply stick with old practices to avoid being a victim of them.  There is one way of you being certain you get the answers you want and it's simple, try it and see.  Create a file and play with the different scenarios you described and see what works and what doesn't.  We'd both probably have the similar excuses for not doing this, but for this one you are probably the most certain of the scenarios you want to know about and how to set them up to test them.

  • Photoshop cs4 color changes after I save it from psd to jpg

    I have used  cs2 for years and just got cs4 and I always work on my pictures in raw then save them as psd then open them in photoshop and work on them and save as jpg for printing.
    I can't seem to be able to do how I used to.
    I open the picturte in raw and fix the color until it looks good, then open it in photoshop and it still looks good and I save it as jpg then the whole thing goes down hill here I view it in Windows live gallery and the color is all off, its way over concentrated and looks red and jsut way different then it did in photoshop and thats how it prints too.
    Any idea what it can be?
    Why soon as I save it as jpg the image looks so different.
    Please help, I'm working on clients pictures and don't seem to be able to save them so they are right.

    okay I see that this is getting little more complicated.
    So now I see it isn't anything with windows.
    I do edit the picture in raw and it looks good and save it as psd then when I open it in photoshop it looks right and if I select view-proof colors then it comes out with that crazy color as it will look after I save it.
    So going from raw where i edit it looks good then after I save it even if I save it there as jpg and open on photoshop it alway changes when it is checked on proof color.
    Is anyone on here that know whay this is happening? how do I make the pictures stay the same after I edit them in raw?

  • Installed the update tonight and now my phone (Lumia 928) won't power up.  I've tried a soft reset, but the screen goes from the Nokia logo to a red Verizon screen to a black screen.  What's wrong and how do I fix it?  Help!

    Installed the update tonight and now my phone (Lumia 928) won't power up.  I've tried a soft reset, but the screen goes from the Nokia logo to a red Verizon screen to a black screen.  Tried it 10 times with the same result.  What's wrong and how do I fix it?  Help!

        Oh no Mr.Ected!
    I can see if we can get your phone back on! I understand how important it is to have a phone. Have you tried this to see if we can get it back on? http://vz.to/1DZhteH . If it is still goes to a red Verizon screen and then to black we might need to do a master reset. While the phone is off try this:http://vz.to/1DZhXkU Be mindful this is the last resort because it will erase everything on the phone. If you have done back up assistant in the past you will be able to get you contacts back. Please let me know if you need any more help.
    AmberF_VZW
    Follow us on Twitter @VZWSupport

  • Going from iphone 4s to 6 want to know if i can save and or tran my voicemails and voice memos to put on my new phone

    going from 4s to 6 can I save my favorite voice mails and voice memos to put on my new phone via pc or cloud

    If you are planning to set up your iPhone 6 by restoring the iCloud backup from the iPhone 4s, your Visual Voice Mails and Voice Memos will be restored.

  • IPhone 4s Voice Memo App has 5 second delay when the record button is pressed. When it starts recording, it goes from 0 seconds to 5 or so seconds recorded. This happens randomly and often and sometimes has the delay but starts at zero. Solution Anyone?

    After iOS 7 update, my iPhone 4s Voice Memo App has 5 second delay when the record button is pressed. When it starts recording, it goes from 0 seconds to 5 or so seconds that it shows has recorded. This happens randomly and often, sometimes it will have the 5+ second delay but starts recording at zero seconds. Besides the delay it has been working fine as far as saving and playback is concerned. I have plenty of storage on the phone itself and it NEVER had this problem before I updated to iOS 7. I've reset the phone a couple times by holding down the power and home buttons at the same time. The reason I have an issue with this is that I'm always recording song ideas, melodies, and scratch takes; what I'm saying is when I come up with an idea I need to be able to know that when I hit record it will start right then so I don't forget anything that has just popped in my mind.
    Does anyone have a solution or suggestion?
    Thanks

    After iOS 7 update, my iPhone 4s Voice Memo App has 5 second delay when the record button is pressed. When it starts recording, it goes from 0 seconds to 5 or so seconds that it shows has recorded. This happens randomly and often, sometimes it will have the 5+ second delay but starts recording at zero seconds. Besides the delay it has been working fine as far as saving and playback is concerned. I have plenty of storage on the phone itself and it NEVER had this problem before I updated to iOS 7. I've reset the phone a couple times by holding down the power and home buttons at the same time. The reason I have an issue with this is that I'm always recording song ideas, melodies, and scratch takes; what I'm saying is when I come up with an idea I need to be able to know that when I hit record it will start right then so I don't forget anything that has just popped in my mind.
    Does anyone have a solution or suggestion?
    Thanks

  • Data not going from active data table to new data table -DSO activation iss

    Hi Experts,
    Data is going from DSO1 to DSO2. I see some of the records are getting missed in DSO 2 which are supposed to come.
    There is start routine from DSO1 TO DSO2 and as per the start routine some records should come but they are getting missed.
    Apart from that..to  DSO 2 there are 4 other DSO sending data.
    I tried to send single record and saw that data is going

    Hi Experts,
    Data is going from DSO1 to DSO2. I see some of the records are getting missed in DSO 2 which are supposed to come.
    There is start routine from DSO1 TO DSO2 and as per the start routine some records should come but they are getting missed.
    Apart from that..to  DSO 2 there are 4 other DSO sending data.
    I tried to send single record and saw that data is going to New data table and upon activation it does not go to Active data table.
    Please suggest.
    Regards
    Sudha

  • My ipod 5th gen ios 7.0.6 crashed and keeps going from the apple logo, going to a black screen, back to the apple logo, then back to the black screen and so on. Furthermore, my laptop doesn't recognise that the iPod is connected. What do I do?

    My ipod 5th gen ios 7.0.6 crashed and keeps going from the apple logo, going to a black screen, back to the apple logo, then back to the black screen and so on. Furthermore, my laptop doesn't recognise that the iPod is connected. What do I do?
    Please help me out as this is very irritating. This has been happening for the last 20-30 minutes. It had roughly half battery left.

    Try:                                               
    - iOS: Not responding or does not turn on
    - Also try DFU mode after try recovery mode
    How to put iPod touch / iPhone into DFU mode « Karthik's scribblings
    - If not successful and you can't fully turn the iOS device fully off, let the battery fully drain. After charging for an least an hour try the above again.
    - Try another cable       
    - Try on another computer                            
    - If still not successful that usually indicates a hardware problem and an appointment at the Genius Bar of an Apple store is in order.
      Apple Retail Store - Genius Bar                              

  • Blue screen of death, and continous reboot.  Phone never actually boots up, just keeps going from reboot to blue screen and back again.  Any suggestion?

    Blue screen of death, and continous reboot.  Phone never actually boots up, just keeps going from reboot to blue screen and back again.  Any suggestion?

    Hello jared1915
    If you are stuck in that loop, the next step would be to restore your iPhone. Check out the article below to get your iPhone into recovery-mode and restore it in iTunes.
    If you can't update or restore your iOS device
    http://support.apple.com/kb/HT1808
    Regards,
    -Norm G.

Maybe you are looking for