Adding Full Screen Function Within Browswer

We are nearing completion of a video project that on our web site we have several quicktime movies that I need to play full screen when they click on the movie link. I can do this within quicktime and also if I type in a URL from within Quicktime, but how do we program that function so that it will open in full screen function by clicking on our links? Any help would be so much appreciated.
Rob

Kirk,
I copied the wrong part. Here it is again.
Need a little help with QuickTime embed tag for both IE and Firefox.
We have completed the development of a new mechanism for transmitting very large files over HTTP and I would really like to showcase this new mechanism with QuickTime, my favorite media player. Problem, I do not know how to build the embed tag that will play the Full Screen like what is seen here on the Batman trailer: http://www.apple.com/trailers/wb/batman_begins/trailer4/
Key Point: I do not want to use iTunes as they did with the Batman trailer.
When the solution is completed, I would like to have a web page that allows my users to select from a link to play the video in full screen. Once the request is executed, the browser will start playing the video in full screen within the browser.
1. Is it possible to do this without iTunes?
2. Is it possible to do Full Screen without leaving the browser? I understand that you could create an XML file to do this but it calls the users local QuickTime player, which I do not want to do.
<?xml version="1.0"?>
<?quicktime type="application/x-quicktime-media-link"?>
<embed
autoplay="true"
fullscreen="full"
loop="false"
quitwhendone="false"
volume="90"
src="" class="moz-txt-link-rfc2396E" href="http://...../video/xlvideo.mov">"http://...../video/xlvideo.mov"
/>
<object classid="" class="moz-txt-link-rfc2396E" href="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B">"clsid:02BF25D5-8C17-4B23-BC8 0-D3488ABDDC6B" width="320" height="240" codebase="" class="moz-txt-link-rfc2396E" href="http://www.apple.com/qtactivex/qtplugin.cab">"http://www.apple.com/qtactivex/qtplugin.cab">
<param name="src" value="/mysites/xl.mov"/>
<param name="autoplay" value="true" />
<param name="controller" value="false" />
<param name="cache" value="true" />
<param name="href" value="&lt;/mysites/play-fs_v1.qtl&gt; T&lt;quicktimeplayer&gt; E&lt;CONTROLLER=True AUTOPLAY=True&gt;" />
<embed src="" width="320" height="240" href="" autoplay="true" controller="false" cache="true" pluginspage="http://www.apple.com/quicktime/download/">
</embed>
</object>
Please advise how I can create a solution with QuickTime to deliver Full Screen video from the embed tag without leaving the browser. Thank you in advance for any advise. As soon as we have completed the beta test of the new HTTP mechanism, I look forward to turning it over to this list first. You will be able to load video, VR’s very very very fast.
Best,
Donald
Rob

