-
2. Re: AS3: How to detect if the destination flv is there?
jurneys Jan 15, 2014 10:29 PM (in response to jurneys)Looks definately helpful, I will try it and let you know soon. Thanks!
-
3. Re: AS3: How to detect if the destination flv is there?
jurneys Jan 16, 2014 1:13 AM (in response to jurneys)Thats works like a charm, thanks again!
Now, I put error message and send mail button to send me notification in case the link is missing.
How can I send automatic fixed form mail to my mail account? I dont want to ask my clients to put his/her address and form by themselvs.
Again, any help will be appreciated.
-
5. Re: AS3: How to detect if the destination flv is there?
jurneys Jan 16, 2014 5:17 AM (in response to moccamaximum)OK again it was helpful, this was my first try to using php and seems like I have successfully done in half the way
I have installed xampp and checked my script in my browser, seems like it is working.
Now I put URLRequest and loader as the way this instruction link says, exporting swf from flash is successed with no error.
But e-mail never comes to me neither the local test on my pc or published website.
Am I missing something?
Also, where should I put this .php script, do I have to put it into flash's source scripts, also upload to the publish website?
Seems like my host server does not accept uploading .php files...
-
6. Re: AS3: How to detect if the destination flv is there?
moccamaximum Jan 16, 2014 5:26 AM (in response to jurneys)how to test sendmail with xampp locally:
http://stackoverflow.com/questions/15965376/how-to-configure-xampp-to-send-mail-from-local host
Also, where should I put this .php script, do I have to put it into flash's source scripts, also upload to the publish website?
Yes, you have to upload it to your hoster to a folder that allows for php. Use phphinfo to get information about the servers php-capabilities:
http://www.php.net/manual/en/function.phpinfo.php
Seems like my host server does not accept uploading .php files...
Thats highly unlikely, if you are a payng customer. Practically every halfway decent webhoster at least offers access to a virtual server with a full LAMP, Admin-tools etc.

