Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

Mattaut

macrumors regular
Original poster
Oct 9, 2008
161
0
My goal- Create a file(probably html) that when opened, opens up the users web browser and plays an embedded flash movie in it.

Would I be able to embed a FLV movie exported from iMovie into a HTML page and it will play w/o the user needing to download any codecs/software? Or I need to use SWF? If I need to use SWF what video editing software exports in that file format?

After I export the movie what do I need to do to embed it in a web page? Is there good software for this? I would like to have as much control over the web page content as possible.

Thanks
 
Flash movie on HTML page

Flash will create HTML page when published. You can also create Flash .EXE standalone file that does not require a browser or an .air app.
 
My goal- Create a file(probably html) that when opened, opens up the users web browser and plays an embedded flash movie in it.

Would I be able to embed a FLV movie exported from iMovie into a HTML page and it will play w/o the user needing to download any codecs/software? Or I need to use SWF? If I need to use SWF what video editing software exports in that file format?

After I export the movie what do I need to do to embed it in a web page? Is there good software for this? I would like to have as much control over the web page content as possible.

Thanks

What kind of movie are you interested in creating? Is this a home movie, or more of an instructional/how-to type of video?
 
What kind of movie are you interested in creating? Is this a home movie, or more of an instructional/how-to type of video?

Doing a google search for "FLV embed" found this:
http://www.walkernews.net/2008/01/11/how-to-embed-flv-flash-in-wordpress-or-html/

For swf it's a bit easier:
Code:
<html>
<body>
<embed src="YOURFILENAME.swf" HEIGHT=646 WIDTH=609>
</body>
</html>

I was also asking because I inferred from your post that you may be wanting to do an educational demo type of thing. In which case, you could use something like Jing also.
 
Please explain?
If you use Adobe Flash to create your project that contains your FLV movie. You then save your flash file, then using the "publish settings" in flash you choose both .swf & HTML from the list, flash will then create the .swf flash file that will play your movie and also create a simple HTML page that contains all the code to play the flash content in a browser (the browser will need to have the flash player installed, however you can also specifiy that if flash is not installed to redirect to adobe.com to d'load/install it.) You can then open the HTML file in any editor and add additional text and graphics to style your page.

An alternate way of making this with out having flash player installed is to make a standalone .EXE package from the flash file. This is also a setting that can be selected from the "publish settings" in flash. This .EXE file will contain all the files necessary to play the flash content with out having to d'load/install anything else.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.