Downloads Upgrades     Store Support About
 

Productivity & Graphics Site

Macintosh

Windows

StuffIt

Graphics

Utilities

Aquazone

Mobile

Content Paradise


Quick View Other Tutorials   

Integrating MotionArtist SWF files with VCOM's WebEasy Professional

For MotionArtist 2 or 3

VCOM's WebEasy Professional povides an environment for creating Web sites for home or business; it has lately been bundled with our MotionArtist application to allow you to include animated SWF files within sites built using WebEasy.

While we don't produce WebEasy, we have created this tutorial to illustrate the basic procedure for including MotionArtist SWF files in WebEasy projects- it isn't terribly difficult.

The first thing to do, of course, is to create a MotionArtist animation. You'll want to make sure that the animation will fit in the space available within your WebEasy project- we'll get to that in a minute, but a bit of planning goes a long way, as once you generate the actual SWF file it generally can't be resized.

Once your animation is set up, you'll choose Create SWF from the File menu in MotionArtist, as shown-

- and MotionArtist will create a SWF file and a small HTML file with the same name. You won't need the HTML in this case; it's useful if you're using a Web editor that allows more direct control over the HTML code than WebEasy does.

With your SWF file created (remember where you saved the file!) you'll want to go into WebEasy and set up your project. For this tutorial, I used the "Bright and Cheery" template, slightly modified by hand as shown-

We'll do some further modifications in order to incorporate our SWF. One of the things that you might not think of at first, but that could be important, is to allow the readers of the page a way to get from the front page- this one- to a navigation page within the site, since we'll be deleting all the navigation icons to make room for our SWF.

This is easily done by selecting the "Contact Us" link and turning it into an "Enter the Site" link, using the Link item in the WebEasy toolbar as shown (select the text block and click the Link tool.)

We can also move things around on the page to make room for our SWF, and edit the stock text that WebEasy provides. Once the page is set up with a space for our SWF, we use WebEasy's browser pane (at the bottom of the screen) to locate our SWF file that we created in MotionArtist.

- And now it's time to bring in the SWF- it's as easy as dragging it from the Browser pane to the project window, as shown-

Note that the animation itself won't appear in the project window- we'll need to preview the page to see our SWF actually play. Also note that SWF files always appear as the frontmost elements of Web pages- anything else on the page in the same area will be covered by the animation (which is why we have to make sure that there's room for the SWF; we might want to set up our animation to have a transparent background.)

And that's that- WebEasy will upload the SWF along with any other files it needs, when it publishes the actual website.

Note- to make your SWF play back with a transparent background, or to control other features of SWF playback, you'll need to use WebEasy's script-editing feature as follows:

1. In WebEasy, select the embedded SWF and then right-click on it. From the pop-up menu, select AboutItem>Script: Object Events.

2. Click through to dismiss the little Cue Card alerts that pop up; you'll see the Custom Script Assistant dialog.

3. The Custom Script Assistant dialog should list the parameters of the SWF, analogous to the HTML settings shown in . Adding new wmode="transparent" entries (formatted just like the existing parameter entries) to the parameter list as well as the parameters given in the embed type entry, should get your SWF to play back with a transparent background- just the thing for drop-down menus or 'floating' animations.