MyBB Community Forums

Full Version: Flash and MyBB
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I have a few questions about Flash and MyBB.

1) Is it possible to use Flash with MyBB?
2) Is it possible to convert everything in MyBB to Flash?

(NOTE: These aren't specifically my questions. These were copy and pasted from the person who owns the server my board runs on. He eventually wants to convert everything on the server to Flash. I wish I could be more specific, but I'm still confused as to why and how, myself! Toungue)
Quote:Is it possible to use Flash with MyBB?

Yes, in case you mean displaying a logo, an animation, ads. using the flash object code

<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="951" height="806">
  <param name="movie" value="movie.swf">
  <param name="quality" value="high">
  <embed src="movie.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="951" height="806"></embed>
</object>

Quote:2) Is it possible to convert everything in MyBB to Flash?
No, you will need to write a new bulletinboard software:D

regards
Quote:2) Is it possible to convert everything in MyBB to Flash?
not every thing but you can get some of capabilities of mybb with XML in your flash job!
Quote:Quote:
2) Is it possible to convert everything in MyBB to Flash?


not every thing but you can get some of capabilities of mybb with XML in your flash job!

but still you need to do the whole thing again !!
you need to create a flash movie with the dynamic fields and dynamic text. alot alot of work along to changing lots of things in the php files

regards