Current Selection cannot have actions applied to it

I have instances of a button and I cant seem to add any
actions to them! I just get the message in the topic title. I have
another flash file that has buttons with actions applied to them,
but this one wont let me!
Any help would be great,
thanks.

In Flash CS3 using AS3, yes, you cannot apply actionscript
directly to any instance. You will need to name the instance and
then write your actionscript in a frame actions space.
Alternately, you can open the Publish Settings window and set
your movie to use AS2. Then you can continue to use actionscript as
you like.

Similar Messages

  • "Current selection cannot have actions applied to it." But the search box says it have

    And I need to edit the very script I found doing text search, just the one that cannot exist by what the editor says.
    So how can I do it?
    Script was made in the times of Macromedia Flash 8, I use current Flash (cs5) trial.

    Yhank you, but that's not the case. Or so it seems.
    Location in question is: Scene 'cross' -> Layer 'func BTNS' -> Frame '1'
    Under File -> Publish Settings, "Flash" tab i have:
    Player: Flash Player 8
    Script: Action Script 2.0
    SWF settings - compress movie and include hidden layers checked.
    Advenced - Permit debugging and password set.
    Local playback security: Access Network Only
    Script time limit incrased from 15 to 1500 seconds but neither value changes a thing.

  • Why can't a button have 'actions applied to it' in Flash CS3?

    Why can't a button have 'actions applied to it' in Flash CS3?
    I'm used to working with buttons in Flash MX and Flash 8 but
    after creating a button in Flash CS3, I'm getting text that reads
    'Current Selection Cannot Have Actions Applied To It' and so the
    actions menus are greyed out.
    What's the problem?

    There is nothing stopping you from producing files in the old
    ways. Go to the publish settings and select to publish as AS2. You
    can then use the techniques you are familiar with.
    However as dzedward points out, Actionscript has come a long
    way. The technique of putting the code directly on instances really
    went out with Flash MX in 2001 and for a long time now that wasn't
    the best way to do it. See this article by the very excellent David
    Stiller about it:
    http://www.quip.net/blog/2006/flash/museum-pieces-on-and-onclipevent
    So even if you aren't ready to take the plunge into AS3, I
    would recommend learning this style for all your AS2/1
    needs.

  • Current selection can't have actions applied to it

    I have a student who created a small animation with an introduction and then in the middle she wants to do a stop action (which works) then add a play button to play the rest of the animation.  We are trying to use Action Script 2.0 - we have CS4 and they were taught with the instruction book to use 2.0 in the class.  Help?

    Based on that message, Esdebon is likely giving you the correct solution.  AS3 does not allow objects the have code applied to them, and that message is an AS3 message.  If you check your Publish Settings you will probably find that AS3 is selected instead of AS1/2.

  • Cannot Add Actions to Button or MC

    I know this is very basic, but I keep getting a message that
    says 'The current selection cannot have actions applied to it' when
    every I try to add actions to MovieClips and Buttons, in addition
    to images I have placed in the Library. When I select the stage,
    however, I can apply actions to it. Anyone know what I'm missing?
    Thanks in advance.

    djdk224,
    > Ok, thank you. I'm very new to Flash and I don't have a
    clue
    > about anything, so I really appreciate the help with
    this.
    The reason you can't attach code to assets in the Library is
    because
    assets are reusable. For example, you might create a nice
    looking button
    and re-use it half a dozen times in the same frame of the
    timeline. That
    means you have six "instances" of that button on the
    timeline, each of which
    can be (probably will be!) programmed separately. Makes
    sense, right?
    What kglad was alluding to is another approach to wiring up
    your assets.
    I agree with him that non-attached code gives you more
    flexibility. Here's
    a quick look at both approaches:
    http://www.quip.net/blog/2006/flash/museum-pieces-on-and-onclipevent
    David Stiller
    Co-author, Foundation Flash CS3 for Designers
    http://tinyurl.com/2k29mj
    "Luck is the residue of good design."

  • No CSS properties apply to the current selection

    I have a style sheet in my root directory. It is showing as being connected to my html page. It is written in with <link href="_css/main.css" rel="stylesheet" type="text/css /">.
    In my Manage Sites section it is shown in  "Advanced Settings" > "Local info" > "Site-wide Media Query file"
    Despite all that when I click on any element in the Design view with either my CSS "Current" or "All" selected it keeps showing the error  "No CSS properties apply to the current selection"
    I have studied other sites of mine line by line where it works and compared it to this one and cannot see anything missing.
    So I really would appreciate being pointed in the right direction.
    Thanks
    keith47

    I don't know as I apply all css manually BUT you have a / after css in the link to the stylesheet you provided below (if its not a typo) which may be causing the issue:
    <link href="_css/main.css" rel="stylesheet" type="text/css /">

  • A filter cannot be applied to the currently selected field. Select a different field

    Hi,
    I am using an InfoPath form to submit the data. In my form I am using one dropdown and one textbox in a repeating table, and the data is fetching from the SharePoint list.
    Scenario: In my SharePoint list there is a column of Company name and other is of Focal Point name. In dropdown contains the company name column.
    I want the functionality that when i select the Company name the associated focal point name should appear in the textbox.
    To achieve this I am using the filter for dropdown but it is showing me error "A filter cannot be applied to the currently selected field. Select a different field."
    Can anyone please tell me how can I do this.
    Thanks in Advanced,

    Hi,
    Please update me any solution for this as I am not able to resolve this.....
    Thanks,

  • Cannot have multiple items selected in a DropDownList when edit the forum in sharepoint

    hi ,
    i  have custom forum for new and edit, in new forum we have controls drop down values, when select drop down1   values that related values are displayed in dropdown2 , when edit  item  that  time we getting error
    Cannot have multiple items selected in a DropDownList.
    Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
    Exception Details: System.Web.HttpException: Cannot have multiple items selected in a DropDownList.
    Source Error:
    HttpException (0x80004005): Cannot have multiple items selected in a DropDownList.]
    System.Web.UI.WebControls.DropDownList.VerifyMultiSelect() +124
    System.Web.UI.WebControls.ListControl.RenderContents(HtmlTextWriter writer) +10956501
    System.Web.UI.WebControls.WebControl.Render(HtmlTextWriter writer) +42
    System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) +240
    System.Web.UI.WebControls.WebControl.RenderContents(HtmlTextWriter writer) +13
    System.Web.UI.WebControls.WebControl.Render(HtmlTextWriter writer) +42
    System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) +240
    System.Web.UI.HtmlControls.HtmlContainerControl.Render(HtmlTextWriter writer) +42
    ASP._controltemplates_amat_appayrequest_webparts_appayrequest_appayrequestusercontrol_ascx.__Render__control1(HtmlTextWriter __w, Control parameterContainer) in c:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\TEMPLATE\CONTROLTEMPLATES\AMAT.APPayRequest.Webparts\APPayRequest\APPayRequestUserControl.ascx:350
    System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) +115
    System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) +240
    System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) +240
    System.Web.UI.HtmlControls.HtmlContainerControl.Render(HtmlTextWriter writer) +42
    System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) +240
    System.Web.UI.HtmlControls.HtmlForm.RenderChildren(HtmlTextWriter writer) +253
    System.Web.UI.HtmlControls.HtmlForm.Render(HtmlTextWriter output) +87
    System.Web.UI.HtmlControls.HtmlForm.RenderControl(HtmlTextWriter writer) +53
    System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) +240
    System.Web.UI.HtmlControls.HtmlContainerControl.Render(HtmlTextWriter writer) +42
    System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) +240
    System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) +240
    System.Web.UI.Page.Render(HtmlTextWriter writer) +38
    System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +4240

    Hello,
    Could you please share your code with us? Also explain how you are binding DDL.
    Hemendra:Yesterday is just a memory,Tomorrow we may never see
    Please remember to mark the replies as answers if they help and unmark them if they provide no help

  • The xquery cannot have an unbound current node

    Hi,
    am getting this error
    •[RouteNode1, Routing Table action] XQuery expression validation failed: The xquery cannot have an unbound current node.

    unbound current node error comes when you use a variable in xquery expression without the $ symbol. Check for the symbol in various variables in xquery expression.
    Cheers,
    Durga

  • Script to apply a style to currently selected text

    I can only find example scripts that work on complete files. What I want, is a script that works on currently selected text.
    If I can create a macro that applies a specific paragraph style to all currently selected paragraphs, or a character style to currently selected text, I can put that style under a shortcut key.
    That way, "emphasis" or "strong" can be put under ctrl-b, for example.
    If there is another way to achieve the same (in RH 9), I would be interested to hear it as well.
    Kind regards,
    Erwin Timmerman

    I had a quick look at Macro Express, but it seems that it only records key strokes and mouse clicks etc. This means that it only works if I have the style pod constantly open (which I do), always in the exact same position, with the same filter styles selected, and with the same CSS loaded, positioned at the same location in the scroll bar.
    Am I correct in assuming this, or is there a better way to program it?
    I am not sure this would be possible all the time. What's more, this script should work across multiple computers with different layouts, and with writers who don't really want to hack to get it working.
    With character styles there would be the possibility to automatically switch to HTML view, cut, write <span...>, paste, write </span>, go back to design view.
    But paragraph styles? That would be harder to do in HTML view, especially for multiple selected lines.

  • Quick selection in an action

    Photoshop CS4 Mac OS X Leopard Macbook Pro
    Hi There,
    I've just try to implement an action with a quick selection tool seems to get selected (as a tool), but the actual usage of the tool does not get recorded.  The idea would be that application of quick selection would be applied to all my photos being processed. Am I doing something wrong or are quick selections not compatible with actions?  Can you use quick selections with any other type of automation such as scripting?
    Your help is much appreciated,
    Chris

    Well, I thought photoshop might be able to remember the start location and the stream of movement afterward.  The Magicwand, for example, works with actions, and this requires human interaction, albeit, a much simplier interaction (a click).
    To explain what I am doing is a bit tricky, but I'll give it a try.  I am taking old (100 year old) medium format that have been scanned from glass plates, inverting the image to positive and cropping out the borders from the scan.  All the photos have a similar size and position, but not exact.  My ultimate goal is to automatically crop out the borders.  The magicwand works to some extent for selecting the intertior of the image, but there is some cross over between the border and image, while quick selection does the job almost perfectly.  After selecting the interior I would create a new file (which automatically has the bounds of the current selection) and paste.
    Any creative ideas would help.
    Chris

  • Need help on how to specify the current select row in a View Object

    Hi,
    I have a ADF table on my page, when I was selecting the rows in this table, I want the set and get methods in the ViewRowImpl class to do some customized actions. I found out that each time regardless the row I select in the table, the viewrowimpl class will always return the data in the first row, I tried to use getCurrentRow in VO row impl. but still, gets the first row.
    Does anyone know how to get the selected row value in the View Object, or View Row Impl rather???
    Thanks!

    Hi,
    you can call a method exposed by the AM and pass teh rowKey of the selected row as an argument. When you configure the exposed AM method in the pageDef (creating a method binding) the argument is shown in a dialog from where you can use EL like #{bindings.iteratorName.currentRow.rowKey} to access the current selected row.
    Frank

  • Currently, I cannot copy and paste using the icons in the toolbar. How do I enable this?

    I am trying to make edits to a website for our company. Currently, I cannot copy and paste using the icons in the toolbar. Instead, I have to use control+c and control+v which doesn't always work. How do I enable the feature to be able to use the icons?

    Are those toolbar buttons grayed?
    Do the entries in the Edit menu look enabled if there is text selected or text on the clipboard?
    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions is causing the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > Appearance/Themes).
    * Don't make any changes on the Safe mode start window.
    * https://support.mozilla.com/kb/Safe+Mode
    * https://support.mozilla.com/kb/Troubleshooting+extensions+and+themes

  • Ordering MDX query wih Named set gives error, "The CURRENT function cannot be invoked in this context ".

    Hi,
    I have following Query 
    WITH SET [Union name set test] AS {[Union].[Union Name].&[2],[Union].[Union Name].&[3],
    [Union].[Union Name].&[4],[Union].[Union Name].&[5],[Union].[Union Name].&[6]}
    SELECT {[Measures].[Emp Count]} ON 0,  
    {ORDER({[Union].[Union City].[Union City]*[Union name set test]}, 
    [Union name set test].CURRENTMEMBER.MEMBERVALUE, BASC)} ON 1 FROM [Federations];
    when i run this query from code as well as SSMS i get following error...
    The CURRENT function cannot be invoked in this context because the 'Union name set test' set is not in the scope.
    Please help me for this ....

    Hi Mihirhp,
    Base on my research, there are some similar issues and the resault turn out that the Tabular model engine can’t associate .currentmember with a set. The workaround  is to use .current in the MDX query. Please try the query below.
    WITH SET [Union name set test] AS {[Union].[Union Name].&[2],[Union].[Union Name].&[3],
    [Union].[Union Name].&[4],[Union].[Union Name].&[5],[Union].[Union Name].&[6]}
    SELECT {[Measures].[Emp Count]} ON 0,
    {ORDER({[Union].[Union City].[Union City]*[Union name set test]},
    [Union name set test].CURRENT.MEMBERVALUE, BASC)} ON 1 FROM [Federations];
    Hope this helps.
    Regards,
    Charlie Liao
    TechNet Community Support

  • Adobe Pro 9 Property Bar issue - No Current Selection

    I'm using AP9 Extended. For some reason when I click on Ctrl + E the Property Bar will not display. I get a "No current selection" on one of the bars that are activated. It appears that the only way I can get the Property Bar to display is by highlighting text within a text box that I've created. Once the text is highlighted the Property Bar will display and provide the opportunity to modify text but it will not remain active when I load another .pdf and I have to repeat this "manual process".
    Question: Did Adobe make it this way or is it a glitch?
    I never had this problem with Adobe Pro 7 or 8.
    I'm using XP Home SP3.

    I'm not sure if it applies to you, but when I have two (or more) copies of acrobat open I too get "no current selection" & greyed out problems
    See http://kb2.adobe.com/cps/851/cpsid_85102.html
    it also seems to lead to the "invalid annotation object" problems
    See http://forums.adobe.com/message/2953792#2953792

