Team I am creating a Drupal cms site but I want the 1st page on flash menu and other stuff which can open other features of Drupal
Pls help

Comments

bawoor’s picture

The simple way to add flash movie is embed the flash code to the block (with full html filter) and hide all the block. In your movie create any link to access the drupal path system. Some permalink to direct acces to the content:

ꦱꦠꦽꦶꦪ

Sms2luv’s picture

Thanks a Ton friends I really appreciate your help.
I will do the needfull

I also had one thing in my Mind if I create a normal HTML page and make it as the front page with links to Drupal site would that do or should I try your idea.

One more thing I wanted to ask you was I have used tinymce & Ckeditor previously for my site but when I use to browse it via iPhone I was not able to see the editor I use to get plain text only but in this page I am able up see the editor option like bold italic.....

Can you tell me which editor this is

Sms2luv’s picture

I tried to add a flash file on banner block the size was 320x240 and I used imce to upload it
The flash is displayed in banner region with the size of 320x240 but it created empty space surrounding it
It seems that its occupied 640x480 size
Please help me with the proper way

Sms2luv’s picture

Your idea is really good but the issue here is that when I embed flash and make it my home page using panels the Menu bar, site name, logo are displayed.
I disabled the option for showing all drupsl block in my panel but how to disable other things

mani_kandan’s picture

It is better to hide the menubar, sitename and logo by using css.
In drupal 7, all pages having unique id called in body tag.
So that you can use the id to hide other things in front page only.
Because if you want the other things in other pages, you can simply display it.

Try that.

Thanks
- - -
Mani

jsimonis’s picture

So is the front page just the flash video, or do you want other items to be there as well?

You can have a template file that just controls the front page: page--front.tpl.php

Then you can have full control over the front page.

Sms2luv’s picture

I just want a big flash as my mail page

mani_kandan’s picture

You can specify the flash file width and height in block settings through imce editor.

You can try that.

Thanks
- - -
Mani

Sms2luv’s picture

I understood that I can create a block with Wxh of flash file using Imce.

But the main question is that I just want that flash to appear first when users go to my site

mani_kandan’s picture

Give the content's height and width to the flash file.
And hide the other regions and blocks in the front page using css.
That you can get the flash only in your home page.

If you give your url means, i ll explain you deeply.

Hope it will help.

Thanks
- - -
Mani