KoolMoves in VSD
Hi, I use koolmoves v7.2.2 to create flash movie, banners and more. How can I insert my creations in VSD v7.0 Bld 8
Thanks
Charles
Thanks
Charles
First, you need to upgrade to build 18 before you do anything. You are 10 versions behind. 
To insert any Flash object, use the HTML tool to paste in your markup. After that, go to the Edit Menu > Add Files to include your SWF file.

To insert any Flash object, use the HTML tool to paste in your markup. After that, go to the Edit Menu > Add Files to include your SWF file.
Learn the essentials with these quick tips for Responsive Site Designer, Responsive Email Designer, Foundation Framer, and the new Bootstrap Builder. You'll be making awesome, code-free responsive websites and newsletters like a boss.
You should just be able to use the html tool in vsd to insert the html that is outputed by koolmoves. Also make sure you add the header information as well into the html tool under the header section. You will not be able to view it locally, but once it is uploaded to your server you should be able to view the flash.
Also, make sure you add all of the additional koolmoves files to vsd. Vsd will ask you if there are any other files to add, make sure you add them (such as the .swf object).
Also, make sure you add all of the additional koolmoves files to vsd. Vsd will ask you if there are any other files to add, make sure you add them (such as the .swf object).
The philosopher has not done philosophy until he has acted upon the mere conviction of his idea; for proof of the theory is in the act, not the idea.
My Web Development Company: http://www.innovatewebdevelopment.com (Created with Coffee Cup Software).
My Personal Website: http://www.EricSEnglish.com
My Web Development Company: http://www.innovatewebdevelopment.com (Created with Coffee Cup Software).
My Personal Website: http://www.EricSEnglish.com
Hi there Philosopher, thanks for your reply. But it does'nt work the way you described. I did a test. This is the code I inserted in the HEADER HTML section:
<script src="swfobject.js" type="text/javascript"></script><script type="text/javascript">
var params = {
loop: "true",
bgcolor: "#ffffff"
};
swfobject.embedSWF("headbannew.swf", "headbannew", "906", "375", "6.0.65", false, false, params, false);
</script>
and this is the code inserted in the BODY HTML section:
<div id="headbannew">
<p>Alternative content</p>
</div>
added the following files:
headbannew.swf
swfobject.js
Upload it, and it does not display, any suggestion?
Thanks
Charles
<script src="swfobject.js" type="text/javascript"></script><script type="text/javascript">
var params = {
loop: "true",
bgcolor: "#ffffff"
};
swfobject.embedSWF("headbannew.swf", "headbannew", "906", "375", "6.0.65", false, false, params, false);
</script>
and this is the code inserted in the BODY HTML section:
<div id="headbannew">
<p>Alternative content</p>
</div>
added the following files:
headbannew.swf
swfobject.js
Upload it, and it does not display, any suggestion?
Thanks
Charles
Charlie, for the script, try putting it in at Edit > Edit Header.
Then go to Edit > Add Files for the .swf, etc. (and be sure to add any image files that go with this, too).
Then use the HTML tool for the <div.......</div>.
Also - if you could post a link that would make it easier for someone to figure out what's going on
Then go to Edit > Add Files for the .swf, etc. (and be sure to add any image files that go with this, too).
Then use the HTML tool for the <div.......</div>.
Also - if you could post a link that would make it easier for someone to figure out what's going on

I love deadlines. I like the whooshing sound they make as they fly by. (Douglas Adams)
https://www.callendales.com
https://www.callendales.com
Greetings,
I also use KoolMoves so I decided to do a test with VSD (i usually just use the editor), and I was able to upload without an issue. Here is my page:
http://www.innovatewebdevelopment.com/test2.html
Did you update your VSD as Scott suggested?
Here is the code I used:
I also uploaded the same two files you did, but you have to make sure all files are sent to the same directory.
Actually, this might be your problem. Double check and make sure VSD uploaded all of your files to the same directory. I manually uploaded mine.
I also use KoolMoves so I decided to do a test with VSD (i usually just use the editor), and I was able to upload without an issue. Here is my page:
http://www.innovatewebdevelopment.com/test2.html
Did you update your VSD as Scott suggested?
Here is the code I used:
<header>
<script src="swfobject.js" type="text/javascript"></script>
<script type="text/javascript">
var params = {
loop: "false",
bgcolor: "#ffffff"
};
swfobject.embedSWF("thisisatest.swf", "thisisatest", "208", "179", "9.0.115", false, false, params, false);
</script>
</header>
<body>
<CENTER>
<div id="thisisatest"> <p>Alternative content -- To debug missing content: has swfobject.js been uploaded to the server?</p> </div>
</CENTER>
</body>
<script src="swfobject.js" type="text/javascript"></script>
<script type="text/javascript">
var params = {
loop: "false",
bgcolor: "#ffffff"
};
swfobject.embedSWF("thisisatest.swf", "thisisatest", "208", "179", "9.0.115", false, false, params, false);
</script>
</header>
<body>
<CENTER>
<div id="thisisatest"> <p>Alternative content -- To debug missing content: has swfobject.js been uploaded to the server?</p> </div>
</CENTER>
</body>
I also uploaded the same two files you did, but you have to make sure all files are sent to the same directory.
Actually, this might be your problem. Double check and make sure VSD uploaded all of your files to the same directory. I manually uploaded mine.
The philosopher has not done philosophy until he has acted upon the mere conviction of his idea; for proof of the theory is in the act, not the idea.
My Web Development Company: http://www.innovatewebdevelopment.com (Created with Coffee Cup Software).
My Personal Website: http://www.EricSEnglish.com
My Web Development Company: http://www.innovatewebdevelopment.com (Created with Coffee Cup Software).
My Personal Website: http://www.EricSEnglish.com
Have something to add? We’d love to hear it!
You must have an account to participate. Please Sign In Here, then join the conversation.