Adding actionscript to existing component

Is it possible to add actionscript to a component. For
example, can you add AS to the play/pause button on the FLV
playback component? thanks!

LuigiL’s recommendation may work perfectly fine however
I wouldn’t recommend it for the same reasons as senocular
mentioned on his website. Senocular as an alternative way for
'editing' such classes…;
http://www.senocular.com/?id=1.378

Similar Messages

  • Custom components : contains other existing component

    How do i write a component with the use of existing component, i mean i need a component in which user can enter his address information. so i need 2 or 3 textboxes, a combo etc,.
    right now i doing this in my custom component class, but not working.
    HtmlInputText address = new HtmlInputText();
    address.setValue( "test address" );
    context.getViewRoot().getChildren().add( address );
    but my address field is not added.

    You create a new component as a child of UIViewRoot.
    But UIViewRoot's rendersChildren property is false;
    that means encodeChildren method is not invoked.
    Encodeing of other components under <f:view> is done by the corresponding
    Tag Handler; whereas your new component has no corresponding one.
    I think you should create a new component under some one
    whose rendersChildren property is true (e.g. PanelGrid).

  • Is it possible to set up a form with a submit button where the data in the fields gets added to an existing excel file, just like 'collect response' but without connecting to the internet?

    I have a form that I want to use to collect peoples information with a submit button. I am trying to get the data that gets inserted to be added to an existing excel doc when the submit button gets hit, the form then resets and someone else can fill in the same form, hit submit and his data gets added to the existing data in the same excel doc. It is basically the same as the 'collecting response' option but without having to be online. The form is going to be used at a boat-show and I am going to get people to fill it out on an iPad. Does anybody know if this is possible?

    You could connect a bunch of 3700s to each computer and do this . 
    Or...since you're the one who monitors the monthly limit, you could restrict an individual's internet access once you see that you guys are coming too close to the cap. 
    I don't work for Cisco. I'm just here to help.

  • Substitution not carried out when WBS is added to an existing project......

    Hi, I have created a substitution rule to substitute the investment profile in my projects with a blank for any WBS which is not level one.   I am not sure why this rule does not take effect immediately a new WBS is included.  When I try to carry out the substitution manually, I get the error message 'Error when processing asset under construction (AuC) for WBS element'. Any ideas how I can get this substituion to work when a new WBS is added to an existing project?

    You should use the substitution otherway....
    I believe your project is in REL status and also you have defaulted IM profile in the project, so whenever you create a WBSE, the IM profile is inherited to the WBSE and since it is in REL status, the system will create an AUC based on your IM profile and now you are using substituition to remove the IM profile so this will cause the problem...Instead of this....try this...do not default IM profile in project, and instead of removing IM profile for all WBSE which is not level 1, use substitution to write IM profile in WBSE which is only level 1.

  • [svn] 3501: Adding the new CallResponder component.

    Revision: 3501
    Author: [email protected]
    Date: 2008-10-06 17:42:26 -0700 (Mon, 06 Oct 2008)
    Log Message:
    Adding the new CallResponder component. This is best used from MXML to implement
    a specific invocation of a specific RPC service operation. It separates the use of the
    RPC operation from its definition.
    QE: New class (and MXML component)
    Docs: Yes - see the asdoc for info.
    Checkintests: pass
    Reviewer: Pete, Seth, Ed, Sameer
    Modified Paths:
    flex/sdk/trunk/frameworks/projects/rpc/manifest.xml
    Added Paths:
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/CallResponder.as

    Did you import the 3 required SC:
    SAP-JEE,
    SAP_BUILD
    SAP_JTECHS
    the DC: sap.com/tc/ddic/metamodel/content is part of SC SAP_JTECHS
    You can brouse all imported DCs from CBS
    SAPs should be 161. The one you are looking for is N:31 in the SAP_JTECHS
    If you have problem with the local bild, than you havn't checked out all DC to your NWDS.
    Regards, Angel

  • Disable for adding or changing in Component or Operation Tab

    Dear Expert,
             Module PM ::: I got an requirment form customer that they need to disable the field for adding or changing in Component or Operation Tab after maintenace order has a status as REL. Could you please find out the solution for me?
    Thank you in advance
    Gamez

    Hi,
          1. U may try to LOCK the Maintenance Order for changes once its status is release , so u should do changes via User exit :-
    IWO10002  -> PM maintenance order: Customer check for order release
    U can read status using FM STATUS_READ
    2. U can also check if BADI :- IWO1_SCREEN_MODIFY Field Content and Display Modification is helpful for ur case ..
    regrds
    pushpa

  • [svn:cairngorm3:] 16694: Adding a custom IconButton component.

    Revision: 16694
    Revision: 16694
    Author:   [email protected]
    Date:     2010-06-28 05:20:58 -0700 (Mon, 28 Jun 2010)
    Log Message:
    Adding a custom IconButton component.
    Using the ErrorPolicy.RETHROW flag for unhandled exceptions
    Modified Paths:
        cairngorm3/trunk/samples/insync/insync-basic/src/InsyncBasic.mxml
        cairngorm3/trunk/samples/insync/insync-basic/src/InsyncContext.mxml
        cairngorm3/trunk/samples/insync/insync-basic/src/assets/contactsStyles.css
        cairngorm3/trunk/samples/insync/insync-basic/src/insync/application/SearchContactsCommand .as
        cairngorm3/trunk/samples/insync/insync-basic/src/insync/infrastructure/AlertHandler.as
        cairngorm3/trunk/samples/insync/insync-basic/src/insync/presentation/PictureInput.mxml
        cairngorm3/trunk/samples/insync/insync-basic/src/insync/presentation/Toolbar.mxml
    Added Paths:
        cairngorm3/trunk/samples/insync/insync-basic/src/insync/presentation/components/
        cairngorm3/trunk/samples/insync/insync-basic/src/insync/presentation/components/IconButto n.as
        cairngorm3/trunk/samples/insync/insync-basic/src/insync/presentation/components/skins/
        cairngorm3/trunk/samples/insync/insync-basic/src/insync/presentation/components/skins/Ico nButtonSkin.mxml
    Removed Paths:
        cairngorm3/trunk/samples/insync/insync-basic/src/insync/presentation/skins/button/

  • Existing component with layout like new google images?

    I've been asked to create a tile list like the new google image search:
         even rows
         variable width contents so uneven columns
         grid is fixed width
         vertical scroll
    Is there an existing component that I can use (such as an S:List with some fancy parameters)?
    Any number of items
    Grid is fixed width
    Vertical can scroll
    XX X XXX X XX   <- different width items in each row means different numbers of items in each row.
    X XX XX XXX X
    XXX XXX X XXX

    Hi,
    We don't have such stock layout in the SDK, but writing a custom one and using it with List shouldn't be too hard.  I have an example of such a layout that maybe a good starting point. It's posted on my blog here http://evtimmy.com/2009/06/flowlayout-part-2-gap-verticalalign-and-scrolling/
    -Evtim

  • Adding contents to Existing web applicaitons

    Hi All,
    Following link talks of adding contents from oracle content server to exsting webapplications. Does any one has an idea or some sample examples on this.
    http://www.oracle.com/us/products/middleware/content-management/revolutionary-one-click-mgmt-ds-077616.pdf
    I tried adding Site studio tag libraries to a webapplication, that shows site studio services in the component panel. Such as Placeholder, DataFile, IdcService, which I can drag and drop on the jsp page. When I run the application, it gives me follwoing error
    "oracle.stellent.wcm.server.request.RequestException: No sites are configured"
    Could you please provide some pointers.
    Regards,
    Sanjay

    Hi
    When you have to run the sites / contents from UCM on an external application then you will have to create a Site using SS Designer - Create the Sections / Pges /Layouts . These Pages / Layouts are where your Placeholders would be placed which can be then ported to an existing external application / site and used to retrieve contents from UCM .
    If you are using UCM 11g then you can use Jdev to port your existing application on Jdev and add the Site Studio elements / assets to these apps directly . In SS / UCM 11g there is this added capability to have a completely external site (w.r.t UCM) and run your applications .
    Hope this helps .
    Thanks
    Srinath

  • Bug: Adding number to existing contact from a sms msg

    A friend sent me an updated number in a txt message and I attempted to replace his existing number with the one in the txt message. I tapped the little blue arrow next to the txt message on my iPhone 4 and got a screen in which the phone number was listed with the following options: 'Call', 'Text Message', 'Create New Contact', 'Add to Existing Contact', and 'Share Contact'. When I tapped on 'Add to Existing', I was presented with a New Contact window. I tried this several times to make sure I hadn't tapped the wrong button. Clicking on 'Create New Contact' caused FaceTime to start up. The other buttons worked properly. Lastly, I tried going back to the sms message and tapping the blue arrow again. This time, the list had a 'FaceTime' button below the 'Text Message' button. The 'FaceTime' button was not there previously. This time, I was able to add to an existing contact and selected my friend. The number was automatically added as an iPhone tagged number, though I'm not sure if my friend has an iPhone 4 or not. He was previously using a Blackberry.

    I have exactly the same problem. Rebooted iPhone but exactly the same:
    Add to new contact starts facetime call. Add to existing contact starts add to new contact dialog.
    This is a bug.

  • Creating a new Column for my list Versus adding it from existing site columns, when to use each approach

    I have created a new issue tracking list inside SharePoint 2013 team site. And it comes with predefined columns, some of them are useful while the other are not . Can anyone help me in figuring out the following:-
    The list come with a field named “Assigned To”, while in my case I want a column named “Approver”. So what is preferred , to re-name the “Assumed to ”column to “Approver”, or create new field name “Approver”.?.
    If I rename an existing column, could this be overridden in any future updates for my SharePoint server?
    Now we want to add a column named “Office location”.so I need to create a new field for this. But seems there are two ways to do so either to add a new Site Column at the site level and then assign it to the list as follow :- 
    , or to directly adding a column to the list, even if it is not available in the site columns , as follow:-
    So what are the differences between the two approaches ? .if I am not wrong defining a site column will allow me to re-use it in another list , but defining the column at the list level, will allow me to add a column even if it is already defined as site
    column.
    So can anyone advice on my three questions please? Thanks

    1) 'Assigned to' has a different meaning then 'Approver' , it will be better if you create a new field for 'Approver'. Assigned to is a Site Column which has managed property for search, so it will be confusing type of data it will return from search in
    future. 
    2) Any rename of fields should not / and will not get modified in SharePoint updates. So, you can rename is without any issue since the internal name will remain the same. But its always better to create your own custom column for business use.
    3) Creating a site column or not depends upon your need, If you create a Site Column - in whole site collection you will be able to add this field in any list - It will be crawled, SharePoint will automatically provide managed property for site column and
    you will be able to get this value via search. These things will not be present in list column, you will need to do specific settings in case its required.
    If these things are needed then you can go for Site Column, usually its good to create a Site Column and use it.
    For Site Columns you can check following links 
    Introduction to Columns
    From site column to managed property - What's up with that?
    Create a site column
    get2pallav
    Please click "Propose As Answer" if this post solves your problem or "Vote As Helpful" if this post has been useful to you.
    thanks a lot for your reply it is really helpful. so as i understand that using site columns will be better in most cases, and there is not any specific reason for not using it? is this right ?
    Second question, do u mean that if i have a list column named "Serial number", then this column will not be searched ? For example if i have serial number such as "12345" and i try searching this text "12345" i will not get
    the item in my search ?
    Thanks

  • *Added* code to existing source file, compiled it, and class file shrunk

    Another newbie here. Fortunately, my classpath is ok, so I'm able to compile a .java file.
    I added one line of code (System.out.println) to write the value of a variable to a log. After compiling with javac, I noticed that the resulting [new] class file was smaller than the existing class file. I looked at each of the class files with Textpad. It's gibberish, but I quickly saw that a large block of code was missing in the new class file, even though the size of the source file had been increased.
    There is a difference, however, between how the two class files were created. The existing class file was compiled (along with many others) by exporting an .EAR file from a development environment (WSAD) to the WebSphere Administrator Console. Conversely, I am now compiling the same source file with javac on my machine.
    I suspect that this is the reason why I can add code to a .java file, compile it, and have the resulting class file actually lose code. Even if I am correct, I don't know what to do about it.
    Does anyone have an idea?
    Regards,
    Daniel T.

    Thank you both for your replies. I've read many posts over the past few months, and I know how important it is to provide as much info as possible, when asking a question here. That said, I have another tasty tidbit...
    After replacing the existing (larger) class file with the new (smaller) class file, my application now produces this:
    "*Error 500: LinkageError while defining class*..." [name of class]
    *"...(Unsupported major.minor version 50.0) This is often caused by having a class defined at multiple locations within the classloader hierarchy. Other potential causes include compiling against an older or newer version of the class that has an incompatible method signature. Dumping the current context classloader hierarchy: ==> indicates defining classloader ==>[0] com.ibm.ws.classloader.CompoundClassLoader@6bd156d5 Local ClassPath:"*
    ...[the entire classpath]...
    Original exception--- java.lang.UnsupportedClassVersionError:
    I'm guessing that my focus should mostly be on the 'Original exception', and maybe I need to revisit the JRE or JDK or JVM (these terms are somewhat nebulous to me, so please forgive me using them interchangeably) on my machine. For now, I'll just keep trying stuff. Thanks again for the replies!
    Regards,
    Daniel T.

  • Does adding captions to existing JPEGs degrade image?

    Using Photshop Elements 5.0, when I open an existing JPEG file and add a caption, the file's date stamp is changed to the current date, even if I don't actually edit the image.
    I know that opening, editing and then resaving an existing JPEG file causes the image quality to degrade each time this process is repeated, since the JPEG format format uses lossy compression. I'm wondering if adding a caption does the same thing, i.e., causes the image quality to degrade.
    Is adding a caption equivalent to editing the file, even if the actual graphic image isn't altered at the same time? Does adding captions to JPEG files after the fact cause image quality loss?

    No, adding a caption -- or a date/time, keyword tag, star rating, notes, or GPS location -- updates the file's metadata section without changing the actual photo. (That metadata is sometimes loosely referred to as EXIF, XMP, or IPTC.) So you don't need to worry about loss of image quality due to recompression.

  • Ipad 4 to HDTV via existing Component AV leads?

    I realise the Lightning to 30-pin adapter blurb states it doesn't support video output - so with my new ipad 4 - I'd like to know if it's possible to utilise my existing Apple Component AV leads (these were a snip at c.£35!) with a new Lightning to 30-pin Adapter (just £25!) to play movies on a HDTV? 
    I appreciate the full HD experience would be achieved if I shelled-out £39 on a new Lightning Digital AV Adapter plus another HDMI cable - but would settle for a cheaper 720p solution if it were possible?    

    no it's because the component cable does not! support mirror
    it will only display on the tv when the app being used support the old tvout option
    only the digital av like hdmi and vga support mirror

  • Adding disk to existing disk group in ASM  on the windows 2003 server.

    Guys,
    Can someone please share some opinions of adding an extra disk to an existing disk group ( DG_FRA ) in ASM on a windows 2003 server ( like any issues when bringing db backup ). This is a production database and I want to be careful , so that I don't have any issues with the database. Existing DG_FRA is 550GB ( size of the image copy is 325GB ),recently we have been running heavy loads and this is filling up the archive logs and forcing us to take incremental backups couple of times before deleting the archive logs. As a result of this we decided to add an extra 200GB so that we don't have to do this backups frequently during the day. Storage is on EMC SAN and the database is in 11G.
    Thanks for all your help.

    There will not be any issues..
    stamp the disk and then add the disk.
    You can also follow this approach -
    stamp the disk.
    create a new group and then add a datafile in this new group for the existing tablespace.

Maybe you are looking for

  • Album artwork shows up in itunes but not on the ipod...

    i just realized when i put some new songs on my ipod that not the album artwork werent showing up, so i followed some directions i found in some other discussion threads, like unchecking the display artwork button and checking it again. But instead o

  • No audio from movie on the burned DVD

    This is the 5th DVD I've made with the "Chapters" Theme on IDVD 6. All 5 were created as movies from various clips in IMovie and shared with IDVD. The other 4 came out fine, but on this 5th one, everything works fine on the computer in IMovie and IDV

  • Delete mobile accounts remotely?

    The student users at our school are set up to have a mobile account created when they log in to any computer here. At this time I would like to go in and delete the mobile accounts from the local machines (for example: to clear a lab of machines when

  • Can I use the iPad lte with other cellular providers?

    Can I use the cellular link with other cellular provider ? I don't live in the us

  • Skype crashes when I start certain Steam games? :^...

    I've had 2 Skype support live chats go through my laptop to try and fix it and it has had no luck. When I'm in a Skype CALL and I run Payday 2 or The Sims 3 or alt tab to it the Skype app will crash.