CompositionElement sizing issue needs to be addressed.

Ok, so it's not just the PosterFrame and VideoElement inside a SerialElement that's sizing wrong.  It's anything inside a Parallel or Serial Element that includes an element with a temporal trait, and a static element such as RTMPPosterFrameElement, PosterFrameElement, or ImageElement.
I just tried to use ScaleMode.LETTERBOX with a ParallelElement that included a progressive AudioElement, and ImageElement.  The ImageElement does not size properly, and can be replicated in your ExamplePlayer flex project.
Just add the MediaPlayerWrapper to a container with a smaller fixed size (like a canvas container at 320x240 ).  You will notice that no Serial or Parallel Element with a static element will scale properly.
This needs to be addressed.  The direction for this functionality is great!  Having a Posterframe for Audio and Video is a must ... but it currently does not size properly.  The only acceptable ScaleMode is NONE.

The Layout system was created after our UI components, and a separate UIComponent was created to work with the Layout system.  We have a backlog item to fix this in the current sprint, starting today.  I have a work around below which demonstrates how to use this little know component call a RegionGateway.   Cheers!
<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml"
layout="absolute"
creationComplete="init()"
xmlns:players="com.adobe.strobe.players.*">
<mx:Script>
<![CDATA[
import org.osmf.media.MediaPlayer;
import org.osmf.metadata.Metadata;
import org.osmf.gateways.RegionGateway;
import org.osmf.layout.RegistrationPoint;
import org.osmf.display.ScaleMode;
import org.osmf.layout.LayoutUtils;
import org.osmf.proxies.TemporalProxyElement;
import org.osmf.utils.URL;
import org.osmf.media.URLResource;
import org.osmf.image.ImageLoader;
import org.osmf.image.ImageElement;
import org.osmf.composition.SerialElement;
private static const REMOTE_IMAGE:String = "http://mediapm.edgesuite.net/osmf/image/adobe-lq.png";
private static const REMOTE_IMAGE2:String = "http://mediapm.edgesuite.net/strobe/content/test/train.jpg";
private var region:RegionGateway;
private var serial:SerialElement;
private function init():void
serial = new SerialElement();
serial.addChild(new TemporalProxyElement(5, new ImageElement(new ImageLoader(), new URLResource(new URL(REMOTE_IMAGE)))));
serial.addChild(new TemporalProxyElement(5, new ImageElement(new ImageLoader(), new URLResource(new URL(REMOTE_IMAGE2)))));
serial.addChild(new TemporalProxyElement(5, new ImageElement(new ImageLoader(), new URLResource(new URL(REMOTE_IMAGE)))));
serial.addChild(new TemporalProxyElement(5, new ImageElement(new ImageLoader(), new URLResource(new URL(REMOTE_IMAGE2)))));
for( var itr:Number = 0; itr < serial.numChildren; ++itr)
LayoutUtils.setLayoutAttributes(serial.getChildAt(itr).metadata, ScaleMode.LETTERBOX, RegistrationPoint.CENTER);
LayoutUtils.setRelativeLayout(serial.getChildAt(itr).metadata, 100, 100, 0, 0);
region = new RegionGateway(serial.metadata);
wrapper.addChild(region);
serial.gateway = region;
var mediaPlayer:MediaPlayer = new MediaPlayer(serial);
invalidateDisplayList();
protected override function updateDisplayList(w:Number, h:Number):void
super.updateDisplayList(w,h);
if (region)
LayoutUtils.setAbsoluteLayout(region.metadata, stage.stageWidth, stage.stageHeight);
]]>
</mx:Script>
<mx:UIComponent
id="wrapper"
width="100%"
height="100%"
/>
</mx:Application>

