Members: 16,996
Threads: 38,845
Posts: 159,389
Online: 17

Newest Member: Kl_broka@rediffmail.com


Odoo.tv - Outdoor Television


Sedo - Domains kaufen und verkaufen das Projekt mambers.com steht zum Verkauf Besucherstatistiken von mambers.com etracker® Web-Controlling statt Logfile-Analyse

Go Back   Mambers.com > Development > Module Development

View Poll Results: was this enough info to answer my question?
Yes 0 0%
No 1 100.00%
Voters: 1. You may not vote on this poll

Reply
 
LinkBack Thread Tools Display Modes
Old 04.05.2004, 05:15   #1 (permalink)
Mamber
 
steve's Avatar
 
Join Date: Apr 2004
Posts: 103
steve is on a distinguished road
Arrow flash for modules???

if i want to make a module and have flash in it what do i have to do?

i want a rollover effect in a module so when someone rolls over the module a sound plays...

thanks...
steve is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Sponsored Links
Old 04.05.2004, 06:40   #2 (permalink)
Senior Mamber
 
coke's Avatar
 
Join Date: Apr 2004
Posts: 125
coke is on a distinguished road
Send a message via MSN to coke
Default Re: how can i insert flash into a module?

when you create a new user module is just like eery other content in mambo...

just push the < > button to go to code editing and paste the html that you want, including a flash oblject...

note that you ill have to set the paths relative to MAMBO ROOT, not to modules or something else, very very easy
__________________
Como quieres que te quiera si el que quiero que me quiera no me quiere como quiero que me quiera
coke is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 04.05.2004, 07:00   #3 (permalink)
Junior Mamber
 
AllMaMbo's Avatar
 
Join Date: Apr 2004
Location: East Coast
Posts: 47
AllMaMbo is on a distinguished road
Send a message via MSN to AllMaMbo
Default Re: how can i insert flash into a module?

any more specifics on that suject?
what kind of module? any interaction involved?..
does flash have to pull information from Mambo? and than display that within the movie?

when you say module , it usually means that the module will display information defined within mambo, if that's the case than u could action scripts to get something like that done...

if you just want a static animation within a module...
(something that has no interaction with mambo)
most of that could be done by adding to the mod_file.php directly
__________________
Templates, Tutorials, MOS newbie corner.
AllMambo.com
AllMaMbo is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 04.05.2004, 10:36   #4 (permalink)
Mamber
 
steve's Avatar
 
Join Date: Apr 2004
Posts: 103
steve is on a distinguished road
Default Re: how can i insert flash into a module?

Quote:
Originally Posted by AllMaMbo
any more specifics on that suject?
what kind of module? any interaction involved?..
does flash have to pull information from Mambo? and than display that within the movie?

i just want a block on the side that when you roll the mouse over it it plays a sound clip and when you move the mouse off of it it stops playing it...

i have a .swf clip already made and i'm just having trouble getting it on the live site.

saving it as an .html and using the code in the <> brackets didnt work for me.
steve is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 04.05.2004, 10:46   #5 (permalink)
Baby Mamber
 
mate's Avatar
 
Join Date: Apr 2004
Location: Perth, Australia
Posts: 24
mate is on a distinguished road
Default Re: how can i insert flash into a module?

