[x]
Posted via EE Mobile

Search, ask, and monitor your questions on the go with EE Mobile. Visit Experts Exchange from your mobile device and never be out of touch again.

Question
[x]
Attachment Details
[x]
The Solution Rating System

With so many solutions, how can you tell which solutions are most likely to help you and which ones are not? To provide you with a tool to use, we rate our solutions based on various elements that most accurately determine if a solution is a quality solution. To explain what factors affect the solution rating, here are the elements we take into consideration when formulating our solution rating.

  • The Grade of the Solution
  • The Zone Rank of the Expert Providing the Solution
  • The Number of Author and Expert Comments
  • The Number of Experts Contributing
  • The Feedback of the Community

Your Input Matters
Because of the way the system is set up, the most important variable in this equation is you. As a member of Experts Exchange, you are able to cast your vote on the quality of the solutions in regard to how complete, accurate, helpful and easy to understand each solution is. When you provide your feedback, each rating is adjusted accordingly. So, if you see a solution that has a poor rating that you think is a good solution, let us know by rating it. As you do, the rating will be adjusted and will become more accurate for other members of our site.

If you have any suggestions that you would like to make for our rating system, please ask a question in the Suggestions Zone of Community Support.

Thank you!

8.6

Loading dynamic images from a form

Asked by ShellyB36 in Adobe Flash

Tags: flash, dynamic, javascript, load

I am trying to load dynamic images into a flash file based on user input from a form. I have a movie clip in my flash file with the instance name of n1s where the image should load. Here is the code from my flash movie:

loadMovie("images/cshs0"+n1s+".jpg", "n1s");

here is the code for the form:

<form name="myform" method="post">
Number:    <input type="text" name="myNumber" size="2" maxlength="1"><br>
   <input type="button" value="Submit"  onClick="count()">
</form>

this is the javascript on the same page as my form:
<script type="text/javascript">
function count()
n1s = document.myform.myNumber.value;

window.open("flash.html", width=540,height=570,toolbar=yes,menubar=yes,scrollbars=no,resizable=no,location=yes,directories=no,status=no");
</script>

The second html file contains the following:

<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
 codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0"
 WIDTH="550" HEIGHT="400" id="myFlash" ALIGN="">
 <PARAM NAME=movie VALUE="test2.swf"> <PARAM NAME=quality VALUE=high> <PARAM NAME=bgcolor VALUE=#FFFFFF> <EMBED src="test2.swf" quality=high bgcolor=#FFFFFF  WIDTH="550" HEIGHT="400" NAME="myFlash" ALIGN=""
 TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED>
</OBJECT>

<script type="text/javascript">
ns1 = opener.document.myform.myNumber.value;
window.document.myFlash.SetVariable("n1s", n1s);
</script>

if i append the flash url (for example value="test.swf?n1s=6"), the image (cshs06.jpg) will load just fine, and i can write out the correct value of n1s into the popup window where the flash is loaded. Why is flash not picking up the correct value of n1s without appending it to the file name?
 
Loading Advertisement...
 
[+][-]06/10/03 05:24 PM, ID: 8695477Accepted Solution

View this solution now by starting your 30-day free trial. Setting up your free trial is quick, easy, and secure. We will return you to this solution, unlocked, when you're done.

About this solution

Zone: Adobe Flash
Tags: flash, dynamic, javascript, load
Sign Up Now!
Solution Provided By: rexmor
Participating Experts: 4
Solution Grade: A
 
[+][-]06/11/03 07:05 AM, ID: 8699852Assisted Solution

Assisted solutions are selected by the member who asked the question as a comment that contributed to their question's solution.

Start your 30-day free trial to view this Assisted Solution or ask the Experts your question.

 
[+][-]06/11/03 09:18 AM, ID: 8701024Assisted Solution

Assisted solutions are selected by the member who asked the question as a comment that contributed to their question's solution.

Start your 30-day free trial to view this Assisted Solution or ask the Experts your question.

 
[+][-]06/16/03 07:23 AM, ID: 8732073Assisted Solution

Assisted solutions are selected by the member who asked the question as a comment that contributed to their question's solution.

Start your 30-day free trial to view this Assisted Solution or ask the Experts your question.

 
[+][-]08/08/04 02:29 PM, ID: 11748373Administrative Comment

Experts Exchange has a courteous staff of administrators who help members get the most out of the website by means of administrative comments like this one.

Start your 30-day free trial to view this Administrative Comment or ask the Experts your question.

 
[+][-]08/12/04 04:45 AM, ID: 11782633Administrative Comment

Experts Exchange has a courteous staff of administrators who help members get the most out of the website by means of administrative comments like this one.

Start your 30-day free trial to view this Administrative Comment or ask the Experts your question.

 
 
Loading Advertisement...
20091111-EE-VQP-89