Problem with redirect after save the wav file

I have a photo booth / audio that we created with flash that take a photo and record then it records audio testimony and records it.  My problem is that, once the wav file is saved, I want to redirect them to a thank you page but can't seem to find a way to do it.  Here is the code that I use to manage the registration of the wav file.

private void recordComplete(e:Event):void

{

var request: URLRequest = new URLRequest ("save - file.php '");

var loader: URLLoader = new URLLoader();

request.contentType = ' application/octet-stream ";

Request.Method = URLRequestMethod.POST;

Request.Data = recorder.output;

Loader.Load (request);

navigateToURL (new URLRequest (redirectPath), "_self")

}

I tried to add the navigateToURL at the end and it sends to this page correctly, but the wav file is not saved.  I was wondering if there was a way to determine that the file is saved and then redirect to a thank you page?

Thanks in advance!

-justin

replace

public var redirectPath:String = "http://localhost/thankyou.html";

with

not sure that this should be public but it won't matter for testing.

public var redirectPath:String = "http://www.adobe.com";

Tags: Adobe Animate

Similar Questions

  • Problems with duplicate DATA when the data file was added after the backup completes

    Hello

    I am facing a problem when running of duplicate database with the command of database duplicate RMAN on a 10 g database. If I have the duplication from a full backup that is missing a data file that has been added to the database after the full backup of preforms, I get the following error message:
    Starting restore at 10-10-2009 18:00:38
    
    released channel: t1
    released channel: t2
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of Duplicate Db command at 10/10/2009 18:00:39
    RMAN-03015: error occurred in stored script Memory Script
    RMAN-06026: some targets not found - aborting restore
    RMAN-06100: no channel to restore a backup or copy of datafile 43
    Redo log which was Pond at the time of the creation of 43 of the data file is also available in the backups. It seems that RMAN cannot use the log information archived redo to restore the content of the data file 43. I guess that because failure is already reported in the RESTORATION and not in the RECOVERY phase, so again the archived logs are not available yet. I get the same message even if I do another backup of the data file 43 (so a backup that is not in the same backupset as the backup to all the other data files).
    The script, the command duplicate product, I guess that RMAN reads the contents of the source database controlfile and trying to get a backup that contains all the data files to restore the database Assistant - if such a backup is not found, it fails.


    Of course, if I try to perform a restore/recovery of the source database, it works without problem:
    RMAN> restore database;
    
    Starting restore at 13.10.09
    using target database control file instead of recovery catalog
    allocated channel: ORA_DISK_1
    channel ORA_DISK_1: sid=156 devtype=DISK
    
    creating datafile fno=43 name=F:\ORA10\ORADATA\SOVDEV\SOMEDATAFILE01.DBF
    channel ORA_DISK_1: starting datafile backupset restore
    channel ORA_DISK_1: specifying datafile(s) to restore from backup set
    restoring datafile 00001 to F:\ORA10\ORADATA\SOVDEV\SYSTEM01.DBF
    .....
    The 43 data file is re-created and then redo is applied to the course.

    So, does anyone know if the duplicate database can use archived redo logs to recreate the contents of a data file, as does a normal restore/recovery? If this is the case, then it is necessary to perform a full backup before each duplicated if a data file has been added after such a backup database.

    Thanks in advance for any answers.

    Kind regards
    Swear

    Hi swear,.

    I got exactly the same problem during replication.
    Because we backup archive logs every 6 hours with rman, I added an additional block of running this script.
    run
    {
    backup incremental level 0
    format "% d_ % s_ %%t p_ bk_ '.
    filesperset 4
    database not saved;
    }

    (I also hit a bug in the catalogue which was resolved by patching up the dbs catalog 11.1.0.6, 11.1.0.7 for.)

    This will restrict the data not making file not part of any backup rman 6 hours while jumping for which there is already a backup of data files.

    Kind regards

    Tycho

  • Problem with Windows Explorer and the recorded files

    When I save files from the internet and then open the folder with Windows Explorer in the backed up files, I find that WE consider not save them on my hard drive "change" more. I know it's strange, but I tend to retain files roughly in the order that I saved them, rather than by the name of the file or anything else. So now to manually change the files in a certain way, then save them to get them organized as I want. Of course, this can become very painful and long if I have a lot of files to organize this way. My question is: How can I get Windows to consider saving a file on my HDD as change? I use Firefox and updated recently, which may be the cause of the problem.

    Hi Flingle,

    Were you able to save and access files correctly before you update Firefox?

    You can create a new folder & try to download the file inside of Internet Explorer & check if the problem persists.

    Hope the helps of information. Please post back and we do know.

    Concerning
    Joel S
    Microsoft Answers Support Engineer
    Visit our Microsoft answers feedback Forum and let us know what you think.

  • Problem with 2 wires to the same file

    I have a processing thread and a thread detachment.  The processing thread generates XML files and places them in a directory under/user/home.  The XML files are not large, generally less than 2 KB.  When the message is complete, it deletes the XML file.  Sometimes, he won't delete them.  If I navigate to the file and try to remove, he says that it is still in use.  I can't understand how it goes because it is not consistent.  My best guess is that the display thread accesses the file before it is closed by the saving thread.  The saving thread does not release the file so that the display thread cannot remove it.  She keeps just the view of the same file.  I have the file register a temp, it writes the data and closes the output stream and then renamed with an extension and quits immediately.  The message thread is set to filter by this extension.  I tried debugging on the device but it is inconsistent and I meet in debugging.  I let it run all night with no problems.  Disconnected this morning and 10 minutes later, I got stuck 1.  The others were very well, it's only 1 file.

    How can I avoid this? Can I release the file between the detachment thread locks?  The API to rename said it empty and closes all open them the flow of input/output and the original file no longer exists.  If I caught in the message thread and renamed it (since there is no additional data to write) which will work?  I worry about zombie save son or other file system problems.  I couldn't find a way to get an exclusive lock on a file.  Maybe I'm going about this all wrong.

    Unsynchronized access to the file, the code that you use to write/delete the file

  • Problems with secondary after building the application .exe

    Hi people,

    as I like am a self taught Newbie on LV and TestStand I have some problems with the construction of an exe file.

    I don't know if it is a question of LabVIEW and TestStand, so I posted this question in the two Forums.

    I use the interface simple chart that came with Teststand and added a secondary. TestStand is supposed to open the called VIs dynamically in this secondary.

    I used the code from the tutorial respective http://zone.ni.com/devzone/cda/epd/p/id/6278

    Everything works fine until I build the application. The screws are then open in pop-up windows clean AND in high school, but only the popup version is usable.

    I hope that I am too dumb to find the answer and that there will be a quick solution.

    If you have built the exe in LabVIEW 2009 selected in the configuration of your adapter TestStand and LabVIEW 2009 and your screws have been opened and saved in 2009 LV?

  • Satellite P300D - problem with reboot after update the HARD drive

    Hello

    I have laptop Satellite P300D - 12 c and recently, I put a new hard drive, the Seagate momentus 7200 RPM 2.5 "500 GB. It works well, but I have a strange problem; normally when I reboot the laptop when it will close something sounds, in the figurative sense I could say "something moves" for a bit in the DVD - ROM drive and shuts down and then restarts.

    Now, when the reboot happens to the part of the dvd - rom drive, I described above it stucks there... "something is happening" on the dvd - rom drive as trying to permanently access a dvd or something and he does the same thing until I force it to shut down by pressing the appropriate button. It happens once in two attempts to restart.

    Does anyone have a solution or a tip or something? If you do not understand something to tell me,

    Thank you very much

    Hello!

    I agree with Akuma. Maybe the drive is loose and so you should try re-allocation of places there.
    Maybe it works

    And updated the BIOS, you can find the Toshiba site:
    http://EU.computers.Toshiba-Europe.com > support & downloads > download drivers

    Good luck and give us feedback! :)

  • Anyone having problems with crashes after setting the units (lb/po2) on an indicator on the dipstick?

    I use an indicator of money gauge to show pressure. With no set of units, everything seems to work properly. When I set units 'psi' and immediately try to save LabView hangs and crashes immediately after each next attempt to open the file project or VI. I'm using LabView 2012 (12.0f3) 64-bit on Windows 8. It is the first crash, I had. Unfortunately, it seems that the file is corrupted and I lost a few hours of work. Now I'm afraid to continue using this VI of fear he crash of something else and corrupt the file and I'll lose my progress. Any help would be greatly appreciated. I presented the crash to the settlement report, but who knows how long it takes to move to study the problem.

    Hi Arcus,

    If you search the forum you will find a large number of "moaning" on the buggy and incomplete unit support in LabVIEW. My favorite is the square function (available from LV2009?) which will follow "4 m" when you want as the square of "2 m". Of course: meter ^ 2 is always meter. And we're just talking a very basic unit...

    You will also find on the controls of the money bug reports.

    Combine all these threads in your own conclusions!

    I don't use controls of the money, and usually I stay away by using units of our days...

    BTW: I would also stay away from units such as "psi". Just my continental Europe perspective

    (Once I got to work with a machine (treatment of semiconductors) produced in the United States. She had 4 gauges next to each other using 3 different units: lb/po2, inHg, Torr. There must be a reason to do it, but have you ever needed to compare these pressures? Easy to remember these conversions...)

  • Problems with iphone6 after downloading the iOS 10.0.1

    I was wondering how to solve the problem of the position of dramatic impoverishment battery install iOS 10.0.1? Called support and they do not know how to fix it. Basically battery comes out from 100 less than 20% in less than an hour and it started happening after installing 10.0.1

    It may be a 3rd party app which is not yet compatible with iOS 10. Have you checked your battery use to see what app is to eat your battery? Settings > battery

  • Problem with virtual pc, open the vhd file

    Earlier, I worked with virtual pc very well on xp.

    later, I deleted some of the .net etc... Associates of the programs of the Control Panel on the local computer
    and I deleted the computer virtual and installed again.
    But now we get an error windows cannot open this file?
    Choose a program from the list etc., opening the vhd image
    can u make clear which program is deleted and what software must be installed

    Please post on the forum PC virtual dedicated listed below.
    http://social.technet.Microsoft.com/forums/en-us/w7itprovirt/threads

    Thank you

  • Problem with vi after changing the size of the window

    Hello

    I am very frustrated to change the appearance of the window properties for vi. Now I see all my controls front panel and I don't know what I did wrong.

    Is it possible to find my original vi?

    Thank you

    Could you give some more details on precisely what it was that you did to change the appearance of the front panel of your VI and how your façade is now different?

    I assume that you have changed the property of 'Appearance of the window' settings back to what they were originally, right?

  • Problem with Photoshop after buying the creative cloud for teams for 1 year

    Hello

    I just Creative Cloud teams (one year subscription) (Mac/Win, several languages) and updated my photoshop, but when I go to open it, it asks me a liscence number.  Where can I find that?


    Refer to this:

    Connect you or activation errors

    Mylenium

  • Huge problem, cannot delete the WAV file.

    I have the WAV file on my desktop that I can't move, delete, rename or the properties view.  It is a way by using 100% of my CPU and slow down at all.

    Whenever I try to delete it, it says "preparing to recycle...". "and never finished.

    I'm about to reinstall my operating system because I don't know any other solution.

    Hello

    Run the check point kill too extreme.

    If you need search malware here's my recommendations - they will allow you to
    scrutiny and the withdrawal without ending up with a load of spyware programs running
    resident who can cause as many questions as the malware and may be more difficult to detect as the
    cause.

    No one program cannot be used to detect and remove any malware. Added that often easy
    to detect malicious software often comes with a much harder to detect and remove the payload. Then
    its best to be thorough than paying the high price later now too. Check with them to one
    extreme overkill point and then run the cleaning only when you are sure that the system is clean.

    It can be made repeatedly in Mode safe - F8 tap that you start, however, you must also run
    the regular windows when you can.

    Download malwarebytes and scan with it, run MRT and add Prevx to be sure that he is gone.
    (If Rootkits run UnHackMe)

    Download - SAVE - go to where you put it-right on - click RUN AS ADMIN

    Malwarebytes - free
    http://www.Malwarebytes.org/

    Run the malware removal tool from Microsoft

    Start - type in the search box-> find MRT top - right on - click RUN AS ADMIN.

    You should get this tool and its updates via Windows updates - if necessary, you can
    Download it here.

    Download - SAVE - go to where you put it-right on - click RUN AS ADMIN
    (Then run MRT as shown above.)

    Microsoft Malicious - 32-bit removal tool
    http://www.Microsoft.com/downloads/details.aspx?FamilyId=AD724AE0-E72D-4F54-9AB3-75B8EB148356&displaylang=en

    Microsoft Malicious removal tool - 64 bit
    http://www.Microsoft.com/downloads/details.aspx?FamilyId=585D2BDE-367F-495e-94E7-6349F4EFFC74&displaylang=en

    also install Prevx to be sure that it is all gone.

    Download - SAVE - go to where you put it-right on - click RUN AS ADMIN

    Prevx - Home - free - small, fast, exceptional CLOUD protection, working with others
    security programs. It is a single scanner, VERY EFFICIENT, if it finds something to come back
    here or use Google to see how to remove.
    http://www.prevx.com/   <-->
    http://info.prevx.com/downloadcsi.asp  <-->

    Choice of PCmag editor - Prevx-
    http://www.PCMag.com/Article2/0, 2817,2346862,00.asp

    Try the demo version of Hitman Pro:

    Hitman Pro is a second scanner reviews, designed to save your computer from malicious software
    (viruses, Trojans, rootkits, etc.). who infected your computer despite safe
    what you have done (such as antivirus, firewall, etc.).
    http://www.SurfRight.nl/en/hitmanpro

    --------------------------------------------------------

    If necessary here are some free online scanners to help the

    http://www.eset.com/onlinescan/

    New Vista and Windows 7 version
    http://OneCare.live.com/site/en-us/Center/whatsnew.htm

    Original version
    http://OneCare.live.com/site/en-us/default.htm

    http://www.Kaspersky.com/virusscanner

    Other tests free online
    http://www.Google.com/search?hl=en&source=HP&q=antivirus+free+online+scan&AQ=f&OQ=&AQI=G1

    --------------------------------------------------------

    After the removal of malicious programs:

    Also follow these steps for the General corruption of cleaning and repair/replace damaged/missing
    system files.

    Start - type this in the search box-> find COMMAND at the top and RIGHT CLICK – RUN AS ADMIN

    Enter this at the command prompt - sfc/scannow

    How to fix the system files of Windows 7 with the System File Checker
    http://www.SevenForums.com/tutorials/1538-SFC-SCANNOW-Command-System-File-Checker.html

    How to analyze the log file entries that the Microsoft Windows Resource Checker (SFC.exe) program
    generates in Windows Vista cbs.log
    http://support.Microsoft.com/kb/928228

    Also run CheckDisk, so we cannot exclude as much as possible of the corruption.

    How to run check disk in Windows 7
    http://www.SevenForums.com/tutorials/433-disk-check.html

    -----------------------------------------------------------------------

    If we find Rootkits use this thread and other suggestions. (Run UnHackMe)

    http://social.answers.Microsoft.com/forums/en-us/InternetExplorer/thread/a8f665f0-C793-441A-a5b9-54b7e1e7a5a4/

    ======================================

    If necessary AFTER THAT you are sure that the machine is clean of any malware.

    How to do a repair installation to repair Windows 7
    http://www.SevenForums.com/tutorials/3413-repair-install.html

    I hope this helps.

    Rob Brown - MS MVP - Windows Desktop Experience: Bike - Mark Twain said it right.

  • seems I'm not the only one having problems with safari after update 9.3 cannot follow the links. Safari blocks. hope it gets fixed quickly. jaa shooting allows to follow the link, but the Web page is not out of good old days. any oher ideas?

    seems I'm not the only one having problems with safari after update 9.3 cannot follow the links. Safari blocks. hope it gets fixed quickly. jaa shooting allows to follow the link, but the Web page is not out of good old days. any oher ideas?

    The 'list' of relevant articles that I know, they are now

    -You can read about the problems in the present statutes and possibly find workaround solutions, particularly in the last

    If you are unable to activate your iPhone, iPad or iPod touch after installing an update - Apple Support

    Apple iOS suspension 9.3 updates for older devices, work on activation fix | IVous

    Apple launches new version of iOS for iPad users 9.3 2 affected by bricking bug | 9to5Mac

    GSM of unfixed addresses Apple iPad 2 Bug with revised Activation iOS 9.3, but the larger question remains - Mac rumors

    If you are unable to activate your iPad 2 (GSM model) update to iOS 9.3 - Apple Support

    9.3 iOS update issues

    Leave a post by: ChitlinsCC

  • I have problems with anchors named in my htm file. I clearly identify them as being in the document (ie., internal links within the file).  When I preview the file in a browser, the links point to my hard drive, which is totally false. What do I need

    I have problems with anchors named in my htm file. I clearly identify them as being in the document (ie., internal links within the file).  When I preview the file in a browser, the links point to my hard drive, which is totally false. What should I do to change it?  I use DreamWeaver 2004 on a PC.

    You will need to correct the links that begin with "file".

    Now that your site has been defined, you just delete the bad links and DW left write the good ones for you.

    Click on the yellow folder on the property inspector, and then select the target page.

    If your site is small, you can edit the links manually (remove the part in red)

    content.htm file:///C:/desktop/localRootFolder/subfolder/subfolder/images/

    It would be useful that post you your code on the page so that we can see if you use the old technique or new for these links.

  • Windows 8.1 in Adobe Illustrator, I tried to copy my design &amp; tried to paste it, but after sticking the image (file), now the color looks different, drive and lighter. So, kindly inform how to paste the file with 100% same resolution / color / appeara

    Windows 8.1 in Adobe Illustrator, I tried to copy my design & tried to paste it, but after sticking the image (file), now the color looks different, drive and lighter. So, kindly inform how to paste the file with 100% same resolution / color / appearance. Thank you.

    Hi GANESHKUMARAPILLAI CHRYSTELLE,.

    Here is a link for color management workflows in Illustrator.

    It is best to place the image instead of paste into Illustrator. When you paste the images they are in RGB color format. Make sure your document is a RGB file

    Click on these links for more information.

    Understand the workflow of the CC of individual course Illustrator color management: Advanced

    Creative Suite * keeping colors consistent

    Implement the print color management workflow. Illustrator, InDesign, Photoshop

    Concerning

    Scott

Maybe you are looking for