![]() | | ||||||||
| | #1 |
| Karl Thomas War Room Member Join Date: Dec 2008 Location: Toronto
Posts: 755
Thanks: 170
Thanked 69 Times in 54 Posts
|
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 |
| | |
| | #2 |
| Advanced Warrior War Room Member Join Date: Mar 2007 Location: , , USA.
Posts: 514
Thanks: 55
Thanked 80 Times in 51 Posts
| |
| | |
| | |
| | #3 |
| Karl Thomas War Room Member Join Date: Dec 2008 Location: Toronto
Posts: 755
Thanks: 170
Thanked 69 Times in 54 Posts
|
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.
|
| | |
| | #4 |
| Warrior Member War Room Member Join Date: Feb 2009
Posts: 25
Thanks: 2
Thanked 7 Times in 6 Posts
|
Which web editor are you using?
|
| Create Your First Pro Business Blog- Free ebook with step by step instructions - www.dougstewartonline.com | |
| | |
| | #5 | |
| HyperActive Warrior War Room Member Join Date: Jun 2009
Posts: 213
Thanks: 45
Thanked 31 Times in 29 Posts
| Quote:
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> 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> | |
| | ||
| | |
![]() |
|
| Tags |
| embedd, file, swf, website |
| Thread Tools | |
| |
![]() |