FLV Playback Component - specifying an image before it plays

I am using the FLV Playback Component to play a video.
Instead of playing automatically, I want to be able to set an image
(or a frame of the movie) to display and only play the movie after
the user clicks the play button. I can't find anything anywhere to
explain how to do this or a workaround for it. Can anyone point me
in the right direction? thanks.

Actually, I'm just trying to access the movie controls in the
FLV Playback component, so I can adjust how the work.
This does not work:
this.movie.forward_mc.addEventListener(MouseEvent.MOUSE_DOWN,someFunction)
Neither does this:
MovieClip(this.movie).forward_mc.addEventListener(MouseEvent.MOUSE_DOWN,someFunction)

Similar Messages

  • Flash 8 pro flv playback behaviors

    Could someone show me where I can get the FLV playback
    component behaviors
    for flash 8 pro? I couldn't find them on the Adobe exchange.
    Thanks
    -mark

    I got them, thanks.
    > That came from here
    >
    http://www.adobe.com/devnet/flash/articles/flvplayback_behaviors.html

  • How can I get a loading animation to play while fly playback component loads a file?

    Hi team,
    Two part question here..
    So I have a FLV playback component and a number of .flv files that it loads   ------>  using video1.source="film/whatever.flv";
    There is a slight delay while the file loads and so I would like to
    A) make this pause a bit longer (it would be so fast at the moment that any loading animation would be subliminal, but with nothing at all you get a second of blank which is not good either- so if I can get it to be a bit longer, like say 2 seconds..
    B) have an animation play while this happens..
    It does not need to show progress or anything, just like a spinning wheel or whatever.
    I have been playing around with bufferTime but not really getting anywhere..
    Can anyone help me out?
    Thanks
    sub

    Here is a test with one flv player (video1) and two buttons (butt and butt1)
    Ok so I have some code that kind of works using the countdown timer... but I obviosuly dont know why it works because if I change the seconds count down from 1 to 2 it only works once.
    I get "working"
             "working"  trace twice and it works
    After that I get the "working" trace but nothing happens    ...    I am close but would really like to understand a bit more what I am doing!
    Any help greatly appreciated.
    Cheers
    Sub
    import flash.events.MouseEvent;
    var fl_SecondsToCountDown:Number = 1;
    var fl_CountDownTimerInstance:Timer = new Timer(1000, fl_SecondsToCountDown);
    video1.visible=false;
    video1.load("film/film1.flv");
    video1.stop();
    butt.addEventListener(MouseEvent.CLICK, go);
    function go(e:MouseEvent){
              video1.visible=false;
              fl_SecondsToCountDown = 1;
    fl_CountDownTimerInstance.addEventListener(TimerEvent.TIMER, fl_CountDownTimerHandler);
    fl_CountDownTimerInstance.start();
        video1.load("film/film1.flv");
    butt1.addEventListener(MouseEvent.CLICK, go1);
    function go1(e:MouseEvent){
              video1.visible=false;
              fl_SecondsToCountDown = 1;
    fl_CountDownTimerInstance.addEventListener(TimerEvent.TIMER, fl_CountDownTimerHandler);
    fl_CountDownTimerInstance.start();
              video1.load("film/film2.flv");
    function fl_CountDownTimerHandler(event:TimerEvent):void
    {trace("working");
              fl_SecondsToCountDown--;
              if(fl_SecondsToCountDown==0){
                        trace("done");
                        playmovie();
                        fl_CountDownTimerInstance.removeEventListener(TimerEvent.TIMER, fl_CountDownTimerHandler);
    function playmovie(){
              video1.visible=true;
              video1.play();

  • Playback Component & Sound

    Is it possible to access the sound ByteArray coming from a
    PlayBack Component? How do you get to that data.

    Aran,
    Are you looking for something for the .FLV playback
    component? You can easily grab the byteArray from a sound alone.
    There are a ton of examples out there if you google it, but a good
    example with code is...
    http://www.communitymx.com/content/article.cfm?cid=8E9A0
    - B

  • Make flv playback exact fit to window project not desktop

    hi , first i want to say i use Flash Cs5 - flash player 10 - As3
    i want when i click on full screen button on flv playback component my flv player window goes to exact fit my flash window not my desktop or even better if i can set resolution for full screen mode ....
    i have strange problem the full screen function not work in any third party flash protection and projector tools ...
    finally i found some component that use some As2 script to make full screen button function to exact fit window and it`s interensting cause this flv player works well in  test movie mode !!!
    as the full screen function in default Flash Cs5 not work in test mode and you must run swf directly from local or run projector ...
    i realize that when the full screen function works in flash test movie ( ctrl + enter ) mode it work in another third party tools too ...
    i don`t now why but maybe some security reason in As3 dont let it run from test movie and another third party tools ...
    what can i do about it ??
    how can i write script for my flv playback component to read new function for full screen mode and set it to exact fit window ( project ) not my desktop ( the size of project not chang at all and only flv player resize to my window )
    is this possible to set resolution for Resize mode  ?!?
    is this possible to create a button for this ??!?
    i know i ask many Questions and maybe u confued as i am now , but i have spend a week to solve this problem , checking all third party tools and no success , even i post my problem to many forums ...
    pleaseeeeeeee help me

    use:
    fs_btn.addEventListener(MouseEvent.CLICK,f);
    var flv_pb_x:Number=flv_pb.x;
    var flv_pb_y:Number=flv_pb.y;
    var flv_pb_h:Number=flv_pb.height;
    var flv_pb_w:Number=flv_pb.width;
    var fs_btn_offsetX:Number=flv_pb.width+flv_pb.x-fs_btn.x;
    var fs_btn_offsetY:Number=flv_pb.height+flv_pb.y-fs.btn.y;
    function f(e:MouseEvent):void{
    if(flv_pb.width<stage.stageWidth){
    flv_pb.width=stage.stageWidth;
    flv_pb.height=stage.stageHeight;
    flv_pb.x=0;
    flv_pb.y=0
    fs_btn.on_mc.visible=false;
    fs_btn.off_mc.visible=true;
    } else {
    flv_pb.width=flv_pb_w;
    flv_pb.height=flv_pb_h;
    flv_pb.x=flv_pb_x;
    flv_pb.y=flv_pb_y;
    fs_btn.on_mc.visible=true;
    fs_btn.off_mc.visible=false;
    fs_btn.x=flv_pb.width+flv_pb.x-fs_btn_offsetX;
    fs_btn.y=flv_pb.height+flv_pb.y-fs_btn_offsetY;

  • Little video player (1 playback component, 3 buttons linked to 3 .flv files) not working in the published html! Why?

    Hey everyone out there that is smarter than me. I have made this little prototype video player, and it isn't working. It'll eventually become a nice little player show videos from our summer camp for the last few years, but first I want to make it work in a basic stripped down version.
    There is a playback component with one of the skins right above the three buttons.
    Here's the ActionScript:
    btn1.addEventListener(MouseEvent.CLICK, vid1);
    btn2.addEventListener(MouseEvent.CLICK, vid2);
    btn3.addEventListener(MouseEvent.CLICK, vid3);
    function vid1(e:Event):void{
    vidPlayer.source = "Video1.flv"
    function vid2(e:Event):void{
    vidPlayer.source = "Video2.flv"
    function vid3(e:Event):void{
    vidPlayer.source = "Video3.flv"
    It runs fine when I test in in flash and even the .swf file runs fine alone, but when I put it in a .html file  via Dreamweaver and in the published .html it doesn't run. What up?

    Oh yeah, all the files are in the same directory.

  • Stuttering flv playback issue- need help asap

    We need help asap. Have a project is due to deliver today (5/14).
    We have a video to go on a dvd-rom, live action with Motion Graphics behind.
    When output is done thru Projector the Motion Graphics stutter as they scroll.
    Here is more technical info:
    Stuttering flv playback issue:
    Prores 422 timeline 29.97fps 1280x720 output from fcp using current settings.
    Mov file is approx 7gb, plays relatively smooth on a mac pro with no raid.
    Frame by frame analysis shows all frames are present with no jumps tears or skips.
    Tried several output paths, programs and settings to create a smooth flv file to no avail.
    We adjusted data rates from 2k, 3.5k, 4k and 8k, no luck
    We adjusted keyframe rates from low to all frames, no luck.
    We tried cs3 flash encoder, cs5 media encoder, squeeze ect, same results.
    Playback in the flash projector seems to choke slightly no matter what we do.
    Have also posted in the Director Forum.
    Any help much appreciated!

    Here are a few ideas off the top of my head:
    Try playing the file using a different xtra, sometimes different ones will work better.  If you have Director 11.5, there is a native flv playback xtra.
    You can build a player easily in Flash using the flvPlayback component, then bring that into Director as a swf.
    Once you have the video in Director, try making the member Direct To Stage (DTS).  If it is already DTS, try making it not DTS.
    Make sure the video is not transparent, and nothing in Director overlaps the video... in fact, when the video is playing, nothing should be moving at all, and try to keep the amount of code that is running to a minimum.
    Try lowering your video's data rate further or try using a different codec.
    Using VBR (Variable Bit Rate) compression often makes the video appear to play smoother.
    Try compressing the flv with different software.  FFMpeg, for example, is free and does a very good job, often better than the Flash Video Encoder that comes with Flash/Creative Suite.

  • One of the specified disk images could not be opened

    I cannot believe how instable my system is. I switched to Mac to get a reliable system, but I cannot do without Windows entirely, hence my heavy use of VPC.
    Today I got the small grey screen "You need to restart your computer". I was running VPC at the time. All apps were closed except Windows Explorer (the file system). The cause was merely unplugging my broadband connection. Wow!
    On rebooting VPC I got:
    "One of the specified disk images could not be opened. The disk image file is not the correct file type or uses a file format that is unsupported by this version of Virtual PC."
    I "detached" my "drives" 2+3, which were pointing to my Drive2.vhdp and Drive3.vhdp data "drives" and tried again. No luck.
    Drive 1 was pointing to Disk1.vhdp, which is a part of my Windows 2000.vpc package. I don't believe that it was pointing there before the crash.
    # side note #
    (The Windows 2000.vpc package is an old installation that I don't use but have not deleted. I currently use one called: "Windows 2000 copy 1-011105") which might or might not be a copy of "Windows 2000.vpc." I've had so many problems, it's hard to say.
    I then tried and successfully detached the Disk1.vhdp and received a warning:
    "The hard drive data previously used by Drive 1 is no longer contained in this PC document. The data has been moved to a separate Virtual Hard Drive Document "Windows 2000 copy 1-011105 Disk1.vhdp".
    On examining the above package I find:
    BaseDrive.vhd 14.45GB (size about right) dated last night when I last closed VPC
    MainPackageFile Alias
    UndoDrive1.vud dated at the time of the problems.
    On examining my "Windows 2000 copy 1-011105.vpc7 I find:
    Configuration.plist
    IconCache
    MainPackageFile Alias
    StartMenu.plist
    Do you have a suggestion as to how I can rescue my above mentioned BaseDrive.vhd please? This is more recent than my last back-up.
    Many thanks in advance.

    Problem solved.

  • MPEG-2 Playback Component v6 no longer available for download

    Hello, I purchased the MPEG-2 Playback Component in June 2006. Due to a hard drive failure in my MacBook I returned to the store to redownload but my entire order history has been removed.
    I just spent 30 mins on the phone to Robert in aftersales in the US and after discussion with his manager I have been told that Apple no longer host the version 6 component and that I should do an internet search to download the file as Apple no longer host this version.
    Does anyone know where this may be hosted? Apple refused to suggest any sites.
    This is strangely in conflict with this note:
    http://support.apple.com/kb/TA26574?viewlocale=en_US
    +The Apple Store keeps track of your purchase(s) *and you can always download the file again if something goes wrong* by clicking "Your Account" in the store menu bar. After entering your Apple ID and password, click "Software Download Purchases."+
    But just in case anyone has any qualms about downloading this component from a non-Apple source, I have just had verbal confirmation this is the only way to retrieve this purchase, short of repurchasing which I am not prepared to do.
    Cheers
    George

    Hello, I purchased the MPEG-2 Playback Component in June 2006.
    Be advised that there are two versions of the QT MPEG-2 Playback Component that work under QT 6. You will need to specify which version of QT 6 you are using and/or whether or not the computer is an Intel based model.

  • AS 2.0 FLV playback multi videos

    I've set up FLV playback for one video, but need to allow
    users to choose the next movie they want to view (non linear), as
    well as allow them to click through each movie in a linear fashion.
    Not sure what code to attach to buttons to:
    1. Allow non-linear video playback
    2. Allow the if/then/else option of going through each video
    in a linear manner--thinking should attach code to fwd button
    Code below, any help would be much appreciated! thx
    //------NETCONNECTION SETUP--------------------
    var nc:NetConnection = new NetConnection();
    nc.connect(null);
    //------NETSTREAM SETUP--------------------
    var ns:NetStream = new NetStream(nc);
    ns.onStatus = function(info) {
    if(info.code == "NetStream.Play.Start") {
    progressBar.onEnterFrame = videoUpdate;
    ns.onMetaData = function(info) {
    ns.duration = info.duration;
    //------ATTACHING NETSTREAM--------------------
    video.attachVideo(ns);
    //------PLAYING EXTERNAL FLV--------
    ns.play("sample pics.flv");

    The person above is correct but assure you enter into component inspector, and change the the parameters of the component.

  • Auto/Hide with Flv playback doesn't work with javascript lightbox, need help?

    Hi everyone,
    i created some swf loading a flv file in a flv playback and
    check on the auto/hide parameter. When i test the movie it works
    very well. BUT, in my website, i put those swf files in Lightbox
    (javascript computed) and when the mouse goes Over the flash video,
    it shows the Skin player and when the mouse goes Out, the Skin
    player stays over the video!? Why? Does someone has an idea on how
    to force the auto/hide paramater in this case?
    Thanks for your help
    Orlenka

    Found this post when searching for an answer, but didn't find much elsewhere so I'll post my quick and ugly solution here. I'm sure it can be vastly improved, but I didn't have much more than 5 minutes. Note - setting .visible to false just ended up causing the autohide transition to occur over and over, so instead I'm just temporarily moving the whole sprite offscreen.
    (AS3, using CS5 component... note that 'player' is the FLVPlayback instance):
    //### force 'autohide' when mouse inactive
    var timer:Timer = new Timer(1500, 0);
    timer.addEventListener(TimerEvent.TIMER, onTimer);
    timer.start();
    var skinSprite:DisplayObject;
    var prevMouseX:Number;
    var prevMouseY:Number;
    function onTimer(e:TimerEvent):void {
      //get skinSprite if we haven't already
      if(!skinSprite) {
        var child:DisplayObject;
        for(var i:Number = 0; i < player.numChildren; i++) {
          child = player.getChildAt(i);
          if(i == 2) { //this is the skinSprite
            skinSprite = child;
      //check to see if mouse hasn't moved since last timer event
      if(skinSprite && mouseX == prevMouseX && mouseY == prevMouseY) {
        skinSprite.y = -1000;
      prevMouseX = mouseX;
      prevMouseY = mouseY;
    stage.addEventListener(MouseEvent.MOUSE_MOVE, stage_onMouseMove);
    function stage_onMouseMove(e:MouseEvent):void {
      if(skinSprite) {
        skinSprite.y = 0;

  • ADF panelGroup component's background image in CSS does not render

    Hi,
    I have an issue with the panelGroup component, where a background-image specified in the styleClass DOES NOT RENDER when deployed on the OAS. It works fine when I run the page on my local OC4J.
    I've verified that the image I use is deployed correctly on the server.
    We are using :
    JDeveloper Studio Edition: 10.1.3.3.0.4157 (Build JDEVADF_10.1.3.3.0_NT_070619.1129.4157)
    Oracle Application Server: 10.1.3.5.0 running on RHEL 5.
    I'm customizing pages of an ADF application to change the branding and skinning. The page header region used in the application uses a 'panelPageHeader' and the image I need to introduce is part of branding and must be rendered above the application menus (2 levels: 1->MenuTabs, 2-MenuBar).
    If it would help to see how my page renders locally, here's the link: http://tech-nik-alley.blogspot.com/2010/09/adf-panelgroups-background-image.html
    (The brightly colored bar above the menus is newly introduced, ABC_Lightbar.jpg).
    Using an objectImage with my light_bar image as source, directly in the facet menu2, causes the alignment of all pages to get disrupted. Hence the work-around of using the image as a background.
    A copy of my pageHeader region is below, with comments. The panelGroup component newly introduced is in the facet "menu2". I've added the CSS definitions in the page as comments as appropriate.
    Any pointers on how to debug further, work-arounds etc. are appreciated.
    TIA and regards
    Deepak.
    =====MY PAGE HEADER REGION====
    <af:regionDef var="attr">
    <af:panelPageHeader styleClass="ss0" > <!—ss0 is "padding:0px;margin-left:14%;margin-right:14%;margin-top:0px;margin-bottom:0px;display:block;background-color:transparent;" -->
    <f:facet name="branding">     
    <af:panelGroup styleClass="ss_brand"> <!--ss_brand is "display:block;margin-bottom:12px" -->
    <af:objectImage shortDesc="#{imageBean['SS_COMPANY_LOGO'].description}"
    source="#{imageBean['SS_COMPANY_LOGO'].physicalName}"/>
    </af:panelGroup>
    </f:facet>
    <f:facet name="menuGlobal" >
    <af:panelGroup layout="horizontal" styleClass="ss00" rendered="#{attr.globalMenuShown}">     <!—ss00 is "margin-right:10px;" -->
    <f:facet name="separator">
    <af:objectImage source="#{imageBean['SS_GLOBAL_SEPARATOR'].physicalName}" shortDesc=""/>
    </f:facet>
    <af:menuButtons>
    <af:goMenuItem text="#{sessionBean.authenticated?pageHeaderBean.loggedInUserInfo:messageBean.SS_GEN_GUEST}"/>
    </af:menuButtons>
    <af:menuButtons startDepth="0" var="menuGlobal" value="#{menuModel.model}">
    <f:facet name="nodeStamp">
    <af:goMenuItem text="#{menuGlobal.label}"
    destination="#{menuGlobal.fileName}"
    rendered="#{menuGlobal.type=='global' &amp;&amp; menuGlobal.rendered}"
    />
    </f:facet>
    </af:menuButtons>
    </af:panelGroup>
    </f:facet>
    <f:facet name="menu1" >
    </f:facet>
    <f:facet name="menu2" >     <!-- facet menu2 originally has a 'menuTabs' (level 1 menu) on top of a 'menuBar' (level 2 menu) -->
                        <!-- Change required: introduce a light_bar image above level 1 menu (menuTabs). The image spans the page -->
    <af:panelGroup rendered="#{skinFamily.menuLayout=='horizontal' and attr.otherMenuShown}">
         <!--Change: new panelGroup introduced, with a background image in the styleClass -->
    <af:panelGroup layout="vertical" styleClass="pageHeaderLightBar"> <!-- pageHeaderLightBar is "background-image:url(/ss/skin/ABC/images/ABC_lightbar.jpg); " -->
    <!--<af:objectImage source="/ss/skin/ABC/images/ABC_lightbar.jpg"/>-->     <!--Specifying the image directly, disrupts the all other OOTB pages-->
    <af:objectSpacer width="22px"/>
    </af:panelGroup>
    <af:panelGroup styleClass="pageHeaderMenuLevelOne"> <!-- Another place where a back-ground image is used for a panelGroup using the styleclass -->
    <af:menuTabs startDepth="0" var="menuTab" value="#{menuModel.model}">     <!-- The level 2 menu using menuTabs -->
    <f:facet name="nodeStamp">
    <af:goMenuItem text="#{menuTab.label}"
    destination="#{menuTab.fileName}"
    rendered="#{menuTab.rendered and menuTab.type!='global'}"/>
    </f:facet>
    </af:menuTabs>
    <af:menuBar startDepth="1" var="menuBar" value="#{menuModel.model}">     <!--The level 2 menu using a menuBar -->
    <f:facet name="nodeStamp">
    <af:goMenuItem text="#{menuBar.label}"
    destination="#{menuBar.fileName}"
    rendered="#{menuBar.rendered}" />
    </f:facet>
    </af:menuBar>
    </af:panelGroup>
    </af:panelGroup>
    </f:facet>
    </af:panelPageHeader>
    </af:regionDef>
    ===================================

    'background-image:url("../image/Sunset.jpg")' is a relative URL... relative to the final generated markup. It should be wrong like 99% of the times. You should rather use a styleClass and deal with the background-image with skinning as the skinning engines knows how to deal with such urls. Note that you'll most likely have to define a new resource loader and servlet mapping for the ResourceServlet. I know someone made a blog entry about that, was it Frank or Shay? Hmmm cannot remember... Maybe John as well. Anyway a Google search should yield good results for adf resource loader I think.
    Regards,
    ~ Simon

  • Apple Playback Component - Is There A Download Site?

    Hello my friends
    This may be old news, but I see that the latest version of Mpeg Stream Clip now requires that you pay $19.99 for the Apple Playback Component. Was wondering if this is a recent development/requirement from the older 1.6 version (which is a version I also have in my other Mac)?
    Or perhaps this may go hand in hand with the Latest Quick Time Player Ver 7.6 (472)
    I always did fine with Stream Clip 1.6 - made many successful conversions - but I believe these were all accomplished with an earlier version of Quick Time.
    The other drawback to this requirement is that the only Apple Playback Component I found, requires you to get the software thru the mail - isn't there another site that will allow you to pay for a download? http://www.apple.com/quicktime/mpeg2/
    Any comments?
    Thank you
    Mike

    Hey Guys
    Thanx for the replies
    Here's what I just found out;
    The older version I have is actually 1.8, and what I didn't realize, (as pointed out), you need to have FCP installed in your system drive to see/use/recognize all functionality of Streamclip.
    I have two older G5's (both 1.8 with OS 10.4.11), and I use them both for multitasking. But, (at this point), I still need to install FC6 in the other G5. So for now, I don't even see a playback image when I open Stream Clip.

  • Apple QT MPEG2 Playback Component conflict w/Mavericks

    I am running OX 10.9.1, Mavericks. and wnat to transfer my VOB files from DVD into iMovie for editing. Per the instructions in this discussion (https://discussions.apple.com/docs/DOC-3951 ), I installed MPEG StreamClip. I also purchased the Apple QT MPEG2 PB component - oops! - BC the Apple store says I actually don't need it if I'm running Lion or later. Per the Streamclip site (squared5.com) ,even though Apple says the QT PB tool is not needed, Streamclip still needs it. Fine, whatever. With Streamclip installed, I attempted to install the QT MPEG2 PB tool, but I got this error code: "QuickTime MPEG2 can't be installed on this disk. This software is intended for an earlier version of Mac OSX." For fun, I tried transferring my VOB files from DVD into streamclip, but that yielded another error that teh tranfer would not be complete, adn owuld be missing elements. That's true - the files I transfered to streamclip are now audi only.
    So it appears that I need the Apple QT MPEG2 PB tool, but it's not available for Mavericks. Or am I missing something else? If streamclip won't work on MAvericks , is there an alternative QT MPEG2 PB component? Or, can you please show me another way to get my VOB files from DVD into iMovie?
    Thank you very much, and I appreciate your time.
    Alison

    I found this info frm samberl in australia (in this discussion thread https://discussions.apple.com/message/17333072#17333072), and it enabled me to install the QT MPEG2 playback component. Although all the instructions are directed toward Lion users, apparently it also applies to Mavericks.
    "You need to delve deeper into MPEG Streamclip, Lion and Quicktime MPEG2 playback.
    From the MPEG Streaclip website.
    "The installer of the MPEG-2 Playback Component may refuse to install the component in Lion. Apple states the component is unnecessary in Lion, however MPEG Streamclip still needs it.
    To install the component in Lion, please download MPEG Streamclip 1.9.3b7 beta above; inside the disk image you will find the Utility MPEG2 Component Lion: use it to install the MPEG-2 Playback Component in Lion. The original installer's disk image (QuickTimeMPEG2.dmg) is required.
    The current versions of MPEG Streamclip cannot take advantage of the built-in MPEG-2 functionality of Lion. For MPEG-2 files you still need to install the QuickTime MPEG-2 Playback Component, which is not preinstalled in Lion. You don't have to install QuickTime 7."

  • FLV Player Component seemingly not working in Firefox

    I've set up an swf where I have an FLV Player component on stage, pointing to an external flv.
    Offline (on my drive) it works, but online (on my website) it loads the entire flv before displaying anything (..I get the animated barber shop sign scrub bar thing).  Is there any additional coding or setup I need to do for it to allow me to play it even while it is downloading, as it's supposed to?
    I don't get it... I can't seem to get progressive downloading working in ANY format.  I just spent a week trying to get my Quicktime .mov's to Fast Start, and it just isn't happening, despite everything I try.  I had it work ONCE now using QT Pro, but now they aren't working again.
    I gave up on QT, and am trying the FLV route using the FLV Player component... which looked promising, but is now giving me the same issue.
    Any solutions that work would be hugely appreciated.  I've been at this for over a week, and found no answers online so far.
    All I want:
    Clip thumbnails (embedded movies) on my HTML page that don't download until you click play... and when you click play, it starts playing as soon as it has a good enough head start in the load.
    I've tried Fast Start QT's....as well as external FLVs loaded via a swf with a FLV Player component inside.... and neither are working for me for some reason.

    [UPDATE]  Okay, now I got it working for now (...no idea what changed, or if it will continue to work).  Only issue currently is that it's loading the clip right away (on entry of the HTML page),as opposed to when I click Play... so I'll still have the bottlenecking of all the clips loading at once.  Is there some setting in the FLV Player component (or HTML) where I can have them only start downloading the clips when I click play?
    I only want the clips downloaded if the visitor chooses to view the clips.
    Would setting a preview in the FLV Player component do that (...load only the preview frame, and hold off until play is hit)?

Maybe you are looking for

  • 2012 rMBP Desktop Issue w/ Mavericks

    Hi all, I'm on a 15" retina macbook pro from 2012, and use multiple desktops for different applications. Ever since I upgraded to Mavericks, dekstops 2 and 3 have been randomly switching places, which is getting very annoying. While it's not an enorm

  • Error when posting invoice for Asset purchase order

    Hi, we are getting the errore message account determination for asset posting with keys not defined in chart of accounts,when posting an invoice for asset purchase order. Can any one see why this error is coming and what will be the solution. Nagesh

  • New BIOS for KT4 Ultra today?

    Can anyone tell me is there any truth behind this rumour from the amdforums: http://www.amdforums.com/showindex.php?s=9b7768596eb912702f764e06ce763833&threadid=171700 Please tell me it's true....anyone?  8o

  • Help - PDF Fillable Form stopped working

    I have a couple of PDF fillable forms (from the IRS and the Commonwealth of Massachusetts) that I have added information to and saved before, but now they won't let me save any changes I make. For the Mass form, I've tried downloading a new one and u

  • Email Issue using FM SO_NEW_DOCUMENT_ATT_SEND_API1

    Hi Experts, I am sending few data in through excel(in attachment) using fm SO_NEW_DOCUMENT_ATT_SEND_API1. I wanted to dispaly the data line by line in excel sheet. I properly populated the data in parameter 'contents_bin' i.e. appended the data line