Using flowplayer videos in RoboHelp 9

Hi folks.
I'm having real difficulty with intalling flowplayer into RH9 topics. I've followed many of the options on the flowplayer website and all of them seem to fail after they have been added to the RoboHelp topic. The code below takes a hyperlink to the video and then loads it into a player that displays at 100% of the frame (this is controlled by a separate css file).
The code I'm using is (approximately):
<body>
<a class="inline-video" href="http://pathtomymovie.mp4" id="player"></a>
<script type="text/javascript">flowplayer("player",
          {src: 'http://rss.serif.com/rss/flowplayer/flowplayer.commercial-3.1.1.swf',  wmode: 'transparent'},{
    clip: {          scaling: 'fit' },
    });</script>
</body>
The css snippet is as follows:
html, {height:100%;}
a.inline-video {
                 display:block;
                 width:100%;
                 height:100%;
                 margin:0 auto;
                 text-align:center;  }
body {
                    height:100%;
                    font-family:Verdana;
                    font-size:9pt;
                    background-color:#ffffff;  }
This works fine when previewed and when added by hand to an output file. However, I really need to be able to put this into a topic and generate the webhelp on an ad hoc basis.
I have three main problems. The first is that Robohelp removes the code that it doesn't understand and often adds it's own to replace it. Before upgrading to 9 I managed to get around this by ensuring that once created, the file wasn't reopened but this doesn't help if you accidentally open it for some reason.
The second issue I have is that when the file is generated, Robohelp insists on specifying the javascript lang version as 1.2. This is completely incorrect.
My third issue is that although I can con RH9 into generating the html by not reopening the topic after it's been edited, it doesn't work if I add breadcrumb links to the bottom of the topic instead of the top. The video simply won't display at all.
The path to the javascript file in the header seems to remain unchanged as expected apart from again adding a lang version on export.
Has anyone else tried this? I'm really desperate to find a workable solution.
Thanks and Regards,
Caroline

Hi Willam,
Sorry about not replying sooner, I've had difficulty getting online since my last post!
Thanks for your input, I did try it but couldn't get consistent results. However, I have found a way that works (and that RoboHelp accepts without complaining). In case anyone else ends up with a similar problem, here's the code:
This need to go somewhere in the <head> </head> section.
<script type="text/javascript" src="http://pathtoflowplayerjs/flowplayer-3.1.1.min.js"></script>
<body>
<!-- Create player container complete with splash image. I ended up having to have a splash image due to some compatibility problems with FireFox. It 'should' also work by removing this and
<div id="player" class="inline-video">
instead simply leaving the DIV tag empty -->
<img class="splash" src="../Graphics/UI/splash.png" alt="" style="border: none;"
   border="0" />
</div>
<!-- Script to install player and video clip into the previous player container -->
<script type="text/javascript">flowplayer("player", {src: "http://pathtoflowplayer/flowplayer.commercial-3.1.1.swf", wmode: 'transparent'},
                //Set Product Key
                key: '#$xx00x0xxx0000xxx0x0',
                //Setup Clip options
                clip: {
                // in url: only change folder and filename to match video file path
                                url: "http://pathtovideo/myvideo.mp4",
                                autoPlay: true,
                                autoBuffering: true,
                                scaling: "fit"
                //Setup Play options
                play: {
                                label: null,
                                replayLabel: "click to play again"
);</script>
</body>
</html>
The following css tells the splash image and player to resize to the browser (or frame) and ensures that the player controls are always visible:
/* ensures that the html page and body is reset to 100 percent */
html, body {height:100%;}
/* styling for the actual flowplayer container */
div.inline-video {
            display:block;
            width:100%;
            height:84%;
            margin:0 auto;
/* styling for splash image */
img.splash {
   width:100%;
   height:auto;
(This code leaves RoboHelp feeling all warm and fuzzy and it doesn't feel the need to butcher it on output.) My thanks to everyone that has looked into this for me and I hope that it may prove useful to others in the future.
Many thanks,
Caz

Similar Messages

  • Flash streamed via RTMP (using Flowplayer) does not work; does in IE 9.

    I have the latest Flash plug-in and Firefox 6.0.2. Flash files from YouTube work. However, Flash in Flowplayer -- using RTMP streaming -- does not load.
    The following page works with latest version of Flash in IE 9:
    http://www.3xconversionformula.com/replay/short
    However, it simply will not load in Firefox.
    I do NOT have any ad blocking plugins, etc.
    The Flowplayer page actually allows you to test HTTP vs RTMP vs no streaming and Firefox hangs on RTMP. So, I believe I have found out what the bug is for you, but updating Flash will not remedy the situation. It seems to be a Firefox problem.

    AVG 9.0 is installed and the video (Flash in Flowplayer) works with IE 9 and Chrome.
    Flash video works in Firefox, but not all Flash files. Flash in Firefox works with YouTube, Adobe's Flash website, and various other places, but not everywhere.
    2 URL's are supplied above that contain Flash content that does not work with my Windows 7 (64-bit) Intel Core i7 Toshiba laptop with NVIDIA GeForce graphics card.
    On the Flowplayer website -- someone who should know how to properly implement their player with Flash -- Flash does work with Firefox when HTTP and no streaming are used. However, nobody seems to note that this does not work for RTMP streaming.
    So, Flash works -- sometimes -- but not all the time. However, the VERY same Flash files DO work on SAME laptop with SAME firewall and no problems with IE 9 and Chrome. Bottom line: RTMP streaming seems to be the issue with Firefox as pointed out on the following website:
    http://flowplayer.org/setup/index.html
    Attached images:
    1. HTTP Streaming
    2. RTMP Streaming - Faulty
    3. No Streaming
    NOTE: Website states, "RTMP The most advanced video streaming technology today."
    The following 2 videos will not work with my Firefox:
    http://www.3xconversionformula.com/replay/short -- uses Flowplayer as its Flash player.
    http://www.schedulicity.com/Essentials/Video-Gallery.aspx -- uses Brightcove as its Flash player.
    YouTube works. Also, the Brightcove website itself does work. So, its the implementation of Flash players -- not Flash itself -- that seems to be the problem. However, its not a problem with old versions of Firefox, nor IE 9 or Chrome.

  • Embed a video in RoboHelp HTML 10

    Hello,
    It seems a few people have asked questions similar to this but I haven't found a good answer. We create videos in Camtasia as MP4 files. We would like to insert the videos into RoboHelp 10. The output we are using is WebHelp and I need the videos to work in Chrome, Internet Explorer, and Firefox. I'm not HTML savvy, however one of the developers here helped me and we inserted this into the HTML:
    <video width="320" height="240" controls="">
      <source src="VIDEO_FILEPATH" type="video/mp4">
    Your browser does not support the video tag.
    </video>
    And removed:
    <object data="VIDEO_FILEPATH.mp4"
      classid="CLSID:02bf25d5-8c17-4b23-bc80-d3488abddc6b"
      codebase="http://www.apple.com/qtactivex/qtplugin.cab"
      type="video/quicktime"
      style="border: none;">
    <param name="src" value="Images/ConfiguringArcGISDesktopConnections.mp4"
      />
    <param name="autoplay" value="false"  />
    <param name="autostart" value="false"  />
    <param name="ShowControls" value="1"  />
    <param name="controller" value="true"  />
    </object>
    The output worked great in Chrome. In IE 10, the video didn't display at all. In Firefox the audio played but no video (although on the developer's machine it worked fine).
    I have TCS Suite 4 on my laptop and have never really used Captivate. So it's possible I could convert MP4 in Captivate to another format if that will work.
    These files will be deployed on internal servers, not on the Internet.
    Any help would be greatly appreciated!
    Ken

    Ken, until Adobe finally creates a version of RoboHelp that makes anything other than Captivate easy to do, your likely best approach will involve carefully re-creating the Camtasia folder structure created in the output you produced, then carefully adding baggage files from each of the folders to your RoboHelp project.
    Once you have done all this, you then link to the HTML page Camtasia created that presents the video.
    I would strongly encourage everyone to hammer Adobe with feature requests to make this process better and more seamless. Video is everywhere!
    Click here to file a feature request
    Cheers... Rick

  • I got a macbook pro 13 inch core i5  late 2011 , it came with osx lion  and i been using facebook videocalls normaly , now i updated to Mountain lion but when i use facebook video calls in (safari ,chrome ) i see the window box but i only see my self  i c

    i got a macbook pro 13 inch core i5  late 2011 , it came with osx lion  and i been using facebook videocalls normaly , now i updated to Mountain lion
    but when i use facebook video calls in (safari ,chrome ) i see the window box but i only see my self  i can hear my friends but cant see em, they also can see me and hear me but i just see me and hear them .
    any ideas ?

    Your wifi problem sounds very much like the problem I had. The wifi would drop out, the icon showed it was still connected. If I turned it off, I couldn't turn it back on. Another user here pointed me to the problem, which was the wifi cable (the flat cable goint from the card to the motherboard). I found it on ebay for $13 and it's been running fine since I replaced it. This is the repair guide for your machine. The part number will be on there if you click the link.
    http://www.ifixit.com/Guide/MacBook+Pro+15-Inch+Unibody+Late+2011+AirPort-Blueto oth+Cable+Replacement/7510

  • Using s-video out on my Satellite L300D-13Y

    Hello there,
    i hooked up the laptop with my tv using a s-video cable (4metres) and a s-vhs to scart adapter.
    I chose the s-vhs input on the tv but when i choose "extend desktop to this monitor" i get the "do you want to keep this setting" confirmation dialog but the checkbox is automatically disabled. the tv doesnt show anything.
    in the screen chooser it got the two options
    1. pnp monitor (standard) with ATI mobility radeon HD3650
    2. not-pnp-monitor (standard) with ATI mobility radeon HD3650
    i got windows vista.
    Sorry for the poor translations my OS is in german.
    Other questions:
    What options do i have to get a s-video in and HDMI out on my machine, i only got s-video and VGA out.
    thanks a lot

    Hi
    If you connect the notebook to TV using s-video cable then you have to choose TV icon (and not external monitor) using the key combination FN + F5.
    >What options do i have to get a s-video in and HDMI out on my machine, i only got s-video and VGA out.
    This is not possible you cannot convert the analog signal in digital signal (s-video= analog; HDMi=digital) this is no possible.
    You can convert digital into analog but not analog to digital.
    You can try to use an VGA to HDMI converter. Google for that!

  • How to use HTML Video for iPad in iWeb

    I agree with all the advantages of HTML Video. How do you use html video on your iweb site?
    I want my iWeb site video to be viewable on iPads.
    I have learned the technique to use the HTML Snippet tool in iWeb to successfully post Flash video. I created all of my animations using Kenote's keyframe ability and have exported them to Quicktime and then have converted them into flash with Vertical Moon's Video to SWF. Then simply upload the SWF file to a folder on your idisk, then use the Flash Video insert HTML Snippet and insert the idisk url of the SWF file and you are done. What is the technique for HTML Video?
    I have found some HTML video encoders, here are the links:
    http://www.projekktor.com/ the technique is not clear to me and appears complicated.
    http://www.brightcove.com/en/ this one is way too expensive at $99 a month.
    http://jilion.com/sublime/video this one looks great but is not yet available and I am guessing it is a converter that will make your iMovie Quicktime into HTML Video.
    I have all of the i-Apps and Final Cut Express (2 revs out of date). Can I get the proper HTML video file from these programs, unless I am missing something I don't think so.
    Most people do not believe I made my site completely with Keynote and iWeb but here it is. http//www.falcon-pacific.com
    Thank You Very Much for considering my question. I will put the results on my iWeb site and the exact procedure and acknowledge all the sources of the solution.

    I want my iWeb site video to be viewable on iPads.
    Your videos ARE viewable on a iPad. No need for explicit HTML video coding.
    If you export your movies to iPhone that's all there is to do. You can do it in QT Pro/iMovie
    And HTML Video is a HTML code, not the movie itself :
    <video width="480" height="270" src="movie.m4v" controls></video>
    I use the iPad simulator in the SDK :
    http://developer.apple.com/ipad/sdk/
    Here's the result :
    http://ipad.dailynews.webege.com
    My blog : [html5 video|http://www.wyodor.net/blog/archives/2009/06/entry_181.html]
    And some links in my post in this topic : [HTML 5 in IWEB|http://discussions.apple.com/thread.jspa?threadID=2404927&tstart=30]

  • I have copied videos onto an external hard drive. to free memory on my macbook. When I try to delete these I am warned that I will not be able to use this video in existing projects   How do I point iMovie to events in my external  hard drive so I can pl

    I have copied videos onto an external hard drive. to free memory on my macbook. When I try to delete these I am woarned that I will not be able to use this video in existing projects
    How do I point iMovie to events in my external  hard drive so I can play projects which use them?
    MacBook, iMovie 9.0.4

    Hi
    You can do this - by not doing it the way You describe as it will not work.
    a. the external hard disk - MUST BE - Mac OS extended (hfs) formatted -
    UNIX/DOS/FAT32/Mac OS Exchange - will work for most things - BUT NOT FOR VIDEO (iMovie, iDVD or FinalCut doesn't matter)
    b. Do not alter or move any folder named
    • iMovie Event's - or -
    • iMovie Project's
    on DeskTop/Finder - at all
    All moving's of Events and Projects must be done within the iMovie Application - then connections will not break.
    (move them back and see if iMovie remembers them - then do move as described above)
    Yours Bengt W

  • In my first iPhone 5, the speaker didn't work and people could not hear me on Speaker phone when I used it. When I used the video recording it did not record sound at all only a hissing/static sound, no voice.

    In my first iPhone 5, the speaker didn't work and people could not hear me on Speaker phone when I used it. When I used the video recording it did not record sound at all only a hissing/static sound, no voice. I wished for a software fix. I did a hard reset, nothing. I did a full restore to factory settings not putting my backup on and the problem persisted.
    i have been provided with this info
    You can find troubleshooting tips, how-to articles, and moderated
    > > discussion forums on our support website:
    > >
    > > www.apple.com/support
    > >
    > > iPhone: Basic troubleshooting
    > > http://support.apple.com/kb/HT1737
    > >
    I did every step in the link that i have been provided with (thank you), but I’m
    still experiencing the same issue. My experience with Apple has been
    excellent and this has been the first time I have experienced something
    like this with an Apple product. I hope we can find a quick solution.
    In order to get the iPhone 5 as soon as it launched (being a major fan of
    Apple products!), I purchased my iPhone 5 from the UK through a friend of
    mine who lives there.
    My question is: can I have the faulty device replaced within Saudi by one
    of the official resellers here (we have 3: STC, Mobily and Zain)? I want to
    avoid the disruption, complication and expense of sending it back to the
    UK.
    Could you advise whether this is possible or not, and if not how should I
    go about having the device replaced?
    Thank you in advance for your cooperation.

    Nice try! Take a hike.

  • I want to use a video projector with powerpoint can I use my mac to drive it- and what about sound?

    I want to use a video projector with powerpoint can I use my mac to drive it- and what about sound?

    Hi Scott,
    You should be able to. If the projector has a speaker with acceptable sound, that's one option, otherwise powered speakers or a surround system.
    What connections does the projector have?
    Exactly which MBP do you have?

  • I had Leopard on may Mac. I upgraded to Mountain Lion using Snow Leopard. I can't use my video with Mountain Lion. Can I load Snow Leopard on an external hard drive so I can use it with my camera?

    I had Leopard on may Mac. I upgraded to Mountain Lion using Snow Leopard. I can't use my video with Mountain Lion. Can I load Snow Leopard on an external hard drive so I can use it with my camera?

    First, you cannot do this if you have a Boot Camp partition.
    Second: Create a new partition.
    1. Restart the computer and after the chime press and hold down the COMMAND and R keys until the menu screen appears. Alternatively, restart the computer and after the chime press and hold down the OPTION key until the boot manager screen appears. Select the Recovery HD and click on the downward pointing arrow button.
    After the main menu appears select Disk Utility and click on the Continue button. Select the hard drive's main entry then click on the Partition tab in the DU main window.
    2. You should see the graphical sizing window showing the existing partitions. A portion may appear as a blue rectangle representing the used space on a partition.
    3. In the lower right corner of the sizing rectangle for each partition is a resizing gadget. Select it with the mouse and move the bottom of the rectangle upwards until you have reduced the existing partition enough to create the desired new volume's size. The space below the resized partition will appear gray. Click on the Apply button and wait until the process has completed.  (Note: You can only make a partition smaller in order to create new free space.)
    4. Click on the [+] button below the sizing window to add a new partition in the gray space you freed up. Give the new volume a name, if you wish, then click on the Apply button. Wait until the process has completed.
    You should now have a new volume on the drive.
    It would be wise to have a backup of your current system as resizing is not necessarily free of risk for data loss.  Your drive must have sufficient contiguous free space for this process to work.
    Third: Install Snow Leopard.
    Boot from your Snow Leopard DVD. Follow instructions for installation being sure that before you actually install Snow Leopard you have selected the new partition as your target destination.
    Booting From An OS X Installer Disc
      1. Insert OS X Installer Disc into the optical drive.
      2. Restart the computer.
      3. Immediately after the chime press and hold down the "C" key.
      4. Release the key when the spinning gear below the dark gray Apple logo
          appears.
      5. Wait for installer to finish loading.

  • Unable to use the video or call feature on Live Messenger version 2009

    Since installing version 2009 I am not not able to use the video or call feature. I am getting the below messages.
    1)Your computer does not have a sound card, or a sound card is not selected.
    2)Messenger is not available right now. Please try again later. (0x8ac70004)
    3)Unable to run audio or video setup from Live messenger
    My Laptop is a Toshiba Satallite A105-S4334 model.I am using Windows XP 2002, SP3.What must I do to correct this problem?

    Hi abyfate,
    Thanks for visiting Apple Support Communities.
    You may find the steps in this article useful for troubleshooting your cellular connection:
    iPhone: Troubleshooting a cellular data connection
    http://support.apple.com/kb/ts3780
    Regards,
    Jeremy

  • Using a video file in Flex ?

    I've been trying to use one video file in my flex project but the problem here is that after giving the source location it's not showing anything except a black pane and the format of the video file is in .AVI.I'm using VideoDisplay class to show the video.
    Any help on this guys...

    Just check it with the .flv files. If it works fine for them
    then your code is fine and you have to search for your format or convert it in flv my any means.
    with Regards,
    Shardul Singh Bartwal

  • AC Power stops when using s-video output

    This only happens when using the s-video output. It usually takes about an hour before the ac power adapter stops working then the powerbook switches to battery power.
    For all other times when not using the video output, it would work normally [ i could leave the ac power plugged in for weeks without this problem occuring ].
    Is there a way to fix this when using the s-video output.
    Powerbook G4 1.33 GHz   Mac OS X (10.4.6)  

    If you know someone with another 65W power adapter I would try using it to see if it does the same thing. If it doesn't then you know to buy a new power adapter.

  • HT4108 What is required to use the video composite out on the iPhone 4.  Left and right audio works ok

    What is required to use the video composite out on the iPhone 4   The left and right audio works ok

    Please not that the iPhone uses mono channel for internal speakers, the other path that you see is not the speaker per say. It is the phone microphone. Try using headphones, you will hear both channels. If the problem still persists when using headphones, check your sound balancing in the settings. Go to setting-general-accessibility scroll down and check the slide under mono audio. It should be put at the centre for you to hear both channels ON YOUR HEADPHONES

  • Using a video adapter with Leopard

    I have a fellow teacher who has always used her eMac with a video adapter to connect to her TV to share with her students what was on her screen. During the summer, her eMac was updated to Leopard. Now nothing will show on her TV. The adapter works on an eMac running Tiger, but not the Leopard machine. I see where early complaints of Leopard included not being able to use a video adapter, but is there now a "work around"? The computer recognizes the fact that an adapter is used if you click on the display icon on the menu bar, but nothing shows up on the TV - any ideas???

    I'd like to know about a workaround too. My guess is there isn't one if the eMac only has one video output. What it seems that Leopard does is try to recalibrate settings for every new monitor, and it doesn't work well with the video adapter. If you're able to view the eMac WHILE the monitor adapter is connected, maybe you can try changing the settings under "displays" (bring colors down from millions to thousands, change from NTSC to PAL, etc...see if any of that gives you TV picture.)

Maybe you are looking for