Recent Topics

1 Aug 12, 2005 11:29    

Hi all,

I'm pretty sure this has already been discussed a lot, but beleive me it's been an hour I'm searching and don't find quite what I want. I would like to embed Quicktime load-on-click movies in my post. Here is an example of the kind of thing I'd like to do : [url=http://www.apple.com/trailers/miramax/comedian.html]A trailer at Apple.com[/url].

There are probably lots of ways to achieve that and I don't want to discuss XHTML/HTML validity here. I'll deal with that later. The thing is, apparently I should need to add EMBED and OBJECT tags (and their parameters) to the formatting.php file in b2evo. I tried to deal with the how-to I found in http://forums.b2evolution.net/viewtopic.php?t=3297 -- but it seems there is a mistake in the code section dealing with parameters (it's a duplicate of the tags section).

Could someone post something really direct and specific about how to add supported tags in the "formatting.php" file and configure them with attributes and such, notably for the OBJECT, EMBED and PARAM tags and subtags... Thanks in advance !

2 Aug 14, 2005 23:28

I'm working on a good hack for flash files using object and embed. I think it's the same for Quicktime movies.
It is however complicated and affects 5 core files (15 places hacked).
It works perfect with Moz-FF1.06, IE6, NN7.1 and Opera 7.5. I need some time to make a good description....

3 Aug 15, 2005 12:42

I posted a long article yesterday about modifying the _formatting.php file to accept OBJECT, PARAM and EMBED. However, it has been deleted :o( Ask moderators...

4 Aug 15, 2005 13:53

1 possibility : the forum has been changed from one server to another.
So at one point we needed to make a backup and restore it..
Can it be that it was at that moment ?

We do not delete posts 'because it's fun deleting'...

5 Aug 15, 2005 14:04

I would never say things are deleted for fun. My post was recorded yesterday evening (CET), I don't know if it's in the right timeframe... Anyway, if it's useful I could try to re-write it (but it's long)... Don't have time right now.

6 Aug 15, 2005 14:18

Not only _formatting.php has to be changed for passing the html_checker but there are some rendering problems too.

This is wat I've been done:

- making available of object, param & embed elements (including attr. and uri-check) in _formatting.php

- workaround for uri check "value" attr in _class_html_checker.php (check for this attr. disabled)

- added "param" to self closing elements in _functions.php (function balanceTags)

- preventing <p> rendering within object, param & embed in _auto_p.renderer (function autop)

- workaround for smilies (smilies are rendered within attr. values, bug?): disabled smilies in smilies.conf.php
-----------------------
After this I can post the following flash code:

<object class="right" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="250" height="230" title="Puzzle">
  <param name="movie" value="http://84.107.2.50/plam/design/media/flash/Puzzle.swf" />
  <param name="quality" value="high" />
  <embed src="http://84.107.2.50/plam/design/media/flash/Puzzle.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="250" height="230"></embed>
</object>

Details follow........

7 Nov 21, 2005 12:38

hi plam
read about your coment how to display Quicktime in b2evo.
Just hoping that you are still around.
To post your offered solution and details how to make the 15 hacks.
What iam looking for is a Quicktime player on the main screen.
Not SWF because i want to post video mp4 3gp files over the mobile .
Witch need some control .
aktivated the MMS.php with works great but with no video it would be a bit of a mess.
some aditional idea would be that the hack recognise if the file is a video or a pic or a sound file to chouse the control .
I cant (dont want to add html tags on the mobile phone.
So it shoud go easy :)
Thanks for any help


Form is loading...