Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
2answers
147 views

Flash «a script in this movie» - caused by loadVars or setInterval?

This is someting weird... I have a Flash-file that loads external SWFs. There I use LoadVars to get external data from a server. When the data has arrived, I'm using setInterval to call a function ...
1
vote
3answers
1k views

How is a POST request from cURL in PHP like/unlike a POST request from loadVars in Flash?

All, Sorry - this is probably a very strange question. I'm working on a Flash RIA. One of the things it does is call an ASP page (that resides on another domain) to retrieve some data. However, ...
0
votes
1answer
54 views

Parsing url parameters in a String

I am using the example code in flash. I want a single variable and not the whole text. I have a dynamic textfield called OUTPUT on the stage. var fl_TextLoader:URLLoader = new URLLoader(); var ...
0
votes
2answers
124 views

000webhost, PHP, and LoadVars AS2

I am using AS2 to download and upload data from an HTTP server using some PHP on the other end. The upload works great, but I ran into a little issue with the download, since the webhost that I am ...
0
votes
1answer
74 views

Flex 4 Send and load variables to a new window

I want to post some variables to a new window. The receiving c# will then generate a CSV which will stream as a download. In flex this used to be achieved using loadVars and specifying _blank as the ...
0
votes
3answers
67 views

loading a PHP page using loadVars in Flash

I'm using loadVars to load a PHP URL with lots of sensitive information required for the Flash application. Only problem is that URL can be accessed via a web browser which raises security issues if ...
0
votes
1answer
489 views

Actionscript 2 problem with return of loadvars from query

I seem to have some extraneous characters in the object, I'm new to Actionscript, so I don't know if they belong there or not, and I can't seem to extract the parameter of interest. Here's the code ...
0
votes
1answer
171 views

Is it possible to add a request header to a LoadVars when using GET (Flash AS2)

I'm working on a project built in Flash AS2. One of the things I need to do is load JSON data. In the past, I've had no problem with this - LoadVars works just fine. However, on this project, the ...
0
votes
1answer
186 views

What is the best way to detect file existence in Flash using as2?

I need to check for file existence in Flash on x number of videos. I've tried LoadVars and MovieClipLoader. LoadVars works but it actually loaded the entire video before reporting its done. Without a ...
0
votes
1answer
156 views

Using LoadVars to load cbsnews.com sometimes returns GIF89a

For some reason when I use LoadVars in actionscript 2 to load cbsnews.com, I sometimes properly get the html for the page and other times I get GIF89a. I'm not sure what this means, so any help or ...