krocheck Posted July 21, 2008 Posted July 21, 2008 As you said, entirely not feasible. ;) For a site that was dedicated to doing such a thing, realistically you would be able to purchase a custom modification to do this from a reliable coder to boot, so there's not much involvement we'd have with such a feature. On a related note though, I know a site that has integrated a flash loader for gallery media which works nicely without transcoding. All of the custom media code calls a flash loader, which then loads the actual movie, and seems to be able to handle any formats he allows. No transcoding and you still have flash on the front-end. Half the time when I post stuff like that I'm looking to a gold standard that is just not possible (as I alluded to). That flash loader seems to be a very nice alternative to my suggestion, and in reality having to convert uploaded files to a single format degrades the quality (to varying degrees). I would not be opposed to that solution at all ... enable/disable option, of course, for those who want them to be download-able instead of viewed (progressively downloaded). This is, assuming, you could get your hands on it ;) Keith
ikillbill Posted July 22, 2008 Posted July 22, 2008 Change the "Custom BBCode Replacement" code to this;<object width="425" height="350"><param name="movie" value="{content}"></param><param name="wmode" value="transparent"></param><embed src="{content}" type="application/x-shockwave-flash" wmode="transparent" width="425" height="350"></embed></object> Just temporary fix until IPB 3. As Brandon stated, this will be built in as a tag in the next release :) thanks for this with this bbcode, can I embed googlevideo and other videos as well? or it depends?
erdean2 Posted July 29, 2008 Posted July 29, 2008 So very confused. version 2.3.5 Please how do you play swf video that you attached in a post. I allowed flash in the acp. Ed
cHXCk Posted August 8, 2008 Posted August 8, 2008 i have a problem with v2.3.4 and youtube, the video doesnt show with the code:<object width="425" height="350"><param name="movie" value="http://www.youtube.com/v/{content}"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/{content}" type="application/x-shockwave-flash" wmode="transparent" width="425" height="350"></embed></object> ipb v2.3.4 id:23007 pls help!
Morrigan Posted August 8, 2008 Posted August 8, 2008 Try changing it to:<object width="425" height="350"><param name="movie" value="{content}"></param><param name="wmode" value="transparent"></param><embed src="{content}" type="application/x-shockwave-flash" wmode="transparent" width="425" height="350"></embed></object> Making it the full URL instead of just the Id tag. It might work better.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.