Maybe you are looking for

  • Recovering Data from a Hard Drive

    Hi, I was trying to format a partition on an external hard drive that I was going to use to transfer some of my files from a Windows computer to my Mac but I ended up formatting my whole external hard drive instead....which resulted in losing my file

  • Web Dynpro for ABAP iView can't work

    Hi guys, I've developed an application in web dynpro for abap, it can be accessed from this url: http://pekax110.aaa.com:8001/sap/bc/webdynpro/sap/zsfa_test But when I created an Web Dynpro iview, set the parameters as follows: System: SAP_CRM namesp

  • Need some suggestions in writing package..

    Hi everyone, I am just asking this question to know a better way than what i am doing. I have a patient with 2 million rows in it.Is it possible to extract 2 million rows in a text file using UTL_FILE?.I need to extract each patient related data whic

  • Images come up with crop mode 'marching ants'

    If I open an image or switch between images (Ctrl/Tab) and the crop mode tool is current (not active, just the one that's currently showing on toolbar), then the image shows the 'marching ants' and I have to press Esc to get rid of them. It starts ge

  • Matrix DVD will not play

    I play lots of DVDs on my PowerBook and they all work fine. I then ordered the DVD of The Matrix and put that in and my PB's disk drive started laboring and making a lot of noise and the video stuttered terribly. The DVD does not appear to be scratch