I think what Coke meant (Coke, correct me if I'm wrong) was that in the WYSIWYG editor, choose the < > button to go into code view. Then just insert your flash in the appropriate spot as you would on a normal html page.

No need to save anything as .html. Just save your changes in the editor. Or do as AllMaMbo suggested.

mate.
mate is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 04.05.2004, 17:46   #6 (permalink)
Mamber
 
steve's Avatar
 
Join Date: Apr 2004
Posts: 103
steve is on a distinguished road
Arrow Re: how can i insert flash into a module?

thanks but i have tried that already... again i am not very proficient with html and may have done something wrong... have a look at what i put in the editor <>:


<html>
<head>
<title>Movie1.swf</title>
</head>
<body bgcolor="#000000">
<left>
<object classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://active.macromedia.com/flash4/cabs/swflash.cab#version=4,0,0,0"
id="Movie1" width="100" height="150">
<param name="movie" value="Movie1.swf">
<param name="quality" value="high">
<param name="bgcolor" value="#000000">
<embed name="Movie1" src="Movie1.swf" quality="high" bgcolor="#000000"
width="100" height="150"
type="application/x-shockwave-flash"
pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash">
</embed>
</object>
</center>
</body>
</html>

and when i save it, publish, and go to the live site theres only a blank black box there...

i dont believe that mambo is doing anything for this specific module... i just want a .swf that has a graphic that says "point your mouse here" and when they do it plays a soundclip...when they move off of it it stops.
i wanted it in a module block just to conform with the page so i created a new module and named it and then entered they above html in the <> then saved it... nothing shows on the front end though.

thanks.
steve is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 04.05.2004, 18:24   #7 (permalink)
Junior Mamber
 
AllMaMbo's Avatar
 
Join Date: Apr 2004
Location: East Coast
Posts: 47
AllMaMbo is on a distinguished road
Send a message via MSN to AllMaMbo
Default Re: how can i insert flash into a module?

ok so let me get this straight you have a module let's call it flash, right?
it shows in your module controll within the admin panel and it's published

so the most logical way would be to do something like this locally edit your module so that the code looks something like this..
PHP Code:
<?php

defined
'_VALID_MOS' ) or die( 'Direct Access to this location is not allowed.' );
?>
  <table width="100%" border="0" cellspacing="0" cellpadding="0">
    <tr>
      <td>
<object classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://active.macromedia.com/flash4/cabs/swflash.cab#version=4,0,0,0"
id="Movie1" width="100" height="150">
<param name="movie" value="Movie1.swf">
<param name="quality" value="high">
<param name="bgcolor" value="#000000">
<embed src="Movie1.swf" quality="high" bgcolor="#000000"
width="100" height="150"
type="application/x-shockwave-flash"
pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash">
</embed>
</object>
</td>
</tr>
</table>
<param name="movie" value="Movie1.swf">
<embed src="Movie1.swf"
please be aware that the movie path has to point exactly to that location so unless your movie is within the modules folder the path is incorrect..
say you put the movie in a folder called flash in your root dir..
the path would be something like /flash/Movie1.swf or ./flash/Movie1.swf
all depends where your movie is locaded those two paths need to be correct
right now you're not showing the movie cos it's not there, the path seems to be incorrect, eaven if you have it within your module directory it should still be /Movie1.swf and the black box is because your backroung is set to #000000 if you were change it to #FFFFFF it would be white

Let me know if this works or not?
__________________
Templates, Tutorials, MOS newbie corner.
AllMambo.com
AllMaMbo is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 04.05.2004, 18:50   #8 (permalink)
Mamber
 
steve's Avatar
 
Join Date: Apr 2004
Posts: 103
steve is on a distinguished road
Default Re: how can i insert flash into a module?

Awsome!!! that was the problem... i didn't point it to the correct folder ...

thank you AllMaMbo!!

i didnt have to try the first piece of code....
steve is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 04.05.2004, 18:52   #9 (permalink)
Junior Mamber
 
AllMaMbo's Avatar
 
Join Date: Apr 2004
Location: East Coast
Posts: 47
AllMaMbo is on a distinguished road
Send a message via MSN to AllMaMbo
Default Re: how can i insert flash into a module?

cool... as long as it works
__________________
Templates, Tutorials, MOS newbie corner.
AllMambo.com
AllMaMbo is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Module displaying any content dulik Module 'How Do I' Questions 3 21.12.2004 21:05
New module - Info PC setup Development Announcements 4 18.06.2004 19:29
New Module - General setup Development Announcements 0 01.05.2004 23:59
How to insert an ENLARGEABLE pic like it were a MODULE alfri Module 'How Do I' Questions 3 11.04.2004 01:30
flash menu module HIKARI Module Development 1 09.04.2004 18:34


All times are GMT +2. The time now is 08:25.

Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.1.0
A vBSkinworks Design
© Copyright 2004-2008 by Arthur Konze Webdesign.