embed a flash window in a mini-panel
Apfel007 - December 12, 2009 - 10:36
| Project: | Panels |
| Version: | 6.x-3.2 |
| Component: | Mini panels |
| Category: | task |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | duplicate |
Jump to:
Description
Hi there,
I'm wondering how to include a given 'page callback' (not the menu items!! - the page content should displayed) in a mini-panel, because I like to use the tab panel style look for it. Or what about a iframe..
Is this possible? The page callback runs on ...http://mydomain.com/avchat3 .
Any ideas?
...
$items['avchat3'] = array(
'title' => 'AVChat Video Chat (User)',
'page callback' => 'avchat3_userinterface',
'access arguments' => array('access avchat3 user interface'),
'type' => MENU_NORMAL_ITEM
);
#1
http://drupal.org/node/657944