close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

Graph over Flash

Thread began 7/06/2009 10:44 am by xag | Last modified 7/06/2009 11:08 am by xag | 2863 views | 4 replies |

xag

Graph over Flash

Hello Ray here is the code for my graph page

<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="800" height="600">
<param name="movie" value="/DynamicWebCharts/open-flash-chart.swf?data=/DynamicWebCharts/Data/Graph_dataparser8.asp?<%=Request.QueryString()%>" />
<param name="quality" value="high" />
<embed src="/DynamicWebCharts/open-flash-chart.swf?data=/DynamicWebCharts/Data/Graph_dataparser8.asp?<%=Request.QueryString()%>" wmode="transparent" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="800" height="600"></embed>
</object>



the menu is still behind the chart

Sign in to reply to this post

Ray BorduinWebAssist

you have other code for your graph page as well. I think that is the noscript version, which woudl only appear if you have javascript disabled. You will have to add the wmode in all of the correct places.

The code you are referencing is missing the:
<param name="wmode" value="transparent" />

Which is used on some browsers, but more importantly it is missing it in the javascript code that is actually being used to display the flash.

Do you have a sample url. I believe the problem isn't really in the code you provided.

Sign in to reply to this post
Did this help? Tips are appreciated...

xag

Yup sample URL at www2.dmic.com/Graph.asp

Also I know the graph doesn't work right now I posted a ticket (#102711)...Jimmy Wu helped me and got it working on my testing server and this morning when I moved everything from my testing server to my live server it didn't work. I looked into the code and the changes Jimmy made were still there so I don't know what happen.

Sign in to reply to this post

Ray BorduinWebAssist

<script type="text/javascript">
AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0','width','800','height','600','src','/DynamicWebCharts/open-flash-chart?data=/DynamicWebCharts/Data/Graph_dataparser8.asp?','quality','high','pluginspage','http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','movie','/DynamicWebCharts/open-flash-chart?data=/DynamicWebCharts/Data/Graph_dataparser8.asp?' ); //end AC code
</script>




should be:

<script type="text/javascript">
AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0','wmode','transparent','width','800','height','600','src','/DynamicWebCharts/open-flash-chart?data=/DynamicWebCharts/Data/Graph_dataparser8.asp?','quality','high','pluginspage','http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','movie','/DynamicWebCharts/open-flash-chart?data=/DynamicWebCharts/Data/Graph_dataparser8.asp?' ); //end AC code
</script>
Sign in to reply to this post
Did this help? Tips are appreciated...

xag

Cool Thanks again Ray!

Sign in to reply to this post

Build websites with a little help from your friends

Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.

Build websites from already-built web applications

These out-of-the-box solutions provide you proven, tested applications that can be up and running now.  Build a store, a gallery, or a web-based email solution.

Want your website pre-built and hosted?

Close Windowclose

Rate your experience or provide feedback on this page

Account or customer service questions?
Please user our contact form.

Need technical support?
Please visit support to ask a question

Content

rating

Layout

rating

Ease of use

rating

security code refresh image

We do not respond to comments submitted from this page directly, but we do read and analyze any feedback and will use it to help make your experience better in the future.

Close Windowclose

We were unable to retrieve the attached file

Close Windowclose

Attach and remove files

add attachmentAdd attachment
Close Windowclose

Enter the URL you would like to link to in your post

Close Windowclose

This is how you use right click RTF editing

Enable right click RTF editing option allows you to add html markup into your tutorial such as images, bulleted lists, files and more...

-- click to close --

Uploading file...