HTTPService sends not parameter

I'm quite new to Flex/Flash programming; However, I am quite familiar with OBJECT oriented programming. I use Flex 4 for this project.

I am running into a problem of transmission of a parameter in an aspx file using HTTPService. I tested the aspx file in a browser (which generates xml data) and it works perfectly well with results showing as expected. The function I use to call my data is used in the application as "creationComplete" tag

For some reason any the following does not send a parameter...

private function init (): void {}

var params: Object = {};

params ["Act"] = "count with all."

httpServ.send (params);

}

.. compare this code sends a request to the page and gets the output I've provided for sending no parameters (which is nothing; no xml). So a datagrid empty!

However, after some research on googled around, I found other methods of adding a parameter and came across this method...

private function init (): void {}

httpServ.url = "http://localhost/awesomedir/FreeServ.aspx'+' '? ' + 'Act = count with all'; "

httpServ.send ();

}

It works like a charm. Absolutely perfect... I get the xml data in my datagrid.

I really want to get the first approach to work and the approach I've seen where params ["Act"] = "count with all." becomes params.act = count with "all"; but I had no luck with either. Anyone know why send the params object would fail?

I think it depends on the code in your aspx page. I have no problem to send objects to the .NET web services.

Maybe your main code expects parameters of url rather than the real settings?

Tags: Flex

