How to add [playheadtime / totaltime] to FLVPlayback skin

I need to add [playheadtime / totaltime] to my FLVPlayback
skin so that I can see it while the video is in fullscreen mode.
Thanks in Advance,
Siraj R Khan
[email protected]

Answer: You can add your movieClip or button to FLVPlayBack
component, like i did.
uFlvPlayer.addChild(PlayTime_txt);
It works in FullScreen mode now.

Similar Messages

  • Is there any way to add graphics to the FLVPlayback's skin background?

    Try as I might, any visual changes to the ChromFill (border_mc) of the FLVPlayback skin does absolutely nothing.  I understand how alpha and color can be changed, but what if I want the color to be a linear gradient?  Or an image?
    I thought that perhaps making the background alpha zero and then adding my own background would work, but then it won't resize when the player goes fullscreen.

    Other Single Source Layouts refers to outputs such as JavaHelp so I have moved this to RoboHelp HTML.
    Depends what you mean by "authorised" and where the help is. If you mean any employee of a company and the help is on a server only accessible to them, job done. If it is on the web, then anyone can access it unless your developers add some security. There is nothing built into RoboHelp so it's down to your developers and permissions to access the location.
    CHMs should be on the local drive of the user.
    Hope that helps.
    See www.grainge.org for RoboHelp and Authoring tips
    @petergrainge

  • How to add Skin/Theme to VC++ MFC Application

    How to add skin/Theme to full VC++ MFC Application.
    default Theme is looks like a old window screen . so i trying to change the theme of the application.
    i need to change the good (look and feel) Skin/Theme.
    How Can i achieve this? There is any possible to do this?
    Thanks

    First way:
    The MFC that is in use with VC2008 and later you have the possibility to use the CMFCVisualManager* classes and you can derive an own class that has a skin you create on your own. The problem is this classes are not very well documented and I would not know
    there is an good example that shows on how to do that.
    2nd way:
    You use an own skin framework and do all by your own, the advantage is you know how your skin manager works, the bad thing may be, it can be a lot of work dependig what controls / window parts you want to skin. Here a nice example on making an own skin manager:
    http://www.codeproject.com/Articles/744/EZSkin-A-Primitive-Framework-for-building-skinnabl
    3rd way:
    Using commerical tools. The good thing is you have support, if there are problems. The bad part is you must pay money:
    http://skincrafter.com/
    http://www.stardock.com/corporatesolutions/DirectSkin/
    http://www.codejock.com/products/SkinFramework/
    Best regards
    Bordon
    Note: Posted code pieces may not have a good programming style and may not perfect. It is also possible that they do not work in all situations. Code pieces are only indended to explain something particualar.

  • Button Skin: How to add button properties (over, down,up)

    Hi all,
         I made a custom button "skin" because I want my buttons to be images with NO box or border around it and it works great, but I don't know how to add the button functionality. ex. In "over" state buttons tend to light up and in "down" state they tend to get darker. Anyone know how to apply this to an image??? below is my code. Thanks guys!!
    <?xml version="1.0" encoding="utf-8"?>
    <s:SparkSkin xmlns:fx="http://ns.adobe.com/mxml/2009"
                 xmlns:s="library://ns.adobe.com/flex/spark"
                 xmlns:mx="library://ns.adobe.com/flex/mx" width="64" height="64">
        <fx:Metadata>
            [HostComponent("spark.components.Button")]
        </fx:Metadata>
        <s:states>
            <s:State name="over" />
            <s:State name="down" />
            <s:State name="up" />
            <s:State name="disabled" />
        </s:states>   
        <mx:Image source="@Embed(source='assets/images/lightbulb.png')"/>
    </s:SparkSkin>

    You could try something like this:
    <?xml version="1.0" encoding="utf-8"?>
    <s:SparkSkin xmlns:fx="http://ns.adobe.com/mxml/2009"
                 xmlns:s="library://ns.adobe.com/flex/spark"
                 xmlns:mx="library://ns.adobe.com/flex/mx"
                 width="64" height="64">
        <fx:Metadata>
            [HostComponent("spark.components.Button")]
        </fx:Metadata>
        <s:states>
            <s:State name="over" />
            <s:State name="down" />
            <s:State name="up" />
            <s:State name="disabled" />
        </s:states>   
        <mx:Image source="@Embed('assets/images/lightbulb.png')"
                  source.over="@Embed('assets/images/lightbulb_lit.png')"
                  source.down="@Embed('assets/images/lightbulb_dark.png')"
                  source.disabled="@Embed('assets/images/candle.png')" />
    </s:SparkSkin>
    Peter

  • How to add a custom multimedia playback control to add a time line of what is being played?

    How to add a custom skin in multimedia playback control to add a time line of what is being played?  As it is being played...
    I need a time line so any part of the what is being played can be found by time, ie at 1 minute and 30 seconds in and continues for 45 seconds out of a 50 minute audo.

    If you're talking about a playback controller within the rich media annotation (RMA) then you need to write your own widget in Flash or Flex, and then place the video and widget files using the multimedia "Add Flash" tool in Acrobat instead of the "Add Video" tool. Aside from a bunch of proprietary code to handle events, commenting and the API (which you can live without for basic play-pause-scrub applications), video RMAs are just an embedded SWF file containing an FLVPlayback component. The skin and the video file itself are added to the RMA as resource entries. You can build your own version and have it display whatever controls you want, provided you know how to write ActionScript!
    If you're talking about a controller that's external to the RMA (e.g. a series of links or buttons elsewhere on the page) then in the past you would use FLV video files and the 'cue points' feature that's built into Acrobat - however Adobe removed the ability to create FLV files in the latest version of CC, so unless you have CS6 or earlier it's a non-starter. Instead you can manually set playback start points using the special "multimedia operations" link action in your PDF - though stopping playback at a defined point is very difficult without FLV cues. For that you're back to writing your own widget.

  • How to add a custom Attachment Category

    Hi All,
    When we add Attachement in standard apps pages( by clicking on Add Attachment Button)
    The Attachment Page will be opened,
    */oracle/apps/fnd/framework/attachments/webui/FND_ATTACH_UPLOAD_PAGE*
    When you add the attachments, you can mention the Category(from message choice, which will be pickup from a VO
    (oracle.apps.fnd.server.FndCategoryNameVO)
    I would like to add a custom category. How to add it.
    I have got an option of Adding a new category from "Application Developer" -> "Attachments" -> "Categories"
    I could add the categories, But how to get those newly added categories in a standard apps page,
    Eg. /oracle/apps/pon/negotiation/creation/webui/ponDefineHdrPG
    Thanks.
    With Regards,
    Kali.

    If you're talking about a playback controller within the rich media annotation (RMA) then you need to write your own widget in Flash or Flex, and then place the video and widget files using the multimedia "Add Flash" tool in Acrobat instead of the "Add Video" tool. Aside from a bunch of proprietary code to handle events, commenting and the API (which you can live without for basic play-pause-scrub applications), video RMAs are just an embedded SWF file containing an FLVPlayback component. The skin and the video file itself are added to the RMA as resource entries. You can build your own version and have it display whatever controls you want, provided you know how to write ActionScript!
    If you're talking about a controller that's external to the RMA (e.g. a series of links or buttons elsewhere on the page) then in the past you would use FLV video files and the 'cue points' feature that's built into Acrobat - however Adobe removed the ability to create FLV files in the latest version of CC, so unless you have CS6 or earlier it's a non-starter. Instead you can manually set playback start points using the special "multimedia operations" link action in your PDF - though stopping playback at a defined point is very difficult without FLV cues. For that you're back to writing your own widget.

  • Is there a way to use/fix FLVPlayback skins provided with the product?

    Some of the "skins" for the FLVPlayback component cannot be used as delivered in the Flash Professional CS5 package.
    For instance, if you try simply to run the .swf file: MinimaSilverPlayBackSeekCounterVolMuteFull.swf in Program Files/Adobe/Adobe Flash CS5/Common/Configuration/FLVPlayback skins/ActionScript 3.0, you get the following error message:
    VerifyError: Error #1014: Class fl.video::UIManager could not be found.
    Such a skin cannot be used in a published application (though it will work within the Flash IDE in Test mode).
    Not all the skins have this problem. However, at least all of the Minima prefixed ones do. Of course the one I wish to use is broken. Is there a way I can fix this? If I try to publish the corresponding .fla (in FLVPlayback skins/FLA/Action Script 3.0 I get "Warning: unable to load SWC FLVPlaybackAS2.swc".

    Well I don't really understand the position you are taking here. Did you try to run the examples I gave?
    I will be a sport, though, and back up here and explain more fully.
    I had originally built a rather trivial application to experiment with the FLVPlayback component. I did this with AS-3, by the way.
    As I tried different skins I found, strangely, that when I used one of the Minima ones (for instance, the one that I listed several times above), that it would run fine in the IDE in test mode, however when I ran the published application it would not run correctly. It generated instead this error message about the fl.video class not being found.
    In trying to determine the cause of this, I found that this same error would be generated, just by trying to run the Minima skin (swf) in the Flash player by itself. And sure enough those skins that did NOT have the problem with my trivial app also did not generate any error when the swf was run in the Flash player.
    So, as you hopefully can see, I took my application out of the equation here. The question of interest is why do some of the unmodified swf skin files generate the class not found error and can they be fixed (or is there anything I can do to fix them) so that error does not happen. I had even tried to use the original FLA file for the skin (as I described in my earlier post) and recompile it. However that caused a compile error (listed in the original post) that is indicative of some AS2 being mixed in, possibly from some sub-component.
    So I guess all I was hoping for was that you would try to run the AS3 Minima...swf skin listed earlier straight from the product installation. Just run it with the Flash player. If it doesn't generate the error for you then perhaps there is something odd about my CS5 installation, or environment, or ...
    If you don't want to try this, that is your perogative. Perhaps someone else can/will. Or perhaps I can submit this as a bug? (I do not know the mechanism for that)
    I am not trying to be argumentative here. Rather, I have tried to isolate the issue. I don't know how else I can make this clear.

  • How to add custom message in place of default message  for af:inputDate

    Hi ,
    I am using JDeveloper 11.1.1.6.0  ,
    how to display the custom message <af:inputDate in place of default message "please enter valide date or Time" . i am trying through converter datepicker icon is disable .please help me how to add client side converter.
    Thanks
    ARm

    Hi,
    see the ADF Faces skin selector: http://docs.oracle.com/cd/E23943_01/apirefs.1111/e15862/toc.htm#inputDate
    Its has a resources string that you can use to change the message: af_inputDate.TIP_TITLE_SELECT_DATE
    For more see:
    Customizing the Appearance Using Styles and Skins - 11g Release 1 (11.1.1.6.0)
    Frank

  • Non-Standard Buttons in FLVPlayback skin

    I posted this before but I don't think I explained it very
    well. I'm trying to add a non-standard button to my FLVPlayback
    skin, but it's not showing up. Can you add new buttons (with new
    functionality) to FLVPlayback skins or can you only edit the
    existing ones? This should be similar to adding a logo, does anyone
    have a tutorial or anything on adding a logo to an FLVPlayback
    skin?

    Look
    Here Edit the bar at the bottom of the Skin FLA, and add what
    you want to that... unlock all layers, select all, then resize, add
    a layer and put what you want. Then when selecting a skin for your
    FLVPlayback component, select Custom Skin, and target it.

  • How to add background image in ADF?

    How to add my own image background for body using ADF skin components ?
    please share the link if you have any demo code .

    you can use css to customize skin of af:document. something similar to this
    af|document
      background-image: url("../../img/Bluehills.jpg");
    body {
      background: url("/img/body_bg.gif") repeat-x #E0E0E0;
    }if you are using Jdev release 2 then you can simply do this from Skin editor check this link for more info http://download.oracle.com/docs/cd/E18941_01/tutorials/jdtut_11r2_83/jdtut_11r2_83.html
    Edited by: Zeeshan BaiG on Jul 12, 2011 10:33 AM

  • How to add fingerprint to 5s? I can`t press add a fingerpint please HELP ios 8,0,2

    How to add fingerprint to 5s? I can`t press add a fingerpint please HELP ios 8,0,2

    Hi, SillDeividas.  
    Thank you for visiting Apple Support Communities. 
    Here is an article that I would recommend taking a look at for this issue.  
    Get help with Touch ID
    Make sure that you're using the latest version of iOS.
    Make sure that your fingers and the Home button are clean and dry.*
    Cover the Home button completely. Don't tap too quickly, don't press down hard, and don't move your finger while Touch ID is scanning. Make sure that your finger touches the metal ring around the Home button.
    If you're using a case or screen protector, make sure it doesn't cover the Home button or the surrounding ring. If it does, remove the case or screen protector and try again.
    Tap Settings > Touch ID & Passcode and make sure that iPhone Unlock or iTunes & App Store is on. Also make sure that you've enrolled one or more fingerprints.
    Try enrolling a different finger.
    If you can't enroll any of your fingers, take your device to an Apple Retail Store, Apple Authorized Service Provider, or contact AppleCare for help.
    * Moisture, lotions, sweat, oils, cuts, or dry skin might affect fingerprint recognition. Certain activities can also temporarily affect fingerprint recognition, including exercising, showering, swimming, cooking, or other conditions or changes that affect your fingerprint.
    iPhone 5s: Using Touch ID
    http://support.apple.com/kb/HT5883
    Cheers,
    Jason H.

  • Showing Hand cursor in  FLVPlayback Skin

    How can we show hand cursor in FLVPlayback Skin for Flash 9?
    I have tried giving "MC.buttonMode = true" but it didnt help.
    Any suggestions?
    Thanks in Advance,
    Siraj Khan
    [email protected]

    Flash & Flash 9 provide you ready-made skins for
    FLVPlayback component. It includes Play/Pause button, Volume bar,
    Scrub, FullScreen button etc. By default when a user moves the
    mouse over any of the components / buttons it doesn't show mouse
    turning as hand cursor. I hope it clarifies the your doubt. Kindly
    let me know if u need further clarifications.
    Thanks for responding,
    -Siraj

  • How integrate add-onsin the distributive of firefox 4

    How integrate add-ons(for example, flashgot) to distributive of firefox 4 for automatic install . In version 3.6.X I put unpacked xpi to directory \nonlocalized\extensions\. Now it don't work. Firefox reports the incompatibility of these , although they are manually installed properly.

    Use this nifty little tool to accomplish that, just look around in the settings and youll find it.
    http://browse.deviantart.com/customization/skins/web/firefox/#/d34dzvv

  • I need to know how to add closed captioning to a project Captivate 6

    I need to know how to add closed captioning in a project in Adobe Captivate 6.  It is a software demo single recording.  I don't see where to go to create closed captions or change accessilbity preferences.

    Hi there,
    First thing that you need to do is go to Project > Skin editor > and check the box for Closed Captioning button in playbar.
    A slide must have a slide audio or Slide Video to add CC notes in it.
    Go to Windows > Slide notes, to view the slide notes panel, and click on + sign to add Closed captioning notes.
    Please check this article to add CC in project: http://helpx.adobe.com/captivate/using/slide-notes.html
    Check this article for accessibility in Captivate : http://help.adobe.com/en_US/captivate/cp/using/WSc1b83f70210cd101-157ec7f211c7ef6052c-7fff .html
    Thanks.

  • FlvPlayback Skin Custom Button calling external function

    Hi,
    I have a custom movie clip in the flvplayback skin and I am looking for a way to call an external js function. This is what I got inside the skin
    my_object.addEventListener(MouseEvent.CLICK, externalFunction);
    function externalFunction(){
        ExternalInterface.call("ExternalFunction");
    Unfortunately, the ExternalFunction is not being called at all. What am I missing here?
    Any help is highly appreciated. Thanks

    Here you go.
    <div id="customEngine_Container" style="z-index: 10001; border: 0px none; width: 400px; height: 550px; position: fixed; bottom: 100px; right: 100px;">
    <object width="400px" height="550px" id="customEngine_Container_o" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000">
    <param name="movie" value="customEngine.swf"><param name="quality" value="high">
    <param name="FlashVars" value="movieUrl=customEngine-demo-video.flv&amp;skinUrl=customSkin.swf&amp;width=400&amp;height=550&amp;">
    <param name="menu" value="false"><param name="wmode" value="transparent">
    <object width="400px" height="550px" id="customEngine_Container_o" type="application/x-shockwave-flash" data="customEngine.swf">
    <param name="movie" value="customEngine.swf">
    <param name="quality" value="high">
    <param name="FlashVars" value="movieUrl=customEngine-demo-video.flv&amp;skinUrl=customSkin.swf&amp;width=400&amp;height=550&amp;">
    <param name="menu" value="false"><param name="wmode" value="transparent">
    <a href="http://www.adobe.com/go/getflash">
    <img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player">
    </a>
    </object>
    </object>
    </div>
    May I ask, how is it relevant to AS skin calling JS?

Maybe you are looking for

  • G5 Wont boot.

    I've searched and i've searched, and i can't really find a similar problem to this. It would seem most G5 boot issues are ram related.. Anyway. It's a G5 1.8 SP, launch model. Yep, about 7 years old now. Running 10.5.8 The boot HD is a 500GB and only

  • How to import a book from iPhoto 9.2 to aperture 3

    Can I import Projects (Photobooks) from iPhoto 9.2 to Aperture 3? I have all my library on iPhoto and I would like to be able to transfer it completly to Aperture. Some advice would be great, since I am new to Aperture, Thanks!

  • N97 file corrupted when installing files

    My N97 was working well untill yesterday when I tried to download something from ovi store. It asked if I wanted to install the newest version of the store which I tried to do but it keeps saying 'file corrupted' and cancels the installation. This me

  • Password is INVALID through GODADDY link but works on "view published site"

    I have a password protected iweb site. The password i put in when i visit my website url i got through GODADDY doesnt work. But it works when i type it in when i click on the visit published site now. Help? How do i make it work using the url that i

  • Compact all external files in a single projector

    there is a xtras or a tool that compact all external files in a single projector? that have the same function of zinc , i can put all external files in a library and when i execute the application unpack all files in a directory