NOAA Weather Web Service In Flash
Hi,i am really new to Flash and am enjoying the learning process but i have a question which i cant figure out. I live in Colorado Springs and there are three web services (areas) that i am interested in putting in my website. For starters, I only want to get advisories, watches and warnings. If there are none i don't want anything displayed (just the background color), if there is one of the above for either the Pike's Peak Region, Northern El Paso County and Southern El Paso County i want to display it. (Basically have three containers for each region). In addition, to get "fancy", i would like to have a colored box above the container which has orange for advisory, yellow for watch and red for warnings...can someone please help/show me how to do this. I am struggling with the whole thing including connecting to the web service. The idea is good, putting it into action is another thing. Any assistance would be greatly appreciated.mike
View Complete Forum Thread with Replies
See Related Forum Messages: Follow the Links Below to View Complete Thread
Weather Web Service
hi there, I was wondering how I can invoke some certain information about a certain city ( Mexico City ) using a WebService, I was trying with this one: http://www.webservicex.net/globalweather.asmx?WSDL but is not working, can someone helpme please?, I was reading any tutorial about web services within Flash MX Pro, but I missing something....
Thanks a lot!
[F8] Weather In Flash
Hi,
Do anyone know how to get local weather in flash using XML or others?
Any sample or code please.
Thanks
P
Weather In Flash Once Again.
Is there a way to do it without using PHP?
We're trying to do one for a screensaver that will ideally pull directly from the RSS feed.
Really don't care what site it pulls from as long as it:
Doesn't use PHP
Can be customized to show the weather for our office's zip
And we also want to ad our own custom graphics for both the weather and time of day.
Weather In Flash
Do anyone know how to get weether of your local area in flash application?
Any code, Sample please.
Thanks,
P
Weather In Flash
Is it possible to put weather into your flash applications, maybe something associated with www.weather.com?
Just wondering, sounds like a pretty spiffy idea for your flash websites.
Thanks,
Bryan Hawkins
Flash Weather? I Think So
Alright .... I KNOW this has to be possible somehow!
I want to pass the current temperature to a flash movie based on a zipcode location that I will have on a .asp page, which will be passed to the Flash movie. So in flash I will have a var like "var currentTemp = temp" where temp is the variable passed into flash.
Does anyone know where I can find a resource for some guidance as to the .asp scripting or anything like that?
I have seen a php version, but unfortunately I need to use .asp.
Thanks to you!
Flash Weather Baby
Alright .... I KNOW this has to be possible somehow!
I want to pass the current temperature to a flash movie based on a zipcode location that I will have on a .asp page, which will be passed to the Flash movie. So in flash I will have a var like "var currentTemp = temp" where temp is the variable passed into flash.
Does anyone know where I can find a resource for some guidance as to the .asp scripting or anything like that?
I have seen a php version, but unfortunately I need to use .asp.
Thanks to you!
HTML Weather In Flash...
Is it possible to load a weather URL like the weather channel lets you do in HTML - into flash.
You know the ones with the pretty pictures and and temp.
thanks
-T
Weather Variables In Flash Mx
hi there,
I was wondering if it is possible to get the accurate weather (temperature, cloudy/sunny/rainy/...) from an existing server somewhere into a flash mx file?
For those who have windows vista already: there's a weather gadget that shows the temperature and a graphical representation of the sky outside, at that particular location, at that particular time (so very accurate).
First problem: where can I find a server who provides me of this data?
Second problem: where to start with the actionscript?
I really hope that someone can help me out cause I'm completly stuck.
thanks !
Weather Report On The Flash Website
Hi , I am trying to show a local weather stats ... just basic ... temperature and conditions ... how can i get this data in flash ?
I am based in Australia, Melbourne ... zip/country code is ASXX0075
I found some resources but didn't quite work
eg http://www.actionscript.org/forums/s...d.php3?t=70742
this looked good that flash example but didn't show anything ... I guess it's US based service only or something ...
.... any ideas?
thanks
Weather Report With Flash Not Working
Hey guys,
I'm using the following script to call the weather temperature and condition in the flash header of my site (52° Mostly Cloudy). When I test it out locally, it works perfect, but when I test it live on my site, the two fields show up as "undefined ° undefined."
Take a look at it and tell me what looks wrong, I would REALLY appreciate it.
myVars = new LoadVars();
myVars.load("http://mysite.com/includes/classes/weather.php");
myVars.temp;
myVars.forecast;
loadVariables("http://mysite.com/includes/classes/weather.php","");
myVars._path = this;
myVars.onLoad = function (success) {
if (success) {
//trace (" variables loaded ");
for( var prop in this ) {
//trace (" key " + prop + " = " + this[prop]);
}
} else {
//trace (" Error loading variables ");
}
}
myVars.onLoad = function() {
//display the values in the text box
lBox.text = this.temp + "° " + this.Forecast;
//trace(this.forecast);
}
Weather Info Display In Flash
Hi,
I have got a weather display file in flash.. I modified it and its working locally.. but on the server the data is not loading. Please have a look at the file attached.
Live Weather On Your Website (Flash)
http://www.skiheavenly.com/
I am designing a ski-resort website and would like to know to implement a live temperature reading like shown on the website. I already have a Web Service that is going to be the feed. But thats all I know. Can somebody help me out? Thanks
Joe
Weather Info Display In Flash
Hi,
I have got a weather display file in flash.. I modified it and its working locally.. but on the server the data is not loading. Please have a look at the file attached.
Display Weather Temp In Flash?
Has anyone worked on any weather display using Flash?
Im working on getting three cities to display the weather.. any good refrence links maybe?
Those Annoying Transparent Flash Movies On Msn Or Weather.com
you know those annoying flash movies on msn.com or weather.com that are completely transparent.. how do they call them with out the chrome window much like the one that this web page is in. do they use a chromeless window? Its not that publishing setting is it.. never works for me.
thanks,
dp
Weather Component Using Flash MX Professional 2004
Hi,
I found a weather component on Flashkit.com and am trying to build something similar to it. I am having a serious problem with the ActionScript. I am learning from a Flash 4 tutorial and the code is way off because I am using Flash MX Professional 2004. I am unfamiliar with loading ASP into Flash or I would not bug all of you with this problem. I have taken many Flash classes but no one ever bothered to show me how to do anything of real importance.
Please take a look at my attached files and if you can fix the problem please let me know how to do it. I would appreciate it very much. Thanks for your time and your help!
HeADHuRTs(o/o)
Trying To Convert A Html Weather Link To Flash
(using 6.0)
I'm trying to convert a link I got from a weather site from its original html in order to integrate it into our flash page. Is this even possible? Here is the html:
"<a href="http://www.wunderground.com/US/CA/Malibu.html">
<img src="http://banners.wunderground.com/banner/sunandmoontrans/language/www/US/CA/Malibu.gif"
alt="Click for Malibu, California Forecast" height=150 width=256></a>"
[F8] Importing Weather Data Into Flash Project
Hey all,
I'm currently designing a "mock" ski resort website for a project at university and was wondering if anybody had any good links to tutorials, examples or just general info regarding pulling "real-time" weather conditions into Flash (AS 2).
I've registered an account at weather.com and have access to their XML feeds... now i just need to figure how to sort out what info i actually need (not much) and get it to display into my .swf.
ANY and all help is extremely appreciated. I'm comfortable with the flash environment but am lacking a bit in the "behind the scenes" actionscripting jazz.
thanks,
ryan
How To Display Simple Weather Info In Flash
Hi,
Where can i get the weather, in realtime (let's say each 10 minutes), of a specific place like Newyork, Dubai etc and display it in flash ?. I want to incorporate the information into the design that I have made.
How To Display Simple Weather Info In Flash
Where can i get the weather, in realtime (let's say each 10 minutes), of a specific place like Newyork, Dubai etc and display it in flash ?. I want to incorporate the information into the design that I have made.
Building A Dynamic Weather Maps Flash MX Demo
Because I work for a company that aggregates a wealth of different kinds of data from weather to energy to commodities, I wanted to create a PC wallpaper application that would enable our clients to click on a tab at the side of their computer screen and display various types of information retrieval services. One tab would let you check the latest equity prices from stocks to corn. A second tab would display the latest wire service headlines and by clicking on a headline you could read the latest newswire story. A third tab would display a drop-down menu system for various weather maps including current conditions,regional radar images and world satellite images.
I now have all three of these components working and am gradually integrating them into a single flash movie that will be available to our clients as either individual Flash components or as a consolidated SWF wallpaper application.
Because this forum has been helpful in either pointing me in the direction to solutions for various problems or providing me with a soap box to air those problems, and thereby helping me verbalize the problem and come up with the solutions on my own, I thought I would share with the group a demonstration version of the weather maps application I have been wrestling with the past week. Novices like myself may find it useful as a reference on how to build a flash menu system and to pull, resize and reposition JPEG images using a combination of attachMovie() and createEmptyMovieClip() functions.
Due to the number of images that accompnay the flash files, I wasn't able to upload the ZIP file to the forum, which has a 102,000 byte limit. So, if you would like to download the 919,004 bytes demo, it will be available at the following URL:
http://www.dtnmarketaccess.com/flash/DTNwxMaps_demo.zip
Please note that this Flash MX demo is very basic and lacks many of the refinements I plan to incorporate into the version that will eventually be part of the final application. For example, the menus don't automatically collapse if you don't select a map to view. Also for obvious security reasons, I included a set of static weather maps dated from August 19, 2003. The working version pulls the most current images from the Meteorlogix image server.
There is a ReadMe text file that accompanies the images, .fla, .swf and .html files for this application. I hope you enjoy it. It was challenging to develop and ultimately very simple in its final structure.
Bill Moore
DTN Market ACCESS
Omaha, Nebraska
USA
Flash Web Service Bug?
Problem: Flash Web Service is working from any PC from Intranet but not using External IPs.
I have created ASP.NET Web Service "RunSQLQuery", and Web Application "Web_ServiceTest" consuming this Service using C#,
and Flash ".swf" calling the same Web Service. For debug purposes this ".swf" is included to "Web_ServiceTest" only web page as iframe.
All ("RunSQLQuery", "Web_ServiceTest" ,".swf") are placed to the same machine.
Being desperate I step-by-step placed "crossdomain.xml" file
with
<allow-access-from domain="*" secure="false" />
to almost all folders like:
C: ; C:inetpub; C:inetpubwwwroot; and all folders and subforlders were "RunSQLQuery", "Web_ServiceTest" and ".swf" reside (even to "bin")
When I'm calling Web Service from ASP.NET part of "Web_ServiceTest" everything is OK from any IP,
but neighboring Flash works for Internal (192.168.xxx.xxx) company addresses only, not for External.
And no any response/results...
Unfortunately I can't use Proxy or Flash Remoting.
Does anybody has any idea how to resolve this issue?
Flash And .Net Web Service
Hi,
I was wondering if anyone could help me with a troublesome problem I cannot seem to solve.
itemUID = "00000000RZ";
var variables:URLVariables = new URLVariables("var1=" + itemUID + "&var2=4");
var request:URLRequest = new URLRequest();
try
{
request.url = "http://192.168.1.20/services/Service1.asmx/getImageData";
request.method = URLRequestMethod.POST;
request.data = variables;
}
catch (error: Error)
{
//throw some error
}
var loader:URLLoader = new URLLoader();
loader.load(request);
loader.addEventListener(Event.COMPLETE, completeHandler);
function completeHandler(event:Event):void
{
var retVal:String = event.target.data;
lblError.text = "retVal: " + retVal.length.toString() + " " + retVal;
}
I would like to access a .Net 2.0 web service in flash. It works fine when being developed tested within a local environment but when it comes time to test flash using a remote client (web browser on another machine) accessing my server (iis 6.0),
I get the following error messages:
Error #2044: Unhandled ioError:. text=Error #2032: Stream Error. URL: http://192.168.1.20/services/Service1.asmx/getImageData
at imageViewII_fla::MainTimeline/imageViewII_fla::frame1()
The web service works perfectly and has been throughly tested. I have simple http get/post over soap as flash professional 9.0
doesn't fully support soap, only flex does. I have tried in flex and get similar errors.
At this stage I can only assume that there is either a permissions issue with iis or I am missing something major
about how the flash loader works.
Has anyone had issues like this before or have any insight into solving this problem
Thanks
Matt
Flash As A Service
Is it possible to have a flash program (exported as an exe) run as a service? Or even, just run in the background, but one that doesn't need focus to capture key strokes? Basically, it would run like a keylogger would (I know, evil word) but instead of tracking all key presses, it would only keep track of how many times certain keys are pressed. I have the code to capture the key presses, and it outputs a report along the lines of
A pressed 312 times
F pressed 118 times
etc.
I want this to run in the background, preferrably in the tray, and keep track of key strokes as the user types an e-mail, etc.
Thanks in advance
Al Ridley
Lucid Web Designs
Flash & XP Service Pack 2
I have recently installed Windows Service pack 2, and whenever I publish a flash file and run the .html Internet Explorer is stopping the flash file from playing.
Information bar says something about unsafe active-x controllers.
Anyone knows how to fix this?
Flash Web Service Problem With Asp.net
basically, i have a webservice i made in asp.net which returns a dataset.
im currently using the following actionscript. problem is i cant get it to trigger the web service at all, it just says error opening url when i go to run it. if i run my web service manually it works, is there anyway to trigger the webservice in actionscript so i can then load the data as xml? id rather not load it in as a actual xml document (instead of using a webservice) because the files potentially are going to be pretty big and id be able to communicate back to .net as well for certain bits
sorry if its in te wrong section
Attach Code
textHeader = "Loading XML Document Data";
function doLoad () {
checkXML = new XML();
checkXML = thisXML.childNodes[2].childNodes[3].childNodes[1].childNodes[1];
for(i=0;i<checkXML.childNodes.length;i++){
textDefault = checkXML.childNodes[i].childNodes[0].nodeValue;
}
eventTitle = textDefault;
}
thisXML = new XML();
thisXML.onLoad = doLoad;
thisXML.load("http://localhost/test/WebService.asmx/GetData");
trace("this xml" + thisXML)
Connecting To A Web Service In Flash
There were several unanswered threads from a long time ago that dealt with accessing a web service using Flash. The following takes a web service I created in my ASP.NET web service tutorial and displays the information in Flash:
Code:
import mx.services.WebService;
import mx.services.PendingCall;
function WebServiceCall(input:Number) {
var returnedValue:String;
var wsURL:String = "http://www.kirupafx.com/WebService/TopMovies.asmx?WSDL";
var ws:WebService = new WebService(wsURL);
var re:PendingCall = ws.GetMovieAtNumber(input);
re.onResult = function(result):Void {
returnedValue = result;
trace("Value returned: "+returnedValue);
};
re.onFault = function(fault) {
returnedValue = fault.faultCode+","+fault.faultstring;
trace(returnedValue);
};
}
// 5 corresponds to "Schindler's List"
WebServiceCall(5);
Hopefully this is helpful. This will definitely be expanded into a tutorial at a later time
Cheers!
Kirupa
Service Pack 2 Blocks Flash?
I don't know if I missed the discussion... I'm really surprised it isn't pasted all over the site... but I just upgraded to the new service pack 2 for internet explorer and discovered that it blocks all flash content?
Have I got this right? Macromedia help desk told me how to fix it in the options but can we really expect naive users to do this?
I know I found it really frustrating that each time a page appeared I needed to go to the information bar and tell it the flash content was OK.
I may have got this all wrong, I'd love to hear if there's a forum on this issue or if it's just particular to my system. If it is a real issue I'm surprised there wasn't something on the main page.
I've been working with flash for 4 years, but personally it makes me question using flash for future projects just because I won't be able to sell it to clients.
"We've got this great web tool, but not only do you need to download a plugin to make it work but ALSO if you go up to the menubar under tools and internet options... and security controls and then..."
If there is an easy solution I'd love to hear it!
Service Back 2 Problem With Flash
hi all i have a flash banar in my site
there is a problem with the users or some users can not enter my site because of the service back 2 from microsofr
many users don not know until now about this massage appeare to them if there computers are new
see the picture in the attachment
how to avoid this message please to all users caz that many emails sent to my email in this problem that the site is not work with us
every time he should right click and select allow this block
Service Pack 2 Blocking Flash
I have played with FLASH on and off for the last 2 years . . .
It's been a while since I have done anything new with it, but I am seeing that WINDOWS security is blocking it as a POP-UP.
I have seen other sites where FLASH is present, and the FLASH movies there did NOT activate my WINDOWS blocker . . .
What are they adding that I can add to keep this from happening . . . ??
Am I supposed to add additional tags to my <Object Embed= . . . > tag, or is this some java script that runs to allow for the FLASH movie to "NOT" be blocked . . I need to make a interactive drop down menu with FLASH and can't get past this . .
Can any one help?
Flash And Service Pack 2 Issues
I am a new developer and have run into the issue of Internet Explorer service pack 2 causing my flash to be blocked as a pop up. Searching through other flash pages I found that some had this problem while others didn't. How do I resolve this issue?
Calling Servlet Service From Flash
Hello,
I am trying to get a 'Servlet Service" up and running using Tomcat and Java. I have sucessfully called methods on classes and so-called 'Java Bean Services', however, for a project i have to use a servlet (to be able to call many different classes).
Here is my code so far:
Here is my web.xml on the server:
Quote:
<web-app>
<servlet>
<servlet-name>DefaultGateway</servlet-name>
<display-name>DefaultGateway</display-name>
<description>DefaultGateway</description>
<servlet-class>org.openamf.DefaultGateway</servlet-class>
<init-param>
<param-name>OPENAMF_CONFIG</param-name>
<param-value>/WEB-INF/openamf-config.xml</param-value>
<description>Location of the OpenAMF config file.</description>
</init-param>
</servlet>
<display-name> flashServletExample </display-name>
<description>This better work</description>
<servlet>
<servlet-name>ServiceServlet</servlet-name> <!-- mapping name below -->
<servlet-class>ServiceServlet</servlet-class> <!-- name of class -->
</servlet>
<servlet-mapping>
<servlet-name>DefaultGateway</servlet-name>
<url-pattern>/gateway</url-pattern>
</servlet-mapping>
<servlet-mapping>
<servlet-name>ServiceServlet</servlet-name> <!-- servlet name looked for when URL below is searched for -->
<url-pattern>/ServiceServlet</url-pattern> <!-- the url that can be typed in the browser -->
</servlet-mapping>
</web-app>
And here is my Java servlet:
Code:
import java.util.*;
import javax.servlet.*;
import javax.servlet.http.*;
import java.io.IOException;
public class ServletService extends HttpServlet
{
public void service( HttpServletRequest request, HttpServletResponse response ) throws ServletException
{
List params = ( List ) request.getAttribute( "FLASH.PARAMS" );
request.setAttribute( "FLASH.RESULT", params );
}
}
And here is my front-end Actionscript (i have moved it in to the webapp folder of the servlet):
ActionScript Code:
#include "NetServices.as"
var service:NetConnection = myConnection.getService( "flashServletExample", this );
service.ServletService( "Hello." );
function showServletResult( result ):Void
{
trace( result );
}
However, i am not seeing any result at all. I would be very grateful if anyone could point out where i might be going wrong.
Thanks in advance.
Regards, snapple
Flash Service Returns Undefined
hi
I’m having troubles with the use of flash remoting
I have a class called daoZoek. this class is the data accessor for searching members in a database using flash remoting. Everything worked before but yesterday I decided to place my classes in folder (be.wellconsidered.dao instead of be.wellconsidered.*) so the project has a better structure.
But since then, this class doesn’t work anymore. The strange thing is that I have a similar class to register, edit and login members and that class still works as it should be
so, the problem with daoZoek is the service. when I try to trace “zoekService” it returns “undefined” which is strange because daoLid (for registering, login and edit) is just the same.
also, the gateway path and the service path are correct as well as the methodname.
this is the code
ActionScript Code:
import be.wellconsidered.*;
import be.wellconsidered.dao.*;
import mx.remoting.*;
import mx.services.*;
import mx.rpc.*;
import mx.remoting.debug.*;
//
class be.wellconsidered.dao.daoZoek extends MovieClip {
// VARS
private static var instantie:daoZoek = new daoZoek();
private static var zoekService;
// CONSTRUCTOR
private function daoZoek() {
// SERVICE INIT
zoekService = new Service("http://localhost/__flashservices/gateway.php", null, "WT.Zoeken", null, null);
trace(zoekService);
}
// GETDAOLID
public static function getInstance():daoZoek {
if (instantie == null) {
instantie = new daoZoek();
}
return instantie;
}
/* --ZOEK ALL LEDEN-------------------------------------------------------------------------------- */
public function zoekLid(o:Object, onResult:String, onFault:String, search_term:String):Void {
var pc:PendingCall = zoekService.zoekLeden(search_term);
pc.responder = new RelayResponder(o, onResult, onFault);
}
}
Flash Remoting VS Soap Web Service
I am working on a solution to integrate Flash movies with Microsoft Content Management Server. The movies will pull resources (eg: images, audio, movies, text) from MCMS. The decision has been made to go with a web service to facilitate this communication. Which choice is better and why...
- Flash Remoting
or
- Flash using SOAP
Flash Remoting, No Such Service - Solved
I have been using Flash Remoting for .NET for a few years, and have deployed applications to a number of customer sites. My applications use a .NET web service to provide data to the Flash movie. Often I find that FR works fine when the web site is accessed from an internal network, but when accessed from the outside Internet, the Flash movie shows no data and produces a "No Such Service" error. Usually I blindly change settings and eventually it works. I've seen plent of people report this problem, but I've never seen a definitive solution. It's definitely not explained in the product documentation.
Recently we solved this problem, and the solution gave us a lot of insight about how FR works.
In order to connect to a web service in Flash, you must first use setDefaultGatewayURL and SetDefaultGateway. This just requires the URL to the flashgateway.aspx file on your web server. So far so good.
Next, you use getService() to connect to the web service proxy. This requires the URL to your web service. Here's where things get tricky. This URL is passed to your web server, which then attempts to resolve that URL, and then attaches to the web service. So, if your server can't resolve the URL, it will return "No Such Service." This is why things may work fine internally, but when accessed externally, you might have a problem.
The solution is to change the "hosts" file on your web server. You will map the local IP address of the machine (127.0.0.1) to ANY DNS name you may use to access the web site. So, if you use these URLs to get to your web site:
http://myserver/myapp (internal URL)
http://myserver.mysite.com/myapp (external URL)
You will add the following to the Hosts file:
127.0.0.1 myserver
127.0.0.1 myserver.mysite.com
This will ensure that the web service will always be found, no matter how you access the site. As a bonus, this also speeds up Flash Remoting, because previously every request to the web service would require a DNS lookup. Now, it just finds an entry in the Hosts file and proceeds from there.
I hope this helps someone. FR works great once it's configured right, but getting there can be very frustrating and time-consuming.
KH
Submitting An Array To A Web Service Through Flash
Hey Guys,
I'm having a small issue with submitting an object through an array to a web service in flash. I've submitted objects to a different web service before with no problems, and I've submitted the params that aren't part of the object with no problems before, but I can't seem to get the format right for submitting the object as part of an array (Important because eventually there will be multiple objects in that array).
My code is thus:
ActionScript Code:
triggerWebService = function () { trace("triggerWebService()"); var RMAItems:Array = new Array(); for (var i:Number = 0; i<=currPlus; i++) { var RMAItem:Object = new Object(); //RMAItem.SoldItem = eval("mainContent.specs.product"+i).text; //RMAItem.SerialNumber = eval("mainContent.specs.serial"+i).text; RMAItem.SoldItem="Sold Item" RMAItem.SerialNumber=123456 RMAItem.WarrantyNumber = 22222; RMAItems.push([RMAItem]); if (i == currPlus) { this._parent.rmaSubmit_ws.params = [mainContent.specs.firstName.text, mainContent.specs.lastName.text, mainContent.specs.address1.text, mainContent.specs.address2.text, mainContent.specs.city.text, mainContent.specs.stateName.text, mainContent.specs.zip.text, mainContent.specs.country.text, mainContent.specs.phone.text, mainContent.specs.email.text, "BACK", "TEST guiID", mainContent.specs.summary.summary.text, RMAItems]; //trace(this._parent.rmaSubmit_ws.params) this._parent.rmaSubmit_ws.trigger(); } }};
The web service is:
http://wsnew.sp.cm3consulting.com/smartparts.asmx?WSDL
and the method that is being called is:
AddRMAFromForm()
Be aware that there are a few methods with very similar names
And if you do any testing with submitting on the actual web service please populate the fields with definite "test" names as it goes to the actual database. If anyone can give me any help on the proper format or what I'm doing wrong, it would be greatly appreciated.
Here is the function that is called when results are received in the web service. The resulting RMA number should be a unique integer... Not "0".
ActionScript Code:
rmaResult = function (ev:Object):Void { trace("Results received"); var rmaNum = ev.target.results.RMANumber; trace(ev.target.results.ErrorDescription); trace(ev.target.results.StackTrace); trace(ev.code); trace(rmaNum); trace(ev.target.results.RMANumber);}
thanks very much,
-iLan
Flash Security Settings / Web Service
I wrote a flash interface for a document-viewer on my site nad its working just fine when loading from flash (in development, via Test Movie).
As I'm new to flash, I did a lot of reading up in a lot of places and viewed a lot of examples. They all worked fine, and didn't cause the issue that I'm about to describe below.
When I load it in Firefox I get a popup that says something to the affect of "Macromedia Flash has stopped the flash file from connection to the internet" and it tells me to go to settings.
Why is this happening now and not at run-time in Flash itself. And why didn't this happen in the examples I viewed online.
Would a secure server help with this? If I was connecting from/to/both?
And I'm kind of hoping this is causing another problem with connecting that I described in the cold fusion forum
http://www.sitepoint.com/forums/show...61#post2535161
Thanks
Service Side Flash Gallery
Please any one tell me the one best idea to create flash photo gallery using xml data. Mean the picture file source, link, height and width parameter should be drawn from xml file.
Please to hear responce
Cost Of Flash Design Service?
Can anyone give me an idea of what people are charging for Flash animation services?
Thanks in advance
Ladyborg
"Many of life's failures are people who did not realize how close they were to success when they gave up." [Thomas A. Edison]
Flash / Firefox / Service Pack 2
I just ran service pack 2 on my machine and rebooted.
I'm running a flash movie in Firefox and it runs as slow (if not slower) as a flash player on a mac (real slow).
On IE, it runs fine. has anybody got slow flash player probs with Firefox with SP2...any fixes?
cheers
3rd Party Flash Streaming Service?
Im looking for a 3rd party service which will allow me to remotely stream high quality video (and audio), which I can embed into a website. The video has to be private, so the only way you can view the stream is if you are viewing it from the site that has the coded embedded into it. Free or paid services are fine.
Its going to be used for cams, where people have to have a valid membership to a site in order to view it.
Can anyone suggest something like this?
IE/service Pack 2 Blocks Flash Content...
Hi, i tested out a flash in IE the other day, and it blocked it like it would do a pop-up saying it had script in it (and this, apparently, is bad). You have to click on the little yellow bar thing like with pop ups, which is a hassle and rather messes up a website with a medium amount of flash content im making...any ideas how i can get this to stop?
thanks!
Flash Date/Time Issue From .NET Web Service
Environment
Flash 8
ActionScript
C# Web Service
Windows 2003
First of all I'm not a Flash or .NET programmer but can solicit more information from our engineers if necessary. We have Flash application that is calling a web service and receiving a person object. The Flash application takes the person object and without modification passes it back to another web service. The problem is the Flash program receives the object just fine, but when the object is passed back a date/time field is displaying NaN in the XML that we are sniffing off the wire. Below are the two examples of the XML. Note the examples have been truncated to hide information that may not be good to post here. Note the differences between Birthday.
Flash call TCP stream:
<TestWebService xmlns="http://jenkon.com/jweb/webservices">
<person>
<WebAccessLevel>B</WebAccessLevel>
<InternalDistId>18384001</InternalDistId>
<ExternalDistId>9830923</ExternalDistId>
<WebEmployeeId>111</WebEmployeeId>
<SponsorInternalId>24059001</SponsorInternalId>
<SponsorExternalId>9961435</SponsorExternalId>
<OriginalSponsorInternalId>24059001</OriginalSponsorInternalId>
<OriginalSponsorExternalId>9961435</OriginalSponsorExternalId>
<Birthday>NaN-NaN-NaNTNaN:NaN:NaN.NaNZ</Birthday>
<MailingAddress>
<Address1>2316 GLENBROOK WAY</Address1>
Windows Call TCP:
<TestWebService xmlns="http://jenkon.com/jweb/webservices">
<person><WebAccessLevel>B</WebAccessLevel>
<InternalDistId>18384001</InternalDistId>
<ExternalDistId>9830923</ExternalDistId>
<WebEmployeeId>111</WebEmployeeId>
<SponsorInternalId>24059001</SponsorInternalId>
<SponsorExternalId>9961435</SponsorExternalId>
<OriginalSponsorInternalId>24059001</OriginalSponsorInternalId>
<OriginalSponsorExternalId>9961435</OriginalSponsorExternalId>
<Birthday>1948-09-11T00:00:00</Birthday>
<MailingAddress>
<Address1>2316 GLENBROOK WAY</Address1><Address2 /><Street><string>2316 GLENBROOK WAY</string><string /></Street>
Does anyone have any direction they can give us. The Flash contractor is not sure on what to do. We are the C# Web Service providers. I've seen some posting on XFORM that say if a function receives and invalid Date Time then a NaN will be responded. I'm sure XFORM does not have anything to do with Flash, but it is the only thing I've been able to find that is the closest fit based on the Googling I've been doing. Our C# guys can make this work by converting our date/times to strings but we don't want to go down this route. Any help would be greatly appreciated. The mutual client for this is behind schedule on rolling out a web site to their field.
Glenn Batson
Development Manager
Jenkon
wabatson@comcast.net
Export Image From Flash - Willing To Trade Service
Hello, I am working on a project that needs to be presented soon. (meaning 3 weeks)
I have purchased a file from flashden.net that allows the user to draw on a folded piece of paper and make a snowflake. File lives here:
http://www.flashden.net/item/paperfl...owflakes/10321
I need to create a save feature which will save the user created snowflake (to a database I assume) so that the user may email a link (which I already have built using php) to a friend and when the friend opens the email they will see the animation of the snowflake. in a new window.
If someone can point me in the right direction, Im very new to actionscripting... it would be a great help.
I am willing to provide an equivalence in design services, if someone can help me.
Thank you very much
Flash Content And WindowsXP Service Pack 2
Hopefully someone out there will know the answer to this question regarding the recent release of the WindowsXP service pack 2.
I noticed after downloading and installing the WindowsXP service pack 2 that there are some significant changes when browsing the web.
I believe that shortly after I installed the Service Pack in question, and visited a site with flash content that I had to give the browser specific permission to view the flash content (I think it was something about an ActiveX control - please let me know if I am wrong).
So is it only after installing Service Pack 2 on Windows XP that the user will be asked to specifically allow flash content ?. Is it only once that the user will be asked to perform this ? Any other things that should be known about WindowsXP Service Pack 2 and Flash content (as you might guess, I am unsure about this so any info will help)
Cheers,
Stephen.
|