I am trying to recreate an existing website into WP for ease of content management.
I am trying to incorporate some flash into the pages but I cannot seem to get them to work properly - for some reason I cannot work out they are appearing much smaller than originally.
I am using the swfobject plugin but just cannot see what is wrong with the sizing.
New site is http://www.altntec.com/swftest/
Example of same flas file from old site is
http://www.altntec.com/solar_photo_voltaic_electricity.swf
Any help would be greatly appreciated.
dome90uk
Member
Posted 1 year ago #
The SWF size is being set by the javascript that is including the SWF.
View your page source ....
<script type="text/javascript">swfobject.embedSWF("http://www.altntec.com/wp-content/uploads/2011/04/solar_photo_voltaic_electricity.swf", "swf-181-1", "300", "229", "9.0.0", {}, {base:"http://www.altntec.com/wp-content/uploads/2011/04/solar_photo_voltaic_electricity.swf/../",});</script>
Thanks for that but the issue seems to be that the plugin sets that and I cannot seem to overwrite those numbers.
I have tried setting them when I upload the file but to no avail.
So, I am unclear as to how I solve this.