SWF File Type Help
Posted: 13 Jun 2011, 18:38
Hi,
I'm trying out the new imagevue version 2.7 and trying to work with the swf file types but i am unable to load my swf files, I've read about passing parameters to the swf file and that not all swf files can be loaded depending on the complexity.
I'm trying to load a accordion menu i bought on flabell.com as seen here http://www.flabell.com/flash/Accordion- ... otator-276
The html file details are as follows
I have uploaded the assets of the accordion to my site root folder where imagevue is also located and have tried uploading the swf via the folder flash uploader and also by ftp to the filemods folder and try sending the flash vars to the file from the parameters box but it still doesn't load just gives me a bluebox i even added absolute paths to the xml file in the flashvar.
Can i get an exact detail as to how to load swf files in imagevue an text/image example would suffice.
Thank you.
I'm trying out the new imagevue version 2.7 and trying to work with the swf file types but i am unable to load my swf files, I've read about passing parameters to the swf file and that not all swf files can be loaded depending on the complexity.
I'm trying to load a accordion menu i bought on flabell.com as seen here http://www.flabell.com/flash/Accordion- ... otator-276
The html file details are as follows
Code
<html>
<head>
<title>Accordion Banner Rotator</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<script type="text/javascript" src="js/swfobject.js"></script>
<!-- <script type="text/javascript" src="js/swfmacmousewheel.js"></script> -->
<style type="text/css">*,body{outline:none;}</style>
<script type="text/javascript">
var stageW = 560;
var stageH = 330;
var cacheBuster = Date.parse(new Date());
// ATTRIBUTES
var attributes = {};
attributes.id = 'FlabellComponent';
attributes.name = attributes.id;
var flashvars = {};
var params = {};
params.bgcolor = "#ffffff";
flashvars.componentWidth = 560;
flashvars.componentHeight = 330;
flashvars.firstSlide = 0;
flashvars.pathToFiles = "accordion/";
flashvars.settingsPath = "xml/accordion.xml";
swfobject.embedSWF("preview.swf?t="+cacheBuster, "FlabellComponent", stageW, stageH, "9.0.124", "js/expressInstall.swf", flashvars, params);
//swfmacmousewheel.registerObject(attributes.id);
</script>
</head>
<body bgcolor="#ffffff" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" scroll="yes">
<table width="100%" height="100%">
<tr>
<td align="center">
<div id="FlabellComponent">
<p>
<a href="http://www.adobe.com/go/getflashplayer">
<img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player"/>
</a>
</p>
</div>
</td>
</tr>
</table>
</body>
</html>Can i get an exact detail as to how to load swf files in imagevue an text/image example would suffice.
Thank you.