Page 1 of 1
[REQ] import script: <embed> tags from youtube
Posted: 2007-05-14 08:14:48
by digiworld
Hello everybody,
I'm not so good in making scripts, so i wanna ask if someone can make or has a script that can import the <embed> tags into a field (no mather wich field) in AMC, from
www.youtube.com by orginal title.
Thnx in advance.
Greetz digiworld
Posted: 2007-05-15 15:27:42
by legrad
can you explain "<embed> tags" better?
what do you really want?
I don`t get you
thanks
Posted: 2007-07-10 20:53:44
by enverge
I think I know what he means, I am looking for some thing similar:
<object width="425" height="350"><param name="movie" value="
http://www.youtube.com/v/tJjJ8ulnOfM <param><param name="wmode" value="transparent"></param><embed src="
http://www.youtube.com/v/tJjJ8ulnOfM" type="application/x-shockwave-flash" wmode="transparent" width="425" height="350"></embed></object>
so the source changes and the number of the movie changes ie: tJjJ8ulnOfM
I can then process movie pages with the movie trailor embedded in the page
one possibility maybe is to add a variable ie
<object width="425" height="350"><param name="movie" value="
http://www.youtube.com/v/ $VARIABLE <param><param name="wmode" value="transparent"></param><embed src="
http://www.youtube.com/v/ $VARIABLE type="application/x-shockwave-flash" wmode="transparent" width="425" height="350"></embed></object
$$ITEM_MOVIE_LABEL i dont use sothe number could possible go in there, am I right[/b]
Posted: 2007-07-10 22:13:05
by bad4u
I'm not quite sure if I understand what you want ..
You just want to import the film number (tJjJ8ulnOfM) into a field or the complete URL of the film (
http://www.youtube.com/v/tJjJ8ulnOfM) ?
Or are you talking about a complete script to import YouTube data, what means searching for a (film)title, showing the search results list and picking a film from the list ?