THANKS!! Worked like a charm..
Joe McGarvey - Web Application Developer
Paragraph, Inc. - http://www.paragraphinc.com
Paragraph Publisher - http://www.paragraphpublisher.com
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...
They are wrong... and correct...
The issues they are giving you are not XML, but HTML issues. The select list component in HTML renders eaach group of data on a single line. So, they are correct that the address would have to be horizontal.
The 50 character limit is not true in current...
Yes... inside your for-each statement put:
<xsl:if test="position()>1">
STUFF HERE
</xsl:if>
Joe McGarvey - Web Application Developer
Paragraph, Inc. - http://www.paragraphinc.com
Paragraph Publisher - http://www.paragraphpublisher.com
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...
I am an idiot!! The text color of the text field was set to white! DOH!!!
Thanks for all the help...
Joe McGarvey - Web Application Developer
Paragraph, Inc. - http://www.paragraphinc.com
Paragraph Publisher - http://www.paragraphpublisher.com
Still no go... did it work for you?
Joe McGarvey - Web Application Developer
Paragraph, Inc. - http://www.paragraphinc.com
Paragraph Publisher - http://www.paragraphpublisher.com
Seems simple... but it's not working. Using FlashMX...
Maybe I am missing something:
1. I have a button symbol in the Library named "TheButton"
2. "TheButton" has a dynamic text field with an instance name of "theTextBox" and a variable named...
Ok... it works if I set an action script:
ButtonText = "hello";
How do I load the variable value from the url?
This did not work:
var theText = _root.ButtonText; //my url variable
ButtonText = theText;
Joe McGarvey - Web Application Developer
Paragraph, Inc. -...
Pasing it in the flash object tag like so:
<PARAM NAME=movie VALUE="test.swf?ButtonText=THIS IS THE TEXT">
Joe McGarvey - Web Application Developer
Paragraph, Inc. - http://www.paragraphinc.com
Paragraph Publisher - http://www.paragraphpublisher.com
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...
Not that I know of (without much more code than is necessary).
The power of regExp has sold me... that's why I am so eager to understand them better.
Joe McGarvey - Web Application Developer
Paragraph, Inc. - http://www.paragraphinc.com
Paragraph Publisher - http://www.paragraphpublisher.com
You guys are great! Thanks! I am beginning to understand... and my app is now working!
Joe McGarvey - Web Application Developer
Paragraph, Inc. - http://www.paragraphinc.com
Paragraph Publisher - http://www.paragraphpublisher.com
No luck... doesn't seem to match the pattern. Any thoughts?
I just can't seem to grasp regExp's. I think I'll start a support group... Regular Expressions Anonymous. "Hi, my name is Joe and Regular Expressions ruined my marriage..."
Joe McGarvey - Web Application Developer...
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...
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.