vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   ZH - Flash BBcode (https://vborg.vbsupport.ru/showthread.php?t=124387)

Ziki 08-18-2006 10:00 PM

ZH - Flash BBcode
 
This modification was brought to you by
KXDesign
http://www.kxdesign.com/


~Hack name
Flash Video

~Hack description
Adds a new flash video bbcode!
If this was posted already please notify me.I did a search

~Hack options
Type the URL inside the bbcode parameter

~Hack info

File uploads: 0
Template edits: 0
File edits: 0
Plugins: 0
SQL Queries: 0
Phrases: 0
Settings: 0

Install time: 1 min
Install level: Easy

~Hack installation
Step 1: Open bbcode manager and add this following bbcode:

Name: Flash Video

Tag: flash

Replacement:

Code:

<p align="center"><object><object classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0">
  <param name="movie" value="">
  <param name="quality" value="high">
  <embed src="{param}" quality="high" width="550" height="412" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash"></embed>
</object>
</p>

Example: [flash](your flash file URL)[/flash]

Description:
Flash Video

Use Option: No

Button image: [image path here]


~Hack screenshots
None


~Hack copyright
This may be distributed,released or claimed as your work without author's permission.

Mysticales 08-19-2006 07:31 PM

any clue it this would load on a PSP browser too?

Ziki 08-20-2006 08:47 AM

I think it will.I would test it out but my PSP got stolen :S

Mysticales 08-25-2006 11:36 PM

Ill try it later, see if it loads flash content, if it does, I think your plugin may make some more notice.

Ziki 08-29-2006 03:09 PM

Nah I don't think so.But it should work on PSP definately

Keyser S?ze 09-15-2006 11:49 PM

good mod and works fine in 3.6.1 but how can u make it so it does not set a limit on the size?

Ziki 09-16-2006 03:44 PM

Use this replacement

Quote:

<p align="center"><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="550" height="200">
<param name="movie" value="{param}">
<param name="quality" value="high">
<embed src="{param}" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash"></embed>
</object>
</p>

Keyser S?ze 09-17-2006 02:09 AM

still the same problem im afraid :(

http://www.emuasylum.com/forums/show...921#post462921

Ziki 09-22-2006 04:00 PM

Sorry my bad :D


Quote:

<p align="center"><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0">
<param name="movie" value="{param}">
<param name="quality" value="high">
<embed src="{param}" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash"></embed>
</object>
</p>

hnjco 09-23-2006 07:41 PM

not working on my 3.6.1

I'm just getting white screen in threads..
anyidea?
i used code on post nr 9.

Ziki 09-24-2006 04:41 PM

Uh I dunno anything about 3.6.1 :)

Has that worked on any 3.5?

hnjco 09-25-2006 12:15 AM

This code work for me on 3.6.1 but i have to set size and in the end i have to use this code 4 time for each size. like 800x800 then 800x600 then 800x400 then 800x200..
and i don't have 3.5 anymore so no idea if it work or not.

Quote:

<param name="movie" value="(your flash file URL)"> <embed src="(your flash file URL)" width="800" height="600" type="application/x-shockwave-flash"></embed> </object>

Ziki 10-09-2006 06:18 PM

And does the code before I posted work?

rebelclan 10-16-2006 04:06 AM

Quote:

Originally Posted by Ziki
And does the code before I posted work?

for me, that new code makes a big white box, with my flash file shrunk down in the middle of it

InTeNsE-HuMoR 10-18-2006 01:42 AM

Quote:

Originally Posted by Ziki
And does the code before I posted work?

I played with your code abit and got it to work on my 3.6.1 board. The code I used was:
Code:

<object><object classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0">
  <param name="movie" value="">
  <param name="quality" value="high">
  <embed src="{param}" quality="high" width="550" height="412" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash"></embed>
</object>

Note that one of the {param} tags has been taken out where it says value="". So far it seems to work great. :)

Ziki 10-28-2006 05:45 PM

I can take a look at it later

whitetigergrowl 10-29-2006 04:27 AM

Not working on 3.6.2

fishhub 11-01-2006 05:09 PM

i am looking for something that can upload windows media player. Can this work with it as well?

fishhub 11-04-2006 04:51 PM

anyone knows? can it work on wmv?

Ziki 11-17-2006 12:07 PM

No for that use anymedia bbcode

donnie_ogm 11-30-2006 04:28 PM

great *installed*

work on my 3.6.2

thx ;)

EDIT:
Sorry it doesn't work on IE (white screen) work only for firefox... any ideas?

this is the post link

Ziki 12-03-2006 01:26 PM

Works kinda only

Stewie Griffin 05-12-2007 05:04 AM

Sample button image anyone? :p

Stewie Griffin 05-12-2007 05:35 AM

Not working on 3.6.5

archonus 01-02-2009 05:51 PM

installed

Quote:

Originally Posted by Stewie Griffin (Post 1246070)
Not working on 3.6.5

yes work.

delmarva 05-20-2009 10:51 PM

Quote:

Originally Posted by Stewie Griffin (Post 1246065)
Sample button image anyone? :p

Attachment 99370


All times are GMT. The time now is 08:44 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.02786 seconds
  • Memory Usage 1,771KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (7)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (26)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete