How to Post Flash
Reading for Blog Project
Posting a Flash movie in your blog
- Publish the SWF in your web space and make sure it works
- Create a new blog post and go into "Edit HTML" mode
- Copy and paste the code below, then edit these parameters
* data and value - the full URL of your SWF file
* width - should probably be no more than 400
* height - scale proportionally to your original size
Here's the code you need:
<object type="application/x-shockwave-flash" data="http://www.nd.edu/~netID/fileName.swf" id="blog" height="300" width="400">
<param name="movie" value="http://www.nd.edu/~netID/fileName.swf">
</object>
Copyright 2012,
by the Contributing Authors.
This work is licensed under a
Creative Commons License
Cite/attribute Resource.
(course_default). (Apr 17, 2009). How to Post Flash. Retrieved May 22, 2013, from Notre Dame OpenCourseWare Web site: http://ocw.nd.edu/computer-applications/applied-multimedia-technology/projects-1/how-to-post-flash.






