Similar Questions

  • HTTPService.send sends no data anny

    Hi all

    I have a serious problem when my application is online, I can't send data to anny with the HTTPService.send command. but when he does it on the spot.

    When I click on the button tho send any data, it is not still try to connect here is my code and I can't find the problem. I hope someone can point me in the right direction

    Here is my code:

    <? XML version = "1.0" encoding = "utf-8"? >
    < s:Application
    ' xmlns:fx = ' http://ns.Adobe.com/MXML/2009 "
    xmlns:s = "library://ns.adobe.com/flex/spark".
    xmlns:MX = "library://ns.adobe.com/flex/halo".
    minWidth = minHeight = "700" "715" width = "700" height = "715".
    xmlns:upload = "" services.upload. * ""
    creationComplete = "initVars () '"
    >

    protected function btn_publish_clickHandler(event:MouseEvent):void
    {

    var idioot:int = 1;
    var text_veld:String = new String();
    text_veld = tekst_stuk.text


    obj. User = idioot;
    obj. Titel = titel.text;
    obj. Keywords = zoek_data.text;
    obj. Text = tekst_stuk.text;
    If (voor_geld.text! = null)
    {
    obj.price_off = voor_geld.text + '. ' + voor_geld_cent.text;
    }
    ElseIf (korting_input.text! = null)
    {
    obj.price_off = korting_input.text;
    }

    If (korting_radio. Selected is true)
    {
    obj. Price = geld.text + "." + geld_cent.text;
    obj.price_type = "p";
    }
    Another yew (gratis_radio.selected is true)
    {
    obj. Price = '0 '.
    obj.price_type = "g";
    }
    Another yew (van_voor_radio.selected is true)
    {
    obj. Price = geld.text + "." + geld_cent.text;
    obj.price_type = "m";
    }
    obj. Img.source = IMG_1;
    obj. IMG_2 = img_2.source;
    obj.img_3 = img_3.source;
    obj. IMG_4 = img_4.source;

    }
    private void send_data_event(e:Event):void
    {

    send_data. Send (obj);
    send_data.showBusyCursor;
    }

    < fx:Declarations >
    " < mx:HTTPService id ="send_data' method = 'POST' url = ' http://someURL "resultFormat ="text"useProxy ="false"/ > "
    < / fx:Declarations >

    < mx:Image = "525" x = "559" source = "buttonpubliceren.png" width = "150" height = "30" id = "btn_publish" click ="btn_publish_clickHandler (event); "/ >

    try to trace all of the properties of objects.

  • HTTPService - send XML (POST)

    Hello guys,.

    I need your help... I am trying to use HTTPService, sending a XML.

    It's work:
    ========================================================
    < mx:HTTPService id = "playlistCreate".
    ' URL =' http://localhost: 3000/reading/creating lists "
    useProxy = "false".
    method = "POST".
    contentType = "application/xml".
    showBusyCursor = "true".
    result = "resultCreate (Event)" "
    Fault = "defaultFault (Event)" > "
    < mx:request xmlns = "" >
    < playlist >
    < name > TEST < / name >
    < / playlist >
    < / mx:request >

    < / mx:HTTPService >
    ========================================================

    But, this isn't a job:
    ========================================================
    [Bindable]
    public var xmlSAVE:XML =
    < playlists >
    < playlist >
    < name > TEST < / name >
    < / playlist >
    < / playlists >;

    < mx:HTTPService id = "playlistCreate".
    ' URL =' http://localhost: 3000/reading/creating lists "
    useProxy = "false".
    method = "POST".
    contentType = "application/xml".
    showBusyCursor = "true".
    result = "resultCreate (Event)" "
    Fault = "defaultFault (Event)" > "
    < mx:request xmlns = "" > {xmlSAVE.playlist} < / mx:request >
    < / mx:HTTPService >
    ========================================================

    Someone has an idea to help me?

    I am grateful for!

    Kléber

    First, the request object is a mx:Object, but you are trying to send XML this:


    TEST


    is the method declarative mxml to define a nested object structure, is not the construction of an xml node.

    You could do this declaratively, but it is easier to build the application so that where you can see what is happening.

    var oRequest:Object = {playlist: {name: 'TEST'}}; I think it's good for the nested object
    playlistCreate.send (oRequest);

    Tracy

  • My computer is runing but sends not the power of the moniter the mouse or the keyboard. What could be?

    Original title: does not!

    my computer is runing but sends not the power of the moniter the mouse or the keyboard. What could be?

    Hello

    These details are pointing to it is not material.

    If under warranty, I suggest you contact the manufacturer; or if not under warranty get it to a repair shop local and good.

    See you soon...

  • HTTPService does not properly

    I use an HTTPService to update a list of names stored in a data grid. The HTTPService calls a php file which returns xml code; the XML is used to create an ArrayCollection collection that fills the data grid. My problem is that the php file does not return the correct data. I am not sure that the php file is always called, even if a "result" handler calls a function as it is supposed to do when php returns data. If I manually change the content of the database before the php file runs, the updated information is not returned (but the old content of the database is returned!)

    So my question is this: How can I be sure that my HTTPService is executed correctly? How can I be sure that the PHP is running and returns the data updates to the database.

    If you send the request even the browser puts the response cache.
    You must send the request with a time stamp at the end of this way, your request will be unique each time.

  • Mac Mail - send unknown sender / not applicable

    On one of the Mac Mail e-mail accounts stopped view my e-mails.

    The displayed e-mail activity showed that emails have been received.

    When I ran the account information on this mail box there were several

    mails, labeled with the unknown sender and SUBJECT No..  These

    were the emails that have been received but not displayed.

    I know that these are valid e-mails since they appeared on my ipad.

    Any idea what is the problem?  My other email accounts have

    no problems - more when I deleted the emails from unknown senders

    from the POP server with the option to delete the account info.

    It appeared to correct the problems future emails.

    Try to rebuild the mailbox.

    Rebuild the mailbox

    If this does not work, try re-indexing of mailboxes mailbox. This can take some time if you have a lot of mail.

    Reindex messages        For El Capitan, try looking in V3.

    Reindex messages (2)        See post by Linc Davis

    There is only one file in Snow Leopard.

  • All the GIFs that I record on my camera are static (when sending, not only when viewing in film)

    When I save a GIF on my camera and try to send it to me or someone else, it is static. How to save an animated version? All the instructions I find online say just save on film. I know it will look like static when seen in the film, but it must play when I send it to me or someone else. What I am doing wrong?

    They work if copy you them from a source and then paste it to a text message. If you send a text to yourself, then the gif is "saved" in the text. You can go to the text and copy and paste as needed.

    I don't think that there is a way to save it to an animated gif. Can also download Giphy or some other app Gif

    EDIT

    As a side note, I use Giphy and it allows me to save Gifs to the unicameral bread. They do not move in the film, but when I add the camera to a text message, it normally works. Hope that helps.

  • Hotmail sends not outlook emails

    Emails do not send to my outlook hotmail/live mail emails:

    Final-recipient: rfc822; (e-mail address)

    Action: failure

    Status: 5.5.0

    Diagnostic code: smtp; 553 sorry, that this domain isn't in my list of rcpthosts allowed (#5.7.1)

    Can anyone help, talked to this guy in control of outlook and they find no fault on their end--they say that this must be an error in hotmail.

    Thank you

    Charlottte

    Contact the mail to the e-mail domain administrator, you send it and ask to Hotmail.com if adds the list safe recipients areas. This assumes that the e-mail address ends in Hotmail.com

    The domain administrator can be found using WHOIS for the domain recipient to this Web site

    http://network-tools.com/

  • When I send emails, it shows my email from my friend as the sender, not mine

    I can send emails Okay, but the sender that appears is my friend, not mine. How can this be?

    What e-mail program?
     
     
  • Problem with windows mail send not of pictures and attachments? Help, please!

    Hello, yesterday I continued to get an error code when you try to update some security updates, I've used the tutorial help and went and deleted some file deep into my system, as he ordered.  He has not yet fixed the error and now my windows mail will not send attachments and the police to the address info seem different?  I'm lost, please help!

    Hi Pishy,

    1. what was the error code that you received when you try updates security?

    2. what tutorial did you delete files?

    3. what happens when you try to send emails with attachments? You receive messages or error codes?

    You can try to perform a restore of the system to a prior restore point you have been affected by the issue.

    Note: When you perform the system restore to restore the computer to a previous state, programs and updates that you have installed are removed.

    To run the system restore, you can consult the following link:

    System restore

    System Restore: frequently asked questions

    For more information, you can also consult the following article:

    Solve problems with Windows Mail

    Hope this information is useful.

  • I can only receive emails and send not so far from home

    Split of: " ", "http://social.answers.microsoft.com/Forums/en-US/vistanetworking/thread/a424e146-1a2f-4133-80d5-db98f08f5421"" "

    Currently, I use Windows Vista and access my email using Windows Mail.  When I am connected to my internet router 'House', I can send and receive emails, absolutely perfect.  When I am away from home and try to connect to an internet router to the hotel (with a key) or internet router to friends (with a key), I can only receive emails and not send.  I get the error message is: the connection to the server has failed.  He then mentions the details into account, server, Protocol, Port and secure (SSL) followed by the Socket error: 10060 and the error number: 0x800CCC0E.  Anyone know why I have a problem when I'm away from home?  Any help much appreciated.

    Looks like you are running in a block of 25 port. What you experienced is normal. As a general rule, the owner of port 25 SMTP server you use must be the same as the entity that provides your Internet connection at the moment. To learn more about this issue, see anti-spam
     
    The workarounds available when sending abroad are the following:
     
    1. use webmail to send (via your browser).
    2. ask your ISP if they have one port other than '25' for SMTP.
    3. If you frequently send multiple locations, get free Gmail account, configure it for POP access, set up in Windows Mail and use it to
    your shipment of household chores. Gmail uses port 465 for SMTP, which is not blocked as is port 25.

    Gary van, Microsoft MVP (Mail)

    "UNDERCOVERADDICT" wrote in the new message: * e-mail address is removed from the privacy... *

    Currently, I use Windows Vista and access my email using Windows Mail.  When I am connected to my internet router 'House', I can send and receive emails, absolutely perfect.  When I am away from home and try to connect to an internet router to the hotel (with a key) or internet router to friends (with a key), I can only receive emails and not send.  I get the error message is: the connection to the server has failed.  He then mentions the details into account, server, Protocol, Port and secure (SSL) followed by the Socket error: 10060 and the error number: 0x800CCC0E.  Anyone know why I have a problem when I'm away from home?  Any help much appreciated.

    Gary van, MVP (Mail)

  • BlackBerry Q10 Q10 - How to change the SMS settings to send NOT "enter".

    I prefer to use sms as email - IE full use of sentences and paragraphs.

    I don't want to send the sms by pressing on enter, which seems to be the default setting on my new Q10.

    How can I change this then starts a new line 'Enter', but doesn't send SMS?

    Thank you for your help.

    Unfortunately, I do not believe there is an option for that.

  • L2L ASA sends not encryted traffic

    I currently have a problem passing an ASA 5520 traffic to a 877W.  Traffic is being encryption on the router to the ASA (as shown below), but ASA doesn't send any encrypted traffic.  I tried the upgrade to 8.4 (7) 9.1 (5), wiping the config and, configure the VPN via CLI and using the wizard ASDM.  I also tried a 1841 and encounter the same problem.

    Any ideas before I connect to a TAC case?  Pulling my hair out with this one!

    877W Config:

    crypto ISAKMP policy 1
    BA 3des
    preshared authentication
    Group 2
    lifetime 28800
    ISAKMP crypto key psk address ASA-EXTERNAL

    Crypto ipsec transform-set esp-3des esp-sha-hmac TS

    CMAP 10 ipsec-isakmp crypto card
    defined by the ASA-EXTERNAL peers
    Set security-association second life 28800
    game of transformation-TS
    match address VPN-TRAFFIC

    interface Dialer0
    card crypto WCPA

    IP route 0.0.0.0 0.0.0.0 Dialer0

    overload of IP nat inside source list 100 interface Dialer0

    VPN-TRAFFIC extended IP access list
    ip licensing 192.168.20.0 0.0.0.255 172.16.250.0 0.0.0.255

    access-list 100 remark set NAT
    access-list 100 deny ip 192.168.20.0 0.0.0.255 172.16.250.0 0.0.0.255
    Access-list 100 remark
    access-list 100 deny ip 192.168.20.0 0.0.0.255 10.0.0.0 0.255.255.255
    access-list 100 permit ip 192.168.20.0 0.0.0.255 any

    ASA:

    interface GigabitEthernet0/0
    nameif outside
    security-level 0
    IP EXTERNAL-ASA-IP address
    !
    interface GigabitEthernet0/1
    nameif inside
    security-level 100
    IP 172.16.250.247 255.255.255.0
    !
    permit same-security-traffic inter-interface
    network of the VPNLocal object
    172.16.250.0 subnet 255.255.255.0
    VPNRemote object network
    subnet 192.168.20.0 255.255.255.0
     
    access extensive list ip 172.16.250.0 outside_cryptomap allow 255.255.255.0 VPNRemote object
    outside_access_in extended access list permit ip object VPNRemote 172.16.250.0 255.255.255.0 disable log
    access extensive list ip 172.16.250.0 inside_access_in allow 255.255.255.0 VPNRemote object

    ICMP allow all outside
    ICMP allow any inside

    NAT (inside, outside) static source VPNLocal VPNLocal static destination VPNRemote VPNRemote non-proxy-arp-search to itinerary
    Access-group outside_access_in in interface outside
    inside_access_in access to the interface inside group

    Route outside 0.0.0.0 0.0.0.0 ISP - IP GATEWAY 1
    Route inside 10.0.0.0 255.0.0.0 CORE - ROUTER 1

    Sysopt preserve-vpn-flow of connection
    Crypto ipsec transform-set ikev1 SHA-ESP-3DES esp-3des esp-sha-hmac
    Crypto ipsec pmtu aging infinite - the security association

    card crypto outside_map 1 match address outside_cryptomap
    card crypto outside_map 1 set counterpart 877W-IP
    card crypto outside_map 1 set transform-set ESP-3DES-SHA ikev1
    outside_map card crypto 1 set ikev2 AES256 AES192 AES 3DES ipsec-proposal OF
    card crypto outside_map 1 the value reverse-road
    outside_map interface card crypto outside
    Crypto ikev1 allow outside

    IKEv1 crypto policy 65535
    preshared authentication
    3des encryption
    sha hash
    Group 2
    life 86400
     
    Statistics-list of access threat detection
    no statistical threat detection tcp-interception

    Group Policy GroupPolicy_877W-IP internal
    attributes of Group Policy GroupPolicy_877W-IP
    Ikev1 VPN-tunnel-Protocol

    type of tunnel-group ipsec-l2l 877W-IP
    attributes global-tunnel-group 877W-IP
    Group - default policy - GroupPolicy_81.133.227.150
    877W-IP ipsec-attributes tunnel-group
    IKEv1 pre-shared-key *.
    remote control-IKEv2 pre-shared-key authentication *.
    pre-shared-key authentication local IKEv2 *.
    !
    Global class-card class
    match default-inspection-traffic
    !
    !
    Policy-map global_policy
    World-Policy policy-map
    Global category
    inspect the icmp
    inspect the icmp error
    !
    service-policy-international policy global
    context of prompt hostname

    877W sh crypto ipsec his

    Interface: Dialer0
    Tag crypto map: CMAP, local addr 877W-IP

    protégé of the vrf: (none)
    local ident (addr, mask, prot, port): (192.168.20.0/255.255.255.0/0/0)
    Remote ident (addr, mask, prot, port): (172.16.250.0/255.255.255.0/0/0)
    current_peer ASA - 500 EXTERNAL port
    LICENCE, flags is {origin_is_acl},
    #pkts program: 1771, #pkts encrypt: 1771, #pkts digest: 1771
    #pkts decaps: 0, #pkts decrypt: 0, #pkts check: 0
    compressed #pkts: 0, unzipped #pkts: 0
    #pkts uncompressed: 0, #pkts compr. has failed: 0
    #pkts not unpacked: 0, #pkts decompress failed: 0
    #send 17, #recv errors 0

    endpt local crypto. : 877W-IP, remote Start crypto. : ASA-EXTERNAL
    Path mtu 1500, mtu 1500 ip, ip mtu BID Dialer0
    current outbound SPI: 0xD82FD3CE (3627013070)

    SAS of the esp on arrival:
    SPI: 0x31F9F14C (838463820)
    transform: esp-3des esp-sha-hmac.
    running parameters = {Tunnel}
    Conn ID: 29, flow_id: Motorola SEC 1.0:29, card crypto: CMAP
    calendar of his: service life remaining (k/s) key: (4544227/24786)
    Size IV: 8 bytes
    support for replay detection: Y
    Status: ACTIVE

    the arrival ah sas:

    SAS of the CFP on arrival:

    outgoing esp sas:
    SPI: 0xD82FD3CE (3627013070)
    transform: esp-3des esp-sha-hmac.
    running parameters = {Tunnel}
    Conn ID: 30, flow_id: Motorola SEC 1.0:30, card crypto: CMAP
    calendar of his: service life remaining (k/s) key: (4544168/24786)
    Size IV: 8 bytes
    support for replay detection: Y
    Status: ACTIVE

    outgoing ah sas:

    outgoing CFP sas:

    Interface: virtual-Access2
    Tag crypto map: CMAP, local addr 0.0.0.0

    protégé of the vrf: (none)
    local ident (addr, mask, prot, port): (192.168.20.0/255.255.255.0/0/0)
    Remote ident (addr, mask, prot, port): (172.16.250.0/255.255.255.0/0/0)
    current_peer ASA - 500 EXTERNAL port
    LICENCE, flags is {origin_is_acl},
    #pkts program: encrypt 0, #pkts: 0, #pkts digest: 0
    #pkts decaps: 0, #pkts decrypt: 0, #pkts check: 0
    compressed #pkts: 0, unzipped #pkts: 0
    #pkts uncompressed: 0, #pkts compr. has failed: 0
    #pkts not unpacked: 0, #pkts decompress failed: 0
    Errors #send 0, #recv 0 errors

    endpt local crypto. : 0.0.0.0, remote Start crypto. : ASA-EXTERNAL
    Path mtu 1500, mtu 1500 ip, ip mtu IDB virtual-Access2
    current outbound SPI: 0x0 (0)

    SAS of the esp on arrival:

    the arrival ah sas:

    SAS of the CFP on arrival:

    outgoing esp sas:

    outgoing ah sas:

    outgoing CFP sas:

    ASA crypto ipsec HS her

    peer address: 877W-IP
    Tag crypto map: outside_map, seq num: 1, local addr: ASA-EXERNAL

    access extensive list ip 172.16.250.0 outside_cryptomap allow 255.255.255.0 192.168.20.0 255.255.255.0
    local ident (addr, mask, prot, port): (172.16.250.0/255.255.255.0/0/0)
    Remote ident (addr, mask, prot, port): (192.168.20.0/255.255.255.0/0/0)
    current_peer: 877W-IP

    #pkts program: encrypt 0, #pkts: 0, #pkts digest: 0
    #pkts decaps: 539, #pkts decrypt: 539, #pkts check: 539
    compressed #pkts: 0, unzipped #pkts: 0
    #pkts uncompressed: 0, comp #pkts failed: 0, #pkts Dang failed: 0
    success #frag before: 0, failures before #frag: 0, #fragments created: 0
    Sent #PMTUs: 0, #PMTUs rcvd: 0, reassembly: 20th century / of frgs #decapsulated: 0
    #TFC rcvd: 0, #TFC sent: 0
    #Valid errors ICMP rcvd: 0, #Invalid ICMP errors received: 0
    #send errors: 0, #recv errors: 0

    endpt local crypto. : ASA-EXERNAL/0, crypto Start distance. : 877W-IP/0
    Path mtu 1500, ipsec 58 (36) generals, media, mtu 1500
    PMTU time remaining: 0, political of DF: copy / df
    Validation of ICMP error: disabled, TFC packets: disabled
    current outbound SPI: 31F9F14C
    current inbound SPI: D82FD3CE

    SAS of the esp on arrival:
    SPI: 0xD82FD3CE (3627013070)
    transform: esp-3des esp-sha-hmac no compression
    running parameters = {L2L, Tunnel, IKEv1}
    slot: 0, id_conn: 81920, crypto-card: outside_map
    calendar of his: service life remaining (KB/s) key: (4373968/24993)
    Size IV: 8 bytes
    support for replay detection: Y
    Anti-replay bitmap:
    0xFFFFFFFF to 0xFFFFFFFF
    outgoing esp sas:
    SPI: 0x31F9F14C (838463820)
    transform: esp-3des esp-sha-hmac no compression
    running parameters = {L2L, Tunnel, IKEv1}
    slot: 0, id_conn: 81920, crypto-card: outside_map
    calendar of his: service life remaining (KB/s) key: (4374000/24993)
    Size IV: 8 bytes
    support for replay detection: Y
    Anti-replay bitmap:
    0x00000000 0x00000001

    Happy that you guessed it sort :-)

    --

    Please do not forget to select a correct answer and rate useful posts

  • Texts of SMS receive blackBerry Smartphones but don't send not them!

    Hey,.

    A strange problem occurred, my Storm revieve SMS messages but not send them. I tried to look through the options to see if maybe it was sending in a wrong format or something along those line, but there is no option in this sense. It shows my connection as 1xev... all lowercase and gives an error message "SMS error 105, Message ID 84."

    I assumed that there was a kind of search for message ID error of some sort on this site, but I guessnot

    Any help would be great... My girlfriend is getting angry!

    Thank you

    I saw flaky behavior when it is tiny - suffice it to say that we know we have a connectivity full all uppercase.

    Batt-pop restart is done as follows... the powered unit being turned on, open the back cover and remove the battery. Wait about a minute, then reinsert the battery and replace the back cover. Then turn on and wait patiently through the long long long restart the process (perhaps as long as 10 minutes). Then try again to see if it is resolved. This method is the best way to really restart the 'cold' device - all your settings and things are kept, it starts only on a real power off of the State. And this has been reported to clear up many odd behaviors. As any computing device, a normal reboot is a healthy thing.

  • Forms by sending not when I use checkboxes

    Form-function was fine http://spillfix.com/safe with radio buttons, but then the customer wanted changed to checkboxes so multiples could be selected. Now, don't send form. It addresses correctly in the browser and not display any errors. But nothing is received. all rebuilt form checked. change email send address still is not the case. Must be the Muse code problem. Any body got an answer for me?

    Fixed a problem. It wasn't the check boxes. It is send to the address could not be transmitted to multiple recipients. You must put the multiple recipient addresses in the form itself.

