Using Flash Designer with Microsoft FrontPage.
Follow the steps below to import Flash Designer animation to FrontPage editor.
Find out the root of your local web:
- Launch or switch to FrontPage
- Find out the root of your local web in "Folder List" window. In this case the root folder is "C:\My Webs\myweb".
- If the folder list is not visible choose "Folder List" command located under "View" menu.
Export SWF file from Flash Designer to the above root folder:
- Launch or switch to Flash Designer
- Open your document file
- Choose "Export SWF File..." from "File" menu
- Navigate to root folder and save the file
- From "File" menu choose "View HTML Code" command.
- Select all the code, right click inside the code and choose "Copy" to copy it to clipboard.
Copy the code to FrontPage:
- Switch back to FrontPage editor.
- Hit F5 key to refresh "Folder List" window. You should see your .swf file in the "Folder List"
- Position the cursor where the animation should appear. Make sure you are in "Normal" view mode
- Choose "Insert" > "Advanced" > "HTML" command
- Paste the code in the "HTML Markup" dialog:
- Save the page using "Save" command located under "File" menu. The page must be saved in the same folder as the .swf file is. Otherwise you have to adjust the path to .swf file in the code.
- Switch to "Preview" mode to enjoy the animation
If you're familiar with HTML code you can paste the code directly in HTML view. Switch from "Normal" to "HTML View"

Position the cursor between your html body tags and paste the code from Flash Designer
Comments?
|