Ask a Question related to Macromedia Flash Data Integration, Design and Development.
-
C+M #1
Cross-domain scripting with Flash Player 6
I'm sure I'm missing something basic here, but for some reason I'm not able to
access a text file on another domain when my movie is viewed with Flash Player
6. Viewing with Flash Player 7 works fine (I have a crossdomain.xml file on
the server that's hosting the text file).
I've tried publishing for v6 and v7 with the same result.
This code works fine in both Players if the file is local or on the same
domain. With the file on a different domain, inString is undefined when viewed
with Player 6. (The file contains a single line of text.)
Any advice would be much appreciated.
Thanks,
Jeff
var lv = new LoadVars();
lv.onData = function(inString){
txtAmount = inString;
}
lv.load("http://domain.com/filename.txt");
C+M Guest
-
Prevent cross-scripting from the same domain
Hello, i have 2 swf files, example1.swf and example2.swf, both on the same domain. I load example2 in a Loader control (Flex) from example1. I... -
CFAdmin Cross Site Scripting
We recently signed up with ScanAlert, and they are reporting a XSS vulnerablilty in the CF Aministration. Path /CFIDE/administrator/enter.cfm ... -
flash / javascript cross-domain
Hi, I have a problem. I have an html on server A (www.serverA.com), and swf file on another server ( server B - www.serverB.com). I need to be... -
RegEx for XSS (Cross-Site Scripting)?
Trying to use the RegularExpressionValidator with the following expression which functions well when using code with the... -
Cross-Site Scripting & sqlDataReader
I am using sqlDataReader for Showing data from the Data base. But if the Data from sql is having tags like <script>alert()</script> then it shows an...



Reply With Quote

