Conditional video load - streaming vs embedded

Hello,
I am currently evaluating InDesign CS5 for creating online & offline reports, which will include videos.  Is there a way to have both a streaming video & an embedded video, but to prefer the streaming if there is an Internet connection.  So if there is no Internet connection, the embedded video will play, otherwise the streaming one will play in its stead.  Browsing through the forums, it seems this might be possible, perhaps using the ideas behind the conditional text or with a script?
I appreciate any help you might have!
Thank you

Thank you for the reply.  Yes, the output format would be PDF.
The advantage we see for the streaming video would be our ability to easily make any video content updates, while still providing "mostly-relevant" content when no Internet connection is available.
I understand your point about the filesize always being large, if the videos were embedded.  Perhaps in InDesign there is a way to automate the publishing of two different versions, one that embeds video and one that streams?
The goal, from our end, is to not have to "maintain" two different versions of a PDF, but rather, to have one that would work for both online & offline situations, understanding that the video content of a "final" PDF could possibly change at certain points in time.

Similar Messages

  • Load streaming video at specific cuepoint - AS 3.0

    Hello I have a video with 6 embedded cuepoints
    (Chapter1-Chapter6)
    All I want to do is load the video at a specific, in this
    chase the one named "Chapter4" cuepoint.
    Here is the actionscript 3.0 code I have so far (where
    "player" is the name of the flvplayback component), which obviously
    isn't working...
    player.source = "rtmp://www.whatever.com/Youth.flv";
    player.seekToNavCuePoint("Chapter4");
    I am getting this error... VideoError: 1003: Invalid seek
    Any advice on how to do this would be greatly appreciated...
    Thanks in advance,
    Lee

    I had the same problem. Dan Carr was kind enough to send a
    reply. Here it is:
    quote:
    Getting stuck on the loading screen is a symptom that may
    happen for a number of reasons.
    The loading screen sits above the gallery and obscures the
    screen while the thumbnails and screen assets are loading. The
    loading screen stays in place until all the video thumbnails have
    loaded - so what you're seeing is an issue where 1 or more of your
    videos isn't loading.
    Most commonly this is because the server isn't recognizing
    the FLV mime type or one or more videos didn't get uploaded to the
    path listed in the XMLfile. (Actually, the first time I saw
    something like this it was because there were spaces in the video
    file names - local playback worked as expected, but my server was
    URL-encoding the file names which replaced the spaces with
    different characters and broke the expected paths...)
    I'd recommend that you do the following... In the FLA file,
    select the white rectangle graphic on the "Preloading" layer and
    make it invisible by turning its alpha to 0. This will allow you to
    see which videos are not loading on the server. If none of the
    videos load, this would hint that either the server isn't seeing
    the FLV mime type, the XML file isn't loading, or there is a global
    problem with file naming. (If you see all the labels on the
    filters, you know the XML file loaded.) If most of the videos are
    loading, look for the specific problem videos and check to see that
    the naming is correct and that the files were uploaded to the
    correct location.
    My own issue, as Dan suggested, was that FLV wasn't
    registered on the server.
    Hope this helps others.
    Paul

  • My iPad won't load videos or streams home

    My iPad won't load videos or streams well when I'm home but when I'm at school it seems to work fine. Would that be a connectivity issue. If so or if not, how would I fix this?

    Settings > iTunes & App Store > Apple ID: > Sign out.
    Do a reset: http://support.apple.com/kb/HT1430
    Sign back in.
    Make sure you have Wi-Fi connection to the Internet.

  • Mozilla (specifically) wont load Youtube videos, or streamed shows, but everything else. Why?

    Most people will readily say this - but I have absolutely no idea what I've done to change any form of settings. However Mozilla won't play any Youtube videos or streamed shows. The screen just stays blank (black). I've uninstalled and reinstalled flash and that didn't fix it, and I've tried most of the troubleshooting options, none seem to work.
    I've opened up Internet Explorer and they have no problems playing any video. It's just Mozilla. I'm not too sure what the issue is. I've googled such problems and any form of related issues seem to want to clear any cache or cookies - didn't work.
    Anyways, any and all help would be greatly appreciated. Thank you

    The most likely cause is the latest Flash update. Please see this article for more information: [[Flash 11.3 doesn't load video in Firefox]].

  • Video load problem on android 2.2

    Hi, I'm trying to load a video file into a display object. The code I'm using works well both at windows and ipad, and the video starts streaming from file right after the load command. However on android devices it seems that the video fiule must be completely loaded before it starts playing. Is this true? Is this time gap between load and playback start expected?
    I testes with several video formas/encoding but always with the same result. As I said before, if using flv video (on vp codec), both in windows and ipad the result is as expected. Using h.264 video also works perfectly on windows...

    Some carriers don't allow youtube streaming video.  Is you carrier one of them?  I don't know. 
    Are you using the youtube app included with your phone or are you streaming from your browser?  If you're using the app, try going to your phone's browser and typing m.youtube.com .
    Let us know if that helps you. 
    - If my response has helped you, please click "Options" beside my post and mark it as solved. Clicking the "thumbs up" icon near the bottom of my response would also be appreciated.

  • Upgrade FMS2 - Streaming Server 3.5 - Video not streaming - NetConnection.Connect.Rejected

    I have Flash Media Server 2 set up with a simple bandwidth detection application (with serverside code), and a videoplayer application (no serverside code).    I have upgraded to Flash Media Streaming Server 3.5 and have managed to successfully get video to stream using the basic examples on the startup screen both locally and from another machine.  However, when I try and connect to either the bandwidth detection application, or the videoplayer I get the error message:
    NetConnection.Connect.Rejected
    [ Server.Reject ] : (_defaultRoot_, _defaultVHost_) : Application (**my appname**/) is not a valid signed application; loading access denied.
    I saw another post in this forum saying that for custom applications you need Flash Media Interactive Server instead of Streaming Server.  This worries me as I'm quite far down this route now and don't want to tell my boss that actually we need to find another £2k to make this a viable solution!  But looking at the credentials of Flash Media Streaming server (http://www.adobe.com/products/flashmediaserver/compare/), it seems to be that what I want to do is viable.  At worst I would have thought that only the bandwidth application would be a problem as it has serverside code.  But even so, the Streaming Server apparently does have bandwidth detection.  How does this work then?
    By having the Steaming Server am I somehow tied into Adobe video players if I want to use the streaming capabliities?  Am I not able to have my own named application?    Or is it simply likely that there is some setting somewhere I have missed which is causing the error.
    Any advice would be much appreciated as I'm struggling to get to the root of these answers on my own.

    You just need to define handlers specially onBWDone on client side to do Bandwidth detection. Just check example "Bandwidth" in documentation/samples/Bandwidth/Bandwidth.as.
    Since you are using VOD, i think you can just pass "true" as second parameter when you make nc.connect call in you client side and VOD application would make call to checkBandwidth and would call onBWDone when it finishes bandwidth detection. Read more about this in Client API documentation in SSLR.pdf and Dev_Guide.pdf.
    Also Adobe has come with advanced Bandwidth detection which you can do using client-side Flash Player API's - Please check this link for more info:http://www.adobe.com/devnet/flashmediaserver/articles/dynstream_on_demand.html
    Also you can NetStreamInfo documentation which should be present in AS3LR (check documentation folder of FMS)

  • .flv videos load slow.  Can it be sped up?

    I have four videos on a page that two of them load
    imediately. The other two take about five minutes to load. Is there
    a way to make them all load at the same time?
    By the way. The videos all load faster in FireFox. The videos
    load slow IE, which I think is what most people tend to use.
    http://www.liquidfirefishing.com/videos.html
    Also, if anyone can tell me how enable a full screen button.
    Thanks in advance.

    there is no way to control the 'speed' of the DL - however
    you may be able to 'stream' the video - in this way it will only
    pause until properly buffered and then begin playback.

  • Slow internet video loading

    Hi everyone,
    Ever since I purchased my Macbook Pro over 3 months ago, watching videos has been very slow. It doesn't freeze, it just takes a really long time to load any video from youtube or any other website.
    My internet speed is fine as I have another laptop (Toshiba running on windows vista) and video loading is really quick and don't have to wait for a video to completely load as it is already fast.
    So is the problem the Macbook or internet connection?
    My Toshiba laptop is wirelessly connected to the internet though (Connected using ethernet cable).
    However, the macbook is wirelessly connected.
    Any suggestions? It could be that the wireless isn't really good but that doesn't explain why it is fast and smooth on my Toshiba.
    Thanks!

    Hi ..
    just takes a really long time to load any video from youtube or any other website.
    YouTube requires the Flash plugin so try troubleshooting ...
    Quit Safari.
    Open System Preferences > Flash Player then select the Storage tab. Click: Delete All
    Now uninstall the Flash plugin then reinstall new >  Troubleshoot Flash Player | Mac OS
    Very important to uninstall the currently installed plugin first.
    Relaunch Safari.  From your Safari menu bar click Safari > Empty Cache
    Now try a video.
    BTW... if you have the ClickToFlash extension installed, that can prevent Flash based video from streaming. It can also be installed as a plugin in /Library/Internet-Plug-Ins.
    And check to see if Safari is running in 32 bit mode. Right or control click the Safari icon in your Applications folder then click Get Info. If the box next to:  Open in 32 bit mode  is selected, deselect, quit then relaunch Safari.
    edited by:  cs

  • YouTube slow video loading

    on wifi video loads slow why is this? So I stop the video and move the slide left and right and it loads faster don't make sense

    Even on WiFi, EDGE, or 3G streaming video or pre-recorded video has to buffer first.
    If for some reason enough buffering has not been done it will be slow and or buffer between video playback.
    But if the buffering is not the issue and it's more of the video being in like a slow motion try the following.
    1. Reboot iPhone
    2. Toggle WiFi on/off then back on and try Youtube again
    3. Toggle Airplane mode ON for 1 min then OFF and then try Youtube again
    4. If needed go to Settings - General - Reset - Reset Network Settings - Confirm - allow iPhone to reboot. Then reconnect to your WiFi and try Youtube again.
    If you find this continues test Youtube on other WiFi connections to see if the same slowness occurs.
    Post back if you need more assistance from the community.

  • When i open a youtube video in firefox it immediately shows that whole video is streamed when it is yet to stream fully

    I am using Firefox 3.6.13. When i open a youtube video in firefox it immediately shows that whole video is streamed (the progress bar shows red instead of grey). But the whole video is yet to be streamed. The information of how much is streamed becomes unavailable.
    Listing 2 of the problems encountered because of this
    1. Unable to estimate how much time I have to wait before the video is fully streamed
    2. Cannot go forward or backward in the video in the streamed part.
    (This problem does not occur in IE. I tried the link given below)

    I think once I did not even see the page in my history

  • Flash in iWeb- a white square flashes before video loads......

    hey there- i am trying to put flash into iweb. It works, using code from iWebunlimited, but there is a white box that flashes before the video loads... I've tried so many different encoders, iweb code, etc..
    see it here:
    http://web.me.com/misterscott
    Any idea as to what is causing the white flash before the video?
    thanks so much......!!
    scott

    i am trying to put flash into iweb
    You succeeded as far as I could determine.
    Anyway. The browser needs to download the files, puts them into place and render the lot.
    That takes some time.
    Also, every brand of browser has its way of doing that.
    And black and white on a page is the largest contrast you can imagine. Use less contrasting colors.

  • We reset the system and now I cannot watch video/live stream. What setting to I need to change?

    I cannot download any programs to allow access to video/live stream TV. What settings do I need to change?

    Welcome to Apple Communities
    Uninstall > http://fpdownload.macromedia.com/get/flashplayer/current/support/uninstall_flash _player_osx.dmg Finally, install Flash > http://get.adobe.com/flashplayer/otherversions

  • How can i do to separate many tracks of a video's stream?

    How can i do to separate many tracks of a video's stream?

    You can retrieve some example codes from sun's sample.
    May be the rtp server example.
    The file is separated into two tracks automatically.

  • Ship.condition 01 loading grp 0003 plant MCP1 StLoc not defined Message no.

    Dear all
    Why I am getting this message when i try to add shipping point at item level in Quotation "Ship.condition 01 loading grp 0003 plant MCP1 StLoc not defined Message no.V1358"
    Kindly help me to resolve this error.
    Thanks and Regards
    M.Dheerendar Jain

    Hi
    check the following
    Check your shipping conditions in sales order header shipping tab + loading group in material master + plant in sales order,
    verify the same in OVL2, whether its mainatined or not.
    1. Shipping condition maintain in Sold to party of ur customer master,
    2. Loading group should be maitained for perticular Sales area and plant in Material Master for Sales: General/Plant Data.
    3. Plant should be available in sales order
    IMG -> Logistics Execution -> Shipping -> Basic shipping functions -> Shipping point and Goos receiving point determination -> Assign Shipping Points.In that determine the storage location, loading group, plant, proposed shipping point and manual shipping point.
    Combination of Shipping Point Determination=
    Loading Group - (1-Material Master Record)
    Shipping COnditions (1- Sales doc type , 2- Customer Master Data - Sold to Party)
    Delivering Plant - (1-Customer Material Info record , 2- Customer Master Record & 3-material master record)
    If you have done Copy of existing Shipping Point & renamed it. Then all the shippig Point determination Combinations will be copied.
    If not, then you need to maintain manually in Shipping point determination customization

  • Videos load slower than in the past

    Since upgrading to Firefox/3.6.13, videos load much slower. I have run speed test on system and that is not the problem. I have DSL. The later in the day, the slower the down load.

    Hello Paul,
    Least likely is Malware.
    Check the S.M.A.R.T. status of the drive in Disk Utilty by highlighting the Drive & looking at the bottom of the window.
    Open Activity Monitor in Applications>Utilities, select All Processes & sort on CPU%, any indications there?
    How much RAM & free space do you have also, click on the Memory & Disk Usage Tabs.
    In the Memory tab, are there a lot of Pageouts?

Maybe you are looking for

  • How to move video inside LR 4?

    Hi Could anyone please explain to  me how to move a video, from one folder to another inside LR 4? I've moved pictures from one folder to another inside LR 4 several times before, I just marked the pics I wanted to move, and draged them to the desire

  • RESIZING GIF IMAGES WITHOUT LOSING ANIMATION

    Is it possible to resize a Gif image without losing animation?  I tried but unfortunately lost the animation. I use CS3 Extended.  Thanks

  • GROSS MARGIN 100%

    Hello I have a sales BOM assembly type, when I book an invoice the gross margin calculation is 100% as the base price is empty. It does not copy the component cost price. But the GL account is correct cost of goods is equal to the componentn cost of

  • DSL intermittently stop working for a day (DSL light on, but no Internet access)

    Hi, We have a frustrating problem with our Verizon Business DSL. Three times in the past 2 months it has gone down between 12AM and 6AM in the morning. Each time this happens, the DSL light will stay solid on the modem and it will obtain a valid WAN

  • Any way to salvage video that crashes on recording stop?

    I have a Blackmagic Intensity Pro that I use to record Xbox gameplay through Premiere Pro. Sometime when I go to stop the recording the little screen to name the video does not pop up and I end up with a video that I can't watch. It gets saved with t