By SieghartX2 on
Hi guys,
I am fairly new to Drupal and am just building my 1st site, I'm trying to host a flash/html5 game (like many of the websites that hosts those mini flash games, I believe Drupal is capable of this, but does anyone know how to do it or is there a module/tutorial for this?
-Sieghart
Comments
games
If you create a "Game" content type and make sure the body is capable of displaying Full HTML, you are all set. From there you can either add your HTML5 interactive code or reference a SWF file. See http://helpx.adobe.com/flash/kb/object-tag-syntax-flash-professional.html for notes on displaying your SWF file in your HTML region.
A list of some of the Drupal sites I have designed and/or developed can be viewed at motioncity.com
Oh I think Drupal is what you need...
Oh I think Drupal is what you need...
First steps are:
- Install D.7.xx
- Get e Theme or use a default theme to start (I love this theme: http://drupal.org/project/bluemasters : is simple to customize)
- Configure a WYSIWYG editor with these modules (download, install and set them):
--- http://drupal.org/project/wysiwyg (the gateway from Drupal (input format) to editor)
--- http://ckeditor.com/download (the editor)
--- http://drupal.org/project/imce_wysiwyg (the bridge from wysiwyg module to imce module)
--- http://drupal.org/project/imce (for to use image and file upload from your computer to Drupal)
--- http://drupal.org/project/imce_mkdir (to add "create or delete" folder directly from editor) (this is an optional)
- From "Configuration" menu configure "Text format" to able input "Flash" tags...
- Customize your Theme template by page.tpl.php (and page--front.tpl.php is you are using bluemasters theme) and style.css
These are the main steps to configure your new web site.
Ciao
F
Thanks!
Cool, thanks for the swift replies, I'll see how far I can go with my site-building this weekend or next and see how it goes. Thanks again, and I'll probably be back for more solutions/advises, haha.
-Sieghart