
Code: Select all
[lastfm]{IDENTIFIER}[/lastfm]
Code: Select all
<style type="text/css">table.lfmWidgetchart_bec03b7a40ed68f929adae359de0f518 td {margin:0 !important;padding:0 !important;border:0 !important;}table.lfmWidgetchart_bec03b7a40ed68f929adae359de0f518 tr.lfmHead a:hover {background:url(http://cdn.last.fm/widgets/images/en/header/chart/recenttracks_regular_black.png) no-repeat 0 0 !important;}table.lfmWidgetchart_bec03b7a40ed68f929adae359de0f518 tr.lfmEmbed object {float:left;}table.lfmWidgetchart_bec03b7a40ed68f929adae359de0f518 tr.lfmFoot td.lfmConfig a:hover {background:url(http://cdn.last.fm/widgets/images/en/footer/black.png) no-repeat 0px 0 !important;;}table.lfmWidgetchart_bec03b7a40ed68f929adae359de0f518 tr.lfmFoot td.lfmView a:hover {background:url(http://cdn.last.fm/widgets/images/en/footer/black.png) no-repeat -85px 0 !important;}table.lfmWidgetchart_bec03b7a40ed68f929adae359de0f518 tr.lfmFoot td.lfmPopup a:hover {background:url(http://cdn.last.fm/widgets/images/en/footer/black.png) no-repeat -159px 0 !important;}</style>
<table class="lfmWidgetchart_bec03b7a40ed68f929adae359de0f518" cellpadding="0" cellspacing="0" border="0" style="width:184px;"><tr class="lfmHead"><td><a title="{IDENTIFIER}: Recently Listened Tracks" href="http://www.last.fm/user/{IDENTIFIER}" target="_blank" style="display:block;overflow:hidden;height:20px;width:184px;background:url(http://cdn.last.fm/widgets/images/en/header/chart/recenttracks_regular_black.png) no-repeat 0 -20px;text-decoration:none;border:0;"></a></td></tr><tr class="lfmEmbed"><td><object type="application/x-shockwave-flash" data="http://cdn.last.fm/widgets/chart/friends_6.swf" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" id="lfmEmbed_159743419" width="184" height="199"> <param name="movie" value="http://cdn.last.fm/widgets/chart/friends_6.swf" /> <param name="flashvars" value="type=recenttracks&user={IDENTIFIER}&theme=black&lang=en&widget_id=chart_bec03b7a40ed68f929adae359de0f518" /> <param name="allowScriptAccess" value="always" /> <param name="allowNetworking" value="all" /> <param name="allowFullScreen" value="true" /> <param name="quality" value="high" /> <param name="bgcolor" value="000000" /> <param name="wmode" value="transparent" /> <param name="menu" value="true" /> </object></td></tr><tr class="lfmFoot"><td style="background:url(http://cdn.last.fm/widgets/images/footer_bg/black.png) repeat-x 0 0;text-align:right;"><table cellspacing="0" cellpadding="0" border="0" style="width:184px;"><tr><td class="lfmConfig"><a href="http://www.last.fm/widgets/?colour=black&chartType=recenttracks&user={IDENTIFIER}&chartFriends=1&from=code&widget=chart" title="Get your own widget" target="_blank" style="display:block;overflow:hidden;width:85px;height:20px;float:right;background:url(http://cdn.last.fm/widgets/images/en/footer/black.png) no-repeat 0px -20px;text-decoration:none;border:0;"></a></td><td class="lfmView" style="width:74px;"><a href="http://www.last.fm/user/{IDENTIFIER}" title="View {IDENTIFIER}'s profile" target="_blank" style="display:block;overflow:hidden;width:74px;height:20px;background:url(http://cdn.last.fm/widgets/images/en/footer/black.png) no-repeat -85px -20px;text-decoration:none;border:0;"></a></td><td class="lfmPopup"style="width:25px;"><a href="http://www.last.fm/widgets/popup/?colour=black&chartType=recenttracks&user={IDENTIFIER}&chartFriends=1&from=code&widget=chart&resize=1" title="Load this chart in a pop up" target="_blank" style="display:block;overflow:hidden;width:25px;height:20px;background:url(http://cdn.last.fm/widgets/images/en/footer/black.png) no-repeat -159px -20px;text-decoration:none;border:0;" onclick="window.open(this.href + '&resize=0','lfm_popup','height=299,width=234,resizable=yes,scrollbars=yes'); return false;"></a></td></tr></table></td></tr></table>
Code: Select all
Display a widget of your Last.fm profile info. [lastfm]USERNAME[/lastfm]
to add the mp4, it is my understanding that you have to include some sort of player for it, such as apple's quicktime:wordeebird wrote:I would like to create a custom BBcode to embed an mp4 video that I'm hosting off of my own server.
I tried this in the appropriate boxes in the ACP and it didn't work:It showed in the post the approximate size it should have showed, but the body of the post was just blank. I don't mean to be an idiot, but is an mp4 *not* flash? If not, what should I have in the code instead of:Code: Select all
[mp4]{TEXT}[/mp4] and <embed src="{TEXT}" width="460" height="395" wmode="transparent" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash"></embed>
Thanks in advance~Code: Select all
pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash">
Code: Select all
<object classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" width="160" height="144" codebase="http://www.apple.com/qtactivex/qtplugin.cab">
<param name="src" value="sample.mov">
<param name="autoplay" value="true">
<param name="controller" VALUE="false">
<embed src="sample.mov" width="160" height="144" autoplay="true" controller="false" pluginspage="http://www.apple.com/quicktime/download/">
</embed>
</object>
Code: Select all
<object classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" width="160" height="144" codebase="http://www.apple.com/qtactivex/qtplugin.cab">
<param name="src" value="http://www.nwolibrary.com/files/{TEXT}">
<param name="autoplay" value="true">
<param name="controller" VALUE="false">
<embed src="http://www.nwolibrary.com/files/{TEXT}" width="160" height="144" autoplay="true" controller="false" pluginspage="http://www.apple.com/quicktime/download/">
</embed>
</object>
Code: Select all
<OBJECT CLASSID="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" WIDTH="480"HEIGHT="286" CODEBASE="http://www.apple.com/qtactivex/qtplugin.cab">
<PARAM name="SRC" VALUE="{TEXT}">
<PARAM name="AUTOPLAY" VALUE="true">
<PARAM name="CONTROLLER" VALUE="true">
<EMBED SRC="{TEXT}" WIDTH="480" HEIGHT="286" AUTOPLAY="true" CONTROLLER="true" PLUGINSPAGE="http://www.apple.com/quicktime/download/">
</EMBED>
</OBJECT>
Code: Select all
[cmt]{TEXT][/cmt]
Code: Select all
<!--{TEXT}-->
Code: Select all
[sigpic]10[/sigpic]
Code: Select all
[sigpic]{number}[/sigpic]
Code: Select all
<object width="281" height="115"><param name="movie" value="http://www.dcarrsmith.com/sigpics/FOMCAP.swf" flashvars="driverno={NUMBER}"></param><param name="wmode" value="transparent"></param><embed src="http://www.dcarrsmith.com/sigpics/FOMCAP.swf" type="application/x-shockwave-flash" flashvars="driverno={NUMBER}" wmode="transparent" width="281" height="115"></embed></object>
Code: Select all
[flash=281,115]http://www.dcarrsmith.com/sigpics/FOMCAP.swf?driverno=10&wmode=transparent[/flash]
Code: Select all
[Mp3]{URL}[/Mp3]
Code: Select all
<p style="color: rgb(0, 0, 0); font-family: Arial,sans-serif; font-size: 11px; font-weight: normal; text-align: left; text-decoration: none;">
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" id="dewplayer" align="left" height="30" width="300"><param name="allowScriptAccess" value="sameDomain"><param name="movie" value="http://forum.frequencebonheur.fr//dewplayer.swf?son={URL}&autostart=0&bgcolor=FFFFFF"><param name="quality" value="high"><param name="bgcolor" value="FFFFFF"><embed src="http://forum.frequencebonheur.fr//dewplayer.swf?son={URL}&autostart=0&bgcolor=FFFFFF" quality="high" bgcolor="FFFFFF" name="dewplayer" allowscriptaccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" align="left" height="30" width="300"></object><br></p>
To increase your upload limit, in the ACP click "Attachment settings" in the General Tab, then look on the right where it says "Total Attachment quota" - raise that number (it's the maximum space you allocate on your server for attachments)OniTenshu wrote:i'm having the same exact problem right now with my videos. but it's with any video type and not just mp4 videos. if i can get my upload limit on my forums up then i can upload with no problems.
It sounds like you saying that if you attach the video(s), they are fine, but if you upload them and then provide a link to them, they do not work... is that right?and for those curious what i meant it means that videos uploaded through the forums work but if they're uploaded through anything else they don't work and become corrupted.