![]() |
|
|
|
|||||||
| Register | Forum Rules | Blogs | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| XDTalk Memberships | Gold Sponsorships | XDTalk Sponsors | XDTalk Pro Logo Shop | Photo Gallery | Wiki | ChatBox |
|
Welcome to the XDTalk Forums - Your HS2000/SA-XD Information Source! forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Also, registering gets you started on gaining access to The Trading Post and Blogs after 30 days and 100 posts! Registration is fast, simple and absolutely free so please, join our community today! |
|
|
LinkBack | Thread Tools | Display Modes |
|
|
#1 |
|
XDTalk 15K Member
![]() |
Shockwave embed
okay... let's look at this again.
I think the syntax is off here. Code:
(object width="425" height="350") (param name="movie" value="http://www.youtube.com/v/kxLoahwIwqU") (/param) (param name="wmode" value="transparent") (/param) (embed src="http://www.youtube.com/v/kxLoahwIwqU" type="application/x-shockwave-flash" wmode="transparent" width="425" height="350") (/embed) (/object) This is the correct way to embed a video from youtube replacing the () with <> of course.
__________________
"Those who would give up Essential Liberty to purchase a little Temporary Safety, deserve neither Liberty nor Safety." --Benjamin Franklin PA Roll Call Last edited by Krackels; 11-30-2006 at 11:11 AM. |
|
|
|
|
|
#3 | |
|
XDTalk 15K Member
![]() |
Quote:
I replaced the code with an example of the right syntax, so I'm looking at what I need to change and move around to get it to work for examples that don't have an 'embed code' option. Lets see if this works. (crosses fingers) Size is way wrong Any opinions. This is the code that I used. Code:
(object width="400" height="550")
(param name="movie" value="http://www.friendsoffoamy.com/episodes/55.Coffee.House.Propoganda.swf")
(/param)
(param name="quality" value="high")
(/param)
(embed src="http://www.friendsoffoamy.com/episodes/55.Coffee.House.Propoganda.swf" type="application/x-shockwave-flash")
(/embed)
(/object)
Code:
(table bgcolor="#000000" border="0" cellpadding="0" cellspacing="0" width="562")
(!--DWLayoutTable--)
(tbody)(tr)
(td height="459" valign="top" width="562") (div align="center")
(p)
(object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://active.macromedia.com/flash2/cabs/swflash.cab#version=4,0,0,0" height="400" width="550")
(param name="movie" value="http://www.friendsoffoamy.com/episodes/55.Coffee.House.Propoganda.swf")
(!-- -- path + name of movie --)
(param name="quality" value="high")
(param name="bgcolor" value="#FFFFFF")
(embed src="http://www.friendsoffoamy.com/episodes/55.Coffee.House.Propoganda.swf" quality="high" bgcolor="#FFFFFF" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" height="400" width="550")
(!-- -- path + name of movie --)
(/object)
(br)
(font color="#856980" face="arial,helvetica" size="-1") (b)(strong)(font size="1")(strong)(font color="#ffffff")(img src="http://www.friendsoffoamy.com/assets/images/warning.gif")(/font)(/strong)(/font)(/strong) (font color="#ffffff")(br)
(font face="arial,helvetica" size="-1")(b)(font face="arial,helvetica" size="3")"Coffee - House Propaganda"(/font)(/b)(/font)(font color="#856990" face="arial,helvetica" size="3")
(!-- -- name of movie --)
(font face="arial,helvetica" size="0") Copyright Jonathan Ian Mathers
2002-2003.(/font)(/font)(/font)(/b)(font color="#ffffff")(/font)(font color="#ffffff")(br)
(font face="arial,helvetica" size="-1")(b)(font size="0")You are viewing this movie courtesy
of The Friends of Foamy!(/font)(/b)(/font)(/font)(font color="#856980" face="arial,helvetica" size="-1")(b)(font size="0")(br)
(br)
(/font)(/b)(/font)(/font)(/p)
(font color="#856980" face="arial,helvetica" size="-1") (/font)(/div)
(font color="#856980" face="arial,helvetica" size="-1") (/font)(/td)
(/tr)
(/tbody)(/table)
(/td)
__________________
"Those who would give up Essential Liberty to purchase a little Temporary Safety, deserve neither Liberty nor Safety." --Benjamin Franklin PA Roll Call Last edited by Krackels; 11-30-2006 at 11:19 AM. |
|
|
|
|
| Thread Tools | |
| Display Modes | |
|
|