I'm trying to make a new fetcher for another site but their flash video/swf don't carry their videos with them so i decided to put it into iframe script on my page. I modified yahoo fetcher into this new fetcher and was able to get title, description, thumbnails etc. but the problem is in the ....maybe embed url? (not sure) whatever goes there probably goes into value of the player code. it doesn't matter if it's linkable or invideo links for for the remote host it just goes into that code.
<object height="676" width="900"><param name="movie" value=" LINKS HERE "><param name="allowFullScreen" value="true"><param name="allowscriptaccess" value="always"><param name="wmode" value="transparent"><param name="quality" value="high"><embed src=" LINKS HERE " type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" height="676" width="900"><a style="left: 1026px ! important; top: 677px ! important;" title="Click here to block this object with Adblock Plus" class="iapiennkzatmibtjplva" href=" LINKS HERE "></a><a class="iapiennkzatmibtjplva" href=" LINKS HERE "></a></object>
rather than go into that code, I want to make another kind of video type so that if it's a certain type, it would just put my whole code into that part of the play video page. like embedding codes and anything else.
also since the fetcher goes into the import.php or fetchit.php and all these other pages, it makes it hard to modify it to just show my exact code. the fetchit couldn't fetch my links so it result in a fetch_link_failed.
dunno if you get what i mean but i hope to see more freedom of adding things next version. but if u can help me do it on my own you'll be my life saver
perhaps an EMBED code plugin?