Similar Messages

  • I have a MacBook Air. With latest version of Pages and Yosemite my full-screen function no longer operates.

    My full screen function no longer works in Pages after latest software updates for Pages and Yosemite.
    Has anyone else experienced this phenomena? It flashes to full screen then immediately reverts to the normal display.

    Yes it does.
    Open your Pages document in Pages v5.5.1.
    To enter full-screen:
    Pages > View > Enter Full Screen (or control+command+F)
    Hover over the green traffic light in your Title bar. It will show diagonal full-screen arrows. Click.
    To exit full-screen:
    Hover over the Document Title bar, then Pages > View > Enter Full Screen (or control+command+F)
    Move your pointer over the Document Title bar, and press the green traffic light again

  • How to use mac's full screen functionality with Adobe acrobat XI?

    I recently switched to mac, so font have  much experience with this.
    My adobe reader is missing mac's full screen functionality (the two arrows on right that make mac fullscreen).
    so, if i have three pdfs open, i cannot switch between them using the 4 finger swipe..
    Please note that this is different from the adobe functionality (command + L) which allows it to become fullscreen, but it still occupies the desktop and so, i cannot swipe between different pdfs.
    Thank you!

    Nope that is just the way it is with Mac OS X and the way Apple has setup the dual screen system.

  • Excel 14.1.0 (110310) on OSX 10.7.5 doesn't have Full Screen function

    I have OSX 10.7.5 on 2009 MacBook with Excel 14.1.0 but I don't have Full Screen function. I Googled and am sure that this version of Excel and OSX should have Full Screen, but I just can't find it. If you can help I would greatly appreciate it. Thank
    you very much!

    I have OSX 10.7.5 on 2009 MacBook with Excel 14.1.0 but I don't have Full Screen function. I Googled and am sure that this version of Excel and OSX should have Full Screen, but I just can't find it. If you can help I would greatly appreciate it.
    Thank you very much!
    This may help?
    https://support.office.com/en-au/article/Reduce-screen-clutter-for-easier-document-viewing-69bc197a-669d-4633-98c0-f219eb92ef09?ui=en-US&rs=en-AU&ad=AU
    Don
    (Please take a moment to "Vote as Helpful" and/or "Mark as Answer", where applicable.
    This helps the community, keeps the forums tidy, and recognises useful contributions. Thanks!)

  • 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/

  • 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

  • I've just installed Lion, with the new functions like full-screen apps. I have a macbook unibody, there is about a year. My problem is that the Lion update had no effect on iPhoto. So stuff like the full-screen function is not an option in iPhoto. Why?

    But I had no effect on iPhoto. How come? Alle the other apps like iTunes have the full-screen option - but not iPhoto.

    You'll need to upgrade to iPhoto 11.
    Regards
    TD

  • How does one change touch screen functions within Photoshop?

    I have an HP TouchSmart all-in-one desktop PC and in Photoshop CC, the touch input pans acreoss the canvas instead of drawing/using the selected tool. How may I work around this?

    Google's your friend. Do a search for login screen mac and peruse the many hits.

  • That pesky Full Screen alert dialog in recent versions of Reader

    When I set the preferences within Acrobat to disable that horrible, pesky Full Screen alert dialog, it still appears on the end-user's Reader software, even though I turned it OFF from within Acrobat [slaps forehead].
    Is there any way, by hook or by crook, by script or Acrobat Javascript, to stop this from happening?
    There is no point allowing Full Screen functionality if the end-user is scared to death by a horrible dialog box that more or less guarantees - if not encourages - the user to click NO to the full screen experience [slaps forehead again].
    Any help with this would be of tremendous value and will be much appreciated as this is driving me nuts.
    Thanks in advance,
    Jeremy Lerman

    It's not a "security" issue per se, but it is a potential issue of misrepresentation - you can craft a PDF to appear as an application (adding screen furniture, etc.) and confuse a user as to what they're subsequently allowing Reader to do. It's the same reason all Javascript alert boxes in Reader/Acrobat start with a "javascript" title, so they can't pretend to be a system message.
    Physically exploiting Reader to do something horrible is no longer as easy as it used to be, but it remains possible to confuse a user into allowing some data transfer, if you for example make Reader "pretend" to be your web browser. The FSW popup is also there to allow people a decision point - if the PDF could open FS mode without intervention, it annoys people running high-res monitors where Reader is only taking a portion of their workspace.

  • Full screen auto-hide feature does not work with Adobe Acrobat Reader add-on 11.0.0.379 in Firefox 17.01.

    "Full screen" menu item and its keyboard short cut F11 stop working with Acrobat Reader. The Firefox top edge border does not hide once you have moved around in the Acrobat document. Therefore it is not possible to display PDF documents in a true full screen mode within Firefox. The auto-hide full screen mode works nicely with other Firefox windows, so apparently the Acrobat Reader add-on breaks the feature. Windows 7 64-bit.

    From the JS API Reference of the print method:
    Non-interactive printing can only be executed during batch, console, and menu
    events.
    Outside of batch, console, and menu events, the values of bUI and of interactive are ignored
    and a print dialog box will always be presented.

  • Creating a FLV video player with full screen option

    > This message is in MIME format. Since your mail reader
    does not understand
    this format, some or all of this message may not be legible.
    --B_3258016930_5977304
    Content-type: text/plain;
    charset="ISO-8859-1"
    Content-transfer-encoding: 8bit
    Hi!
    I am trying to create a video player that will allow full
    screen functions
    like what we can see on youtube. I know how to create the
    window and the pop
    up but the only problem I am having is having the original
    video in the
    small screen to pause or go silent when the full screen mode
    is activated.
    How can get it done?
    Thank you.
    °K.
    --B_3258016930_5977304
    Content-type: text/html;
    charset="ISO-8859-1"
    Content-transfer-encoding: quoted-printable
    <HTML>
    <HEAD>
    <TITLE>Creating a FLV video player with full screen
    option</TITLE>
    </HEAD>
    <BODY>
    <FONT FACE=3D"Arial"><SPAN
    STYLE=3D'font-size:12.0px'>Hi!<BR>
    <BR>
    <BR>
    I am trying to create a video player that will allow full
    screen functions =
    like what we can see on youtube. I know how to create the
    window and the pop=
    up but the only problem I am having is having the original
    video in the sma=
    ll screen to pause or go silent when the full screen mode is
    activated. How =
    can get it done?<BR>
    <BR>
    Thank you.<BR>
    <BR>
    <BR>
    <B>&deg;K.<BR>
    </B> </SPAN></FONT>
    </BODY>
    </HTML>
    --B_3258016930_5977304--

    Hello,
    You should ask in the
    Windows Phone forums on the Microsoft Community forums.
    Karl
    When you see answers and helpful posts, please click Vote As Helpful, Propose As Answer, and/or Mark As Answer.
    My Blog: Unlock PowerShell
    My Book:
    Windows PowerShell 2.0 Bible
    My E-mail: -join ('6F6C646B61726C406F75746C6F6F6B2E636F6D'-split'(?<=\G.{2})'|%{if($_){[char][int]"0x$_"}})

  • Possible to go full-screen without "Spaces"? To disable "Spaces"?

    I never found Leopard's "Spaces" feature to be intuitive or useful. I specifically dislike that it doesn't work with the command-tab application switching and the command-h application hiding functionalities that I've used heavily since Jaguar.
    In the move from Snow Leopard to Mountain Lion, I discovered the new in-OS full-screen functionality seems to create a new "Space," to my disappointment. Now in Mavericks, more web-delivered videos are being diverted down the Mac OS Spaces route (such as Vimeo and Viddler).
    Is there a way (such as through Terminal) to circumvent the "Spacing" of full-screen modes, perhaps by disabling Spaces altogether?
    Thank you.

    iDVD is an authorihng application for createing video DVDs to play on set top DVD player on TV.  DVD Player is an application for playing video DVDs, either commercial or home made on your Mac.
    Happy Holidays

  • Qt pro 7, full screen

    1 -I have QT Pro 7, but in trying to play some video trailers from qt list, i can't seem to make the Full Screen function work, as it is grayed out, even though I have full screen checked in my preferences.
    2- also, should the full screen work while playing an itunes video.

    The browser plug-in gets its instruction from the html code of the page you're viewing the file. You can't change these dimensions (or use full screen).
    To view a file using QT Pro in full screen dimensions you must first save the file from the Web to your computer.
    Use the disclosure triangle (right end of the controller) to "Save as Source" or "Save as QuickTime Movie" after the file has been completely downloaded in the browser window.

  • Full screen minimize

    Hi There,
    I'm using Flash CS3.
    This never used to happen I think I messed up somewhere, but
    all of a sudden, whenever I click a button ("blind button, with
    only a hit state),( to open for instance a pdf file or launch
    windows explorer) my full screen function is turned off, and it
    shows the normal window with that border around it in the middle of
    the screen in stead of the full window size (1024 x 768)
    I use code in a separate layer with some of the following
    functions:
    fscommand("allowscale", "false");
    fscommand("fullscreen", "true");
    fscommand("showmenu", "false");
    Can it have something to do with this?
    Thanx, appreciate the help
    Lielie

    It was an Explorer update not Vista.  Any help appreciated

  • Widescreen full screen?

    This might sound like a stupid question but I thought I'd check! I'm important widescreen footage from a DV cam, into iMovie HD 6. The project is set to be DV Widescreen and the frame rate is set to 25 (because I'm PAL).
    I import the footage but when I play it back full screen from within iMovie, I still get letterboxing top and bottom of the screen. It looks fine when I play it within iMovie with the normal play button (not full screen). Should I have the Automatic DV Pillarboxing & Letterboxing option switched on or off? It seems to make no difference in this case.
    I assumed I'd be able to play back full screen, without the letterboxing. Is it because I am using an Apple 23" Cinema Display? Its resolution is 1900x1200 - perhaps this isn't 16:9 or maybe I'm missing something else.
    Any ideas? Thanks!

    Hi Gavin!
    A widescreen 16:9 DVD is intended to fill the screen
    of a modern widescreen TV, but even there you may
    still get the occasional bar at the top and bottom
    from retail DVDs of films shot in an even wider
    format.
    The resolution of 16:9 DV is 1900 x 1080 - maybe
    enough of a difference to be noticeable on your 23"
    display (Klaus suppresses jealous snort). Even
    on my mere 20" iMac the image from full-screen 16:9
    DVDs, including ones in iMovie, do not quite
    match the exact screen size.
    As to your question: Automatic DV Pillarboxing &
    Letterboxing should be OFF, just set it at 16:9.
    Hi Klaus!
    Many thanks for your answer, that's a big help right away. I guess if 16:9 DV is 1900 x 1080 and the Cinema Display 23" is 1900 x 1200 then there would have to be black bars. Can someone with a 23" Cinema Display confirm this?
    Thanks for the answer to the Automatic DV Pillarboxing/Letterboxing, glad to get that cleared up as I was confused.
    (And yes, the Cinema Display is gorgeous, well worth the extra cost!)
    Gavin

Maybe you are looking for