This content has been marked as final.
Show 2 replies
-
1. Re: SWF file not showing in browser
adninjastrator Jan 2, 2012 4:28 PM (in response to AliTography)Looks like your swfobject embed method is not working correctly. Turn off swfobject and test again without it.
In the <head> just rename the swfobject file so that it won't load.... easy to change.. test... change back again:
Change this:
<script src="Scripts/swfobject_modified.js" type="text/javascript"></script>
to this:
<script src="Scripts/swfobject_modified_off.js" type="text/javascript"></script>
you'll see I just appended "_off" to the file name, then save and test the page... quick and easy way to turn off that file... then test again.
Best wishes,
Adninjastrator
-
2. Re: SWF file not showing in browser
AliTography Jan 3, 2012 12:32 AM (in response to adninjastrator)THANKYOU!!! problem solved, you are officially a legend!


