• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

Embedding a Captivate Project into a Webpage

New Here ,
Jan 22, 2008 Jan 22, 2008

Copy link to clipboard

Copied

Hi there,

First post here so forgive me if it's excessively detailed!

Just published my project (which contains interactive elements and flv video clips) to Flash and I have now have a folder containing the two .swf files, the flv files, .js file and the html file.

When I open the html file it works fine - the project plays inside a pale green border that fills the browser window. I want to embed the project into an existing webpage (or have a popup) *without* the pale green border.

I've looked at the source code of the html file and I'm not sure what, if anything, I should strip out. There is also no reference in that html code to the .swf file (only the skin.swf file) or any of the flv files. How does it know where to call them from???
Any help would be much appreciated.

Thanks,

Phil.
TOPICS
Import export

Views

198

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Jan 22, 2008 Jan 22, 2008

Copy link to clipboard

Copied

LATEST
Hi Phil and welcome to our community

The Captivate output files are a bit like a house of cards. All elements are critical. Here's how they pan out.

You upload all the files to your server. Normally in the same location.
You point your user to the HTML file.
User clicks the link pointing to the HTML file and it loads up into the browser.
The HTML file looks for the standard.js file. Assuming it is found, more code is added to the HTML file.
The MainMovie_skin.SWF is then loaded into the browser window.
Internally, the MainMovie_skin.SWF knows to look for the MainMovie.SWF and it loads up.
As each slide pointing to a .FLV is encountered, the .FLV is loaded at that time and plays.

As for embedding into an existing page, you will need to sift through the code for the Captivate created HTML file for clues. Are you using a Web Development tool such as Dreamweaver, FrontPage or Expression Web designer?

Cheers... Rick

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources
Help resources