vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Show Thread Enhancements - AME - Auto Media Embedding (youtube, Amazon, google, myspace, etc...) (https://vborg.vbsupport.ru/showthread.php?t=150863)

rapidphim 02-08-2008 04:06 PM

When I view source, I got this link
http://www.dailymotion.com/swf/x48b5h

how did you come up with this link
http://www.dailymotion.com/video/x3f...nk2_shortfilms

And it's not embed:
http://www.vshares.net/showthread.php?p=77#post77

Digital Jedi 02-09-2008 10:13 AM

Quote:

Originally Posted by rapidphim (Post 1438972)
When I view source, I got this link
http://www.dailymotion.com/swf/x48b5h

That's what I'm saying, your not supposed to use anything from the source code. Just post the URL of the page you found the video on at Daily Motion.

Quote:

how did you come up with this link
http://www.dailymotion.com/video/x3f...nk2_shortfilms
I did a search on Daily Motion for the term "thegioifilm" and just picked a random video.

Did you download and import the updated XML files for Daily Motion in the link I gave you? Hotwheels made two more Daily Motion XMLs, and they seem to work fine for me. [Example] The default one that comes with AME no longer works.

ellabella 02-09-2008 11:35 AM

Can someone help me install this thing. I have uploaded all the files into my forum folders but I don't know where "AME CP->Settings" is? What's AME CP? I'm assuming this is in my VB admin area.

Basically I want to be able insert blip.tv videos onto my forum. How do I do this?

Digital Jedi 02-09-2008 11:50 AM

Quote:

Originally Posted by ellabella (Post 1439369)
Can someone help me install this thing. I have uploaded all the files into my forum folders but I don't know where "AME CP->Settings" is? What's AME CP? I'm assuming this is in my VB admin area.

Basically I want to be able insert blip.tv videos onto my forum. How do I do this?

Did you remember to import the XML file after you uploaded the files?

ellabella 02-09-2008 12:10 PM

Quote:

Originally Posted by Digital Jedi (Post 1439375)
Did you remember to import the XML file after you uploaded the files?

Ah no I didn't - te he! Thanks. It's now showing up.


Ok so now I'm not sure how I allow blip.tv imports. Can you help me with that? Code is not my forte :P

rapidphim 02-09-2008 06:21 PM

Quote:

Originally Posted by Digital Jedi (Post 1439338)
Did you download and import the updated XML files for Daily Motion in the link I gave you? Hotwheels made two more Daily Motion XMLs, and they seem to work fine for me. [Example] The default one that comes with AME no longer works.

Jedi, Yes, I did download the two dailymotion and imported them. Not sure what happened thou...

ellabella 02-09-2008 08:45 PM

Quote:

Originally Posted by ellabella (Post 1439386)
Ah no I didn't - te he! Thanks. It's now showing up.


Ok so now I'm not sure how I allow blip.tv imports. Can you help me with that? Code is not my forte :P


Please can somebody help me with embedding blip.tv videos?

MotMann 02-10-2008 07:35 AM

There are W3C Org mistakes:

Quote:

Line 602, Column 174: there is no attribute "src".
…om/v/VeCKIRfElaI"></param><embed src="http://www.youtube.com/v/VeCKIRfElaI" t

You have used the attribute named above in your document, but the document type you are using does not support that attribute for this element. This error is often caused by incorrect use of the "Strict" document type with a document that uses frames (e.g. you must use the "Transitional" document type to get the "target" attribute), or by using vendor proprietary extensions such as "marginheight" (this is usually fixed by using CSS to achieve the desired effect instead).

This error may also result if the element itself is not supported in the document type you are using, as an undefined element will have no supported attributes; in this case, see the element-undefined error message for further information.

How to fix: check the spelling and case of the element and attribute, (Remember XHTML is all lower-case) and/or check that they are both allowed in the chosen document type, and/or use CSS instead of this attribute. If you received this error when using the <embed> element to incorporate flash media in a Web page, see the FAQ item on valid flash.

Line 602, Column 218: there is no attribute "type".
…/www.youtube.com/v/VeCKIRfElaI" type="application/x-shockwave-flash" width="4

You have used the attribute named above in your document, but the document type you are using does not support that attribute for this element. This error is often caused by incorrect use of the "Strict" document type with a document that uses frames (e.g. you must use the "Transitional" document type to get the "target" attribute), or by using vendor proprietary extensions such as "marginheight" (this is usually fixed by using CSS to achieve the desired effect instead).

This error may also result if the element itself is not supported in the document type you are using, as an undefined element will have no supported attributes; in this case, see the element-undefined error message for further information.

How to fix: check the spelling and case of the element and attribute, (Remember XHTML is all lower-case) and/or check that they are both allowed in the chosen document type, and/or use CSS instead of this attribute. If you received this error when using the <embed> element to incorporate flash media in a Web page, see the FAQ item on valid flash.

Line 602, Column 256: there is no attribute "width".
…application/x-shockwave-flash" width="425" height="350" wmode="transparent"><

You have used the attribute named above in your document, but the document type you are using does not support that attribute for this element. This error is often caused by incorrect use of the "Strict" document type with a document that uses frames (e.g. you must use the "Transitional" document type to get the "target" attribute), or by using vendor proprietary extensions such as "marginheight" (this is usually fixed by using CSS to achieve the desired effect instead).

This error may also result if the element itself is not supported in the document type you are using, as an undefined element will have no supported attributes; in this case, see the element-undefined error message for further information.

How to fix: check the spelling and case of the element and attribute, (Remember XHTML is all lower-case) and/or check that they are both allowed in the chosen document type, and/or use CSS instead of this attribute. If you received this error when using the <embed> element to incorporate flash media in a Web page, see the FAQ item on valid flash.

Line 602, Column 269: there is no attribute "height".
…-shockwave-flash" width="425" height="350" wmode="transparent"></embed></obje

You have used the attribute named above in your document, but the document type you are using does not support that attribute for this element. This error is often caused by incorrect use of the "Strict" document type with a document that uses frames (e.g. you must use the "Transitional" document type to get the "target" attribute), or by using vendor proprietary extensions such as "marginheight" (this is usually fixed by using CSS to achieve the desired effect instead).

This error may also result if the element itself is not supported in the document type you are using, as an undefined element will have no supported attributes; in this case, see the element-undefined error message for further information.

How to fix: check the spelling and case of the element and attribute, (Remember XHTML is all lower-case) and/or check that they are both allowed in the chosen document type, and/or use CSS instead of this attribute. If you received this error when using the <embed> element to incorporate flash media in a Web page, see the FAQ item on valid flash.

Line 602, Column 281: there is no attribute "wmode".
…lash" width="425" height="350" wmode="transparent"></embed></object></td>

You have used the attribute named above in your document, but the document type you are using does not support that attribute for this element. This error is often caused by incorrect use of the "Strict" document type with a document that uses frames (e.g. you must use the "Transitional" document type to get the "target" attribute), or by using vendor proprietary extensions such as "marginheight" (this is usually fixed by using CSS to achieve the desired effect instead).

This error may also result if the element itself is not supported in the document type you are using, as an undefined element will have no supported attributes; in this case, see the element-undefined error message for further information.

How to fix: check the spelling and case of the element and attribute, (Remember XHTML is all lower-case) and/or check that they are both allowed in the chosen document type, and/or use CSS instead of this attribute. If you received this error when using the <embed> element to incorporate flash media in a Web page, see the FAQ item on valid flash.

Line 602, Column 294: element "embed" undefined.
…425" height="350" wmode="transparent"></embed></object></td>

You have used the element named above in your document, but the document type you are using does not define an element of that name. This error is often caused by:

incorrect use of the "Strict" document type with a document that uses frames (e.g. you must use the "Frameset" document type to get the "<frameset>" element),
by using vendor proprietary extensions such as "<spacer>" or "<marquee>" (this is usually fixed by using CSS to achieve the desired effect instead).
by using upper-case tags in XHTML (in XHTML attributes and elements must be all lower-case).
Can anyone fix that?

Digital Jedi 02-10-2008 09:56 AM

Quote:

Originally Posted by MotMann (Post 1439874)
There are W3C Org mistakes:



Can anyone fix that?

Embedded videos generally wont validate. There's an article here explaining why that is so, and you may be able to implement some of the suggestions. I did this for videos on my Home Page. http://www.alistapart.com/articles/flashsatay/


Quote:

Originally Posted by ellabella (Post 1439618)
Please can somebody help me with embedding blip.tv videos?

You can request Blip be added in this thread. But it may take some time, as there's only person, Hotwheels, who's been able to make the XMLs for us. I've been trying to learn, but haven't really had the time.
https://vborg.vbsupport.ru/showthread.php?t=157109


Quote:

Originally Posted by rapidphim (Post 1439549)
Jedi, Yes, I did download the two dailymotion and imported them. Not sure what happened thou...

You may need to delete the old Daily Motion from your library.

MotMann 02-10-2008 10:08 AM

Quote:

Originally Posted by Digital Jedi (Post 1439952)
Embedded videos generally wont validate. There's an article here explaining why that is so, and you may be able to implement some of the suggestions. I did this for videos on my Home Page. http://www.alistapart.com/articles/flashsatay/

uo. that in englisch :( You have the clean code for youtube for me? :)

And what i must do, that the QT Plug In first start to download the File, if the User click on the Startbutton?


All times are GMT. The time now is 09:31 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.02480 seconds
  • Memory Usage 1,790KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (12)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (4)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete