Hi All,
I have a one frame scene with a movie clip in it and a stop(); command so the movie clip in its entirety. At the end of the movie clip I have a "goToAndPlay('Scene 2', 1)".
I would expect this to go to the next scene and play it. Instead, it seems that the action is...
Hi -
I have an XML doc structured as such:
http://63.143.148.115/images.xml
I am accessing the DOM with ASP. I am passing a delete request for a particular node to the delete function through a URL variable. The URL variable is "file" with the value as the image name, ie...
Hi,
I have two xslt templates. The second template is called (xsl:call-template) by the first template. The second template can also be rendered separately from the first template, so it stands alone. The first templates XML contains a node that defines the "src" of an...
Hi,
I am trying to output a "select" field from the sample XML below:
<tree>
<option>Ducks</option>
<option>Cows</option>
<option>Sheep</option>
<option>Sheep</option>
<option>Ducks</option>
<option>Cows</option>
<option>Cows</option>
</tree>
I need to...
I have a for-each statement that looks for certain parameters in the node set (namely an empty value for "Points"). If the next list item value for "Points" is empty, it displays that record asking for a value for "Points".
XSL:
<xsl:for-each...
Hi,
I am trying to pass a url variable into Flash to replace the value in a text box with that variable.
1. What kind of text box should I create? Static/Dynamic/Input? I created a button symbol and gave the text box an instance name of "ButtonText"...
2. What is the action script...
Hey TidyCOM users...
Has anyone else found that when using the word-2000 filter option when creating a string with obj.TidyMemToMem that all the word generated crap is not filtered completely? But, when using obj.TidyToFile, the output is completely clean of any word junk.
Any idea why? Is it...
RegExp experts - can someone help me translate this into a regExp? I want to look for all occurrences of
class="could_be_anything"
and create a regExp string that I can then use in a replace function:
theRepString = ????; //the regExp
strOUT = strOUT.replace(theRepString...
I have been reading about sum() to evaluate some (pardon the pun) nodes. I am very confused and cannot get anything working.
Here is my (simplified) XML:
<entity>
<value>55</value>
</entity>
<entity>
<value>7</value>
</entity>
<entity>
<value>18</value>
</entity>
How do I write my...
Hi,
Is there a way to have a flash movie read a variable from the ASP page it is embedded in?
I have an ASP variable called "color". This is a hex color value. I want the flash movie to change the color of a box to this value.
I am sure this has probably been posted before, but...
I would like to display a random image, or movie clip, from a group in the library.
I know enough Flash to get myself in trouble, and need to crank this out quickly.
Does anyone have a stock script that could accomplish this?
Hi there....
Can anyone point me in the right direction here...
I am trying to write an xsl:if statement that checks if the node count is odd or even. If it is odd (say 1 or 3) it writes:
<tr><td>STUFF</td>
If it is even (say 2 or 4) it writes:
<td>STUFF</td></tr>
The result is a...
Hi Sportsfans - I am stuck on an XSL problem. I have multiple XML nodes (games) that each have a value: wins, losses, ties.
In my xsl I set three variables at the top of the style sheet:
<xsl:variable name="wins">0</xsl:variable>
<xsl:variable...
I found a thread with an example provided by Danfood. This HTML example loads an XML and XSL file and outputs the result beautifully and simply in IE. Unfortunately, it only works with IE. Can anyone point me in the right direction towards making this script Mozilla compatible?
Thanks All...
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.