-
Test this on a Mac
Can any MAC users please test this site for me http://www.frameafriend.com/ and tell me if it works ok.. i've had some complains that the ENTER button does not work on some MACS and therefore you cannot progress to the next screen ..
can you also let me know which browser(and version) you test it on..
Thanks in advance
-
Mac OSX 10.4.10
Firefox 2.0.0.6
Safari 2.0.4
doesn't work (all required fields ok)
gparis
-
weird, i've tested it on two macs here and its fine..any idea why it would be workign fien on a pc and not a mac? Cheers for the help
-
are you waiting for php's answer? or is the required field's detection pure AS?
Have you tried embeding with the swfObject, or equivalent JS embed?
The only cross-platform issue that i've seen (appart from platform specific methods as wheel control) are cause by the use of backward slashes in URLs.
gparis
-
There is no response from the php file.. i use the FileReference's onComplete event handler to determine when to move to the next frame...
(ive noticed before that one issue when calling php files from flash is that MACS require the absolute url to the php file)..however all my paths are absolute now ..for e.g to upload the file
fileRef.upload("http://www.frameafriend.co.uk/imageupload.php?filename="+fileName);
I'm using the swfObject to embed the flash movie ( I havent tried any other way)
also all my slashes are forward slashes as you can see above..
very bizarre problem..
Thanks for the help
-
I eventually found the cause... its a Flash Reference Flash Player 9 bug in Mac OS ..details of the solution can seen at
http://www.oscartrelles.com/archives...r_9_for_mac_os
thanks for the help
-
I guess there will now be an answer from the php ;)
Good link. Thanks
gparis