MC loop in canvas of html 5

IM creating a banner html 5 and I need a MC for 4 or 5 times in a loop currently I repeat with

this.gotoAndPlay (0);

Can someone help me with this one?

Thank you.

If (! this.looped) this.looped = 1;

If (this.looped ++ == 4) this.stop ();

Change the number to however many curls desired.

Tags: Adobe Animate

Similar Questions

  • Canvas of HTML, Javascript, coding for movement forward/backward a frame w / buttons?

    Hi everyone, I am super new Flash/Animate and know very very little about AS2 and AS3 (or any other coding besides language)

    I am trying to build a simple "module" to animate, somewhat like a PowerPoint where you can move the slide to the slide (or image in image) with help of the arrow keys. In the previous "modules" I built using AS2, I did this through the creation of buttons and their assignment of code that was something like -

    {We (Release)}

    nextFrame():

    }

    and

    {We (Release)}

    prevFrame();

    }

    and it was super easy.

    However, now I'm working with canvas of HTML, because I need the modules to work on mobile devices, so I will try to write code in JavaScript.

    I managed to achieve a code (after long hours searching through forums) which kind of accomplished what I try to do, but after the move an image forward my 'next' button stops working. The "previous" button works, but I can only test it after I went from an image in advance.

    So here's my setup.

    I have created a form that I've then nestled inside a movieclip and button I up this movieclip on the stage to create my buttons. I gave only one instance of the name of "prevBtn" and the other the name of the instance "nextBtn.

    The layers are simply a background layer, my navigation layer (where the buttons) the image only key on my nav layer is the first image, then the buttons remain the same with the same instance for remaining executives names, a text layer (where I wrote a text on each image to say if she moves forward and backward) and a framework of actions.

    On a frame of my layer actions, I put the following code.

    This.Stop ();

    var frameNumber = this.currentFrame;

    nextFrame var = frameNumber + 1;

    prevFrame var frameNumber = - 1;

    this.nextBtn.addEventListener ("click", navNext.bind (this));

    function navNext() {}

    this.gotoAndStop (nextFrame);

    }

    this.prevBtn.addEventListener ("click", navPrev.bind (this));

    function navPrev() {}

    this.gotoAndStop (prevFrame);

    }

    If someone could please tell me why it does that to move to the front of a picture and then my "nextBtn' no longer works I would be VERY happy! Or is there another way to code this simple interactivity, THANKS!

    You define frameNumber outside the service. So, you set the frameNumber only once, and so it won't give you the same number, chassis number following if ever this code exists. You have really no need create this variable for what you want to do. This should do what you want:

    this.nextBtn.addEventListener ("click", navNext.bind (this));

    function navNext() {}

    this.gotoAndStop (this.currentFrame + 1);

    }

    this.prevBtn.addEventListener ("click", navPrev.bind (this));

    function navPrev() {}

    this.gotoAndStop (this.currentFrame-1);

    }

  • Flash AS3.0 to the Html Canvas convertion

    Hello again,

    I'm in a little correction here.

    I converted my Flash project to canvas of Html in Flash CC.

    But my actions in timeline got commented and created a js file.

    His does not work according to what I've created.

    Did some research and knew the shares could be placed in comment and js should be written for the actions given wehave.

    As I have no knowledge in programming Java Script, any help in this would be very appreciated.

    This is the script that I worked on...

    Thanks in advance...

    import flash.events.MouseEvent;
      
    Wall1.stop();
      
    Wall1.RedCove.visible = false;
    Wall1.PearlGrey.visible = false;
    Wall1.Boulder.visible = false;
    Wall1.Lava.visible = false;
      
    RedCove_btn.visible = false;
    PearlGrey_btn.visible = false;
    Boulder_btn.visible = false;
    Lava_btn.visible = false;
        
    Wall_btn.addEventListener(MouseEvent.CLICK,panels);
    function panels(event:MouseEvent):void
    {
              RedCove_btn.visible = true;
              PearlGrey_btn.visible = true;
              Boulder_btn.visible = true;
              Lava_btn.visible = true;
    }
      
    RedCove_btn.addEventListener(MouseEvent.CLICK, redcove);
    function redcove(event:MouseEvent):void
    {
              Wall1.RedCove.visible = true;
              Wall1.PearlGrey.visible = false;
              Wall1.Boulder.visible = false;
              Wall1.Lava.visible = false;
    }
    PearlGrey_btn.addEventListener(MouseEvent.CLICK, pearlgrey);
    function pearlgrey(event:MouseEvent):void
    {
              Wall1.PearlGrey.visible = true;
              Wall1.RedCove.visible = false;
              Wall1.Boulder.visible = false;
              Wall1.Lava.visible = false;
    }
    Boulder_btn.addEventListener(MouseEvent.CLICK, boulder);
    function boulder(event:MouseEvent):void
    {
              Wall1.Boulder.visible = true;
              Wall1.RedCove.visible = false;
              Wall1.Lava.visible = false;
              Wall1.PearlGrey.visible = false;
    }
    Lava_btn.addEventListener(MouseEvent.CLICK, lava);
    function lava(event:MouseEvent):void
    {
              Wall1.Lava.visible = true;
              Wall1.RedCove.visible = false;
              Wall1.Boulder.visible = false;
              Wall1.PearlGrey.visible = false;
    }
    
     Original_Image.addEventListener(MouseEvent.CLICK, hide);
    function hide (event:MouseEvent):void
    {
              RedCove_btn.visible = false;
              PearlGrey_btn.visible = false;
              Boulder_btn.visible = false;
              Lava_btn.visible = false;
    }
    
    

    Doing this involves manually code was rewritten?

    Yes, you have to edit the js file that flash generates after you publish to Web

    EaselJS is a entirely different from the law AS 3.0?

    EaselJS is essentially a framework that lets you write JavaScript with classes (similar to actionscript).

    A feature that you need to put all of the clips/Sprites in your javascript library

    Check out this tutorial to get a basic understanding of:

    http://code.tutsplus.com/articles/getting-started-with-Easeljs-a-Flash-like-interface-for-Le-HTML5-toile--active-10382

  • createDocument for HTML 5 animate CC project

    Hello

    In previous versions of Flash, you can create a JSFL file that created a new Flash project to help

    var myNewDocument = fl.createDocument ();

    Animate CC, it seems to be a new year (or animated) object can also call createDocument, but there seems to be no way to create a canvas of HTML 5 with this function.

    Is it possible to do it through JavaScript in a JSFL file?  Or y at - it another way to do this?

    Kind regards

    Mike

    Well, no one seemed to have the answer here, but in the case, someone else comes looking for a response, he of:

    an.createDocument ("htmlcanvas");

    I confirmed that this works in CC 2015.2.

  • Fill Flash and margins CC HTML5 Canvas

    Set up a canvas of HTML 5 CC Flash and when I saw in the browser, it offers a padding around her and I want to align to the top left of the browser. Is there a way to set up within Flash or do I have to change the style with in the. HTML file?

    It's pretty easy. Add this code to the first keyframe:

    bodyStyle var = document.body.style;

    bodyStyle.margin = 0;

    bodyStyle.padding = 0;

  • Can I use animation Flash CC HTML 5 Muse?

    I noticed that CC Flash now has a canvas of HTML 5 for files.

    If I create an animation of HTML5 in this - is there a way to use this HTML 5 animation in muse?

    When I publush, I get a .html file and also a .js file, but none of this are importable to dream I know.

    Is this possible?

    Hello

    Yes, it is possible to use these files in muse. There are a few steps that you must take in advance.

    1 import the .js files in muse from file > add files to download... (Make a copy of Js file will create in the active tab of the muse).

    2. open the HTML file in Notepad and copy the code.

    3 RETURN to muse and use Insert object HTMl code > insert HTML and paste code copied into the window.

    4. now you must make some changes in the Code according to the imported .js files.

    5. Add "\-assets\" before the names of the Js files in the code. (Look at the screenshot of the example)

    Now, if you try to watch it work.

    In case you have used pictures and videos as HTML5 canvas then you need to do the same with the imported file (you must import them into Muse, as we did for the Js file) and will also have to make changes to the location of the file (video, image) in the JS files (must add "\-assets\" before the name of the file).

    Please let me know if you have any doubt with the steps.

    Concerning

    Vivek

  • PHP / MySQL - printing a Variable in a Table cell for a while in a loop

    Hello

    The attached code works very well. When running loop a while, in an HTML table, it prints the value of 'votes_up' of a MySQL database for each "$row2".

    However, in a HTML table cell, I would like to print "votes_up" less any other value, called "votes_down." I imagine that the first step would be to create a variable equal to "votes_up" under "votes_down". But I do not know how to print this new variable for each "$row2" in the MySQL database. How can I do this?

    Thanks in advance,

    John

    .oO (ArizonaJohn)

    > The attached code works very well. In an HTML table, it prints "votes_up".
    > value of a database MySQL for each "$row2" generated by a 'while' loop
    >
    > However, in a HTML table cell, I would print "votes_up" less another
    > value called "votes_down" I guess the first step would be to create a
    > variable equal to "votes_up" under "votes_down". But I don't know how to print
    > this new variable for each "$row2" in the MySQL database. How can I do this?
    >
    > Thanks in advance,.
    >
    > John
    >
    "> print"". $row2 ['votes_up']."";

    $votes_diff = $row2 ["votes_up"] - $row2 ["votes_down"];
    print '.$votes_diff";

    or

    print '.". ($row2 ['votes_up']-$row2 ['votes_down']). »";

    HTH
    Micha

  • Graphic HTTPservice & amp; for loop

    I use a togglebuttonbar to navigate between the 3 separate linecharts, each display unique data. My problem is with my current code only the last chart shows all data. Whenever I have change which chart is finally displayed is always the last chart which displays correctly.

    So my lloks of code like this:

    TOGGLEBUTTONBAR

    VIEWSTACK

    Loop for (example: 3 times looped) {}

    new canvas (added as child to viewstack)

    new Panel (addd like child on the Web)

    new chart

    new Array (for the online series)

    LOOP FOR (example: 2 times) {}
    new line
    Line.yfeild = NAME
    line to push in the Bay of the serial line
    }

    HTTPservice to get data, called dataReceived function, which is within this loop for

    dataReceived {Chart.dataProvider = event ;} / / works for you of httpservice, Ive checked during debugging, and because the last chart shows properly}

    }

    fact.

    So, who should display 3 cards, each with two lines. Notice that the httpservice calls the same piece of XML code for each graph, but Im showing only a few parts in the each individual card. (for example, the xml file has: APPLES, ORANGES, BANANAS a cahrt display apples next bananas, etc.)

    A useful part of the code is below... once more, only data from the last chart are displayed.

    var DB_Connect:Object = new Object;
    var URL: String = new String;
    URL = "" http://192.168.11.12/getdata.php?length=day " "

    useHTTPservice (DB_Connect, URL, dataReceived);

    _newChart.series = _newSeries;
    _newPanel.addChild (_newChart);

    function dataReceived(evt:ResultEvent):void
    {
    _newChart.DataProvider = evt.result.point;
    }

    It is within the first loop. I'm sure Im making a noob!


    get the newChart object synchronously, but sometimes the data asynchronously.

    You need to store a reference to each instance of the child, perhaps in an array (object) associative, as it is created. Then in the result handler, assign the result to the appropriate chart.

    Probably need AsyncToken to match the call to succeed.

    Tracy

  • Add .swf in Muse and change the way it appears.

    Hello

    I have my logo in flash (.swf) file which I placed in Muse.  He continues to loop - what I would like is when someone opens the Web site on the homepage animation plays once and then remains motionless until that person leaves the home page and back again.  Is this something that is done within the Muse and whether someone would be kind enough to help me understand how!

    L

    Flash can also export to html5 animation now. Ask him to perform this conversion:

    https://helpx.Adobe.com/Flash/using/creating-publishing-HTML5-canvas-document.html

    Alas, it seems that animate dashboard might be discontinued soon.

  • Button in Web text

    Using Flash Pro CC and in the canvas of HTML output.

    I create a button with 2 layers; the background color and foreground text label.

    To publish, in position is correct but/lowest still shows black text.  Basically, if it changes, changes correctly, but the text is always black little matter what color I say that it is.  If I change the font style Over or the content happening correctly, but the color is always black.

    It happens even on a new project.

    How can this be repaired?

    It is possible that CreateJS cannot change the attributes of a field of text on the fly. You can break out of the text, on hidden to vectors? Or maybe try both versions in the different layers.

  • Brand in a dynamic list.

    Dear friends

    I created l region of pl/sql to create news with the brand, but it's doed not to get side correctly.

    my code below

    DECLARE
    REC INT_NEWS_MAS % rowtype;
    Start
    HTP.p (')
    < html >
    < body >
    ');
    FOR REC in (SELECT news_id was, NEWS_NAME, NEWS_TYPE, DESCRIPTION FROM INT_NEWS_MAS WHERE ACTIVE_FLAG = 'Y' and ROWNUM < = 5)
    LOOP

    HTP.p ("< table WIDTH ="300">)
    (< b > ');
    HTP. P ("< td > < behavior of renowned ="scroll"direction ="mounted"height ="15 "scrollamount =" 2 "scrolldelay ="300"> < a target ="_blank"href =" f? p = & APP_ID.:243: & SESSION.: & DEBUG.: P243_NEWS_ID :'|| ") RECOMM. News_id has been: ': ' > ' | RECOMM. NEWS_NAME | "< /a >
    (< / marquee > < table > ');

    HTP. P ("< /tr >
    ');
    HTP.p (')
    (< /table > ');
    END LOOP;
    HTP.p ("< /body >
    (< / html > ');
    end;

    Please look below the workspace

    WORKSPACE: DEMO APP

    USER NAME: NISHA. [email protected]

    PASSWORD: nishaarora


    http://apex.oracle.com/pls/apex/f?p=28835:13:5985581425901:

    Please check where I'm wrong.

    Thank you

    Hmm good want to make unique URL, then you must print the URLS inside the LOOP, but the brand, like this:

    DECLARE

    REC INT_NEWS_MAS % ROWTYPE;

    v_news_id varchar2 (4000);

    v_NAME varchar2 (4000);

    BEGIN

    HTP. P ('') ;

    FOR REC

    IN (SELECT NEWS_ID WAS, NEWS_NAME

    OF INT_NEWS_MAS

    WHERE ACTIVE_FLAG = 'Y' AND ROWNUM<= 15="" and="" news_type='NEWS'>

    LOOP

    HTP. P (')
    ');

    HTP. P ('

    '

    || rec.news_id

    || '">'

    || Rec.news_name

    || '');

    END LOOP;

    HTP.Prn('

    ');

    END;

    I noticed that you don't have a page 243, which could give a problem

    Kind regards

    Joni

  • export cc html5 animation animate onboard flash

    I want to create an interactive animation for PC, mobile phones, tablets etc. Given that most phones do not support flash, I decided to do this in HTML5. CC flash supports html5 canvas, but the response time of the simple buttons I created is just horrible and buggy. After research I discovered that everyone suggest Edge for html5 content. My problem is, on the edge, I have not all the brush or pencil tools I need for my animations. So, I have to create vector animations in flash and export them to the edge. I found absolutely nothing to do. I can either export as swf with the majority of mobile phones do not support or videos that are not vector or not vector image sequences. Can I publish cc flash html5 canvas as html/js, but I can't import on board. Am I missing something or why isn't this possible?

    Hi Alhab

    To do this is, export your Flash content to animate edge like leaves of sprite. The following discussion can help bring your Flash content to animate.

    animation created in flash to become a rolling

    Let us know if you need more information.

    Thank you

    Dieudonné

  • BPEL problem

    Hai

    IAM gave an assignment where I should get the entrance to the customer for id and quantity of all elements (complex element with id and quantity)
    With the help of bpel process I should get the price of the respective articles.
    The problem is can pass the payload to the entry of client side but I am not able to pass the payload to the Invoke activity to collect the prize if I select more than 1 point.

    Thanks in advance

    Concerning
    Beckyard

    Published by: 10408052 on July 30, 2012 01:11

    Published by: Beckyard on September 26, 2012 21:49

    Hello

    You create a loop in your BPEL to iterate over the elements... Place your invoke activity inside the loop...

    Here are some examples on how to do...
    http://clemensblog.blogspot.com.au/2006/03/BPEL-looping-over-arrays-Collections.html
    http://www.vxcompany.info/2011/10/18/use-Oracle-BPEL-to-loop-over-XML/

    See you soon,.
    Vlad

  • repeating region of php email function doesn't work do not

    I have a form which should be sent by electronic mail and like products attached to it. However, I have a repeat region to list all products, but when I send the e-mail Island shows that the first item on the list.


    below is the form set up

    emailer

    E-mail information new tenant

            $to = ' [email protected] ';// . ',' . "$row_rsOrder ['email']";

    $to = $row_rsOrder ['email'];

    $subject = "order details";

    $message ="

    < html >

    < head >

    < title > Dear ".» $row_rsOrder ["FirstName"]. $row_rsOrder ["LastName"]. "Please see the details of your order below < /title >

    < / head >

    < body >

    " < img src =-" http://www.website.com/images/logoBLPP.jpg \" alt=\"" />

    Your order of B < h2 >. $row_rsOrder ["OrderID"]. "< / h2 >

    < table width = "800" border = "0" cellspacing = "0" cellpadding = "0" >

    < tr > < td > < p > thank you for shopping below are you details of the order you placed recently. If you have any questions please contact us < /p >

    < br / >

    < /a > < /p >

    < tr > < td > < table > < /tr > < / table >

    < table width = '980' border = "1" cellspacing = "0" cellpadding = "10" >

    < tr valign = "top" >

    < td bgcolor = "#E9E9E9" class = "header1" > Customer Name < table >

    < class td 'text' = > "." $row_rsOrder ["FirstName"]. $row_rsOrder ["LastName"]. "< table >

    < td bgcolor = "#E9E9E9" class = "header1" > Order ID < table >

    < td bgcolor = "#E9E9E9" class = "text" > "." $row_rsOrder ["OrderID"]. "< table >

    < td bgcolor = "#E9E9E9" class = "header1" > status command < table >

    < class td 'text' = > "." $row_rsOrder ["TransactResult"]. "< table >

    < /tr >

    < tr valign = "top" >

    < td bgcolor = "#E9E9E9" class = "header1" > Email < table >

    < class td 'text' = > "." $row_rsOrder ['email']. "< table >

    < td bgcolor = "#E9E9E9" class = "header1" > < table >

    < class td = "text" > < table >

    < td bgcolor = "#E9E9E9" > < span class = "header1" > </span > < table > Order Date

    < class td 'text' = > '.makeDateTime ($row_rsOrder ["OrderDate"], '%#d %B %Y', true). "< table >

    < /tr >

    < tr valign = "top" >

    < td bgcolor = "#E9E9E9" class = "header1" > shipping address < table >

    < class td = "text" > < p > "." $row_rsOrder ['address']. "< /p >

    < p > "." $row_rsOrder ['city']. "< /p >

    < p > "." $row_rsOrder ['postal code']. "< /p >

    < p > "." $row_rsOrder ['country']. "< /p >

    < p > < /p > < table >

    < td > < table >

    < td > < table >

    "< td colspan ="2"align ="right"valign ="bottom"> < span class ="head"> ORDER TOTAL: DoFormatCurrency ($row_rsOrder ['Total'], 2, ','.', ' £', ""). "". "< br / >"

    "</span > < span class ="text"> shipment: DoFormatCurrency (['shipping'], 2 $row_rsOrder, ','.', ' £', ""). "". "</span > < span class ="head"> < br / >"

    </span > < table >

    < /tr >

    < tr valign = "top" >

    < td bgcolor = "#E9E9E9" class = "header1" > Product ID < table >

    < td bgcolor = "#E9E9E9" class = "header1" > < table > Product Description

    < td bgcolor = "#E9E9E9" colspan = "2" class = "header1" > size < table >

    < td bgcolor = "#E9E9E9" > < span class = "header1" > quantity </span > < table >

    < td bgcolor = "#E9E9E9" align = "right" > < span class = "header1" > price </span > < table >

    < /tr >

          <? php do { ?>

    < tr valign = "top" >

    < class td 'text' = > "." $row_rsOrder ['ProductID']. "< table >

    < class td 'text' = > "." $row_rsOrder ['product']. «, ». $row_rsOrder ["productGroupGUID"]. "< table >

    < td colspan = "2" class = "text" > "." $row_rsOrder ["UnitSize"]. "< table >

    < td > < span class = "text" > "." $row_rsOrder ['quantity']. "</span > < table >

    < td align = 'right' class = "text" > ". DoFormatCurrency ($row_rsOrder ["UnitPrice'"], 2, ','.', ' £', ""). "." "< table >

    < /tr >

          <? php } while ($row_rsOrder = mysql_fetch_assoc($rsOrder)); ?>

    < tr valign = "top" >

    < class td = "text" > < table >

    < class td = "text" > < table >

    < td colspan = "2" class = "text" > < table >

    < td > < table >

    < td > < table >

    < /tr >

    < /table >

    < / body >

    < / html >

    ";

    Content-type always defined when sending HTML email

    $headers = "MIME-Version: 1.0 '. « \r\n » ;

    $headers. = "content-type: text / html;" Charset = UTF-8 ". « \r\n » ;

    $headers. = "from: company name < " [email protected] > '. "\r\n";

    $send = mail ($ $subject, $message, $headers);

    Yes, all THE information in the database was recovered and sent to the email. Only 3 products for test purposes.

    I just tested it down to the do-while loop. After that html table code is absent.

    You have to bare in mind, this is a crude test. The updated database in place the query is not as complex as yours is, so maybe it's why his work, but certainly break the 'message' is the way to go. I can try to get another table products tomorrow if I have time to test.

    Database to html code and column names are the same as you have. the recordeset is "rsOrders" instead of "Mina" that you used.

    <>

    If (! function_exists ("GetSQLValueString")) {}

    function GetSQLValueString ($theValue, $theType, $theDefinedValue = "", $theNotDefinedValue = "")

    {

    If (via PHP_VERSION< 6)="">

    $theValue = get_magic_quotes_gpc()? stripslashes ($TheValue): $theValue;

    }

    $theValue = function_exists ("mysql_real_escape_string")? mysql_real_escape_string ($TheValue): mysql_escape_string ($theValue);

    Switch ($theType) {}

    case 'text ':

    $theValue = ($theValue! = "")? « " ». $theValue. "" "": "NULL";

    break;

    case "long":

    case "int":

    $theValue = ($theValue! = "")? intval ($TheValue): 'NULL ';

    break;

    case "double":

    $theValue = ($theValue! = "")? doubleVal ($TheValue): 'NULL ';

    break;

    case "date":

    $theValue = ($theValue! = "")? « " ». $theValue. "" "": "NULL";

    break;

    case "set":

    $theValue = ($theValue! = "")? $theDefinedValue: $theNotDefinedValue;

    break;

    }

    Return $theValue;

    }

    }

    @mysql_select_db ($database_conDonations, $conDonations);

    $query_rsOrders = "SELECT * FROM orders";

    $rsOrders = mysql_query ($query_rsOrders, $conDonations) or die (mysql_error ());

    $row_rsOrders = mysql_fetch_assoc ($rsOrders);

    $totalRows_rsOrders = mysql_num_rows ($rsOrders);

    emailer

    E-mail information new tenant

    $to = ' [email protected]'; / /. ',' . "$row_rsOrder ['email'];

    $to = $row_rsOrder ['email'];

    $subject = "order details";

    $message ="

    Dear ".» $row_rsOrders ["FirstName"]. "see your order below details

    ' http://www.website.com/images/logoBLPP.jpg-' alt =------"------" / >

    Your order of B. $row_rsOrders ["OrderID"]. »

    Thank you for shopping below are you details of the order you placed recently. If you have any questions please contact us


    Name of the customer «. $row_rsOrders ["FirstName"]. » Command ID «. $row_rsOrders ["OrderID"]. » Status of orders «. $row_rsOrders ["TransactResult"]. »
    E-mail «. $row_rsOrders ['email']. » Order date «. $row_rsOrders ["OrderDate"]. »
    Shipping address

    «. $row_rsOrders ['address']. »

    «. $row_rsOrders ['city']. »

    «. $row_rsOrders ['postal code']. »

    «. $row_rsOrders ['country']. »

    ORDER TOTAL: "." $row_rsOrders ['total']. »

    Shipping: "." $row_rsOrders ["expedition"]. »

    Product ID

    Product description

    Size

    Quantity

    Price

    ";

    ?>

    "?>

    «. $row_rsOrders ['product']. »

    «. $row_rsOrders ["UnitSize"]. »

    «. $row_rsOrders ['quantity']. »

    «. $row_rsOrders ['UnitPrice']. »

    ";

    ?>

    "?>

    Content-type always defined when sending HTML email

    $headers = "MIME-Version: 1.0 '. « \r\n » ;

    $headers. = "content-type: text / html;" Charset = UTF-8 ". « \r\n » ;

    $headers. = "from: company name [email protected]> '."\r\n";"

    $send = mail ($ $subject, $message, $headers);

    mysql_free_result ($rsOrders);

    ?>

  • How to work with tables (or lists) in the responses of WebService?

    Good evening!

    In a BPEL process, I invoked a certain Webservice that return me a list of people. Like this:

    < response >
    < personList >
    < person > Person1 < / person >
    < person > Person2 < / person >
    < person > channels3 < / person >
    < / people >
    < / respons >

    Now I need to do something with each returned item (like to call another Web service with the parameter 'person' (so I need to call a Web service for a 3 times))

    How can I do this?

    In the Assign CopyRules element, I see only:
    response | _
    personList | _
    Nobody

    As a person is a simple element, not a list.


    Can I use one for each element? And what next?

    Thank you.

    http://download.Oracle.com/docs/CD/E12483_01/integrate.1013/b28981/manipdoc.htm#BABCHBFB
    http://clemensblog.blogspot.com/2006/03/BPEL-looping-over-arrays-Collections.html
    http://oraclebpelindepth.blogspot.com/2008/09/arrays-in-bpel_21.html

    Indeed, you need for each and loop over each item in the person in

    in the loop, you can call the other service with the input of the corresponding person-element-data data

    person [1] / name
    [2] person / name

    etc.

Maybe you are looking for

  • Is my iPhone has a Virus?

    Hello world First of all, I want to thank you for taking time in your day to read this post.  -All right, so here's what happened I think I should have clicked on an ad on an app I've used that I linked to a site where I could get a virus on.  On som

  • My Satellite Pro M70 itself turns off in the middle of the secuence of startup

    My Satellite Pro M70 itself turns off in the middle of the secuence of startup After turning on if it passes the test post and enters the menu grub (Linux + Windows) or BIOSwithout problems, but most of the time after the start of the BONE found in t

  • Apple Push prevent itunes from opening

    Hi, I've just upgraded to ios 9 on my iphone 5s and itunes on my machine windows 8.1 12.3. If I open itunes it freezes and does not open even if it is running in the Task Manager. As soon as I kill apple push itunes opens. Does anyone have a solution

  • EZ photoprint ex

    Tryig to print photos with easy photoprint ex. I can't select pictures because it is not showing my photos app. Running ox x el capitan 10.11.5. Thank you

  • HP 350 G2: WLAN product compatible for HP 350 G2

    Hello I would like to replace the factory installed realtek wlan + bluetooth card (part No. 753077-001) with a new one from the rtl8723be driver is not working properly under linux. I was looking at the Intel Dual Band Wireless-AC 7260 802.11 ac 2 x