Problem in fullScreenSourceRect property of stage

i have vid object of Video and woks nice if I remove the fullScreenSourceRect property to Stage. I am going to make fullscreen of related video protion only. So, whenever I set fullScreenSourceRect to screenRectangle , It shows error of undefine property of fullScreenSourceRect. I have imported flash.display.Stage and flash.geom.Rectangle but still shows error of undefined property fullScreenSourceRect.
var screenRectangle:Rectangle = new Rectangle(vid.x, vid.y, vid.width, vid.height);  
/*stage.fullScreenSourceRect = screenRectangle;*/
stage.displayState = StageDisplayState.FULL_SCREEN;

Hi
Local definition or global definition ???
if global def changed then as explanined by barny...it will be for all users...if u want it for your own user id only then go thru local def.
-Amit

Similar Messages

  • Problems with fullScreenSourceRect in nested Flash movie

    I've got a Flash movie I'm updating to add the fullscreen
    property to my clients' videos. Problem is I've added all the
    necessary ActionScript and HTML code as Labs suggests and the
    fullscreen property does work but not exactly. The video FLV
    Playback component is nested inside of another .swf movie via an
    empty movie clip on the stage. And that MC is not at 0,0. Problem
    is when I go fullscreen even though I get the right width and
    heights of the rectangle from the fullScreenSourceRect property.
    The X and Y are out of wack and not in the right place. So is there
    a way I can change the following property so it knows where X and Y
    really are instead of 0,0?
    Stage["fullScreenSourceRect"] = new Rectangle(
    feature.x, feature.y,
    feature.width, feature.height);

    the CSS z Index setting is the ticket...
    http://www.w3schools.com/Css/pr_pos_z-index.asp
    Lawrence   *Adobe Community Expert*
    www.Cartweaver.com
    Complete Shopping Cart Application for
    Dreamweaver, available in ASP, PHP and CF

  • Problem removing Objects from the stage in Flash CS4 (AS3.0)

    I have a problem with this code:
    this.addEventListener(Event.ENTER_FRAME, vanish);
    function vanish(event:Event):void{
         if(character_mc.hitTestObject(vanish_mc)){
              vanish_mc.parent.removeChild(vanish_mc);
    There are two overlapping objects on my stage: character_mc and vanish_mc.
    As soon as i start the scene[Ctrl+Enter] vanish_mc is VISUALLY removed. But the code still sees a collision somehow. How can i Entirely remove the object vanish_mc?
    Thank you for help and advice.

    Ah I think the problem is what my problem not which I proposed, my bad I was trying to keep it simple.
    the remove code in my problem actually looks like this:
    if(character_mc.hitTestObject(this["dollar_mc_"+String(i)])){
         removeChild(this["dollar_mc_"+String(i)]);
    I wanted it to be that way so I could add infinite "dollar_mc_" ' s without writing myself to death with code and or getting confused.
    Imagine it like a game where a character it picking up dollars, which would disappear once they intersect.
    And that exactly is what gives me that argument.
    Do you know a way i could write this code, or do you suggest to leave it that way...because it does run and work im just getting this argument while debugging.
    Thank you for all the help~

  • Problem with Rendered property using SPEL

    I have a page with three different graphs. This page is associated with a AM which has a PVO object. The PVO has three transient boolean variables and I set all except one to false by calling initProperties in the processRequest method.
    I have tied this three different boolean variables to 'Rendered' property of three items of type graph in the page.
    I am using the ${oa.<instancePVO1>.<Attribute>} syntax in the Rendered property.
    Despite this, I see all three graphs rendered when I launch the page. But I can see that only one of three attributes for the PVO is TRUE.
    Can anyone think of some aspect that I missed?
    Your help will be appreciated.
    Thank you,
    Arun

    Hi Harinath and Gowtam,
    Thank you for the reply.
    I am setting the attributes in PVO properly to false. I actually use the variables to three different queries on which the graphs are based on and they fire the right ones. Only the problem is with the rendered property using the SPEL.
    Also, I made sure that there is only one row in the PVO and it is initialized properly with the Primary key and I am using the PVO.first() to retrieve it.
    It would helpful if you could throw some light on how to debug the SPEL...I tried System.out.println-ing the SPEL expression ${oa.PVOinstance.attribute} but I get errors...
    Thank you,
    Arun

  • Problem scrolling using property nodes

    What Im trying to do is a "fake scroll bar" using numeric controls and the VI Property FP Origin for the same vi where the numeric controls are. The problem is that when the vi is running and I use the scroll bar the controls also move and is a mess. I need to have it in a fixed (like floating) position within the window, how can I do that?

    How about using a property node to move the control as you scroll so it
    appears to remain fixed on a moving front panel?
    "pacp" wrote in message
    news:50650000000500000082D90100-1079395200000@exch​ange.ni.com...
    > Hi,
    >
    > What I want to move is the entire front panel but one control (the
    > fake scroll bar which is a numeric control) that is on it. What I
    > really need is to have ONLY a vertical scroll bar... the way to do it
    > doesn't really matter,
    >
    > Thanks

  • Problem with WindowsStyle property - upgrade foms 5.0 to 10g

    Hello,
    I am upgrading an Oracle forms 5.0 application to Oracle forms 10g but my WindowsStyle property, that in 5.0 was Document, goes to Dialog in 10g.
    I performed the upgrade in 2 steps 5.0-&gt;6i-&gt;10g using the command line (batch file).
    Does anyone know why this happens and if there is a solution to solve this without having to open and compile all forms in the Developer?
    Thank you all in advance,
    Carla Almeida

    Discovered problem.
    /etc/services on 5.4 has only 3 entries:
    unieng 5730/tcp # CS&T Engine Daemon
    unisnc 5731/tcp # CS&T Sync. Net. Con. Daemon
    unidas 5732/tcp # LDAP Access Server Daemon
    on 9.0.4 there should be an additional entry for the Calendar Server Manager:
    unicsm 5734/tcp # Oracle CSM Deamon
    After adding that entry and stopiing and starting calendar useres were able to log in as users.

  • Problem reading custom property file from custom event handler.

    Hi,
    My custom event handler needs some bits of information that I have set up in a property file. However, when the event handler runs it throws a FileNotFound exception - actually its because permission was denied.
    I have added the code System.getProperty("user.name") to find out the actual user that the event handler is running as. It reports that "oracle" is the user.
    That's great. However, the permissions on the file will allow oracle to read/write the file. If I log onto the server where OCDB runs (as oracle), I can vi the file.
    The file is owned by another user, but the "oracle" is a member of the group that has read/write (we're running on a unix box). The file is not 777.
    The event handler is actually calling a static utility method that returns the Properties. This utility is used elsewhere in other custom apps in conjunction with OCDB (on the same server). It works there, so the utility is functioning correctly.
    Is there something going on that I'm missing? Like somehow the event handler is acually runn as somebody else?
    Here is the node log.
    2007/07/17 12:52:16 [oracle.ifs] [37] 434364 system FINE: Error /opt/csc/sfi/configuration/sfi.properties (Permission
    denied) Additional INFO: java.io.FileNotFoundException: /opt/csc/sfi/configuration/sfi.properties (Permission denied)
    Thanks in advance for the help.
    Winston

    Matt,
    Sorry to have wasted your time. It was a server reboot issue. The ocdb server hasn't been restarted since early July. We added the users and groups late last week. Although we tested on line, the server wasn't quite up to speed with the new changes.
    We bounced the server and all is well.
    Thanks
    Winston

  • Problem with "disclosedRowKeys" property of ADF Rich Tree

    Hello friends :)
    I'm using JDeveloper 11g TP3 with adf rich components.
    I followed this Frank Nimphius’ post:
    http://thepeninsulasedge.com/frank_nimphius/2007/12/19/adf-faces-rc-initially-expanding-all-nodes-in-a-tree-or-tree-table/
    And I've done the same in my application. The problem is that it not shows all nodes. I don't know the reason, but in my case it only shows the two first nodes. But when I close and disclose the root node, then it shows all nodes.
    What do you think?
    Thanks in advance,
    Westh

    I also meet this problem, then someone told me that I should use "RowKeySetTreeImpl" replace with "RowKeySetImpl", so the tree can expand all levels of nodes.
    Hart

  • Problem in Personaliztion property of the query.

    HI,
    After executing a Query in the browser, I made some changes in the report and set as personalize. That means what ever the changes i had done, it has to show to my User ID. But my problem is that it is showing for all the other users also.
    Is there any settings problem? Where can I do settings for this problem.
    Can please give me any suggestion..
    TR
    Rajesh
    Message was edited by:
            rajesh

    Hi
    Local definition or global definition ???
    if global def changed then as explanined by barny...it will be for all users...if u want it for your own user id only then go thru local def.
    -Amit

  • Problem in block property (delete allowed)

    hi friends,
    i have created a form having two blocks with non-isolated relation in them. i have set the delete allowed property to true for child block and false for master block. But when i run the form it will not allow me to delet the record from the child block as the delete allowed button appears in disabled form in the toolbar...
    please help in enabling the button so that i can delete the record at runtime for the child block

    which kind of toolbar did you use. selfwritten or oracle-standard ?

  • Problem with Spry Property Inspector in DW CS5

    Hi - I saw a similar post to my issue but with no replies or resolution.  This issue just started happening out of the blue.  After inserting a spry menu bar into a page, I will click on the blue tab above the menu bar widget to show the property inspector for the menu bar.  When the property inspector opens, all of the fields and settings are crammed to the left of the Property Inspector window and it is impossible to make any modifications to the menu bar without going into the code.  I hope that someone can provide a solution or suggestion.

    Am I over reaching on this?
    Transitions are for slideshows.  What you're describing sounds more like a Flash site. 
    Maybe a modal window would work  for you.
    Look at Fancy Box
    Works well with text, images, iframes, and just about anything else you throw at it.
    http://fancybox.net/
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists 
    http://alt-web.com/
    http://twitter.com/altweb
    http://alt-web.blogspot.com/

  • Problem create OWNER property in C_GROUP

    Hi All,
    I've an issue while trying to create a new property called OWNER in the C_GROUP dimension.
    Please refer to the screen-captures for the error.
    I've also tried to create OWNER2 just to be sure the OWNER is not a reserved property name that are not allowed.
    I'm using BPC 10 Microsoft version.
    Please advise.
    Thank you.

    Hi Derek,
    as Arnold wrote Owner is a reserved property used by work status and bpf, this means that only one dimension could contain a owner property.
    You can find the dimension that contains the Owner property in admin console->application->work status settings the dim has Owner specified in "work status".
    So if you want to change the dimension owner, you must change this property first, delete the property in the old dimension and add the owner property in the new dimension and after full process all dims again
    But you will loose all previos work status lock previous used.
    Like Arnold a question, before to start, are you using this property for another purpose then work status and bpf? If so better to stop and explain what do you want.
    Regards
         Roberto

  • Problem regarding Heigt property of data records being printed

    Hi,
    in my report normally up to 100 are printed. i setted the vertical elasticity as expand and horizontal as fixed.
    but while priting, in vertical, it is contracting if date is too short enough and expanding when dat is large enough. But what my requirement i want to specify the height of each field in repeating frame fixed. i.e. 3 centimeters and it should be same for all records printed on page and on each logical page and i want to print maximum 8 records per page becoz my print page size can hold maximum 8 records and each record at 4 lines. And even if the data is short enough it must not be contracted, if data is one line,and the remaining space that is in 3 cemtimers should be left blank and it must to go to second record. That is in fixed heigt of record repeart frame i want to print the data. If data goes more than 3 centimetres then date must be truncated. I did not find any height to set this property in Repeating frame property.
    please suggest solution'
    thanks in advance
    prasanth a.s

    hi ,
    I think it's simple all you need is to adjust the elasticity to fixed and adjust the properties of the frames to get the required number of lines
    I hope that will helpful
    Yaser

  • I am facing problem while accessing property value when i include a component inside another

    Hi Everyone,
    I am unable to access property value of richtext of a compoent that is included in another compoent.
    I have created a compoentA at following location myProject/components/componentA.
    I then created componentB at this location myProject/components/componentB
    ComponentB contains a design_dialog that has a richtext widget with following properties:-
    xtype=richtext
    name=./description
    titile=productdescription
    I have then included componentB in componentA.jsp using <cq:include path="productdescription" resourceType="myProject/components/componentB" />.
    I have then dropped componentA on a page. In design mode i could see the edit dialog for componentB and on edit I could see the rich text, but when i am trying to access the values entered in richtext inside componentB.jsp i am getting null/default value.
    <%=properties.get("description","Description not present")%>
    Can any one tell me why the property is not accessible on the included component.
    Thanks

    What is the tree structure created for the property of the componentB?
    Can you try the below code in your componentB jsp and check whether you are getting the property value
    Resource resource = slingRequest.getResource();
    String description = ((String) ResourceUtil.getValueMap(resource).get(
                        "./description", String.class));

  • Problem with completionPersistPolicy property in deployment descriptor

    Hello Everyone,
    i am working on SOA 11g.
    I read about setting various properties inside deployments descriptor for a BPEL process from the below link
    http://download.oracle.com/docs/cd/E15523_01/integration.1111/e10224/bp_app_deploydesc.htm
    It states that if we set the value for completionPersistPolicy as "off" then no instance of this a process is saved but i can still see an instance created for this process in the EM.
    I thought it might be removed after the process gets completed but even after process reached completed state it was not removed and its entry was still visible in the EM.
    Basically i was just trying to figure out is ther a way to have control on dehydration in SOA 11g and after searching the net all that i understood was that one can control it by adding the below entries in composite.xml:
    *<property name="bpel.config.inMemoryOptimization">false</property>*
    *<property name="bpel.config.completionPersistPolicy">faulted</property>*
    I just wanted to know where am i goin wrong and is their other ways to control dehydration in SOA 11g that i am not introduced to.
    Any suggestion would be of great help!!!!
    Regards
    Ajay

    This property configures how the instance data is saved. It can only be set at the BPEL component level. The completionPersistPolicy property can only be used when inMemoryOptimization is set to be True (transient processes).
    Also, inMemoryOptimization property can only be set to True for transient processes or processes that do not contain any dehydration points such as receive, wait, onMessage and onAlarm activities.
    Thanks,
    Ashu

Maybe you are looking for

  • Open c won't turn on

    my zte open c died today. Battery was 1/3, and i plugged it into car charger, and it went blank, and is now unresponsive in every way, its not "bricked" it is a brick. i had the zte open for about 5months and it went the same way, except in that case

  • Nokia C3 Problems after update to v 07.20

    I have updated my C3 and found: 1 Most of .jar software not working, including google maps, games etc 2 Sync with server for back up contacts etc. now not working Please help arshadMEHMOOD

  • HTML Content in Cocoa apps

    few days ago I noticed that certain apps are displaying raw HTML instead of formatted content. Specifically, Skype during a chat session I cannot read what the messages I'm receiving are. I see lots of div tags and other stuff. also another app, MacG

  • Looking for some advice on a Golden Triangle Storage setup.

    Good Afternoon, I'm an IT technician at a school where we currently have a 600 computers and are now getting many requests to integrate our Macs also into our system. I've used Macs for a while and have tried and researched to get this query sorted b

  • Resizing GIF files

    Hello, I am programming a batch application, that resize images, e.g. jpg, png and gif format. On internet there are bunch of "working" examples for jpg and png. I have modified them so I can use it for my intention. Unfortunately I could not find an