Adding full screen button to DW Flash video?

When I finish a project, I take the video out of Apple Compressor as a .flv file.  I then take this and drag it into an HTML file in DreamWeaver.  This brings up the "Insert FLV" window, where I can choose some controls, set auto play, etc.  None of the preset controls has a "full screen" button.  I'm looking for a way to add this functionality to our web site.  Are there either 1) other controls templates that I can download that have this built in or 2) an easy way to add full screen fuctionality to that already existing template?  Bear in mind I know little about using the Flash program itself, but I have and I will if I need to manually edit something.  Ideally, there would be just some other template that I can download to do this kind of thing.
Any ideas?
Thanks!
Carl

Thanks for the reply.
I've already thought of YouTube, but our organization's filter occasionally blocks YouTube content, therefore it's unreliable for us to use for our internal viewers (we are a school district)
Your Option 2 doesn't work for us because we don't want to open and use Flash each time we embed something.  Our workflow is quick now because it comes right from compressor and goes right to DreamWeaver.  The ONLY drawback is that we can't make it full screen, which is what I"m trying to rectify.  I don't want to add another program/step into the mix here.
Ideally, the solution to this would be a place I can download a "plugin" template for Dreamweaver to add more options to the drop down list when I add the flv to the web page, that would of course include a full screen button.  The other option would be a resource I can use to figure out how to modify the existing Flash settings to use Flash to make a full screen button on that.
Ideas?
Thanks

