I am using the following code to display a basic flash form. It works fine in Firefox, but does not display at all in Explorer. If the format of the form is changed to html instead of Flash it works, or if I take it out of the table it works. It will have to be displayed in a table however...
I'm trying to create a very basic data grid using CF8, but it shows no rows every time. I know the query works on it's own. What am I missing?
<!---survey.cfc--->
<cffunction name="getSurvey" access="remote" returntype="struct">
<cfargument name="page" required="true" />
<cfargument...
If am outputting a table in XML ...something like the example below. Is there a way to number the rows automatically?
Thanks.
<html>
<body>
<xml src="cd_catalog.xml" id="xmldso" async="false"></xml>
<br />Title:
<span datasrc="#xmldso" datafld="TITLE"></span>
<br />Artist:
<span...
I'm trying to load some .swf files into my Flash project from XML. I've attached my code below. "pane" is a scrollpane component on the stage, and "emptyMC" is an empty movie symbol in the library.
Everything is working fine... I have the images loading in rows, 18 per row, but if there's a...
I'm importing a group of .swf movies with XML. I want to change the color of just one of the layers of this movie once it's imported. Is there a way to do that?
Thanks,
I loaded a movieclip with the following code. How can I unload it when i move to a different frame? Do I have to loop through all the xml images again & use UnloadClip or is there a better way?
StencilGalleryXML = new XML();
StencilGalleryXML.onLoad = init...
I'm trying to load a group of images into a scrollpane component with XML. So far, I can get them all to load in a movieclip outside the scrollpane, but how do I put that movieclip inside the scrollpane??
------------------------------------------------
galleryXML = new XML();
galleryXML.onLoad...
I have this line of code that works fine in IE, but I cannot get it to work in Netscape. What would the Netscape equivalent be??
var div=document.getElementById(dataSet);
// get the input elements within the div
var inputMenus=div.getElementsByTagName('select')
for (i=0...
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.