Similar Messages

  • HT204053 This issue needs to be addressed......BIG TIME......

    Dear Mr. Cook.
    First off.....BRAVO on all your work and direction and stewardship with Apple since you have been at the Helm of Apple.......Especially with your attention and concern over the IOS 6 Maps issues currently......
    BUT.......Here is "one more thing" that is SERIOUSLY starting to snowball upon itself and is fast becoming a HUGE problem for many if not most Apple Product users and or is iTunes and iCloud infrastructure users........
    It is the Issue of Apple ID Accounts and the many that Apple Product users have and use within the iTunes and iCloud Infrastructure or systems that effect all users of any Mac Computer (Desktop or Laptop) and all of the IOS devices as well as the effects upon iTunes and the iCloud.
    FOR INSTANCE:
    iTunes is Now nearly 12 years old..........back when it first started I was a PC user (I now use an iMac, iPhone, and iPad).........and when iTunes first started my first Apple ID for iTunes was the e-mail address of the ISP I was subscribed too at that time which was:
    [email protected] / plus the password
    Over the years I made a ton of Music and Movie and Books and App purchases using that account.
    But, over the years I have moved several times and also stopped using PC equipment and now am exclusively Apple, thus my ISP provider has changed and of course that means that the [email protected] e-mail address is no longer my e-mail address (it is now [email protected]).......because I of course was using a different ISP as well and I was also a MobileMe subscriber....
    But because there currently no way to Merge iTunes Apple ID's......I still now nearly 12 years later have to remember [email protected] (plus password) Apple ID login for my ITunes account.........
    And Obviously I have a [email protected] (plus password account) for both iTunes and MobileMe.......and now of course [email protected] Apple ID has now been rolled into iCloud......and now I understand that all the @me.com addresses / ID's are going to be upgraded to @iCloud.com addresses / ID's......
    And Honestly, That will now give me Three (3) Apple ID's I now have to remember and keep track of........and i know for certain that there are other people out there that probably have more than that......5 or even dare I say 10 of the Apple ID logins that they may have created as the went from one ISP to another creating iTunes accounts or MobileMe accounts, or iCloud Accounts or accounts for any of the Apple services every time they bought a new Mac or Mac's, or iPhone(s) or iPad(s), iPod(s), etc. etc.....I think you can see where I am going with this.......
    WHY THIS IS BECOMING A HUGE PROBLEM FOR EVERYBODY:          ?????
    As I stated above over the years I have made a ton of music and Book and Movies and app purchases with my [email protected] iTunes account......
    But as i was also using Mobile Me and now iCloud, I have also made a bunch of purchases with those Apple ID accounts as well......
    So now when I go into iTunes and lets say I have 17 App Updates and I am logged into iTunes with the [email protected] ID, only those apps that were purchased with that account will update......thus I have to log out and log back in with the other Apple iTunes IDs in order to update or download the additional updates to iTunes.....It is an ENORMOUS pain in the ***.......and I only have three (3) Apple ID's / accounts......Imagine if you will what a headache it must be to the people that have something crazy going on like 5 or 10 different Apple ID's to log in and out of for iTunes and or iCloud, etc. etc.......
    And Now.........it seems it is going to get even more confusing as i understand that all former mac.com and me.com e-mail addresses are getting rolled up and upgraded to @iCloud.com addresses......its is just becoming very confusing to many trying to juggle and manage multiple Apple ID's.......especially the very old ones that were created long ago when it was only just iTunes.......
    This has become a problem that has been slowly growing and growing and needs to finally be addressed and fixed.......soon........before it grows to the point where it all becomes too large to deal with.....(and it might very well be already).......
    There needs to be a way for ALL users of iTunes and iCloud (as well as former MobileMe users......developers, etc) to be able to merge all there accounts and Data (such as Appa, and Music, and Movies and Any iTunes purchases) into one account if they wish too all while preserving their personal data and without compromising security.....
    And it seems like with all your systems and infrastructure moving towards iCloud, that it should be the developers and systems teams that are in charge of both iCloud and iTunes that should be working on this matter.....
    I talked to one of your Apple Customer care people today by phone, and even that person expressed their frustration with this problem as she herself had multiple Apple ID's and logins and had encountered these issues I speak of.......
    This is a serious problem that is still growing everyday for everybody........
    And actually.....I wrote to you about this once before, and less than 24 hours later I actually received a personal phone call from one of your personal assistants regarding this issue and was told that at this time there was no fix that could be made........Unfortunate yes, but here it is nearly a year later and this problem is still growing and getting larger for everyone.......BUT, on the up side of things, I can tell you that getting that phone call was amazing.......proving once again, that Apple's customer service is world class and second to none......I wish every corporate company would follow your lead and model when it comes to customer service.......
    Anyhow.........Please try and help with this matter if you can.....!!......
    Sincerely and Respectfully,
    Blake Norris
    Las Vegas, NV
    [email protected]

    Tank you Blake,
    Your not alone thinking this is a nightmare and if this not a topic concerning all old apple costumer's Mr Roger you never been on the support pages before. If you not believe me search "merge multiple Apple ID" on support page or Google it, I know you know this because you always trying to help frustrated people by saying this is not possible...
    Thank you again Blake

  • Issue that needs to be addressed...

    Alright,
    Switched to Verizon FiOS in December and TV and Phone have been excellent. One problem... The internet is terrible. Yes. I'm going to rant about the internet. Router that is supplied is low quality and what's the point of high speed internet when the signal is not good enough to deliever it! Next room over I get half the signal and speed is depleted!
    Youtube is another problem. Comcast 25/5 plan could handle 1080p videos and with the 75/35 internet speed I have now can't even handle 240p video. Hooked right up to the router with an ethernet cable and speedtest.net is telling me I have 75/35 speed. With a 75/35 speed don't you think it can handle at least a 240p video clip? Constant buffering all the time. It's not Google. Worked great with Comcast. Common denominator is Verizon FiOS.
    Many other people are having issues with YouTube and the supplied router and it needs to be addressed.

    I point both of you to
    http://www.dslreports.com/shownews/123282
    If you are the original poster (OP) and your issue is solved, please remember to click the "Solution?" button so that others can more easily find it. If anyone has been helpful to you, please show your appreciation by clicking the "Kudos" button.

  • I downloaded 4.0 and discovered it is incompatible with Norton Firewall, Anti-virus and Toolbar. This needs to be addressed before I update Firefox again (I reverted back to the 3.6 version). Can you address this issue?

    I downloaded 4.0 and which is incompatible with my firewall and Anti-virus. This is a security issue to me which needs to be addressed before I attempt to update Firefox again. Please address this issue. I am using Norton 360 Premier Edition.

    Update: Symantec have released an update for Firefox 4 compatibility, for details see http://us.norton.com/support/kb/web_view.jsp?wv_type=public_web&docurl=20100720113635EN&ln=en_US

  • I want to cancel my membership.  I need assistance to address this issue

    I want to cancel my membership.  I need assistance to address this issue.  It seems that they have made a repeating loop of unhelpful links to prevent you from canceling a membership.  Any advice? --Travis

    Moving this discussion to the Adobe Creative Cloud forum.
    Adobe you suck! cancel me please contact our support team directly at Contact Customer Care to cancel your membership.  If you are not being given the option to chat with a member of our support team then please utilize a different web browser.  Which web browser and version are you currently using?

  • I have an Airport Extreme as my router and am using time capsule to extend the network in my new house. My ISP is only providing me 4-5 ip addresses and wants me to set up my router to issue out new ip addresses for all my devices.How do I fix this?Help

    I have an Airport Extreme as my router and am using time capsule to extend the network in my new house. My ISP is only providing me 4-5 ip addresses and wants me to set up my router to issue out new ip addresses for all my devices.How do I fix this?Help.
    They said I need to change my settings to NAT settings. I haven't been able to figure out or find anything. I have also spoken to Apple Support on the phone for hours without being able to figure out how to do this ( i don't think he knew much either lol.) Please help me because I've got about 15-20 devices in my house that require to be connected to the internet and this is just making things ridiculously slow and painful for me.
    Thanks!

    It is on DHCP & NAT under router mode yet my isp is still the one issuing ip addresses to my devices instead of the router issuing them

  • [svn:fx-trunk] 5367: The changes here are mostly fixing some sizing issues.

    Revision: 5367
    Author: [email protected]
    Date: 2009-03-17 15:26:35 -0700 (Tue, 17 Mar 2009)
    Log Message:
    The changes here are mostly fixing some sizing issues.
    For the FlashContainerPlaceholder, the first child is now MyFlexContentHolder, which extends mx.flash.FlexContentHolder but meets the invariant that it has 1 child and that child is FlexContentHolderThumbnail, which I?\226?\128?\153ve added as a swc to the project. I changed this by accident last time to refer to mx.flash.FlexContentHolder, when it should've referred to a concrete instance created by Flash from a swc. I also added a chrome of 151x151 to match the FlexContentHolderThumbnail since otherwise the container itself would have no chrome at all, and this let?\226?\128?\153s it size correctly.
    Also, for sizing, in a container, rather than sizing to the size of the chrome, I now size to the size of the FlexContentHolder thumbnail that all FlexContentHolder?\226?\128?\153s have. This means in ContainerMovieClip, I don?\226?\128?\153t need to override bounds anymore.
    ContainerMovieClip now implements IVisualElementContainer.
    Also, I fixed a resizing event bug in UIMovieClip where the resize event was getting dispatched more than once.
    QE Notes: -
    Doc Notes: -
    Bugs: SDK-19271, SDK-19788, SDK-19789
    Reviewer: Glenn
    tests: checkintests
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-19271
    http://bugs.adobe.com/jira/browse/SDK-19788
    http://bugs.adobe.com/jira/browse/SDK-19789
    Modified Paths:
    flex/sdk/trunk/frameworks/projects/flash-integration/src/mx/flash/ContainerMovieClip.as
    flex/sdk/trunk/frameworks/projects/flash-integration/src/mx/flash/FlexContentHolder.as
    flex/sdk/trunk/frameworks/projects/flash-integration/src/mx/flash/UIMovieClip.as
    flex/sdk/trunk/frameworks/projects/utilities/build.xml
    flex/sdk/trunk/frameworks/projects/utilities/src/FlashComponentPlaceholder.as
    flex/sdk/trunk/frameworks/projects/utilities/src/FlashContainerPlaceholder.as
    Added Paths:
    flex/sdk/trunk/frameworks/projects/utilities/libs/
    flex/sdk/trunk/frameworks/projects/utilities/libs/FlexContentHolderThumbnail.swc
    flex/sdk/trunk/frameworks/projects/utilities/src/MyFlexContentHolder.as

    Hello Everyone,
    We request you all to try your applications with http://labs.adobe.com/technologies/flashplatformruntimes/air3-5/
    Release Notes - http://labsdownload.adobe.com/pub/labs/flashplatformruntimes/shared/air3-5_flashplayer11-5 _releasenotes.pdf
    Please let us know how it goes.
    -Thanks
    Pahup

  • Why is my iPhone telling me to go right and on the map it show to make a left uturn? I think this needs to get addressed quickly before anymore serious problem arise and it's on ios6

    Well I use my iPhone to direct to where I need to go especially now with ios6 maps since then I can drop Tom Tom app and not pay the yearly fee, but it's kinda hard when my iPhone tell me to make a right turn and on the map it clearly show me to make a left u turn and never a right turn what's so ever. This issue I think need to be addressed ASAP before someone gets injured making a turn. This type of issues can put people at risk and should be taken serious. I have other issues non related to maps, but this mainly the only one I care about because it is a danger to people.

    I have done that and it is definitely on.  My husband has the exact same phone and I upgraded his IOS at the same time, but this problem is not happening to his phone (we are also on the same plan, so our service should be the same).  Our settings appear to be identical and my phone is showing the 3G symbol at the top, so I can't understand why it won't access the network.
    I've turned it on and off twice and have reset all settings with my iTunes account, but it still isn't working.
    I'm not a complete idiot with this sort of stuff - I have tried all the obvious things.

  • I need an eprint address

    I need an eprint address to connect my Photosmart printer to a chromebook.

    Hi herring,
    Welcome to the HP Support forums.  I understand that you would like to setup the ePrint feature of your Photosmart printer to be able to print from your Chromebook.
    To better assist you, would you please provide some further information:
    1)       What make/model of Photosmart do you have?
    2)      Is the printer currently connected? If so how (USB cable, ethernet, or wireless)?
    3)      Are you using the Chromebook to setup the printer? If not, what is the operating system of the computer you are going to use (Windows 7, Mac 10.8, or Windows 8, etc)?
    Thank you.
    How Do I Find My Model Number?
    Regards,
    Happytohelp01
    Please click on the Thumbs Up on the right to say “Thanks” for helping!
    Please click “Accept as Solution ” on the post that solves your issue to help others find the solution.
    I work on behalf of HP

  • I have an I pad2, an iMac desktop and an I phone 5, how do I get them all to be bale to face time with each other, do I need different email addresses, use the phone number, or the sim number in the iPad ? Ay help gratefully received !!

    I have an I pad2, an iMac desktop(2012) and an I phone 5, how do I get them all to be able to face time with each other, do I need different email addresses, use the phone number, or the sim number in the iPad ? Any help gratefully received !!

    Graham,
    For the iPad, iMac you need to create verifyible e-mail addresses created with one of the providers such as Yahoo, Gmail,etc.  For the iphone you should use it's phone number, but an e-mail could be used for it too.  If you want to associate these e-mail addresses with a single ID, I'm including a link to give you info about how you can do that. Read it carefully, as it can be a bit confusing.
    http://support.apple.com/kb/HE68

  • I have a brand new MacBook Pro . I am trying to connect to the private wifi at my house but I need the IP address of my laptop . Everywhere I go on the laptop, the IP address is blank . How do I find the IP address if laptop is not connected to the wifi

    I have a brand new MacBook Pro and I'm trying to connect to the private wifi at my house however, I need the IP address. Everywhere I go to find it, the adress is blank. What do I do ?

    Your Mac won't have an IP address, at least not a valid IP, until you actually connect it to your home LAN. Not sure why you think you need the IP, you don't.
    To connect to your home WiFi you need to know the SSID name, IE the name of your home WiFi, and the password for it. Once you have those two things click the little antenna looking icon on the right side of the menu bar and select your home WiFi name and click connect. A dialog box will pop up asking for the password, type in the password and click OK/Connect/Whatever.

  • My Mac has been stolen, but I have my iCloud account setup. The "find my mac" app has found the apartment block it's in, but I need an IP address. Is there a way to see the IP address of my Mac through iCloud?

    My Mac has been stolen, but I have my iCloud account setup. The "find my mac" app has found the apartment block it's in, but I need an IP address for the police to go and claim it. Is there a way to see the IP address of my Mac through iCloud? I've tried to get the IP address through Gmail and Dropbox but no success. Is there any software that updates automatically that I could find the IP address through?

    Shouldn't the IP address be on the box you bought the machine in? If you have the box, take it to the police as evidence that it's your machine. If I were you, I would set the firmware password when you get it back, but make sure you have the password written down in a safe place. If you forget it, there's only two ways to reset it. Either pay $400+ for the tool that can do it, or pay almost nothing for Apple to do it, I think it depends on where you live. The firmware password is this encrypted password and it can't be hacked either. The password prevents anyone from booting the machine into recovery mode, thus preventing them from restoring the computer to factory settings or performing any other functions. It's not stored in the hard drive so replacing that will be of no use either.
    I hope you get your Mac back and I hope this was helpful!

  • My airport extreme is flashing amber it says i need a ip address .... it was working just fine yesterday until i had to reboot cable modem how do i get my extreme to work again so i can have wireless

    my airport extreme is flashing amber it says i need a ip address .... it was working just fine yesterday until i had to reboot cable modem how do i get my extreme to work again so i can have wireless..... please help!!!

    Hi again Jen,
    Most internet providers utilize "dhcp" -- you might want to check to see if your extreme is set to that function.
    If you want to try, you need to go into airport utility and select MANUAL setup/ then click NETWORK button on top of the window. /select TCP/IP -- make sure that you see "Using DHCP" not MANUAL in the configuration window.  If you do see using  dhcp, click the renew dhcp lease button.  Then you'd have to do the power down/up cycle again.  If all this doesn't work, you can do a hard reset on your Extreme, which will bring it back to the way it came out of the box, then go through the same proccess that was used to set it up originally.

  • How do I avoid sizing issues with a Bevel?

    I am designing a logo for a startup business, and a beveled filter really looks nice for this particular company. The client really likes what I came up with. The problem is the filter seems to cause sizing issues. Enlarging it is creating ugly pixelation. Is there a method for avoiding this, or can I simply not use a bevel?
    Thanks.

    In the preferences check scale strokes and effects

  • [svn] 1543: Bug: BLZ-152-lcds custom Date serialization issue - need to add java.io. Externalizable as the first type tested in AMF writeObject() functions

    Revision: 1543
    Author: [email protected]
    Date: 2008-05-02 15:32:59 -0700 (Fri, 02 May 2008)
    Log Message:
    Bug: BLZ-152-lcds custom Date serialization issue - need to add java.io.Externalizable as the first type tested in AMF writeObject() functions
    QA: Yes - please check that the fix is working with AMF3 and AMFX and you can turn on/off the fix with the config option.
    Doc: No
    Checkintests: Pass
    Details: The problem in this case was that MyDate.as was serialized to MyDate.java on the server but on the way back, MyDate.java was serialized back to Date.as. As the bug suggests, added an Externalizable check in AMF writeObject functions. However, I didn't do this for AMF0Output as AMF0 does not support Externalizable. To be on the safe side, I also added legacy-externalizable option which is false by default but when it's true, it restores the current behavior.
    Ticket Links:
    http://bugs.adobe.com/jira/browse/BLZ-152
    Modified Paths:
    blazeds/branches/3.0.x/modules/core/src/java/flex/messaging/endpoints/AbstractEndpoint.ja va
    blazeds/branches/3.0.x/modules/core/src/java/flex/messaging/io/SerializationContext.java
    blazeds/branches/3.0.x/modules/core/src/java/flex/messaging/io/amf/Amf3Output.java
    blazeds/branches/3.0.x/modules/core/src/java/flex/messaging/io/amfx/AmfxOutput.java
    blazeds/branches/3.0.x/resources/config/services-config.xml

Maybe you are looking for