Action script2.0

hi all,
i am facing one problem while sending Information from flash
tp jsp.
In my .as File i am using this code
private var __nodeIdXML:XML;
__nodeIdXML.load("example.jsp?param1=" + escape(anno)
+"&operation=new&editType="new"+"&param2=false");
by using this if the param1 length exceeds 1521 jsp not
getting the Information from flash
what i think is may be i am sending info through query
string means using GET method.
get has some limit of sending the data.
instead of that i am using
var my_lv:LoadVars = new LoadVars();
my_lv.param1 = anno;
my_lv.param2 = "new";
my_lv.editType = "new";
my_lv.nodeLevel = "false";
my_lv.send("example.jsp", "","POST");
Now from my JSP i am retriving the varibales using
request.getparameter(param1);
every thing working but i am getting one pop up window every
call of this function
it open one window example.jsp in that open,save,close
button are there
if anybody facing similar problems please let me know the
solution.
if any other method to send the data to jsp using POST
method please provide
sample code.
i am trying to use
my_lv.sendandload("example.jsp", "","POST"); or
my_lv.load("example.jsp", "","POST");
in my JSP i am not getting any info from flash.
please provide the solution for this...........

kglad's exactly right. The layer you're dragging to has to be unlocked and visible.
alfredaD wrote:
17.   Shut off the visibility of the layer....
There's you're problem right there in step 7.

Similar Messages

  • Flash Professional ccをダウングレードしたい.Action Script2.0を使いたい.

    flash Professional ccをダウングレードしたい。Action Script2.0を使い
    たい。
    アップデートしたら使えなくなりました。

    Moving the discussion to Flash Pro CC - General.
    Thanks,
    Atul Saini

  • Flash Professional CC 体験版(Mac) でAction Script2.0

    設定の探し方が悪いのかもしれないですが、以下のことを確認したく、
    体験版をダウンロードして動作させてみました。
    ・ActionScript2.0で作られたflaファイルを編集する。
    ・編集後swfを書き出す
    Win版で体験版を確認させていただいた場合はAS1.0〜3.0まで選ぶことができ、
    fla読み込み時にもエラーがでなかったのですが
    Mac版で確認した場合、パブリッシュ設定にAS3.0しかなく、
    fla読み込み時に「2.0で作られているものは削除した」という旨が表示され、うまく開くことができません。
    Macで編集して行きたいと考えているので、製品版を購入しても大丈夫なのか気にしています。
    (AS3.0しか扱えない等がないか)
    また、体験版でもAS2.0を選択する方法がありましたら、動作を見てみたいのでご教授頂きたく存じます。
    以上です。
    宜しくお願い致します。

    no ,
    i am not so much familier with adobe flash . any way i have got my issue .
    the problem i am facing just because of icon's images and when i remove all icon image's application is published successfully

  • Wsf file opens in IE but not in firefox

    I have windows xp and flash player 9.  I created a wsf file and published it for flash player 9 and ActionScript3, and inserted it in a web page.  It opens in IE8 fine but when I try to open it in Firefox 3.6, it says: "content of this page requires a newer version of Adobe Flash Player" and a little box invites me to download it.
    I tried publishing for flash player 6 and Action Script2, but get the same results.
    Any help would be very much appreciated.

    And the results of the command - error msg, response, etc

  • Where to start trouble shooting

    weirdest problem I ever had. I recently updated a site done
    in flash 8 AS1
    and made some changes and publsihed to Flash 8 action
    script2. Something
    I've never done before
    Locally everything works fine. On the net it is hit or miss.
    80 % of the
    time it works fine, the other 20, none of the flash
    functionality works.
    This is an FLV player in a loaded SWF
    To fix it I refresh the browser and all is well again.
    site is pretty simple main movie loading SWFs onto layers.
    Change I made was
    to add an a FLV player to an already existing swf that loads
    onto the main
    movie.. I am thinking something in the code switch from 1 to
    2 but if it
    works fine sometimes, I can't image what it could be. I would
    think if it
    works once, it should work all the time.
    www.awdwest.com/v2working/
    any thought on where to trouble shoot would be appreciated.
    Al Winchell
    www.AWDWest.com
    818-395-5830

    If you are seeing intermittent performance when using the
    same computer, then the problem may be that some part of what you
    are loading contains code that is needed at the start, and that
    this part is not loaded when the code is called for.

  • FLV live stream Quality Problem

    hi,
    can anyone tell me that how can i set the Quality of my live
    flv movie. I am publishing a movie to media server in a local
    network, So i have no limitations of bandwidth.
    Live video can be seen easily, But when i increase the WIDTH
    and HEIGHT of receiving video file (or publishing video file) then
    Quality is decreased at both sides.
    Please tell how can i set quality from for streaming video
    BEFORE broadcasting or publishing it from Flash.
    I am using Flash8(Action Script2)
    best regards,
    ideal

    I hope the setBandwidth Component will help you
    See the below link and download the components for more
    details.
    http://www.adobe.com/devnet/flashmediaserver/articles/components.html

  • No idea where to start trouble shooting

    weirdest problem I ever had. I recently updated a site done
    in flash 8 AS1
    and made some changes and publsihed to Flash 8 action
    script2. Something
    I've never done before
    Locally everything works fine. On the net it is hit or miss.
    80 % of the
    time it works fine, the other 20, none of the flash
    functionality works.
    This is an FLV player in a loaded SWF
    To fix it I refresh the browser and all is well again.
    site is pretty simple main movie loading SWFs onto layers.
    Change I made was
    to add an a FLV player to an already existing swf that loads
    onto the main
    movie.. I am thinking something in the code switch from 1 to
    2 but if it
    works fine sometimes, I can't image what it could be. I would
    think if it
    works once, it should work all the time.
    www.awdwest.com/v2working/
    any thought on where to trouble shoot would be appreciated.

    If you are seeing intermittent performance when using the
    same computer, then the problem may be that some part of what you
    are loading contains code that is needed at the start, and that
    this part is not loaded when the code is called for.

  • Can someone tell me why this is not setting the session variable?

    first page
    <?php
    // script1.php
    session_start();
    echo "<form action=\"script2.php\" method=\"post\"
    name=\"name1\">";
    echo "Your name: <input name=\"name\" type=\"text\"
    size=\"20\" value=\"\">  ";
    echo "<input name=\"submit\" type=\"submit\"
    value=\"Submit\">";
    echo "</form>";
    ?>
    second page
    <?php
    // script2.php
    session_start();
    echo('Hello, ' . $_SESSION['name1']);
    ?>

    jlw12689 wrote:
    > second page
    >
    > <?php
    > // script2.php
    > session_start();
    > echo('Hello, ' . $_SESSION['name1']);
    > ?>
    You need to set the session variable first.
    <?php
    session_start();
    if (isset($_POST['name1'])) $_SESSION['name1'] =
    $_POST['name1'];
    echo 'Hello, ' . $_SESSION['name1'];
    ?>
    By the way, using echo to create your form on page one is a
    complete
    waste of time. Just use an ordinary HTML form - a lot less
    typing, and a
    lot more efficient.
    David Powers
    Adobe Community Expert
    Author, "Foundation PHP for Dreamweaver 8" (friends of ED)
    http://foundationphp.com/

  • Can't view data in IT302 - Additional Actions

    Hi Gurus,
    I cannot view any data in IT302 using Ad Hoc Query.
    Correct infoset was set up which include Additional actions infotype.
    IT302 was also properly set up in t77S0> ADMIN-EVSUP set to 1.
    And in T529A all Actions set to be updated in IT302.
    There are also Additional Action entries in table PA0302 but when I search it in Ad Hoc Query for a personnel number the fields (Action Type, Reason) turn up blank.
    Do I still have to make other configurations?
    Any ideas?
    Kindly help.
    Points will be given out
    Thanks,
    Olekan Babatonde

    I was in the need of getting the output based on Additional actions, and was able to figure out the way as how to do it., I am writing this here not that you would still in need but some one in future might come to this thread and get away with the answer.
    1. First we need to add Infotype 0302 to our infoset (Going toSQ02, Menu bar, Edit -> Change infotype selection.
    2. Once you have the infotype under the Data fields.
    3. Try adding each individual field under the field group/data fields by right clicking on the necessary infotype field and selecting Add field to Field group.
    4. Once you got all your IT0302 fields under field group/data fields right side of the window, save your infoset and run the  infoset query.
    5. Now you have the input fields and output fields to be selected from infoset query.
    6. Select input fields as Pernr, and action start date and end date from IT0000
    7. Select output fields from 0302 infotype fields, you may select all the necessary fields in the output, but the required one is "Counter Field"
    8. Once you have your hitlist from the ad hoc query, refresh the list from bottom of the screen and picks up all the ones who have the counter field as 1 - they are the ones, who has additional actions on specific date.
    Hope it helps to the viewers.
    Warm Regards!
    -Kanuku

  • Service Desk - Expert Mode - Not all actions are available

    Dear SAP colleagues,
    I have just implemented the Service Desk in our SOLMAN system.
    1. I choose Incident Management
    2. I click on Queries
    3. I click on a ticket (Transaction ID).
    4. I edit the message
    5. When I select Actions, I only have the 4 following options :
        - Send Message to SAP
        - Maintain SAP Logon Data
        - Display SAP Action Log
        - Update SAP Message
    When I consult some demos, there are many differents options available in Actions menu, as, for example :
    - Open System fro SAP
    - Confirm Message to SAP
    - E-Mail to Message Creator (Mail)
    - Print Message
    - Create Change Document
    - Call Solution Manager Diagnostics.
    Is it due to an missing authorizations (roles and profiles) ?
    Thanks for your input.
    Best regards
    CP2009

    Dear Rajeev,
    First of all, thanks for your input.
    I have choosen SIVA when I have activated BC Sets.
    Should I activate also BC Sets for transaction type SLFN ?
    1. I have started SPPFCADM and follow your recommandations.
    2. I have choosen CRM_ORDER
    3. I have then click on "Condition Configuration (Transportable Conditions)
    4. There are many entries related to the Support and Service Desk
    Example : Support Desk Message Action Profile
    I have 5 actions defined -
    Action 01 : Send Message to Processor
    Action 02 : Create/Change Basis Message from CRM Procedure
    Action 03 : Send Notification to SAP
    Action 04 : Update Message from SAP
    Action 05 : Confirm Message to SAP
    I have activate BC Sets for transaction type SIVA, not for SLFN.
    Best regards
    CP2009

  • Leaving action

    Hi Experts,
    Pls guide me to solve the issue related to leaving action of emp in PA40.
    When an employee left the company, which infotypes needs to be delimited.
    Is it receommanded to put the practice to enter Run payroll up to, Do not account after in IT0003?
    Can end user maintian IT0003 for left employee? or it can be possible for only exceptional circumstances?
    What will be the recommanded porcess to release the pension in case of retired employee?
    I want to get the complete information ,connection between IT0003 and leaving action.
    Thanks & Regards,
    Nirali P

    Hi Nirali,
    When an employee left the company, which infotypes needs to be delimited.
    All the basic infotypes, like 0000,0001,0007,0008 and statutory infotypes of the country will be delimited. The best would be to check the standard configuration of SAP, where in SAP would have advised which infotypes to be delimited for leaving action.
    Is it receommanded to put the practice to enter Run payroll up to, Do not account after in IT0003?
    I would say , it would depend on company to company and scenario based. But mostly it is seen IT0003 is modified only in cases where exceptions are there.
    Can end user maintian IT0003 for left employee? or it can be possible for only exceptional circumstances?
    depends on the level of authorisation you are providing to to the end user
    What will be the recommanded porcess to release the pension in case of retired employee?
    Can you elaborate what u mean by this

  • Leaving action with IT0003

    Hi Experts,
    Pls guide me to solve the issue related to leaving action of emp in PA40.
    When an employee left the company, which infotypes needs to be delimited.
    Is it receommanded to put the practice to enter Run payroll up to, Do not account after in IT0003?
    Can end user maintian IT0003 for left employee? or it can be possible for only exceptional circumstances?
    What will be the recommanded porcess to release the pension in case of retired employee?
    I want to get the complete information ,connection between IT0003 and leaving action.
    Thanks & Regards,
    Nirali P
    Edited by: Nirali P on Aug 19, 2011 8:13 AM
    Edited by: Nirali P on Aug 19, 2011 9:08 AM

    Hi Nirali,
    When an employee left the company, which infotypes needs to be delimited.
    All the basic infotypes, like 0000,0001,0007,0008 and statutory infotypes of the country will be delimited. The best would be to check the standard configuration of SAP, where in SAP would have advised which infotypes to be delimited for leaving action.
    Is it receommanded to put the practice to enter Run payroll up to, Do not account after in IT0003?
    I would say , it would depend on company to company and scenario based. But mostly it is seen IT0003 is modified only in cases where exceptions are there.
    Can end user maintian IT0003 for left employee? or it can be possible for only exceptional circumstances?
    depends on the level of authorisation you are providing to to the end user
    What will be the recommanded porcess to release the pension in case of retired employee?
    Can you elaborate what u mean by this

  • How to get mouse wheel action in my swing application?

    Hi
    In my mouse, i am having mousewheel to support scrolling.With the help of the wheel, i can scroll the pages in IE browser or any other appliction.
    In swing application ,i have scroll bar inside a JFrame.I want to have mousewheel action in my swing application to support scrolling.
    any idea ???
    Thanks

    As far as I know,there is no facility for detecting mouse scrolling wheel in JDK 1.3.
    Check it in the later releases of JDK.

  • Photoshope Elements when selecting an action, the paint brush tool doesn't work and system keeps freezing, then catching up every 30-45 seconds

    I have been having this problem with elements ever since the last OS upgrade, but it wasn't all the time and it wasn't very bad. Now, I have upgraded my macbook again, and I cannot even edit a photo!! I open the photo, choose an action, say "smooth skin", then choose the paint brush, I start to "paint" over their face and it won't paint a line, I have to keep clicking it, click - it paints, move brush, click again - it paints. Plus, every time I choose a tool or an action, it freezes for about 10 seconds, then catches up to what I am doing, 30 seconds later, it freezes again. HELP!! I have 8 sessions to finish editing by this weekend!! I just want to cry!!

    Try deleting the prefs and the saved application state:
    A Reminder for Mac Folks upgrading to Yosemite | Barbara's Sort-of-Tech Blog

  • SSAS SSRS Report Action on Cell Value w/ Embedded Single Quote Not Executing

    I have configured an SSAS 2008 R2 cube SSRS ReportAction. I'm having problems when the member value for a cell has an embedded single quote, e.g. abc's. The action displays on the context menu appropriately, but when I click on the action, nothing happens.
    For member values that do not have the single quote, the action works as designed. I've added a calculated ember to escape the embedded single quote by adding another single quote, e.g. abc''s, with no luck. Is there a resolution or workaround for this?

    Hi Mdccuber,
    According to your description, you create a reporting action in you cube, and it works fine except the members that have embedded single quote, right? In your scenario, it seems that you pass this value to the report as the parameter.
    In SQL Server Analysis Services (SSAS), when pass values to a report, multi-select parameters have to be placed into IN statement and SQL Server Reporting Services (SSRS) will do single-quote wrapping for string values automatically. In this case, the original
    value that have embedded single quote will be damaged. So this action not work. You can submit a feedback at
    http://connect.microsoft.com/SQLServer/Feedback and hope it is resolved in the next release of service pack or product.
    Regards,
    Charlie Liao
    TechNet Community Support

Maybe you are looking for