Maybe you are looking for

  • Air Print with Canon Selphy CP1200?

    Printer is detected via WLAN or Direct Connect, but it is not possible to add it to the list of printers. Communication cannot be established or breaks down after about 30 seconds. Any ideas? Concerning Andreas

  • EliteBook 2560p REF: LG669EA: Elitebook 2560p after upgrading to windows 10 hs2340 HSPA + MobileBroadband does not work!

    Hello I wonder if anyone has the solution to activate the adapter HSPA + MobileBroadband hs2340! I had the problem after passage, the windows of W7 to W10, before I used 'hp connection manager' to activate the device, but now it seems as does not wor

  • Alternation of load

    Does anyone know of another way to load my Chromebook C720P?  My power cord is broken at the unit and does not load my Chromebook.  You may want to connect to something else to load it?    All ideas welcome.  New cord is $ 50. and I haven't had it fo

  • Why ca'nt I send a single file when using msn, or use my camera.

    When I send TEXT messages using MSN and I want to send a file as a picture or music I can't seem to be able to, because he is not high lit in my LIST of FILES. My camera does not work for some reason, a minute, it was the other, that it was not, and

  • Play continuously Window Movie Maker Project

    Once I finished a project and has published, how to automatically continue to play the same movie over and over again. I used this instead of power for a birthday imgages point.