Advertisement

05.11.2008 at 06:22AM PDT, ID: 23392672
[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!

9.3

sending a URL parameter into SWF object

Asked by billium99 in Active Server Pages (ASP), Macromedia Flash

Tags:

Hi,

I have a Flash component driven by XML records. You can see what it's doing here:

http://www.jokesnob.com/project_portfolio.asp

One of the requests from the client is to be able to link into this Flash page and bring up a record selected on a previous page as the default record to display in the SWF object.

This works fine if my parameter is just pointing to the SWF object a la:

http://www.jokesnob.com/daisy.swf?ID=4

The trick is, how do I send this using the RUN AC javascript syntax and still pass that ID=value?

Right now I'm trying the following snippet, but it doesn't work:

Any suggestions?

Thanks

BillStart Free Trial
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
<% idee = Request.QueryString("ID") %>
<body>
<div id="outerWrapper">
  <div id="header"><img src="img/wv_logo.jpg" width="167" height="93" alt="Water Valley Land Co" /></div>
  <div id="contentWrapper">
    <div id="content">
      <script type="text/javascript">
AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0','width','700','height','600','title','ProjectPortfolio','src','Daisy','quality','high','pluginspage','http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','movie','Daisy', 'flashvars', 'ID=<%idee%>' ); //end AC code
</script><noscript><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="700" height="600" title="ProjectPortfolio">
        <param name="movie" value="Daisy.swf" />
        <param name="quality" value="high" />
        <embed src="Daisy.swf" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="700" height="600">
        <flashvars="ID=<%idee%>">
      </object>
[+][-]05.11.2008 at 09:05PM PDT, ID: 21544599

View this solution now by starting your 7-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

Zones: Active Server Pages (ASP), Macromedia Flash
Tags: aspvb
Sign Up Now!
Solution Provided By: ddlam
Participating Experts: 2
Solution Grade: A
 
 
 
Loading Advertisement...
20080716-EE-VQP-32 / EE_QW_2_20070628