Maximum Scenes/ Frames?

Hi
I have created a long flash FLV. My settings are as follows 29 FPS as its displaying on a HD TV and its about 22 min long. I have 32 Scenes though each scene isnt that long, i link my longest scene is 2200 frames long. I export at maximum quality as a SWF and an EXE.
Heres the problem. When i play it back (both the SWF and EXE do this in the same place) it just freezes after about 8min in the same place each time (playing it back in flash player 8). I deleted the scene (21) where it froze to see if that helped but is then stopped in the middle of scene 22. Is there a maximum number of scenes/frames which can be played back? the publushed file is about 55MB.
What should i do?
PC spec
Intel Core Duo
2.2Ghz
2GB RAM
80 GB free space HD
Flash player 8

Hiya
No, i'm not streaming.
I pubish the file onto my desktop and play the SWF or EXE directly from there.
Where are the publish settings to set it to steaming? i wonder if that will make a difference?

Similar Messages

  • Maximum ethernet frame size on usb adapter

    Hi.
    I know the usb ethernet adapter on macbook air is fast ethernet, not gigabit.
    I would like to know if it is possible to select an ethernet frame size larger than 1500 bytes anyway. Most machines on my Lan cope with larger frames (MTU=5000). Accessing, albeit slower, the gigE network would be nice.
    I'd ask Apple's salespeople but they called it a day. Would a happy Macbook Air+Ethernet adapter owner check the choices offered in its network prefs ?
    I guess (still under 10.4, here) the location would be: SysPrefs>Networking>Ethernet adapter>Ethernet Tab , then choose Advanced configuration and look for a combo possibly called "Maximum Packet Size (MTU)".
    TIA

    Thanks for bringing up this alternative. While I consider Belkin offers solid products, customer reviews from mac users at newegg or amazon do not look too good on this one.
    With the strain a USB link usually puts on a CPU there is just no way to get near gigabit performance. + the theoretical max speed of USB2 is already half of that, at 480mbps. Their marketing claim is simply misleading.
    Besides there is no mention in belkin's litterature of (baby) jumbo frames support which is really what I am looking for. For me a 100mbps usb link that does no cause too much CPU load is good enough. My question was: will the MBA "see" other machines if the network uses large frames. You can mix 100mpbs and 1000mbps devices seamlessly; you cannot mix standard 1500-byte frames and non standard sized frames on the same network.
    I phoned Apple sales support at christian hours the next day. The salesperson was told by a tech that the Apple adapter copes with large frames. That would be great. Somehow I still doubt that. In a couple of weeks I will know for sure. And before that if someone opens up the hood of his MBA for me.
    Thanks.
    Message was edited by: epoch1970

  • Key Press to named Scene/Frame wont work

    Hi
    First time using Flash in years. I'm using AS2 and Flash CS6.
    I have a 4 scene movie and my client wants to right-cursor through the scenes. So it's just like a Powerpoint presentation really.
    On each Scene, I have a Button MovieClip whcih tells the movie to advance a Scene.
    This works on every Scene bar the first Scene and I just can't understand why.
    Here's the AS2 on Scene 1s button. Vs is my next Scene and then the START-VersusScene is my frame label.
    on (keyPress "<Right>") {
              gotoAndPlay("Vs", "START-VersusScene");
    Oddly enough this works perfectly when I just preview the movie but as soon as I publish to HTML it won't work.
    Another oddity is that if I click (mouse) the button and *then* hit my Right Cursor, it works.
    I just don't understand whats wrong with the damn thing.
    I know a lot of ppl would say I should be using perhaps AS3 or not scenes or even not "on" events but this is a quick turnaround project and my time to learn all of the above didn't exist.
    Many thanks

    1.  don't attach code to objects (like buttons).  attach code to your main timeline.
    2.  don't use the goto functions.  use the goto methods.
    3.  don't use scenes for navigation.  use frame labels.
    for example,
    var lo:Object = new Object();
    lo.onKeyDown = keydownF;
    Key.addListener(lo);
    var tl:MovieClip = this;
    function keydownF() {
        if (Key.isDown(Key.RIGHT)) {
            tl.gotoAndStop('whatever');
        } else if(Key.isDown(Key.LEFT)){
            tl.gotoAndStop('whatever_else');

  • How to change the maximum frame rate of the camera by changing the image size?

    I have two  acA2040-180km cameras which are connected to 2 NI PCIe-1433 framegrabbers, I am monitoring my cameras by LabView, maximum allowable frame rate is about 187 for full resolution images, but I just need a small fraction of the images, I know if I make the images smaller, FPS will get higher, but it isn't possible by changing the image size in NI MAX, I've also tried to change the size by defining the region of interest in the grab setup.vi, but it would be after going to camera so it isn't the case as well, so I need a VI to go to the camera before starting to take photo and define the region of interest which is going to be captured, would you please help me to find it?
    Please help me, this problem get me stuck!!!

    Have you tried changing the image size using property nodes as Bruce suggested? Do remember with Basler cameras, reducing the width only will not affect the transfer speed but the reducing the height will. Have a look at the frame calculator to understand what you frame rates you can acheive with certain settings:
    Basler Frame Rate Calculator
    Adnan Zafar
    Certified LabVIEW Architect
    Coleman Technologies

  • Why wont my button work? I want it to link back to the first frame in the first scene of my movie.

    This is the code I have
    on (release) {
    gotoAndPlay (1,"intro");
    Where "intro" is my scene. and 1 is the frame.
    It works fine without the "intro"

    In AS1/2 (unlike AS3) the arguments are ordered as (scene, frame), but if you specify only 1 it is treated as a frame identifier.  So you would be correct using gotoAndPlay("intro", 1);
    You should get that code off of the button and place it in the timeline - placing code on objects is a bad practice.  To do this, assign the button an instance (like maybe "btn") and code it in the timeline as follows...
    btn.onRelease = function(){
        gotoAndPlay("intro", 1);
    Lastly, the use of scenes is better off avoided.  I never used them in my own work and have only encountered them in inherited designs.  While they might work well with uncoded animation work, when you start mixing navigation coding with them things can become unpredictable and they can fail seemingly without cause.  You are better off just using the one scene and dividing it into sections and/or having your sections as movieclips.

  • Is there a maximum number of small mp3 files that can be in a single flash file

    my flash program fails to respond after adding one more mp3 file to the mix. Is there a maximum number of files it accepts? I have tested the mp3 file on a new fla file and there is nothing wrong with it.

    there are maximums to to everything in flash including scenes, frames, layers etc and there are computer memory limits.

  • How To Remove FLVPlayback Video on Scene with Audio

    I was trying to add a video for playback to be used in my Scene on Flash Professional CC. I imported the video and added it to my library, before adding it to my scene frame. My plan was to use the video and have its audio play in the background, while my Scene was running in the foreground. So I followed "Test Movie", then clicked on "In Flash Professional". I managed to have the Scene run in the foreground multiple times, while the video's audio was running in the background.
    However, while editing my scene and my video, I accidentally added the FLVPlayback component to my frame. I clicked on "Window", then clicked on "Components", and opened the "Components" window. I then dragged "FLVPlayback" from the "Video" folder, onto my Scene frame. Now, whenever I  follow "Test [my] Movie", my scene shows in the foreground while the video, that is, its image, graphics and audio, at the same time, run in the background.
    I want to get read of the "FLVPlayback" component so that I can get rid of the image and graphics running in the background when I "Test [my] Movie". I tried to reset my settings by clicking Ctrl+Alt+Shift and selecting my taskbar icon at the same time. I went through the whole process of restoring the default settings but it did not work.
    Can anyone help? By the way I am using the Flash Professional CC Trial Version.

    If you did a bunch of changes the only way to get back to how you had it before is to manually undo what you did yourself.
    To get rid of the FLVPlayback component just select it on the stage if it's there and press delete. Then in the library select the component and its skin folders and delete those as well. You should then just have your video in the library and any other assets you imported yourself. Then you can place the video back on the timeline if that's how you'd like to play it.

  • "stop" inside AS 2 Frame doesn't work when loaded inside AS 3 swf

    Hi
    Please help!!!!!!
    I have a flash code where i am loading an AS 2 SWF inside AS 3. The thing is if i put the AS 2 SWF on same domain its working fine but if i put AS 2 SWF on different domain it loads the SWF properly but the "stop()" written inside the AS 2 frame doesnt work... and it keeps on playing all the frames continuously...
    Here is the loading code..
    var context:LoaderContext = new LoaderContext();
    if(Security.sandboxType == Security.REMOTE)
    { context.securityDomain = SecurityDomain.currentDomain };
    var objLoader:Loader = new Loader();
    var mRequest:URLRequest = new URLRequest("SomeURL.swf");
    objLoader.contentLoaderInfo.addEventListener(Event .COMPLETE, onSWFLoadComplete);
    objLoader.load(mRequest, context);
    function onSWFLoadComplete(e:Event):void
    var oLoaderInfo:LoaderInfo = LoaderInfo(e.target);
    var mcChild = oLoaderInfo.content;
    mcChild.addEventListener(MouseEvent.ROLL_OVER, onMouseOverLoader);
    mcChild.addEventListener(MouseEvent.CLICK, onMouseClickLoader);
    addChild(mcChild);
    Have tried
    System.security.allowDomain ("*");
    Thanks for the help

    Hi,
    Actualy the "stop();" will only work when you don't use external as3 file, instead shift all your file code into frame code and remove the class name.
    this is the only way i found out while developing the application.
    What i think is there must be some class which we have to include to use the "stop" in the main scene fram.

  • Go to and Play won't play correct frame

    I'm sure there's a simple answer to this one:
    Scene 1: currently has 50 frames, will become my preloader
    Scene 2: Working on now... Have a button instance that has a
    Go to and Play command, which should link to the same scene, frame
    71 (labeled "subhomeAbout"), to pull up the submenu
    I've used the action:
    on (rollOver) {
    gotoAndPlay("subhomeAbout");

    Since your button is its own (pre-compiled?) movie clip
    within your movie, what you're requesting with the code
    'gotoAndPlay("subhomeAbout");' is for the
    button's movie clip to go to the frame within itself labeled
    "subhomeAbout" where, I'm assuming, it does not exist. You have to
    specify which movie clip should go to the frame labeled
    "subhomeAbout," which, in your case, will be referenced as _level0,
    _parent, or _root from the button. With the information you
    provided, an example of what you probably need is:
    on (rollOver) {
    _parent.gotoAndPlay("subhomeAbout");
    }

  • Link to other scenes in drop down menu

    I have a drop down menu in AS2 Flash. I want to be able to link to any scene, any frame from this one menu. All I want to do is to go back to the root and then to go to the relevant scene/frame. Inside my menu (a series of buttons inside a movieclip), the code on one particular button is:
    on (release) {
        _root.gotoAndStop("New", 'new1');
    but it does nothing. I know very little about scripting code, so I need an easy fix.
    I have tried
    on (release) {
        _root_root.gotoAndStop("New", 'new1');
    on (release) {
        _root.gotoAndStop(New, 'new1');
    and many variations on this.
    Need help please.

    the goto methods don't accept a scene parameter.  make sure your frame labels are unique and use the labels only.

  • Scenes linking.

    Hi everyone,, i am an newbie flash programmer.
    i recently begun developing a flash game, i have created some screens and so.
    i have 2 scenes and a button wich i desinged with button symbol. i have putted start(); in the AS3 to prevent the game from keep looping and looping,but when i am adding more, it keeps looping again even with stop(); my question is: what do i need to do for clicking on the button and when i clicked on it it goes to another scene, withouth keep looping. how can i do this?
    grtz. Rick

    you can use gotoAndPlay() or gotoAndStop() to "link" to a scene/frame.
    to prevent looping, add a stop() to the end-frame of your animation.

  • Digital camera and MBP

    I just bought a new Canon Powershot S3 IS digital camera.
    I haven't used it yet, just opened the box.
    It comes with a CD, "Digital Camera Solutions" that they say
    you need to install in order to be able to download pictures from camera to the computer.
    My question is this: do I really need this program?
    Or can iPhoto take care of downloading my pictures?
    I don't really want to install something that I don't need.
    Thanks!

    I just bought a new Canon Powershot S3 IS digital
    camera.
    I haven't used it yet, just opened the box.
    It comes with a CD, "Digital Camera Solutions" that
    they say
    you need to install in order to be able to download
    pictures from camera to the computer.
    My question is this: do I really need this
    program?
    Or can iPhoto take care of downloading my pictures?
    I don't really want to install something that I don't
    need.
    Thanks!
    PowerShot S3 IS
    Shake-free, powerful zoom for razor-sharp photos and movies.
    * 6.0 Megapixel.
    * Canon 12x optical zoom lens with Optical Image Stabilizer.
    * High quality, full motion movie shooting.
    * Super fast DiG!C II Imaging Processor.
    * Print/Share* Button for 'one push' printing and downloading of images straight from the camera.
    Equipped to handle a wide variety of scenes from sports events to landscapes, the PowerShot S3 IS offers creative functionality in conjunction with a powerful Canon 12x optical zoom lens and full motion movie shooting. With a 35mm equivalent focal length of 36-432mm, Optical Image Stabilizer and USM technologies work in conjunction with an ergonomic design to support razor sharp, shake free long distance still and video shooting.
    CANON'S FORMULA FOR AMAZING DIGITAL PHOTOS
    - High resolution 6.0 Megapixel CCD delivers photo quality prints up to A3 size.
    - High-resolution, Canon 12x optical zoom lens (36-432mm equivalent) featuring, Optical Image Stabilizer technology for shake free shooting.
    - High speed start-up, fast autofocus, smooth continuous shooting, faster overall processing and superior image quality thanks to revolutionary new DiG!C II Imaging Processor.
    ADVANCED CANON LENS TECHNOLOGY
    - Ultrasonic Motor for quick and quiet zooming, as fast as 1 second from wide angle to telephoto.
    - UD element minimises chromatic aberrations at high zoom settings.
    - Dedicated Macro button allows easy toggling between Normal Shooting, Macro Shooting and Super Macro for close-up shooting to 0cm.
    - Optical Image Stabilizer technology delivers hand held, blur free long distance photos and movies.
    SOPHISTICATED MOVIE MODE
    - Movie recording with maximum 30 frames per second 640x480 (VGA) image quality delivers smooth full motion movies with stereo audio up to 1GB/1hour. (*High-speed 1GB card or higher required).
    - Dedicated movie record button allows users to seamlessly switch between still photo and movie recording modes and shoot still images while simultaneously recording movie footage.
    - Stereo recording capability for superb sound quality.
    - Playback modes allow first frame, last frame, next frame, previous frame, fast forward, fast rewind and slow motion functions for reviewing and editing of movie files using the camera's LCD screen.
    - High-speed editing of long movie files allows editing from the camera's LCD screen to create free space for further recording.
    EXPLORE DIGITAL PHOTOGRAPHY
    - Bright, wide viewing 2.0" LCD vari-angle monitor perfect for reviewing and sharing your photos.
    - A comprehensive range of shooting modes, from complete control to full auto, including; Aperture(Av)/Shutter(Tv) Priority, Program(P), Manual(M) and Custom(C), Portrait, Landscape and Night Scene as well as a range of pre-set scene modes.
    - Selectable 9 point AiAF, and 1 point AF for precise focusing in any shooting conditions.
    - Selectable sensitivity from ISO 80/100/200/400/800 - like having different ISO film loaded at once.
    - New Widescreen recording mode supports viewing on widescreen TV's and printing widescreen images.
    CANON CONNECTIVITY
    - Print/Share* Button allows easy 'one push' printing and downloading straight from the camera.
    - Direct photo printing with Canon direct printers and other PictBridge compatible models.
    - Supports Exif 2.2 tagging for Design Rule for Camera File System standard allowing superior print image processing.
    - Canon's complete image management software suite for fast and easy download, display, email and printing of images, creating panoramic pictures and storage.
    - Picture Transfer Protocol supports driver-less image transfer, viewing and deletion between camera and computer with newer operating systems. (Windows XP or Mac OS X v 10.1/10.2/10.3/10.4).
    STANDARD ACCESSORIES AND SOFTWARE
    - Lens Cap, Neck Strap NS-DC4, 4 x AA Alkaline Batteries, Stereo Video Cable STV-250N, Interface Cable IFC-400PCU, 16MB SD Card, Software Starter Guide, Camera User Guide, Quick Start Guide, Direct Print User Guide, Digital Camera Solution Disc - ZoomBrowser EX (PC), ImageBrowser (Mac), Drivers (PC), PhotoStitch, PhotoRecord, RemoteCapture, Apple QuickTime (PC), ArcSoft PhotoStudio
    OPTIONAL ACCESSORIES
    - Tele Converter Lens TC-DC58B
    - Wide Converter Lens WC-DC58A
    - Lens Adaptor/Hood Set LAH-DC20
    - Close-up Lens 500D (58mm)
    - High-Power Flash HF-DC1
    - Battery and Charger Kit CBK4-300
    - Compact Power Adaptor CA-PS700
    - Soft case SC-PS3
    - Interface Cable IFC-400PCU
    - Compact Photo Printers
    *Compatible printer required for Direct Printing. Compatible Windows computer required for direct download.
    **All pricing indications are recommendations (inc. GST) and are intended for guidance only. Dealers are not obliged to comply with recommended pricing. Please contact your nearest Canon dealer for specific pricing, product and inclusion information.
    Does not mention it but it will work with a Mac or PeeCee.
    MacPro 2.6  iMac 1.9  iMac 700  Mac Mini 1.42 Mac OS X (10.4.6)  MBP 17" 2.1  PB 1.67 15"  iPod U2  Nano
    William

  • Poor 10 GbE throughput/performance in Server 2008 R2

    I have an issue with proof of concept that I'm running.  I have a Server 2008 R2 backup media server running ARCserve r15 and I'm pulling data off our SAN (8 Gbps FC) and sending it to an EMC/Data Domain unit over an Intel X520 10 GbE adapter (directly
    connected - no switch) via CIFS shares.  I have 4 jobs running right now, sending about 1.5-2 TB of data.  The backup media server is a DL380 with 48 GB of RAM and two X5680 CPU's.  The 10 GbE and 8 Gb FC cards are connected to PCI-Express
    8X slots - so I don't think this is a hardware issue.
    At first I ran into a rather obvious throughput ceiling at about 30% utilization - it literally jumped up to 30% and flatlined there until the transfer was done.  After some research on Intel's site, I turned off "Interrupt Moderation Rate" in
    the drivers for the card and I was able to push it higher.  CIFS file transfers now bounce around between 30 and 50% utilization.  The interesting thing is that when I run iperf, with 4 TCP streams I can run the link up to 99% utilization with the
    TCP Window set to 64KB or higher.
    So, since I can't set the TCPWindowSize in Server 2008 R2 anymore (tech docs say it ignores that registry key) and increasing the number of streams doesn't have any impact, I'm sort of at a loss.  Only utilizing 1/3 of the throughput of the adapter
    kinda sucks.  If I hit a ceiling at 80% I'd say that's pretty good and I'm likely hitting the limits of the 8 Gb fiber channel HBA... however, in running tests that generate traffic on the fly rather than copying from a source, I'm still having trouble
    pushing past 50% utilization except for running iperf and specifying a TCP Window size of 64KB or larger.
    Any ideas on how I can solve this?  I'm not even sure if the issue is with the backup server, backup software or the Data Domain unit.

    By disabling the autotuninglevel your window size will never increase beyond the default 64KB. On a 10Gb connection this could limit your transfer speed. You want that receive window to grow so there is less protocol overhead.
    If you are not running 2008 R2 SP1 please install the autotuning hotfix.
    http://support.microsoft.com/kb/983528
    Then set autotuning to normal or restricted.
    http://technet.microsoft.com/en-us/library/cc731258(WS.10).aspx
    I would also set your congestion provider to CTCP (Compound TCP).
    netsh interface tcp set global congestionprovider=ctcp
    And finally, you need jumbo packets to get maximum throughput. Make sure you are using the maximum possible frame size allowed by the devices in the chain. Increasing the frame size will improve both your IOps and your throughput. At the same time your CPU
    utilization will go down.
    But the most important thing to remember when doing a file copy test is the read speed of the source and the write speed of the destination. The real-world maximum throughput of a 10Gbps file transfer is roughly 625 MBps. This is primarily because of bandwidth-delay
    product.
    http://en.wikipedia.org/wiki/Bandwidth-delay_product
    "A high bandwidth-delay product is an important problem case in the design of protocols such as TCP in respect of performance tuning, because the protocol can only achieve optimum throughput if a sender sends a sufficiently large quantity of data before
    being required to stop and wait until a confirming message is received from the receiver, acknowledging successful receipt of that data. If the quantity of data sent is insufficient compared with the bandwidth-delay product, then the link is not being kept
    busy and the protocol is operating below peak efficiency for the link. Protocols that hope to succeed in this respect need carefully designed self-monitoring, self-tuning algorithms.[2] The TCP window scale option may be used to solve this problem caused by
    insufficient window size (which is limited to 65535 bytes) usable by the sender before requiring an acknowledgment from the recipient."
    If your bandwidth tester is only one-way, like a UDP send which requires no acknowledgement of the packets, your synthetic throughput will be greater than TCP, which requires acknowledgement or the packets are resent. And again, if there is any disk IO limitation
    you will not reach your maximum potential versus a synthetic test.
    Sumesh P - Microsoft Online Community Support

  • Fonts from Photoshop to Premier not clean

    I'm attempting to make an simple slide show in Premier Pro CS4 with slides that were created layered in Photoshop CS4 Extended.  the slideshow will be dispalyed on a computer screen in a kiosk at a large sales convention.
    My workflow is:
    export the graphic from Photoshop in an image format
    import into Premier
    place each graphic on the timeline.
    export as a movie
    My problem is that while the graphics look great, the text looks horrible - smeared, pixelated, blurred.
    The font used by the graphic designer in Photoshop is ITC Franklin Gothic Book, and in other places,  ITC Franklin Gothic Demi
    I've tried exporting from Photoshop to JPG, PNG, BMP, TIFF and they all look horrid.
    I've tried using other fonts, with no different outcome.
    I've tried different Premier templates
    I've tried different output formats (AVI, MOV, WMV, H.264, etc.
    Does anyone have any suggestions? It seems like it should be simple, but not so much
    Thanks in advance for any help!

    You seem to talk of "graphics" and "text" ( and both looking awful) so I am wondering what specifically do you mean.
    I get and use graphic text from Photoshop on a regular basis and these look perfect in HD Broadcast (and everything else) and I also use graphic text direct from PPRO Titler without any issues.
    A Text-Graphic  to me can be :
    > A  simple type face / font from my client designers computer that they wish me to use as a "super"  over a video scene /frame.  This usually happens when I do not have that typeface / font  in my Windows systems. (My clients use MAC largely)
    or
    > It can be a custom built designer  type with complex enhancements ( shadows/fills/shapes / paths etc...).  Effectively this is a graphic in my jargon.
    We interchange both of these as PSD files ( usually layered so I have control of all the elements).  I work them around from these. eg flattening etc..
    They are produced slightly larger than needed in my Sequence and always in RGB (not CMYK)
    and ...
    > I also use graphic text direct from PPRO Titler without any issues
    Straight TEXT to me is basic body copy and maybe small.
    Wish I could advise more on your issue ...but maybe some of this is helpful.
    Were / why  does the 805  x 602 come into your equation?  Are you using a Custom Sequnce  Setting  for this project?

  • Help with university project

    Hi there.
    I´m having trouble assigning buttons to go to the next
    scene, with sound and rollovers.
    So i will start with the first doubt:
    First of all i have a bitmap image filling the entire screen
    (800 x 600) which will be used for my first scene. The i have a
    button in the scene that i want it to make it clickable so that the
    user goes to the next scene.
    What i don´t understand is that i should convert the
    bitmap to a movie clip and the button to a button?
    As far as the rollover goes, i´ve sucessefully made it
    well but again i don´t know how to send it to the next frame.
    I think i´ve done it right...press two times to edit the
    button and change the Up, Down, Over and Hit frames with new
    buttons but then i can´t make it go to the next frame.
    There´s also other things that i´m not making it
    well which is sound so i will list all my questions in below in
    order to make it more understandable:
    1 - How do i go to the next scene/frame using a rollover
    button?
    2 - How do i make a button with sound where the user presses
    to play/stop the sound?
    3 - This is related to question #2...when the user presses
    that button to listen the sound how do i trigger another button to
    show up in the scene?
    That´s all for now, i need a rest for today because
    things aren´t going my way. Please help me with this.
    Cheers

    http://maclab.guhsd.net/flash/intro.html
    This website will also help

Maybe you are looking for