Flvplayback issue CS4

Hi, I'm having an issue with the flvplayback controls.
The problem I'm having is when your watching a flv movie and you hit tab on your keyboard each item (play, sound, time slider,etc.) will get highlighted however any of the scrollbar type functions such as sound and step looses the highlight and to my understanding also causes an issue for someone using a screen reader.
Is this something that can be controlled or is it a bug within CS4?
I cannot find anyway of manipulating the highlight.
Thank you

Are these video files still in your Library?

Similar Messages

  • CS5.5 AS3 FLVPlayback issue adding to stage or library

    I am unable to add the Action Script 3 FLVPlayback component to my stage or library in Flash CS5.5 when working with an action script 3 document.
    Under components in the video folder i click and drag anyone of the FLVPlayback components (FLVPlayback, FLVPlayback 2.5 or FLVPlaybackCaptioning) to the stage and nothing happens. I am unable to add it to my library as well. All the other actionscript 3 components under the Video folder work. (BackButton, BufferingBar, CaptionButton, etc...)
    If I create an actionscript 2 document the FLVPlayback component drags to the stage and adds to the library just fine. So this appears to be an actionscript 3 issue only.
    I have 2 other employees in my office using the same product and none of them have this issue. Only me.
    I have tried to uninstall the product and reinstall but nothing helps.
    I have Flash CS3 installed on my PC and the product has the same symptoms as the Flash CS5.5 trial version that I am running.
    I did not try this with Flash CS3 before I installed the CS5 trial. So I do not know if it worked prior to my CS5 evaluation.

    Microsoft Windows XP
    Professional
    Service Pack 3
    Video component
    Date Created: 3/17/2011
    Date Modified: 3/17/2011
    User folder
    Not sure what you are asking for here.
    Thanks for your assistance,
    Message was edited by: jimder

  • Controller Issue CS4

    I’m using CS4 and encountered an issue that I can’t resolve when using the controller. When an audio file (MP3) is on the timeline, I hit play on the controller to listen to audio but when I hit stop, the play head stops while the audio continues to play. I also noticed that when scrubbing the timeline you can’t hear the audio.
    Has anyone encountered this? This issue doesn’t happen in CS3 and since a lot of my work deals with syncing graphics to narration I have to go back to CS3, which I don’t want to do.
    Thanks.

    assign your sound to stream, not event.

  • Pausing Issue (CS4)

    Hi.
    I am using Adobe Premiere CS4 trial (4.0.0), and i am having the issue of when editing a vid. In the preview you see in the upper right. The video doesn't preview as it should. But the picture of the video pause's while the audio is fine and keeps playing. 
    I can load a video file fine in a video player, but it doesn't play in the preview in Premiere
    I checked the System Requirement and i my computer meets the right requirements.

    The specs they list is way off.
    Also not all video is equal. 
    Some are much harder to edit than others.
    Use this free tool to tell us what type of video you are trying to edit.
    Allot of people here use it.
    G-Spot
    http://www.headbands.com/gspot/
    Then post a screen capture of what it says.
    Playing video is not like editing video.
    ENjoy:  GLenn

  • FLVPlayBack Issue :(

    Here is what I am trying to do and if I am going down the wrong path please let me know..
    I have a class called flvObject.as (i know bad name) that creates a FLVPlayer and changes the systems for the skin, size and video dynamically. The issue is that this is being called from my Main.as and is not appearing on the stage at all.
    // Main.as File
    package includes.action
        import flash.display.*;
        import flash.events.*;
        import flash.net.URLLoader;
        import flash.utils.Dictionary;
        import flash.display.MovieClip;
        // Custom AS scripts
        import includes.action.XMLData;
        import includes.action.flvObject;
        public class Main extends Sprite
            public var vidSrc:String = "xyz";
            public var xmlPath:String = "includes/flash/videos.xml";
            private var videos:XMLData;
            private var flvPlayer:flvObject;
            private var mainXMLLoader:URLLoader = new URLLoader();
            // Constructor
            public function Main():void
                videos = new XMLData(xmlPath,vidSrc);
                flvPlayer = new flvObject(videos);
                this.getMovie();
            public function getMovie()
                videos.addEventListener("CONTENT_LOADED",processXML);
            private function processXML(e:Event)
                // Load Player
                flvPlayer.displayPlayer();
    // flvObject.as File
    package includes.action
        import fl.video.*;
        import flash.net.URLLoader;
        import flash.net.URLRequest;
        import flash.display.*;
        import includes.action.Main;
        public class flvObject extends Sprite
            public var flvPlayer:FLVPlayback;
            private var video:Object;
            private var loadit:Loader;
            private var skin:String = "SkinUnderPlayStopSeekFullVol.swf";
            // Initialize the FLV Object
            public function flvObject(videos:Object)
                flvPlayer = new FLVPlayback();
                video = videos;
                loadit = new Loader();
            public function displayPlayer()
                // Get Height and Width
                var pHeight:Number = video.getVA("dimensions-height");
                var pWidth:Number = video.getVA("dimensions-height");
                // Add Object Skin
                flvPlayer.skin = skin
                flvPlayer.skinBackgroundColor = video.getVA("scrubber-background");
                flvPlayer.skinBackgroundAlpha = video.getVA("scrubber-alpha");
                // Add Movie Source
                flvPlayer.source = video.getVA("link-url");
                // Check to see if we have a splash page
                var splash:String = video.getVA("splash-path");
                // Add Object to the stage
                addChild(flvPlayer);
                if(splash != "")
                    addChild(loadit);
                    loadit.load(new URLRequest(splash));
    Basically what I want to do is have the flvObject class draw the player and load specific settings based off an XML file that is parsed in another .as file. But what is happening is that I get a blank screen upon testing the movie. If I run a trace on any of the .getVA("XX") calls I can see the data that has been set in those calls but still nothing on the screen.
    I have a feeling the .swf is just recongizing the flvplayer object and not adding it to the stage but I am at a lose on how to get it to do that.. Anything you guys can offer would be a great help.
    Thanks in advance.

    well with some more playing I have figured it out. The issue was that the addChild() was not being added to the stage once I created the FLVPlayBack object in the main.as and passed it to the flvObject.as class and appended the addChild() call with flvXXX.addChild() it started to work and now I can see my movie when I test it.
    Thanks again.

  • FLVPlayback issue loading RTMP stream

    Hi, I'm currently having a problem with FLVPlayback refusing to play a stream from a certain site. The flvplayback was playing streams from a different remote site fine, the stream that it is attempting to play work in other AS2 FLVPlayback components on different sites using the same skin, and the stream is pointing to the right file. When tracing the FLVPlayback streams, the streams that work show the states buffering, playing while the stream that doesn't work only hits the state "loading." During the entire process no errors are thrown. When I run the FLVPlayback locally it has no trouble loading from either remote rtmp site.
    Thanks,
    Ed

    Updated the FLVPlayback component with the very latest.
    Updated my project from Flash 9 to Flash 10.
    It's working like a charm !

  • Anyone found a solution to the corrupt preferences issue: CS4?

    Soooo, annoying. I don't understand how Adobe can have 20+ years of experience with Illustrator and still not have fixed a few simple things. I keep getting the corrupt preferences warning every time i open ill. I can't find any solutions anywhere for this. What is the deal?   
    If anyone can let me know how I can take care of this annoyance I would really appreciate it. It's driving me crazy.

    Sorry, ya. Silly me.
    Windows XP Pro. Running as admin.
    I've deleted the settings folder. No effect. If I reboot Ill will present the same warning. If I close Illustrator for a couple hours, same thing. It's a common problem. I've seen plenty of people on the web complaining about it, including on this forum, but have never found any solutions that work. The common suggestion is to either move the settings folder or delete it altogether and have illustrator rewrite the pref file but like most other people out there, that hasn't worked. The issue is recurring. The other is to delete the pref file upon illustrator start up. Still same issue. No matter what, when illustrator closes it corrupts the pref file or when it opens it doesn't recognize the pref file as valid. Quite annoying. So, my recent files don't show up, my keyboard shortcuts, gone, my scratch disk settings, units, all of that has to be redone everytime. My workspace is unaffected though. So really, it's just the pref file. It really is quite annoying. Any help from anyone would be greatly appreciated.

  • Flvplayback issue imported with Video Import Wizard

    Hi guys,
    I imported multiple flvplayback videos on my file via the Video Wizard Import. After that I removed all videos except one. But it's still trying to load those old video and the skin of their player when I preload the file. I am sure there's no player on the stage except the one I need. And when I need to play the file, it's working well, the only problem is the extra loading for 6 skins that I don't use anymore and the time to look for 6 videos that are not there. So here're my questions;
    1-When you import a video via Wizard, it there a script hidden somewhere that can be found?
    2-When you import a flv to the stage, there's a loading bar saying getting metadata. Is there a place to edit or erase this metadata ?
    3-Any other ideas of where I could look to find this hidden data or trace or ghost that needs to be remove from the file ?
    I really need help for that, any clue or ideas are welcome...
    Thanks

    Are these video files still in your Library?

  • Printing Issue CS4 paper size SRA3

    Hi I am using InDesign CS4, I am wanting to print on SRA3 paper which i have been doing so without any problem until I updated my computer.
    I deactivated the program before uninstalling, it is now re-installed and the printer settings have all disappeared.
    When i go to print SRA3, the printing area on the thumb print is in the bottom left hand corner. All my 'behind the scenes' settings are all set up as SRA3.
    It is so frustrating can anybody please help me?
    Thank you
    Mel

    Show us a screen shot, please...
    You can embed it in a post using the camera icon on the web page, like this:

  • Any printing issues CS4/PIXMA Pro9000/MAC OS 10.5?

    I just installed CS-4 on my new MAC and encountered the dark print problems (on my HP printer) that I have read about here. I was planning on getting a Canon PIXMA Pro9000. Anyone have any experience with CS4 / MAC and this printer?

    You can download the driver, install it and add printer to check the features. Make sure you can turn off CM etc.
    The latest driver has a 12/18/2008 date so I would guess it works correctly.
    http://www.usa.canon.com/consumer/controller?act=ModelInfoAct&fcategoryid=182&modelid=1289 2#DownloadDetailAct

  • Time Warp issue CS4

    I noticed that whenever applying the Time Warp effect to an MPEG clip, the clip goes black and becomes unusable. Tried this in old as well as new projects.
    However when applying Timewarp in AE, to the same clips, the effect is fine...
    Has anyone experienced this?

    I experienced same "black video" bug with time related plugins liks "Sapphire FreezeFrame"...I think this bug is a result of plugins way of getting frames form original video for processing.
    And here's a quick solution, till an update for Premiere Pro CS4 will be released:
    b Right Click on the clip (at the timeline) that you want to apply your time based effect. And choose "Nest" from opened Right Click Menu... So you will have a nested sequence with your clip. Now you can apply your time based effect (timewarp, twixtor, freeze frame e.t.c.) to this nested sequence.
    It works for me without any problem. I hope it will work for you too, tomst and DenisVID.

  • FLVPlayback issues

    I'm working on a media player that plays progressive flv
    files. The progress bar doesn't work properly, it appears to extend
    indefinitely and off the screen. The issue is intermittent. You can
    see the issue here:
    http://www.healingourplanetearth.org/mediaplayer_alpha.html
    Click on Welcome, then click on High or Medium quality to
    play. If you don't see the issue the first time, try some different
    movies.
    Thanks for your time and help!

    I tried it in XP on IE and FireFox, and I don't see the
    progress bar at all. On mac the progress bar extends off the
    controller to infinity to the right of the controller, on windows
    it doesn't show at all. I set autoplay to false and now the
    progress bar functions. Is there a way to have the progress bar
    work and for the progressively downloaded flv start automatically?
    Thanks!

  • Odd Basic Navigation Issue-CS4/Indesign/Acrobat

    I'm teaching an interactive document unit with my students, and right now we're just doing basic interactive work. Today was their first day adding functionality in the form of Forward/Backward buttons for a document. We created the buttons from basic text on the master page. We simply assigned them an "On Release" action of "Go to next page," and "Go to previous page"
    When we export the document, I made sure they check the book to include interactive elements. Every student's worked fine as expected except for one. No matter what we did, the buttons were clickable in Acrobat, but they would not change pages. I triple checked everything on the InDesign end, but to no avail. I'm guessing this is something machine specific on Acrobat's end.
    Any ideas?

    When you exported the PDF what compatibility did you choose?
    Is the compatibility you choose higher than the version of Acrobat viewing on?
    What you can try is using the PDF options from a computer that worked.
    In the Persons PDF options that works choose Save Preset
    Then load that preset on the other computer in
    File>Adobe PDF Presets> and select the file.

  • Sample transparent color issue CS4

    If anyone can help I would really like to know how I can sample a transparent color.  I'm not talking about sampling the opaque original but the resulting color of the transparency on top.  Holding shift with the eyedropper only selects the original opaque color, same result when I double click on the eyedropper tool and mess with the settings.

    No direct way that I know of. You can do it by:
    1.Rasterize the artwork; don't use the Effect, you must actually Object>Rasterize, then undo after
    2. Shift-sample the object of interest to you and check the reading in the color panel
    You can also save the file as a PDF and check the reading in Acrobat Pro.

  • Flattening gradients with transparency issues * CS4

    Hi guys,
    I've invested far too much time trying to figure this out.
    I have three squares (two gradients and one white) on different soft light values intersecting each other.
    I need to flatten this transparency for production purposes and I'm getting two intersections as clipping
    masks of images instead of paths (this is the problem, I need them to remain as paths).
    Some screen shots:
    What do you think?
    Thanks in advance.
    Best,
    Gus

    Flatten transparency will either give you rasters, or no change at all, that is how it works for blend modes like soft light.
    How about using pathfinder >> divide to get your shapes, and recoloring them without transparency.
    Is it just transparency, or blending modes you have to remove? Not sure why you would have to do this, do you have an old imagesetter that won't take a newer version of postscript. Are you putting this into another program. Reason I ask is there may be a better solution than rebuilding your files without transparency.

Maybe you are looking for

  • Names of interface tables and interface programs of oracle modules

    Hi all, i need urgent and accurate information about the names of interface tables and interface programs of the following oracle modules,R12, or either ther are custom made. Any accurate link refering to the desire information would be much apprecia

  • How do I handle Style Groups in InDesign Scripting?

    Hi, I am relatively new to InDesign scripting. I'm trying to map Paragraph Styles to CSS, and it seemed to be working fine, till I came across Style Groups - Styles belonging to a group are identified as - Root Style Group name : Child style group na

  • Forms 11.1.2

    I just installed Forms 11.1.2 on a Windows XP PC (deployment option). The installation completed without any problem, but I don't seem to be able to get to the Fusion Middleware Control to configure a new Forms section. I start the Admin server and c

  • How to calculate the difference between intdate and getdate

    Hi, My requirement is to get the data for all the claims where the difference between transactiondate and getdate() should be less than or equal to 7 which means any claims that happened in the past week. So, my query would be something like this sel

  • Installing Crystal reports server 2008 v1 with iis

    Hi All I have downloaded a trial version of Crystal reports server 2008 v1 to install on our server. We are runnning server 2003 and have iis version 6.0 installed. I have run the installation wizard on our test server but when i get to the "Select W