ok so what i want to do is have a folder of Mp3's on my server, and then have
my flash application show those files so that a user can choose which mp3's
they want to hear and then click on it. However i want to be able to just add
mp3's to that folder and then have the flash app. automaticall...
more >>
Hello,
for my upcoming website based on Postnuke i would like to use flash as the
user login block.
Basically i would need to print this codein Flash:
<?php
if(!pnUserLoggedIn()){
?>
<form action="user.php" method="post">Username<input type="text" name="uname"
size="12" m...
more >>
:(
Is there some way can I receive the SoapException from .net WebService in
flash mx 04?
I tried
pc.onFault = function(fault:SOAPFault)
{
for(i in fault){
trace(i+ " : "+fault);
}
}
But it always out put like this:
faultactor :...
more >>