1 suddenly Jul 01, 2004 05:51
3 stk Feb 10, 2005 17:00
I'll need to know how to do this soon too.
I noticed that Topanga (a poster on this board) has her blog set up with lots of audio (don't know about video). Took a quick peek at the code and see that she is embedding the audio files (.mp3 is the one I saw) as an anchor tag link.
<a href="www.site.com/audioFile.mp3"><image src="buttonJPG" title="click me to hear the Rest of the Story"></a>
Using the Anchor tag is allowed and then the link pulls up whatever audio solution you call automatically for .mp3 files. IN my case, a QuickTime player. (Of course, it's all in Flemish, I assume & I didn't understand a thing!). You can avoid the use of the embed tags completely.
OR ... If you are insistent on using them, you can always modify the _formatting.php file to add them. (Sorry, haven't done that yet ... only added attributes for EXISTING tags, but it would seem to me it isn't that hard ... use the other tags as a template).
BUT ... before you try adding the extra tag, just turn OFF the HTML checker in _formatting.php (look for $use_html_checker = 1) and set it to zero. THEN upload your <embed> tags in your post ... they'll go fine, now that the HTML checker is OFF. Once done, turn the checker back on immediately, so no nasty code can be posted via your comments
Doing the above will allow you to CHECK to see if the embed tag is REALLY the one you want to use. (I think XHTML likes stuff like that as an 'object' tag instead).
Anyway ... some suggestions.
-stk
4 stk Feb 25, 2005 14:46
See post: http://forums.b2evolution.net/viewtopic.php?t=3297&
Discussion on both SWF audio and SWF video.
Solutions for both.
It seems that this topic was posted a long time ago....I would like to know this too.