Similar Messages

  • No full screen button for many flash videos (with the exception of youtube).

    I am using windows 8.1. I have updated flash and firefox. I can watch full screen videos on youtube but on sites like thedailyshow.com or southparkstudios.com there is no full screen button (only a cc button). I can find the button in chrome but not in ie or ff.

    If I understand correctly, your instructions enable a web page to be viewed in full screen. I'm having trouble viewing videos in full screen. No button exists to expand a video. I can expand any video on any browser on YouTube but the button isn't there when watching videos on sites like dailyshow.com or southparkstudios.com (it's there in Chrome but not in ff or ie, which leads me to believe it's not an Adblock plus, et al issue.
    Thanks in advance for your help.

  • How do I add a full-screen button to mp4 videos?

    I am making a multi-screen HTML 5 help project.  We want to add videos.  Right now the videos are mp4, but really we could convert them to anything.  I want the videos to appear on the page at a nice small specified size.  That I can do.  However, I want the user to be able to expand the video to a boarderless full-screen size, similar to Youtube videos.  I can't find any option to add a full-screen button to the video player.  Can it be done in Robohelp?  Do I have to buy an external video player?
    Thanks.

    Despite the similarity in names, Java and JavaScript are separate languages. For embedding Flash players or controls in web pages, you would be using JavaScript.

  • Adding full screen code into Captivate 5's basic Button Widget

    Hi everyone!
    I was able to create a full screen button in Flash that works with Captivate 5 projects, however, I want to be able to active the full screen feature for every button created using the basic 'button' widget that comes with the Captivate program.  I am not a AS3 programmer so I think my issue is that I am confused as  to where to place the full screen code into the existing 'button widget'  code. Below is the code ...
    Thanks in advance!!
    edlearner
    HERE IS THE FULLSCREEN CODE THAT I USE
    button_name.addEventListener(MouseEvent.CLICK, fullScreen_action);
    function fullScreen_action(event:MouseEvent):void {
    stage.displayState=StageDisplayState.FULL_SCREEN;
    stop();
    HERE IS THE BASIC CODE FOR THE BUTTON WIDGET IN CAPTIVATE 5
    //..........................Template for Static Widget(AS3)....................
    //flash construct to use external interface : This is needed to use flash functionality for communication between two swfs
    import flash.external.ExternalInterface;
    import fl.controls.ComboBox;
    var widgetMode:String = '';
    var widgetParam:String = '';
    var varHand:Object = null;
    var movieHandle:Object = null;
    XML.prettyIndent = 0;
    XML.prettyPrinting = false;
    XML.ignoreWhitespace = true;
    var checkUpdatedXML = false;
    var playedByButton = false;
    var pauseFrame = 0;
    var addednoskipframe = false
    var myXML:XML;
    var myData:String = '<element1><textProperties><font face="Trebuchet MS" style="" size="12"/><textDecoration bold="true" underline="false" italic="false"/><color textColor="0x000000" highlightRequired="false" highlightColor="0xffffff"/></textProperties><captions style="BUTTON_1" themeLabel="0" backColor="0xffffcc" eventAssign="" eventParam="" txtXPos="9" txtYPos="4" imgXPos="190" imgYPos="40" a="1" b="0" c="0" d="1" tx="0" ty="0" bgSelected="false" borderColor="0xff9933" borderSelected="false" containerXPos="" containerYPos=""><text visible="true" width="42" height="20" a="1" b="0" c="0" d="1" tx="18" ty="4">Button</text><image visible="false" width="22" height="18" a="1" b="0" c="0" d="1" tx="NaN" ty="NaN"></image></captions></element1>';
    var xmlConfig:String = '<configs><styles label="Ivory" movieclip="BUTTON_1" backColor=""/><styles label="Frosted" movieclip="BUTTON_8" backColor=""/><styles label="Grey Space" movieclip="BUTTON_9" backColor=""/><styles label="Honey Comb" movieclip="BUTTON_10" backColor=""/><styles label="Mountain Blue" movieclip="BUTTON_11" backColor=""/><styles label="Aero" movieclip="BUTTON_12" backColor=""/><styles label="Gradient" movieclip="BUTTON_13" backColor=""/><styles label="Vivid 1" movieclip="BUTTON_14" backColor=""/><styles label="Vivid 2" movieclip="BUTTON_15" backColor=""/><styles label="Aqua" movieclip="BUTTON_16" backColor=""/><styles label="Glitter" movieclip="BUTTON_17" backColor=""/></configs>';
    //var xmlConfig:String = '<configs><styles label="Button 1" movieclip="BUTTON_1" backColor=""/><styles label="Button 2" movieclip="BUTTON_2" backColor=""/><styles label="Button 1" movieclip="BUTTON_1" backColor=""/><styles label="Button 2" movieclip="BUTTON_2" backColor=""/><styles label="Button 3" movieclip="BUTTON_3" backColor=""/><styles label="Button 4" movieclip="BUTTON_4" backColor=""/></configs>';
    var myConfig:XML = new XML(xmlConfig);
    var myWM = "";
    var mc:MovieClip;
    CaptionMc.visible = false;
    textFormatterMc.visible = false;
    //update ();
    var objName;
    function fnHandleButtonEvent (evt:MouseEvent)
        if (varHand != null)
            switch (Number(myXML.captions.@eventAssign))
                case 1 :
                    varHand.rdcmndResume = 1;
                    break;
                case 2 :
                    varHand.rdcmndPrevious = 1;
                    break;
                case 3 :
                    varHand.rdcmndNextSlide = 1;
                    break;
                case 4 :
                    varHand.cpCmndGotoSlide = varHand.cpInfoLastVisitedSlide;
                    varHand.rdcmndResume = 1;
                    break;
                case 5 :
                    if(varHand.rdinfoCurrentSlide != (Number(myXML.captions.@eventParam) - 1)){
                        varHand.cpCmndGotoSlide = Number(myXML.captions.@eventParam) - 1;
                        varHand.rdcmndResume = 1;
                    break;
                case 6 :
                    navigateToURL (new URLRequest(myXML.captions.@eventParam), "_blank");
                    break;
                case 7 :
                    navigateToURL (new URLRequest("mailto:"+myXML.captions.@eventParam), "_blank");
                    break;
            playedByButton = true;
    function update ()
        myXML = new XML(myData);
        if (myWM == "Edit")
            textFormatterMc.setData (myXML.textProperties);//strCaptivateXML:String
            textFormatterMc.init ();
            CaptionMc.setData (myXML.captions, textFormatterMc);
            CaptionMc.setConfig (myConfig.styles);
            CaptionMc.init ();
            CaptionMc.visible = true;
            textFormatterMc.visible = true;
            var arr = [textFormatterMc.sizeSelectorMc];
            initCursor(arr);
        else
            CaptionMc.visible = false;
            textFormatterMc.visible = false;
            if(mc != null){
                removeAllChildren(mc);
            }else{
                mc = new MovieClip();
                addChild (mc);
            var xmlRef = myXML.captions;
            var textMatrix:Matrix = new Matrix(xmlRef.text.@a, xmlRef.text.@b, xmlRef.text.@c, xmlRef.text.@d, xmlRef.text.@tx, xmlRef.text.@ty)
            var txt:TextField = new TextField();
            objName = txt;
            txt.name = "txt";
            txt.mouseEnabled = false;
            txt.selectable = false;
            txt.multiline = true;
            txt.wordWrap = true;
            mc.addChild (txt);
            txt.text = xmlRef.text;
            txt.mouseEnabled = false;
            txt.width = Number(xmlRef.text.@width);
            txt.height = Number(xmlRef.text.@height);
            //txt.x = Number(xmlRef.text.@tx);
            //txt.y = Number(xmlRef.text.@ty);
            txt.transform.matrix = textMatrix;
            var txtProp = myXML.textProperties;
            var tf = new TextFormat(txtProp.font. @ face,txtProp.font. @ size,txtProp.color. @ textColor,getBool(txtProp.textDecoration. @ bold),getBool(txtProp.textDecoration. @ italic),getBool(txtProp.textDecoration. @ underline));
            txt.setTextFormat (tf);
            if (txtProp.color. @ highlightRequired == "true")
                txt.background = true;
                txt.backgroundColor = uint(txtProp.color. @ highlightColor);
            txt.visible = getBool(xmlRef.text. @visible)
            var mcCaption = new MovieClip();
            var mcCaptionMatrix = new Matrix(xmlRef.@a, xmlRef.@b, xmlRef.@c, xmlRef.@d, xmlRef.@tx, xmlRef.@ty);
            var ClassName:Class = getDefinitionByName(xmlRef.@style) as Class;
            var objHolder = new ClassName();
            objHolder.buttonMode = true;
            objHolder.addEventListener (MouseEvent.CLICK, fnHandleButtonEvent);
            mcCaption.addChild (objHolder);
            objHolder.transform.matrix = mcCaptionMatrix;
            if (SimpleButton(objHolder.getChildByName("btn")) != null && xmlRef.@bgSelected == "true")
                var tempColorStr = [email protected]();
                if (tempColorStr.length > 0)
                    var objColorTransform = new ColorTransform();
                    objColorTransform.color = uint(tempColorStr);
                    SimpleButton(objHolder.getChildByName("btn")).transform.colorTransform = objColorTransform;
            if (MovieClip(objHolder.getChildByName("mcBorder")) != null && xmlRef.@borderSelected == "true")
                var borderColorStr = [email protected]();
                if (borderColorStr.length > 0)
                    var borderColorTransform = new ColorTransform();
                    borderColorTransform.color = uint(borderColorStr);
                    MovieClip(objHolder.getChildByName("mcBorder")).transform.colorTransform = borderColorTransform;
            mcCaption.addChild (objHolder);
            mc.addChildAt (mcCaption, 0);
            var mcIconMatrix = new Matrix(xmlRef.image.@a, xmlRef.image.@b, xmlRef.image.@c, xmlRef.image.@d, xmlRef.image.@tx, xmlRef.image.@ty)
            var mcIcon = new Loader();//IconMovie();
            mcIcon.contentLoaderInfo.addEventListener (Event.COMPLETE, imageLoaded);
            if (xmlRef.image != ""){
                mcIcon.load (new URLRequest(String(xmlRef.image)));
            mcIcon.name = "mcIcon";
            mcIcon.transform.matrix = mcIconMatrix;
            mcIcon.visible = getBool(xmlRef.image. @visible)
            mc.addChild (mcIcon);
    var cursor;
    var otherCursor;
    var downState = false;
    function initCursor(arr:Array){
        cursor = new Cursor();
        cursor.mouseEnabled = false
        cursor.visible = false;
        addChild(cursor);
        otherCursor = new StretchCursor();
        otherCursor.mouseEnabled = false
        otherCursor.visible = false;
        addChild(otherCursor);
        for(var i=0 ; i< arr.length; i++){
            arr[i].addEventListener(MouseEvent.ROLL_OVER, showCursor)
            arr[i].addEventListener(MouseEvent.ROLL_OUT, hideCursor)
            arr[i].addEventListener(MouseEvent.MOUSE_DOWN, showOtherCursor)
            arr[i].addEventListener(MouseEvent.MOUSE_UP, hideOtherCursor)
        this.addEventListener(MouseEvent.MOUSE_UP, hideOtherCursor);
        this.addEventListener(MouseEvent.ROLL_OUT, hideOtherCursor);
    function showCursor(e:MouseEvent){
        var txt = MovieClip(e.target).sizeTxt;
        if(!downState && txt.type == "dynamic"){
            cursor.visible = true;
            cursor.startDrag(true)
            Mouse.hide();
    function hideCursor(e:MouseEvent){
        if(!downState){
            cursor.stopDrag()
            cursor.visible = false;
            Mouse.show();
    function showOtherCursor(e:MouseEvent){
        var txt = MovieClip(e.currentTarget).sizeTxt;
        if(txt.type == "dynamic"){
            hideCursor(e);
            downState = true
            otherCursor.startDrag(true)
            otherCursor.visible = true;
            Mouse.hide();
    function hideOtherCursor(e:MouseEvent){
        downState = false;
        otherCursor.stopDrag()
        otherCursor.visible = false;
        Mouse.show();
    function removeAllChildren(mcRef:MovieClip){
        for(var i=(mcRef.numChildren-1); i>=0; i--){
            mcRef.removeChildAt(i);
    function imageLoaded (e:Event)
        var mc = e.target.content;
        mc.width = Number(myXML.captions.image. @ width);
        mc.height = Number(myXML.captions.image. @ height);
    function getBool (str:String):Boolean
        var ret:Boolean;
        if (str == "true")
            ret = true;
        else
            ret = false;
        return ret;
    function getModifiedXML ():String
        return myXML.toString();
    //to register enter frame function
    this.addEventListener (Event.ENTER_FRAME,onEnterEveryFrame);
    //Captivate App will not recognize a Static Widget unless this function is implemented and returns true
    function isStatic ():Boolean
        return true;//denotes that this is indeed a Captivate Interactive Learning Object
    //a object needs to be created and values filled in . This is taken by captivate and stored as //xml string. This is the mean to pass values between captivate and widget swf.
    function getInspectorParameters ():Object
        //dev//Apply
        //set the data in _parameters fields. This is called by captivate to get the values of widget swf
        var _parameters: Object = new Object();
        _parameters.dataXML = getModifiedXML();
        return _parameters;
    // whenever widget is inserted the widget swf is passed on the parameters stored inside captivate so that it is drawn in updated stage.
    function setInspectorParameters (inParam:Object):void
        //Dev//on Double click //edit window
        myData = inParam.dataXML;
        myWM = widgetMode;
        update ();
    //is called whenever widget needs to be drawn as per the changed
    //parameters like OK to widget dialog and stage swf is updated with the current values.
    function setParameters (inParam:Object):void
        if (inParam.dataXML != null)
            //redraw the widget as parameters has changed
            //dev//OK button
            myData = inParam.dataXML;
            myWM = widgetMode;
            update ();
    //this function is called to set the variable on player
    function cpSetValue (variable:String, val):void
        if (variable == 'movieHandle')
            movieHandle = val;
            varHand = movieHandle.getMovieProps().variablesHandle;
            //using varHand the variables can be accessed for eg. varHand.rdcmndPause = 1;
        if (variable == 'widgetMode')
            widgetMode = val;
            //dev//set mode
    function getEditModeWidth ( ):int
        return 411;// return required width of widget properties dialog here
    function getEditModeHeight ( ):int
        return 480;// return required height of widget properties dialog here
    //Register all the functions with ExternalInterface
    if (ExternalInterface.available == true)
        ExternalInterface.addCallback ("isStatic",isStatic);
        ExternalInterface.addCallback ("getInspectorParameters",getInspectorParameters);
        ExternalInterface.addCallback ("setInspectorParameters",setInspectorParameters);
        ExternalInterface.addCallback ("setParameters",setParameters);
        ExternalInterface.addCallback ("cpSetValue", cpSetValue);
        ExternalInterface.addCallback ( "getEditModeWidth", getEditModeWidth);
        ExternalInterface.addCallback ( "getEditModeHeight", getEditModeHeight);
    //take care of optimised drawing inside this function. Check the widgetMode , widgetParams  and draw accordingly
    function onEnterEveryFrame (aevent:Event):void
        var wm:String = widgetMode;//this variable will be provided by Captivate App or Captivate Movie
        if (wm == null)
            wm = widgetMode;
        if (wm == null)
            wm = 'Stage';
            this.removeEventListener (Event.ENTER_FRAME,onEnterEveryFrame);
        else if (wm == 'Edit')
            //Property inspection inside Captivate app
            myWM = wm;
            update ();
            this.removeEventListener (Event.ENTER_FRAME,onEnterEveryFrame);
        else if (wm == 'Preview')
            //The code here is used for previewing the widget in the preview window of widget panel
            myWM = wm;
            update ();
            this.removeEventListener (Event.ENTER_FRAME,onEnterEveryFrame);
        else
            //On stage scrubbing/live preview inside Captivate app (OR) at runtime inside Captivate movie.
            if(!checkUpdatedXML){
                if (movieHandle != null)
                    widgetParam = movieHandle.widgetParams();
                if (widgetParam != "")
                    var myXml:XML = new XML(widgetParam);
                    myData = myXml.property.(@id == "dataXML").string;
                    wm = "Runtime";
                    myWM = wm;
                    update ();
                    checkUpdatedXML = true
            if (movieHandle != null)
                if (movieHandle.isWidgetEnabled() == true)
                    if(addednoskipframe == false)
                        var slidestart = movieHandle.getSlideProps().startFrame;
                        var slideend = movieHandle.getSlideProps().endFrame;
                        pauseFrame = Math.ceil((slidestart  + slideend)/2);
                        var SlidePauseFrame = pauseFrame - slidestart + 1;
                        movieHandle.getSlideProps().slideHandle.AddNoSkipFrame(SlidePauseFrame);
                        addednoskipframe = true;
                    if(movieHandle.isWidgetEnabled()  && varHand.rdinfoCurrentFrame == pauseFrame && playedByButton == false)
                        varHand.rdcmndPause = 1;
                        this.removeEventListener (Event.ENTER_FRAME,onEnterEveryFrame);
    stage.scaleMode = StageScaleMode.NO_SCALE;
    stage.align = StageAlign.TOP_LEFT;

    Hi again,
    I just added a virtual keyboard widget, so that you can enter text even in Fullscreen Mode
    http://www.m-gd.com/virtual-keyboard-captivate-widget-en/

  • How to disable the FULL SCREEN option in the 'Insert Video and Audio' option

    Hi,
    I've been inserting some MP3's and using an image for pupils to click on to play the sound, the images are 100 pixels by 100 pixels.
    The only issue is that I have the grey rectangle 'Full Screen' box over the picture. This is ideal when I put videos on but not necessary when you have just an MP3. Also I've noticed that the 'Styles' option is greyed out and due to that I can't change the
    colour of the play button.
    I've been inserting MP3's direct from my PC hard drive to the webpage.
    Any help'd be greatly appreciated.

    Hi,
    Per my understanding, you might want to disable the “Full Screen” button and make other customization when there is an audio file in the page.
    By default, when we insert an audio/video file into page via “Insert Video and Audio” button in the ribbon, an OOTB Media Web Part will be added into the page contains
    the file you added, the “Full Screen” button is a part of this Media Web Part.
    In consideration of you might have other requirements on designing the style, I would suggest you create a custom Media Web Part instead which will enable you customize
    the style as you want.
    About creating a custom Media Web Part, you can use the <audio> tag:
    http://www.w3schools.com/html/html5_audio.asp
    http://www.catswhocode.com/blog/mastering-the-html5-audio-property
    http://www.elated.com/articles/html5-audio/
    There are also other powerful JavaScript audio plugins:
    http://kolber.github.io/audiojs/
    http://jplayer.org/
    Best regards,
    Patrick
    Patrick Liang
    TechNet Community Support

  • How do i add a Full Screen Button?

    Hi guys,
    I have used Quicklime X - File > Save for Web option to upload a video to my web site.
    This gave me a Java Script player and code to embed into my site, i have all the files running local on my server and the videos works well.
    My problem is that there is no full screen button on this player...
    Dose anyone know where i could find some code to add a full screen button to this player?
    I cant imagine it being to hard... but my knowledge of java is very limited.
    Thanks for your help
    Alex
    Edited by: swishk on May 21, 2010 10:35 PM

    Despite the similarity in names, Java and JavaScript are separate languages. For embedding Flash players or controls in web pages, you would be using JavaScript.

  • Full Screen Button won't activate with JAWS screen reader

    Hi,
      I use a JAWS screen reader for testing compliance issues. On some videos I'm testing, when I activate the Full Screen button, the video goes to full screen mode for a second and then returns to normal screen mode. Please, can anyone offer me a solution?
    Thanks,
    Rosemary    

    You should consult the JAWS forum. There's absolutely no issue with fullscreen on Flash itself. The issue lies with the JAWS text synth functionality.

  • Full screen button disappeared and other oddities

    i have a bunch of TV shows that i put in playlists and let run all night (they help me sleep). up until last night they all work fine, going from one to the next in full screen. now, all of a sudden, the episodes have trouble maintaining full screen after one episode and not only that but the playback gets choppy for some reason. ALSO, my full screen button for video has disappeared from the bottom of iTunes.
    any ideas? everything else seems to be working fine.

    the problem was in the lower left corner album art display. when it is clicked to select "now playing" everything is fine. when it is clicked to display "selected item" it looses it's fullscreen in a playlist.

  • How do I code a full screen button?

    I need to code a full screen button for a SWF. I've tried a few ways but I can't get it to work.
    Here's my Action Script:
    function goFullScreen():void
        if (stage.displayState == StageDisplayState.NORMAL)
        stage.displayState=StageDisplayState.FULL_SCREEN;
        else
        stage.displayState=StageDisplayState.NORMAL;
        fsb.addEventListener(MouseEvent.CLICK, _handleClick)
        function _handleClick(event:MouseEvent):void
        goFullScreen();
    Here's my html:
      <param name="allowFullScreen" value="true">  
      <param name="allowFullScreenInteractive" value="true" />
    Any help with this would be greatly appriciated. I've tried online tutorials and code snippets but none of them work. It's only a few lines of code but I can't seem to get this feature to work.
    Thanks,
    David

    This is my full swf embed html:
    <BODY>
    <DIV id=flashContent>
    <OBJECT id=C:\Users\ddaugher\Documents\AAPUT
    classid=clsid:d27cdb6e-ae6d-11cf-96b8-444553540000 width=960 align=middle
    height=540><PARAM NAME="movie" VALUE="C:\Users\ddaugher\Documents\AAPUT.swf"><PARAM NAME="quality" VALUE="high"><PARAM NAME="bgcolor" VALUE="#ffffff"><PARAM NAME="play" VALUE="true"><PARAM NAME="loop" VALUE="true"><PARAM NAME="wmode" VALUE="window"><PARAM NAME="scale" VALUE="showall"><PARAM NAME="menu" VALUE="true"><PARAM NAME="devicefont" VALUE="false"><PARAM NAME="salign" VALUE=""><PARAM NAME="allowScriptAccess" VALUE="sameDomain">
                                                    <!--[if !IE]>-->    <object
    type="application/x-shockwave-flash"
    data="C:\Users\ddaugher\Documents\AAPUT.swf" width="960" height="540">
         <param name="movie" value="C:\Users\ddaugher\Documents\AAPUT.swf" />
         <param name="quality" value="high" />     <param name="bgcolor"
    value="#ffffff" />     <param name="play" value="true" />     <param name="loop"
    value="true" />     <param name="wmode" value="window" />     <param
    name="scale" value="showall" />     <param name="menu" value="true" />
         <param name="devicefont" value="false" />     <param name="salign" value=""
    />     <param name="allowScriptAccess" value="sameDomain" />    <!--<![endif]-->
         <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>    <!--[if !IE]>-->    </object>
        <!--<![endif]-->   <!--[if !IE]>-->
        <object type="application/x-shockwave-flash" data="C:\Users\ddaugher\Documents\AAPUT.swf" width="960" height="540">
         <param name="movie" value="C:\Users\ddaugher\Documents\AAPUT.swf" />
                       <param name="quality" value="high" />
         <param name="bgcolor" value="#ffffff" />
         <param name="play" value="true" />
         <param name="loop" value="true" />
         <param name="wmode" value="window" />
         <param name="scale" value="showall" />
         <param name="menu" value="true" />
         <param name="devicefont" value="false" />
         <param name="salign" value="" />
         <param name="allowScriptAccess" value="sameDomain" />
                        <param name="allowFullScreen" value="true">  
                        <param name="allowFullScreenInteractive" value="true" />
        <!--<![endif]--><!--[if !IE]>-->
        </object>
        <!--<![endif]--></OBJECT></DIV></BODY></HTML>

  • Full Screen Button in Captivate Player?

    I'm adding captivate demos into my RoboHelp 8 project and was
    wondering if one could add a Full Screen button to the captivate
    player to enable the same functionality that is now available when
    adding Captivate movies to PDFs.
    Thanks!

    Welcome to our community, Clay
    There is no functionality like that that I'm aware of. At
    least not directly in Captivate or in RoboHelp. Sorry.
    But a thought does spark here. I suppose you might try
    creating the Captivate inside the PDF. Then drop the PDF into
    RoboHelp. Maybe that would provide what you are looking for.
    Cheers... Rick

  • When I click full screen for Youtube. The video studders but doesnt if i keep moving the mouse.

    This problem emerged when Firefox 5 downloaded. Now when I put a video on any site on fullscreen, the video will stutter. But the puzzling thing is if I keep moving my mouse, the video loads fine. I really need help.

    LarrySmith1000 wrote:
    I can't believe this hasn't been fixed yet.  I am a flash developer, and I just spent about 20 trying to debug a fullScreenController class that I am writing because I couldn't figure out why going to fullscreen mode was completely blank.
    Turns out it is the stupid plugin update!!!!  By turning off video acceleration my code worked.  20 hours of my life that I will never get back.  Thanks a lot Adobe!!!
    Now, can you fix this so that people who use my software don't waste 20 hours of their lives, or should I just put a comment on my product that says, "If you want to view this in full screen, right click and deselect "video accelerator because Adobe has an error and refuses to fix it because they are retarded."
    Spending time to try and solve complex puzzles is good for the brain. Stems off Alzheimer's I'm told.
    But a simple search of the Adobe knowledge base would have saved you 19 hours and 55 minutes of your precious time: http://kb2.adobe.com/cps/839/cpsid_83952.html

  • How do I make full screen button for interactive PDF

    I know in Acrobat I can set the PDF to open in full screen mode. I want the PDF to open in normal view. There will be a full screen button. Click once and the PDF expands to full screen. Click again and the PDF reverts to normal size.
    I wasn't sure where to post this but figured this is the place to start. Any advice on how to do this appreciated.
    Here's a movie of a PDF that has the feature I'm seeking:
    Full Screen Normal Screen button
    Was testing the link and I see you need QT Pro to download. Here's a zip archive of the same movie for download.
    Movie Download

    The client (a woman's club) indicated that about half the women found the full screen annoying and the other half found normal view annoying. So I made it an option. Also, most PDFs I receive such as ID magazine have the option to view normal or full.
    One thing I haven't figured out is how to get the page you're on to be highlighted. So if you go to page 5 in PDF, I would want the button for 5 to be highlighted in red. I ended up using page numbers but would like to be a bit more streamlined.
    I received a PDF the other day and at the top when the page numbers and left/right arrows are, the page numbers read
    FC, IFC, 1, 2, etc.,
    IBC, BC. I thought that was pretty cool. I imagine it has something to do with pagination in ID. Have to see if I can figure that out.

  • Full screen button in MS Word for Mac 2011?

    Does anyone know how to add the full screen button (two diagonal arrows in the top right hand corner of most apps) to MS Word for Mac 2011? I don't want to use full screen mode. I just want to get Word to fill the screen without manual adjustment.

    I recently had my hard drive replaced and had to reinstall Microsoft 2011. I know for a fact that I had the diagonal arrows before and now they are gone. I have searched high and low on how to get them back on with no luck.

  • Why No Picture When Full Screen Button Is Pressed?

    When I open up IPhoto all the thumbnails load OK. Yesterday I tried to show my grandson some of his younger pictures taken 3 years ago by hitting the Full Screen button. What we saw was a dotted frame with an exclamation mark inside. To my dismay many of my older pictures display the same thing. How do I solve this problem?

    If you deleted pictures then you moved and altered things. Then rebuilding won't work.
    You'll need to create and populate a new library.
    To create and populate a new library:
    Note this will give you a working library with the same Rolls and pictures as before, however, you will lose your albums, keywords, modified versions, books, calendars etc.
    Move the iPhoto Library to the desktop
    Launch iPhoto. It will ask if you wish to create a new Library. Say Yes.
    Go into the iPhoto Library on your desktop and find the Originals folder. From the Originals folder drag the individual Roll Folders to the iPhoto Window and it will recreate them in the new library.
    When you're sure all is well you can delete the iPhoto Library on your desktop.
    In the future, in addition to your usual back up routine, you might like to make a copy of the library6.iPhoto file whenever you have made changes to the library as protection against database corruption.
    Remember: It is strongly advised that you do not move, change or in anyway alter things in the iPhoto Library Folder as this can cause the application to fail and even lead to data loss
    You do everything in the iPhoto Window - there is simply never a need to do anything in the iPhoto Library Folder. Ever.
    To delete pics: in the iPhoto Window put them in the iPhoto trash and then go iPhoto Menu -> Empty Trash. This removes pics from the Library and the HD.
    REGARDS
    TD

  • Why is the full screen button missing in iPhoto11 after Lion upgrade?

    I upgraded to iPhoto11 with Snow Leopard with no problems. Loved the new look and full screen view. Now that i've installed LION iPhoto appears to have reverted back to the iPhoto 09 look. For example, the full screen tab is missing....  WTH???

    I think the problem is that the full-screen button has been moved in the Lion apps. In Snow Leopard it used to be the bottom left, in Lion it is in the top right corner. Is it there in your case?

Maybe you are looking for

  • Some times Safari crashes and quits the first time I click a link

    Hello there As the title says, some times Safari crashes and quits the first time I click a link on a webpage (after opening one or more bookmarks). Upon reopening Safari, everything is fine. Is there a fix?

  • Tax Id on Vendor master

    Hi All, I have a requirement wherein I need to update the Tax ID on LFA1 during vendor Create or change (XK01/XK02) based on certain validations. I have checked the available BADI's and User-Exits. In most cases, LFA1 is an importing parameter so I c

  • Opening a Word document in a form layout html region

    Hi all, In an Interactive Report I use select '<img src="#WORKSPACE_IMAGES#'||package.f_get_document_type ( doc.id )||'" title="Document" width=20 height=20>' ) document from table to show an icon that eventually downloads (and shows) a word document

  • Transport war-file to another server

    Hi, I'm facing a serious problem. I have created a JSP Application with different reports on one machine. One of the reports uses a calculation that was created in JDeveloper. After deploying everything I transport the war-File to another machine whi

  • Targeting Dynamically Attached MC's (2-3 Levels Deep) From Root????

    I am in the process of building an application where all of the functions will be eventually exported into seperate AS files. I am having issues with a Sub Navigation that is attached and managed dynamically. The Sub Navigation is in an MC which cont