Go Back   WarriorForum - Internet Marketing Forums > The Warrior Forum > Main Internet Marketing Discussion Forum
Register Blogs FAQ Social Groups CalendarHelp Desk

Reply
 
LinkBack Thread Tools
Old 09-14-2009, 01:38 PM   #1
Karl Thomas
War Room Member
 
Vanquish's Avatar
 
Join Date: Dec 2008
Location: Toronto
Posts: 755
Thanks: 170
Thanked 69 Times in 54 Posts
Contact Info
Send a message via MSN to Vanquish Send a message via Skype™ to Vanquish
Default How to embedd .swf file onto website?

Hey i recently created a video using camtasia and optimized it for in .swf (flash format) however i do not know what html/code i need to embedd it into my web page? Can anyone help?


Thank you
Vanquish is offline   Reply With Quote
Old 09-14-2009, 02:07 PM   #2
Advanced Warrior
War Room Member
 
ptone's Avatar
 
Join Date: Mar 2007
Location: , , USA.
Posts: 514
Thanks: 55
Thanked 80 Times in 51 Posts
Default Re: How to embedd .swf file onto website?

You can use SWFObject.

Details here: swfobject - Project Hosting on Google Code

ptone is offline   Reply With Quote
Old 09-14-2009, 02:40 PM   #3
Karl Thomas
War Room Member
 
Vanquish's Avatar
 
Join Date: Dec 2008
Location: Toronto
Posts: 755
Thanks: 170
Thanked 69 Times in 54 Posts
Contact Info
Send a message via MSN to Vanquish Send a message via Skype™ to Vanquish
Default Re: How to embedd .swf file onto website?

Thanks for the program but i'm still having trouble embedding it on my site. Is there anyway you can give me a source code and tell me where to replace the .swf file or does anyone have any more ideas on how to embedd this damn .swf file, I thought it would be much easier than it currently is.
Vanquish is offline   Reply With Quote
Old 09-14-2009, 03:14 PM   #4
Warrior Member
War Room Member
 
Doug Stewart Online's Avatar
 
Join Date: Feb 2009
Posts: 25
Thanks: 2
Thanked 7 Times in 6 Posts
Social Networking View Member's FaceBook Profile  View Member's Twitter Profile  View Member's YouTube Profile
Default Re: How to embedd .swf file onto website?

Which web editor are you using?

Create Your First Pro Business Blog- Free ebook with step by step instructions - www.dougstewartonline.com
Doug Stewart Online is offline   Reply With Quote
Old 09-14-2009, 03:16 PM   #5
HyperActive Warrior
War Room Member
 
sf_Imtiaz's Avatar
 
Join Date: Jun 2009
Posts: 213
Thanks: 45
Thanked 31 Times in 29 Posts
Contact Info
Send a message via Skype™ to sf_Imtiaz
Default Re: How to embedd .swf file onto website?

Quote:
Originally Posted by Vanquish View Post
Hey i recently created a video using camtasia and optimized it for in .swf (flash format) however i do not know what html/code i need to embedd it into my web page? Can anyone help?


Thank you
Code:
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="###" height="###">
  <param name="movie" value="path/filename.swf">
  <param name="quality" value="high">
  <embed src="path/filename.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="###" height="###"></embed>
</object>
Replace the "###" in "width" and "height" with the actual width and height of your video.

A much simpler code to do this is:

Code:
<object width="###" height="###">
<param name="movie" value="path/filename.swf">
<embed src="path/filename.swf" width="###" height="###">
</embed>
</object>
But this smaller piece of code wouldn't work if the visitor doesn't have flash player. The top code will suggest to download flash player if the visitor doesn't have it.

sf_Imtiaz is online now   Reply With Quote
Reply

  WarriorForum - Internet Marketing Forums > The Warrior Forum > Main Internet Marketing Discussion Forum

Tags
embedd, file, swf, website

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off



All times are GMT -6. The time now is 10:20 AM.