How to create the embeded text for snippets?

I would like to use a snippet do embed flash video into my website. I could manage to program a page with golive containing only the video. But where can I get the generated code to embed like I would get from youtube?

Just to prevent questions: the video is so long that it is rejected by youtube. So I have to program a workaround.

Thanks for any suggestions.

iMac 20", Mac OS X (10.4.10)

Posted on Oct 16, 2007 1:44 AM

Reply
1 reply

Oct 16, 2007 3:36 AM in response to Bernhard Braemswig

i would actually not use golive to create a weirdo page - just use html to directly add the movie directly into iweb, using the snippet thing.

if you already have your flash movie made, then just upload to your server or to your idisk (if you use .mac)

then open iweb and add a html snippet. then paste the following text:

+<object width="X" height="Y">+
+<param name="movie" value="http://path/to/flash.swf">+
+<embed src="http://path/to/flash.swf" width="X" height="X">+
</embed>
</object>

replace X and Y with your width and height in pixels. then enter the path to your flash file.

max

This thread has been closed by the system or the community team. You may vote for any posts you find helpful, or search the Community for additional answers.

How to create the embeded text for snippets?

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple Account.