MX Includes Forum :: Flash Component Issue
This thread was displayed: 0 times
Starting with 17th May 2007, Adobe Systems will stop offering support for any version of the discontinued InterAKT products. As a result, we will not answer to new support incidents starting with May 17th, 2007. Pending support incidents will still be followed in order to be closed. The product forums will remain open and be transformed in user-to-user forums. The general forums will be made read-only and not allow new posts or comments.
For more information about the affected products visit: www.interaktonline.com/Support/
Lee Vance
03-19-2007 19:56:49 GMT +2
|
|
|
|
Razvan Racasanu[InterAKT]
03-21-2007 11:40:34 GMT +2
|
Hello,
Indeed, this is an issue with MX Includes. The problem is that Dreamweaver inserts a JS function for inserting the Flash Script, but the path to the flash file is not made absolute by the includes code. To workaround this, you need to manually modify the function call to AC_FL_RunContent and set the absolute path to flash file. So instead of having "SCAUG Charter Feb. 2007 - Version 3", you need to have "/membership/SCAUG Charter Feb. 2007 - Version 3" in both places.
Regards,
Razvan RACASANU
|
|
|
Lee Vance
03-21-2007 17:35:16 GMT +2
|
I made the following changes, but it's not working. Did I miss something?
<script type="text/javascript">
AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0','width','550','height','600','title','SCAUG Charter','src','/membership/SCAUG Charter Feb. 2007 - Version 3','quality','low','pluginspage','http://www.macromedia.com/go/getflashplayer','movie','/membership/SCAUG Charter Feb. 2007 - Version 3' ); //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=7,0,19,0" width="550" height="600" title="SCAUG Charter">
<param name="movie" value="SCAUG Charter Feb. 2007 - Version 3.swf" />
<param name="quality" value="low" />
<embed src="SCAUG Charter Feb. 2007 - Version 3.swf" quality="low" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="550" height="600" ></embed>
</object></noscript>
Thanks,
Lee
|
|
|
Razvan Racasanu[InterAKT]
03-26-2007 10:51:00 GMT +2
|
Hello,
Have you managed to solve the problem as I have seen that the page is now working.
Regards,
Razvan RACASANU
|
|
|
Lee Vance
03-26-2007 16:15:44 GMT +2
|
Sorry about the previous post. Apparently, there was something wrong with my uploads. I think I had Dreamweaver set to upload the testing server instead of the remote server. It did work as soon as I got past that.
Thanks for your help.
|
|
|
|
|