ASP And Flash Connection Mystery- Help Help Help
When your testing ASP under IIS is it necessary to keep the ASP file in the root directory? This is my puzzle!
With the flash file and asp file located in the root directory of the Web site and databse wherever - The connection and data transfer is fine.
If I move the Flash file and ASP file up two directories from the root I get an error call from flash that it cannot find the ASP file.
If I locate the ASP file in the root (Inetpub/wwwroot) and call it from the flash file located two directories up it works fine.
It appears that the ASP files must always be located in the root directory of the Web site in order to get the ASP interacation – Is this a fact or am I missing something?????
FlashKit > Flash Help > Flash MX
Posted on: 04-29-2003, 11:53 PM
View Complete Forum Thread with Replies
See Related Forum Messages: Follow the Links Below to View Complete Thread
The Mystery Of The 'flash' Window
opening a new browser window and adjusting it's properties is a piece of cake. What i'm after is the illusive 'flash' window that appears in some web sites that contain flash movies, i can't find an example at the moment so it's hard to explain. it's a hovering window, that is not just a movie clip with drag properties attached as it can be dragged around the desktop outside of the browser.
In all the ones i've seen it only contains flash movies and no html.
summary: it only ever contains flash movies
it can only be found on the websites of ppl with more than 1000 posts
it is not contained within a web browser
it is it's own program and when you 'end' program it is called 'flash'
there are no tutorials to exlain this (believe me!)
there's nothing in the html of the page to suggest that it's launched from the page
what is it?
Flash 8 Swapdepths Mystery
Hello all,
I'm rather puzzled by this one, the swapdepths scipt in this movie works perfectly when published for flash 6, but when I publish for flash 8 it doesn't work correctly.
on (press, dragOver) {
startDrag(_root.yellow);
}
on (release, rollOut, dragOut) {
stopDrag();
}
on (press, release, dragOver, dragOut) {
_root.x +=2;
_root.yellow.swapDepths(_root.x);
}
Does anyone have an explanation or a work around for this?
Any help greatly appreciated
Many thanks
Flash 8 Export Mystery
If I export .html and .swf, flash only exports .swf, Now if I add tht .swf to another .html file. It only plays on Internet Explorer and not on Firefox.
Here's the mystery source, try to export it:
http://www.eurorscg4d.ee/Lenny/Tähte...a_2007_0.5.zip
Flash 8 Export Mystery
If I export .html and .swf, flash only exports .swf, Now if I add tht .swf to another .html file. It only plays on Internet Explorer and not on Firefox.
Here's the mystery source, try to export it:
http://www.eurorscg4d.ee/Lenny/Tähte...a_2007_0.5.zip
Flash Variable Mystery
I am really puzzled.
I have an array, _global.colors and this array is populated by a swf loaded into level3 of another swf (using loadMovie). When I test this movie inside of Flash (using control->test movie) the array is populated and is accessible to level0. However when I then play the same swf in projector or in a browser suddenly the array is populated but is not discoverable to the other level's.
I have traced the output to text boxes on both levels. level3 traces the correct output while level1 traces undefined. I have also tried duplicating the array into _root.colors and _level0.colors and the output was the same. Any Ideas? PLEASE!
Javascript-Flash Communication Mystery
I use javascript to extract name/value pairs from a querystring. The variables extracted are then added to the <object> and <embed> tags via a query. The values are then accessible in flash.
This works fine, I extract the querystring, add to flash and then get flash to send this to another page as a querystring via getURL.
The destination page then processes the querystring and returns another querystring which is once again parsed by the js and values passed to flash.
I can check that the values have been received by adding a dynamic text box with the var field set to the same name as the passed variable. Flash displays the correct result.
So where's the problem I hear you say? The problem I have is that the movie should move to another frame on the timeline if the variable returned has a value of "complete". This does not happen even though I can display the returned variable value as "complete"
Why can I display this value in a dynamic text box but not 'use' it?
I hope this explanation is clear enough.
Regards
Flash Mx 2004 Progressbar Mystery?
hi good peoples,
I am complete newbie to flash, i have been going through a learning curve the last week and have a movie completed - final.swf (which is great, and fine).
I have created an external slide movie with a progressbar component within that calls final.swf. I have also done a version with a normal flash doc with a loader and a progressbar.
BUT!
No matter what i seem to do - while the progressbar preloader is loading a percentage, extacly 21%, the external movie - final.swf starts playing in the background (the sound starts). By the time the preloader has disappeared the movie is almost finished.
Details:
- I am using the progressbar component in MX 2004.
- I have this actionscript on frame 1 of final.fla to stop it starting:
this.onEnterFrame = function() {
if (_parent.visible == true) {
play();
} else {
stop();
}
};
- I have tried numerous tweaks to avoid this ('stream' on main.swf, 2 frames at start of main.swf)
I keep trying different tutorials and getting the same results!! :red: Please help me have a life again! Please!
Thanx very much in advance, you all rock!
morgan
Help With Mystery Text In Flash File
I have a flash movie file in .swf format that was inherited from the previous programmer who left it protected and locked.
I located a utility on the web that allowed me to remove the password and protection, but when I try to save a new version as an .fla file it won't allow me. Instead I get a message that says "An unknown error occurred while accessing <..filename>". Could this be because I'm using a bootleg utility to unlock the file?
What I'm trying to do is simply change 3 lines of text embedded somewhere in an 897 frame flash file (address change) When I look at the file with a text editor, of course everything else is just machine language but.. I can actually see the text for the address.
I'm pretty new to Flash...Does this mean the text is in some sort of action script or embedded format? The site is at www.situscos.com. Any help at all would be greatly appreciated.
Net Connection Without Internet Connection Whoas
Hi does flash media server 2 require a connection to the internet i'm using the evaluation version on a computer which is not connected to the Internet at all I've checked my net connection strings and they are in order and these apps work on the computer that is connected to the Internet....this is a strange problem here is my netconnection string ....
my_nc.connect (" rtmp://localhost/server_test");.......what could possible be wrong.
Flash To DB Connection
I like to connect flash into Database(mysql).
How can I approach about the basics of flash - DB connection.
Can you give me a simple example of inserting data from flash variable?
How Do I Set Up An Ftp Connection In Flash?
I know how to enter my FTP settings in Dreamweiver, such as password and FTP stie address, but where do I enter this information in Flash 8? I designed a simply site and expected that a setting panel would pop up when I selected the publish button, but it didn't. I know there must be something very simple that this novice to Flash is missing. PLEASE HELP!!!
PhpBB2 Connection To Flash
How to connect a topic from a phpBB2 forum to flash how do you do the connection to flash mx, because i want to put in the 5 latest posts in the flashmovie and how many user browsing this movie,
question 2, i like this blury zoom in start of this nice start movie http://www.flashlevel.com/, what filter should I use to make this blur effect when the pic zooms in ....and out
ODBC Connection With Flash ?
Hi
Is it possible to develop a dashboard which
will be connected to Oracle or ODBC for Click Sales using Flash program?
Thanks
Flash & Internet Connection
Hi
I need to know how to make a swf file understand that there is no more internet connection,
all through an Action Script;
so the SWF file must stop itself and stop sending datas.
Thank you for your help
Database Connection With FLASH? Help Please
Hi All
Can anyone tell me if we can connect our database with flash some how and if any one can provide a sample or tutorial for it would be really helpful.
Waiting for some help.
Thanks
F.
Flash With MySql Connection
Hi there,
is there a simple way how to make a connection via ActionScript 3.0 or I have to make it via PHP. I never ever used PHP, so if there is way how to avoid PHP I'll be glad.
Thanks
Flash Database Connection (k)
I'm working on a portfolio for my company and would like to store the
information in a database and have Flash pull the information from that
database. I was thinking about using Filemaker Pro for the
database(we're an all Mac shop). The data would be stored locally and
shown locally.
Thoughts? What the best way to do this? XML?
-Kirk
Flash Kills VPN Connection
When I downloaded Flash (I've tried twice) it wouldn't allow my VPN to keep connected. I tested Norton and all spam/spyware, but it wasn't any of those programs causing the VPN problem - it was Flash. VPN resumed service once I uninstalled. Does anyone have any idea why this happened or how to resolve?
Thank you
Flash Remoting Connection
This is the code i added in my flash movie, first frame (flash 8 professional):
/**
* This file generated by AMFPHP 1.0
* You can get AMFPHP to generate code customized to your preferences
* By modifying the /browser/templates/as2.tpl file
*/
import mx.remoting.*;
import mx.rpc.*;
import mx.utils.Delegate;
import mx.remoting.debug.NetDebug;
//Change the gateway URL as needed
var gatewayUrl:String = "
Flash Remoting Connection
hi everyone
can someone please help me on this?
i' m working on an application that uses flash mx 2004 pro with flash remoting for .net, the problem is that as long as i work on my localhost server it works fine, but as soon as i put it working with other server it keeps returning me the message , "could not load type"
i have a dynamic ip at home, where i'm trying to work with this, anda i', using the no-ip services to get around this, but i can't seem to get it working .
Help Me.about Connection Between Php,mysql And Flash
onload function don't work properly,it didn't return anything after the php files is executed and the data is inserted into mysql databases.why?
here is my source:
action script
Quote:
var userData=new LoadVars();
submit.onRelease=function(){
userData.username=username.text;
userData.password=password.text;
userData.email=email.text;
userData.comments=comments.text;
userData.sendAndLoad("http://localhost/nick/register2.php",userData,"POST");
}
userData.onLoad=function(){
if(userData.register=="ture"){
gotoAndPlay("success");
}else{
gotoAndPlay("fail");
}
}
php
Quote:
<?php
$username=$HTTP_POST_VARS["username"];
$password=$HTTP_POST_VARS["password"];
$email=$HTTP_POST_VARS["email"];
$comments=$HTTP_POST_VARS['comments'];
$conn=mysql_connect('localhost','root','') or die(mysql_error());
$db=mysql_select_db('test',$conn) or die(mysql_error());
$result=mysql_query("INSERT INTO nick(username,password,email,comments)values('$use rname','$password','$email','$comments')") or die(mysql_error());
if($result)
{
echo "register=ture";
}else{
echo "register=fail";
mysql_close($conn);
}
?>
Help Me.about Connection Between Php,mysql And Flash
onload function don't work properly,it didn't return anything after the php files is executed and the data is inserted into mysql databases.why?
here is my source:
action script
Quote:
var userData=new LoadVars();
submit.onRelease=function(){
userData.username=username.text;
userData.password=password.text;
userData.email=email.text;
userData.comments=comments.text;
userData.sendAndLoad("http://localhost/nick/register2.php",userData,"POST");
}
userData.onLoad=function(){
if(userData.register=="ture"){
gotoAndPlay("success");
}else{
gotoAndPlay("fail");
}
}
php
Quote:
<?php
$username=$HTTP_POST_VARS["username"];
$password=$HTTP_POST_VARS["password"];
$email=$HTTP_POST_VARS["email"];
$comments=$HTTP_POST_VARS['comments'];
$conn=mysql_connect('localhost','root','') or die(mysql_error());
$db=mysql_select_db('test',$conn) or die(mysql_error());
$result=mysql_query("INSERT INTO nick(username,password,email,comments)values('$use rname','$password','$email','$comments')") or die(mysql_error());
if($result)
{
echo "register=ture";
}else{
echo "register=fail";
mysql_close($conn);
}
?>
Connection Flash ASP Mysql
Hello!
I have some diffilculties with writing from a flash form via ASP to mySQL. The mySQL database gets no input (just auto number field input) other input fields remain empty. I went through some flash tutorials; i made the same input fields and gave them variable names, than I put an action script on a button loadvariablenum("http://save.asp",0,"post"); and checked the output in debuger. Everything seems fine. Now I am wondering if ASP sends to mysql the right parameters. I tested ASP connection with mysql database and asp form forks fine, when the form is in flash the database doesn' t show the input; it shows just the autonumber field so this indicates that something reaches the database!Need help!
Please Help Me Out Urgent ..Flash And PHP Connection
I am new to flash and php but i need to submit my work tommorrow .so please help me out
//here is my submit button code
actionscript Code:
Original
- actionscript Code
on(release)
{
var myVars:LoadVars = new LoadVars();
myVars.firstname = this._parent.txtFirstname.text;
myVars.lastname = this._parent.txtLastName.text;
myVars.company = this._parent.txtCompany.text;
myVars.email = this._parent.txtEmail.text;
myVars.city = this._parent.txtCity.text;
myVars.country = this._parent.txtCountry.text;
var result_lv:LoadVars = new LoadVars();
myVars.sendAndLoad("SetDetails1.php", result_lv, "POST");
myVars.onLoad = function(success)
{
if (success)
{
msgbox.text = "Successfully Submitted";
}
else
msgbox.text = "nope";
}
txtFirstname.text = "";
txtLastName.text = "";
txtCompany.text = "";
txtEmail.text = "";
txtCity.text = "";
txtCountry.text = "";
}
on(release){ var myVars:LoadVars = new LoadVars();myVars.firstname = this._parent.txtFirstname.text;myVars.lastname = this._parent.txtLastName.text;myVars.company = this._parent.txtCompany.text;myVars.email = this._parent.txtEmail.text;myVars.city = this._parent.txtCity.text;myVars.country = this._parent.txtCountry.text; var result_lv:LoadVars = new LoadVars();myVars.sendAndLoad("SetDetails1.php", result_lv, "POST"); myVars.onLoad = function(success) {if (success) {msgbox.text = "Successfully Submitted";}elsemsgbox.text = "nope"; }txtFirstname.text = "";txtLastName.text = "";txtCompany.text = "";txtEmail.text = "";txtCity.text = "";txtCountry.text = ""; }
actionscript Code:
Original
- actionscript Code
//php code
<?php
//Connect To Database
$hostname='localhost';
$username='xxxxxxxx';
$password='xxxxxxxx';
$conn = mysql_connect($hostname, $username, $password) OR DIE('Unable to connect to database! Please try again later.'.mysql_error());
mysql_select_db('database name') or die('could not select database'.mysql_error());
//stores the URLvariables into variables that php can use
$FirstName = $_POST['firstname'];
$LastName = $_POST['lastname'];
$Company= $_POST['company'];
$Email = $_POST['email'];
$City = $_POST['city'];
$Country = $_POST['country'];
echo "$FirstName";
echo"$LastName";
echo"$Company";
echo"$Email";
echo"$City";
echo"$Country";
//this is the command used to write the record into the MySQL database
$query="INSERT into newsletter_emails_imade (`FirstName`, 'LastName','Company','Email','City','Country') VALUES ('%$FirstName%', '%$LastName%', '%$Company%', '%$Email%', '%$City%', '%$Country%')";
//executes the command
mysql_query($query) or die("Data not written.");
echo("The data has been written to the table!");
mysql_close($conn);
?>
//php code <?php //Connect To Database$hostname='localhost';$username='xxxxxxxx';$password='xxxxxxxx';$conn = mysql_connect($hostname, $username, $password) OR DIE('Unable to connect to database! Please try again later.'.mysql_error());mysql_select_db('database name') or die('could not select database'.mysql_error()); //stores the URLvariables into variables that php can use$FirstName = $_POST['firstname']; $LastName = $_POST['lastname']; $Company= $_POST['company']; $Email = $_POST['email']; $City = $_POST['city'];$Country = $_POST['country']; echo "$FirstName";echo"$LastName";echo"$Company";echo"$Email";echo"$City";echo"$Country"; //this is the command used to write the record into the MySQL database$query="INSERT into newsletter_emails_imade (`FirstName`, 'LastName','Company','Email','City','Country') VALUES ('%$FirstName%', '%$LastName%', '%$Company%', '%$Email%', '%$City%', '%$Country%')"; //executes the commandmysql_query($query) or die("Data not written.");echo("The data has been written to the table!"); mysql_close($conn); ?>
URL Mystery
Is there anyway to load a clickable url address dynamically in flash mx??????
PNG Mystery
Hello All,
I created in Fireworks a PNG image of a lightning bolt and then placed it over a black and white photo in Flash. I exported the PNG as PNG32 from Fireworks MX and the problem i'm having is that there is a faint light box around the lightning bolt the size of the lighting bolt image. I really don't get why this is happening and would like to fix it. Does anyone know how to work around this issue?
Check out what I mean at:
http://www.robbniemann.com/electric/
Nick
A Mystery...
I have a number of components, mainly radio buttons, built into some movie clips that are peppered inside a .swf that gets loaded into an empty movie clip of the driver .swf. Everything works the way it is designed to, however I'm getting a 'error opening URL' notices inside the output box each time I test drive the main swf. I've noticed that I'm getting one notice for each occurance of a radio button.
These are not serious errors evidently since when after publishing the thing and running it via the html it works fine. But it does annoy me not knowing why I'm receiving the output in the test mode...
Any ideas?
All replies are appreciated and welcomed.
TIA!
Big Mystery, Need Some Help
I've place the following actionscript code inside a frame of an attached Mc:
Code:
_y = _root.Mc_y
trace(_y)
trace(_root.Mc_y)
"trace(_y)" gives the y-position of the Mc, but "trace(_root.Mc_y)" results in the text "undefined", although I've made "_root.Mc_y" equal to the y-position of the Mc. Why is this and how can I make "trace(_root.Mc_y)" result in the y-position of the Mc?
'this' Is A Mystery
I have a function that is defined within a function on my main timeline.
In either function I can access movieclips by their instance name.
e.g.trace(right_mc.name)
however if I use 'this'
e.g. trace(this.right_mc.name)
it works fine in the top level function, but on the lower level function it gives a run time error.
in one case 'this' is the main timeline, but in the embedded function it is not.
What is happening?
Avoiding it seems quite easy, but using the 'insert target path' tool put the this in, thus generating the error
It's A Mystery.....
I'm getting a bit aggrevated with a little problem I have.
Nothing complicated, and it just should work, but I just can't figure out what I can be doing wrong.
I have a function where I pass a reference to a clip and try to duplicate it.
All very standard stuff that I done 1000's of times, but this time it just will not work.
This is the code:
ActionScript Code:
function showModifiers(clip:MovieClip):Void{var cp:MovieClip=clip.duplicateMovieClip("clip_copy",_level0.getNextHighestDepth());trace("clip:"+clip);trace("depth:"+_level0.getNextHighestDepth());trace("ref:"+cp);trace("clip:"+_level0.clip_copy);}
Trace outputs the following:
Quote:
clip:_level0.C3
depth:100001
ref:undefined
clip:undefined
I know the code is correct and setting up a new blank fla it works.
The function is part of an external class and I tested to just stick it on the root timeline in the .fla with the same trace result.
So I really wonder what could possibly go wrong?
Since the clip variable and depth is there I can't think of any scope issues that could cause it.
Anyone experienced similar problems and found a cause?
Swf Mystery
Hi there,
I recently moved server, but when i put the same files up on the new place half the buttons on a particular swf don't call the relevant movies anymore. The page works perfectly on my computor, i have also pulled the files back down from the server and they work again on my pooter...me no get it.. i havent changed the files whatsoever, there was an update of content on other pages at the same time as i was changing server, but no architechture that stopped the page in question from working locally.
the relevant page is at http://www.instantactionobject.org and go to "nameplate supergroup" This takes you to a page of buttons that each play a different swif, if you try a few some work, some dont...they should all play different sound samples.
If anyone has an idea i would be most grateful
cheers
simon
Flv Mystery...
I have created a player with some buttons to load movies on _level2.
The SWF's contain Flv and they work OK as long as they are in the same dir where the EXE is.
I would like to have them in a different dir, but as soon as I place them in another dir, the flv don't load.
Maybe there's something wrong with the path I write. Here it is:
In the same dir:
loadMovie(Overview.swf", 2);
Another dir:
loadMovie(AnotherDir/Overview.swf",2);
Is there something wrong?
Please help...
Thanks
Using Flash To Talk To A Telnet Connection
Does anybody know whether you can use Flash/Director to connect to a telnet connection, and then issue commands, view results etc.
Any resources would be greatly appreciated, thanks.
Internet Connection Detection (for Flash CD-ROM)
Hi,
Im making a Flash MX CD-ROM presentation, which would like to access the internet to display *some* online dynamic content (in the form of embedded SWF movieclips).
I would like to know if there is a way to detect an Online internet connection using actionscript??
I have taken a look at (System.capabilities. ) but there does not seem to be an function for this!?? ...or am i wrong??
Anyway, help would be much appreciated!
Thanks,
Lee
Local Connection Objects In Flash MX
insane... flash MX is ****E!
I just spent 3 hours debugging local connection objects in flash MX. For some reason it just wasn't working correctly in one of my swf files and I couldn't figure out why since I had created a test swf with
the exact same code and it worked fine. Eventually I copied ALL of my layers to the
test swf and it finally worked. WTF is that all about? File corruption?
Internet Connection Check In Flash
Here is my problem. I have a flash movie that calls methods on a server that saves information on a users actions. I need to be able to find out if the user has lost there connection to the internet to give them a warning message. I don't want to the user to think they are still sending data to the server when they are really not.
Is there a way to check internet connection besides calling an external page and checking if the sent variables ever arrived after a set amount of time.
Please Help!
Flash Form, CGI Connection Issues
I'm not seeing any traffic, that's why I think I'm having connection issues. I'll try and change a few things to reflect this below and see what happens.
The flash file is located at: www.xxxx.com/company/io
So to reflect that location I'll change the CGI URL from absolute to standard: ../../cgi/common/form-mail.pl
View Flash form here
on (release) {
formData = new LoadVars();
formData["PTCcode-email"] = "yes";
formData["PTCcode-flatfile"] = "yes";
formData["PTCcode-database"] = "job_description";
formData["PTCcode-recipient"] = "xxxx@xxx.com";
formData["PTCcode-subject"] = "Form information";
result = new LoadVars();
result.form = this;
result.onLoad = function() {
this.form.first_name = this.first_name;
this.form.last_name = this.last_name;
this.form.email = this.email;
this.form.phone = this.phone;
this.form.comments = this.comments;
}
formData.sendAndLoad("http://www.xxxx.com/cgi/common/form-mail.pl",result,"post");
this.gotoAndStop("Sent");
}
If anyone see's anything that might be causing a problem please let me know.
Thanks -Rob
Installing Flash Mx Without An Internet Connection?
I need to install the flash mx player on a computer that does not have an internet connection or modem. Where can I find a stand alone installer for Flash mx if there is one. I want to burn it on a cd from my workstation and then install it on that computer. thanks in advance!TC
Check Connection To Internet Using Flash Alone
Is it possible for an exe file export from flash to check the currently connection status to the internet?
I have the intendtion to make a simple flash file to check the current connection status on my pc, is that possible?
Pls advice.
chup
Is Dial Up Connection To Slow For Flash?
hello flash gods
Some people have a Dial-up Connection.
what must i do for the people that have dial-up connection
that my site can load faster for them.
this is my site the7thinfo
am i missing something in my flash document?
i really dont know what to fix so that the site loads faster also for Dial-up connections.
Thanks in advance for your answers
Ysman here
Flash, Browsers, Internet Connection
If someone has a dialup connection are they able to access flash content? If not, what options does a developer have to allow dial-up up users to access the site. I really don't like the idea of having a splash page with an html or flash page option. Is there a way around that? What considerations need to be made when designing in flash in terms of accessiblity? What % of users might I be losing, if any? Thanks!
Flash Remoting Connection Problem
Hello,
Hope someone out there has resolved this issue. I have a copy of flash remoting. I have installed the components on my MM Flash8 development environment. I am running Sun Java System Application Server (J2EE Server). I have developed a helloworld class file, created a web.xml file, created a classes and lib folder in the WEB-INF directory. I have copied the flashgateway.jar file to the lib folder. I have then deployed the war file on the J2EE server. When I try to see if the gateway is active by typing http://localhost:8080/mydomain/gateway, I recieve a 404 message stating page not found. Below is the web.xml configuration I am using. Hopefully someone can help.
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.2//EN" "http://java.sun.com/j2ee/dtds/web-app_2_2.dtd">
<web-app>
<display-name>Macromedia Flash Remoting MX</display-name>
<description>Flash Remoting MX for Java Application Servers</description>
<servlet>
<servlet-name>FlashGatewayServlet</servlet-name>
<display-name>Flash Remoting MX Servlet</display-name>
<description>Servlet-based plugin to Flash Remoting</description>
<servlet-class>flashgateway.controller.GatewayServlet</servlet-class>
<init-param>
<param-name>LOG_LEVEL</param-name>
<param-value>Error</param-value>
<description>Controls the level of information logged.</description>
</init-param>
<init-param>
<param-name>DISABLE_JAVA_ADAPTERS</param-name>
<param-value>false</param-value>
<description>When set to true, this setting disables the Java Service Adapters in the gateway.</description>
</init-param>
<load-on-startup>1</load-on-startup>
</servlet>
<servlet-mapping>
<servlet-name>FlashGatewayServlet</servlet-name>
<url-pattern>/gateway</url-pattern>
</servlet-mapping>
<welcome-file-list>
<welcome-file>index.jsp</welcome-file>
<welcome-file>index.html</welcome-file>
</welcome-file-list>
</web-app>
Problem With WebSerice Connection Outside Flash
Hello Guyz
I have an issue. i am using webservices for a web site and i have done all the development work on flash. The webservice is working just fine and i can see its output in flash swf while i m testing it in flash authering environment. but now before deployment i am facing a strange issue that in browser flash is not connecting with webservice and not ever responding. i have change the embeding variable allowDomainAccess to Always.
Please help me its very urgent
thanks in advance
Regards
Checking If There Is An Internet Connection From Flash
I am developing an e-learning app. At the end of each module I need to send results to a database. However, if for whatever reason, the internet connectin get's disconected, the results are never tracked.
Is there any neat way of checking through flash if there is an internet connection?
|