Ok so I've got this dhtml/javascript issue, and basicly, what it boils down to is this. I have code resembling this:
<html>
<head>
<title>test file</title>
<script language="JavaScript">
<!--
var itemArray = new Array();
var item1 = "thing1";
itemArray.push(item1);
var item2 = "thing2"...
I am writing a flash movie that will read a dynamicaly generated list of file names from an ASP script.
The issue I am having is that when Flsh accesses the ASP via loadVariablesNum, it is reading it as a tesxt file, not an ASP.
I have included sample code below to illustrate what I mean...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.