StageVideo and rectangle creates borders

I am implementing StageVideo to my videoplayer and have run into the following little problem;
When i draw the rectangle for the stagevideo, it appears to sometimes add white top, right or left side borders
I add the element like this:
private function resize ():void      
                    sv.viewPort = new Rectangle(0,0,sv.videoWidth,sv.videoHeight);      
and call resize after the RENDER event
I have not added any visual elements to the application whatsoever, it's a simple application that initiates netconnection, netstream, plays and attaches stagevideo.
notice the white border on the left hand side of this screenshot from video playback. If I change the rectangle parameters to 0,0,this.width,this.height and resize the browser window (hence changing this.width and this.height respectively), the borders will change position and size -
This is a visual element I could really do without, anyone know whats causing them to appear?
Thanks!

Hi,
Perhaps under Geometry Options you have fixed size or one of the other options besides unconstrained ticked with a preset size entered?
You probably want it set to Unconstrained.

Similar Messages

  • How to create borders and watermarks in the new photos app?

    In iPhoto we could create borders and watermarks amongst other features when going to the Export Option under File.
    Does anyone know if/how we can do both in the new Photos App?
    If not, what's the next best option for creating borders and watermarks, and does Photos support plug ins?
    This is my first question of what Im guessing will be a series in getting to know and utilize Apples forceful technology.

    You're not missing anything.  You're correct in your finding that adding/modifying location data in the new Photos application has been removed. 
    With that said, in a proactive manor you can submit feedback (do it at http://www.apple.com/feedback/iphoto.html since there is no section for Photos yet) and request that location modification be added.  The more people who do it, the more likely it is to be added.

  • Creating borders when Cropping

    I am trying to have borders on all fours sides of a video clip, but when I try crop the image, for example on the left and right sides, the borders are gone. Is there anyway to accomplish creating borders on cropped images?
    Thanks....

    hi,
    if i wanted to have a layer of video playing and it to have a border around it I might do it one of several ways.
    crop you image as much as you like, create a coloured rectangle bigger than the video layer. Put this below the video layer in the same group so the edges stick out and it looks like a border.
    or maybe use the Simple border filter on the video layer ( or does the cropping cut this off?) in which case you could try using a rectangle mask on the video layer rather than croppng it.
    er cant think of anything else at the moment
    hth
    adam

  • Can't we do augmented reality with StageVideo and Stage3D ?

    Hi,
    I just read the Stage3D documentation and found that :
    "StageVideo and Stage3D are rendered with no transparency."
    It means we will not be able to create augmented apps using these two features ?
    Is there any chance the finale FP11 realease will be able to render Stage3D with some transparency ?

    Hi Remi,
    we started using molehill 4 days ago and found the same problem as you do.
    First we wanted to stream the webcam directly to the StageVideo, with no success.
    Then we created a new Sprite in the Molehill layer in which we rendered the bitmapdata taken from the camera.
    This works but as you pointed out, there is no transparency and so the video/cam would always be beneath the 3d content.
    The solution:
    Create a new object in your 3d space and render the bitmapdata to it. Its working great with no visible extra delay and what would be even cooler...
    will allow you to do alot of funny effects with your camera stream.
    Im sure we will post some sourcecode with example soon.
    The performance of molehill is really impressive and am sure AR will benefit of that very much
    Chris

  • GridBagLayout - Question about Creating Borders for Cells

    Hello Everyone,
    I am implementing a table-like design using a Grid Bag Layout and I do not wish to use a J Table. Since a grid bag layout utilizes cells (rows and columns) to create its' design, I was wondering if any of you knew of a way to create borders for the cells inside of a Grid Bag Layout.
    The reason I ask is because, lets say for instance cell (1, 0) may occupy a single J Label. I can easily create a border for this particular cell or label, by calling label.setBorder(). However, what if a single cell occupied two JLabels and they were sort of strangely aligned. I wouldn't be able to call setBorder on the labels anymore because that will just create two separate sets of borders. What I want to do is create a border for that particular cell.
    The final result that I want it to look like is almost identical to a J Table where all the rows and columns have separating lines between all the cells. Something similar to this...
    http://www.wwffinc.com/other-images/table1-693771.jpg
    Thanks in advance!
    Brian

    However, what if a single cell occupied two JLabels and they were sort of strangely aligned. I wouldn't be able to call setBorder on the labels anymore because that will just create two separate sets of bordersThen create a panel and add the two labels to the panel. Then add the border to the panel.
    If you need further help then you need to create a [Short, Self Contained, Compilable and Executable, Example Program (SSCCE)|http://homepage1.nifty.com/algafield/sscce.html], that demonstrates the incorrect behaviour.
    Don't forget to use the [Code Formatting Tags|http://forum.java.sun.com/help.jspa?sec=formatting], so the posted code retains its original formatting.

  • Line and Rectangle shapes in VS 2013

    I am trying to move my VB.net application from Express 2010 to Express 2013 for Windows Desktop. I have installed the latest PowerPacks. When I run the application, the lines and rectangles appear as they should. However, in design mode I cannot
    see or select them. But if I add a line or rectangle, everything is fine. There must be some little thing I am missing.

    Here's some images.
    I created a new app and ended up calling it Test214.
    Image 1 - Dragging line shape onto form.
    Image 2 - ToolBox item manager showing I have both 9 and 10 rev powerpack items available.
    Image 3 - powerpacks 10 is referenced in Reference Manager.
    Image 4 - Solution explorer shows reference also.
    Image 5 - Ref is displayed in applications properties under references. NOTE that copy local is set to false.
    Image 6 - Explorer displaying Test214's debug folder. No .DLL's are displayed.
    Image 7 - Dragged copy of Test214's .exe from debug folder to desktop. Ran it. It is running below its executable and displays a powerpacks line shape.
    Image 8 - Back to apps properties in references. Selected reference for powerpacks.
    Image 9 - Selected properties tab. Note it displays properties for the powerpacks reference rather than a control or something on the form.
    Image 10 - Copy local set to true in properties tab for powerpacks reference. Rebuilt app.
    Image 11 - Powerpacks .DLL now resides in debug folder.
    So if I was to now install this app in some location on my PC I should copy that .DLL to the same location since the .Net CLR searches for .DLL's in a specific way. Although that may not be necessary as I didn't have to do that when I copied the apps .exe
    to my desktop then ran it. Regardless those .DLL's that a PC the app was to be installed on should be copied with the app onto that PC in the same location your .exe resides when it is installed. Or install powerpacks rev you use for your app onto
    that PC. I believe either method would work.
    For the majority of namespaces you would use in an app they are contained in the .Net framework rev you build your app to. So that .Net framework would normally need to be installed already onto the PC you would install your app on. Powerpacks are seperate
    from .Net Framework so they either need to be installed seperately or the .DLLs you use for whatever powerpack items you use need to be copied onto that PC in your apps folder that contains its .exe. Same as if you had third party .DLL's you were using with
    your app.
    Why your app wouldn't run from your x86 folder is beyond me. I created a folder called "Hello" in that folder and dragged, dropped a copy of Test214.exe from its debug folder into that folder then ran it from that folder and it displayed the line
    shape with no issue.
    In below link read Factors Affecting Search and Search Order for Desktop Applications I believe.
    Dynamic-Link Library Search Order
    La vida loca

  • Overlapping images and rectangles

    Hey
    I am trying to create a report where I want overlapping images and rectangles... but when I upload it to report manager it seems to push them all seperate??? How do I stop doinh this... it does print okay! Just looks wrong on screen?
    Thanks

    From: Report Items in HTML Rendering
    HTML does not support overlapping items, and will position these items next to each other on the page. To determine the position of overlapping items, the rendering extension first considers the value of the Top element for the items, then the value of the Left element, and then the value of ZIndex

  • StageVideo and FP10.2, StageVideoAvailabilityEvent never fires?

    I can just create a new project, target Flash Player 10.2 and paste this into frame code:
    import flash.media.StageVideo;
    import flash.media.StageVideoAvailability;
    import flash.events.StageVideoAvailabilityEvent;
    import flash.events.StageVideoEvent;
    stage.addEventListener(StageVideoAvailabilityEvent.STAGE_VIDEO_AVAILABILITY, _checkAvailability);
    function _checkAvailability(e:StageVideoAvailabilityEvent):void
        trace('Available: ' + e.availability);
    The event never fires off. I look in the reference for StageVideo and I see it's available in Flash Player 10.2. What's up with this?
    edit:
    If I target AIR for iOS, this event does fire (I have AIR3.0 overlayed).

    Access to GPU requires setting embed wmode parameter to direct. Since preview player is not in html environment - this is not possible.

  • Unable to see the logical path and file created in FILE tcode from AL11 and unable to upload the file to this path from front end

    Hi Experts,
    I have created the logical path and filename in FILE tcode.I am trying to upload the pdf file to application server by using this path.But
    I am getting message like "Unable to open the file".Even I cannot find the this path in AL11 tcode.Kindly anyone advise how to upload pdf file using
    custom path and file created from FILE tcode.
    Thanks & Regards,
    Anusha.

    Hi Anusha,
    Please give as below.
    I forget to say you cannot open the PDF in AL11 and for that you need some configuration, i think it can be done using content server,not sure completely please wait for some more suggestions.
    Regards,
    Pavan

  • I am working in Adobe Acrobat 9 Pro and just created a pdf form from a MS Word document. I need to find out how to have a date field in my form which will update automatically. Can some one out there help me?

    I am working in Adobe Acrobat 9 Pro and just created a pdf form from a MS Word document. I need to find out how to have a date field in my form which will update automatically.

    Update automatically under which circumstances, exactly?

  • H2 devide implicit and explicit created indexes by dictionary views?

    For migrating amounts of data it is useful to drop and recreate indexes and referencing constaints. A implicit created index by defining a primary/unique key constraint will be dropped implicitly by dropping the before mentioned constraint. Creating such a constraint after creating an equivalent index with the constraint name will result in an other behaviour. The explicit created index will not be dropped by dropping the referencing primary/unique key constraint.
    So far so good and well known. The question is: Which dictionary view columns will show me the difference between implicit and explict created indexes if I try to dynamically drop and recreate indexes and unique / primary key constraints?

    Oracle Version is always helpful in answering questions, but for 9i you can find the system generated by:
    dba_indexes.generated = 'Y'
    or
    'SYS_' naming convention for system generated indexes
    or
    dba_constraints.constraint_name = dba_constraints.index_name
    Hope this helps - JTommaney

  • In the second leg STO GR and IR created withought doing Goods issue

    Hi Guru's
    Please can any one tell us user is created second leg STO withought doing good issue and Intercompany invoice, but he has been done GR and IR it is causing problem in MR11 report still outstanding.
    i asked user to do GR cancelation or reversal, it is not possible because stocks released to QA. and GR and IR created with ref to PO

    Hi,
    We can not cancel GRN once it is released form QA or UD is made.

  • In the second leg STO GR and IR created without doing Goods issue and IV

    Hi Guru's
    Please can anyone tell us user is created second leg STO without doing good issue and Intercompany invoice, but he has been done GR and IR it is causing problem in MR11 report still outstanding.
    i asked user to do GR cancelation or reversal, it is not possible because stocks released to QA. and GR and IR created with ref to PO

    Hi,
    We can not cancel GRN once it is released form QA or UD is made.

  • Report on PO No. and PO Creater

    Hi Gurus,
    Is there any standard report which gives PO No. and PO Creater Name??
    Please tell me how can we solve this issue.
    Thank You

    hi,
    check report ME2N , use the dynamic selection shift  + F4...in the PO header details use the created by option and enter the data and execute it..
    Regards
    Priyanka.P

  • What is the impact of destroying and re-creating from scratch the Open Directory Master?

    In order to try and solve some nasty issues hat I have since upgrading to OS X Server 3,0 I am considering completely destroying my OD Master and re-creating the users and groups from scratch. Before doing so (of course I will have multiple backups) I would like to understand:
    1.   When re-creating the users and groups is it sufficient to use the same ‘Unix’ groupid and userid numbers or do I also need to use the original GeneratedUIDs (is that even possible)? Are there any other aspects of the users/groups that I need to be sure to preserve?
    2.   Will there be any impact to services and their data from doing this? Specifically, I have users with data in Mail, Calendar, Contacts and the WiKi. Will they still be able to access their data after the OD destroy/re-create or is that data somehow tied to more than just the username (e.g. does it use the user/group UUID or indeed any other UUID from OD)?
    3.   Will there be any impact to OS X clients bound to the OD? Should I unbind them before destroying and re-bind them afterwards? Will there be any negative impact on the network users who log in via these systems (they all have ‘mobile’ accounts which do *not* sync to the server - all their data is local to the client)?
    Thanks in advance for any advice especially from anyone who has gone through this process.
    Chris

    Hi Rob,
    I have solevd my issue and I did not need to destroy / re-create the Open Directory. See my post here https://discussions.apple.com/thread/5785838 for all the gory details. The long and the short of it was that my problems all came from a point in the past when I changed the hostname of my server after I had created the Open Directory master. Seems like that is a very bad idea! Based on what I found it seems liek any small flaw in DNS forward and reverse name resolution can also cause similar issues. I don't knwo if either of thsoe may apply to your situation?
    As part of troubleshooting my issue I actually created a 'replica' of my server setup on another machine includingthe OD and associated users and groups. What I found was that many services (certainly mail, calendar and contacts) depend completely on the OD users and groups UUIDS. So if you wish to preserve user's data across an OD destroy and re-create it is vital that you carefully note for each group its Unix GID and its OD UUID and for each user their Unix uid, primary group id and UUID. When you are re-creating your OD master, as you create each group, use Directory editor to change its UUID to the original value. Similarly for Users. If you don't then users will no longer have access to any existign Mail, Contacts or Calendar data afterwards!
    HTH,
    Chris

Maybe you are looking for