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

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 > Templates > Template Discussions

Reply
 
LinkBack Thread Tools Display Modes
Old 03.02.2005, 08:53   #1 (permalink)
Junior Mamber
 
Join Date: Jan 2005
Posts: 31
lokki is on a distinguished road
Default Flash Wrapper for Mambo?

Hi all,

I tried a couple of quick searches, and haven't found anything on the subject of using Flash as a wrapper for Mambo. I've got some ideas about it, but I'm not experienced enough integrating Flash and PHP. However, from the little I do know, it seems like it should be fairly straightforward.

Has anyone worked on something like a Flash template for Mambo? Anyone know of good resources for combining Flash and PHP?
lokki is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Sponsored Links
Old 03.02.2005, 10:04   #2 (permalink)
Mamber
 
web2xs's Avatar
 
Join Date: Apr 2004
Location: Luxembourg
Posts: 69
web2xs is on a distinguished road
Send a message via MSN to web2xs
Default Re: Flash Wrapper for Mambo?

Check out Mambosolutions , John leads the field in Flash integrations into templates etc.

Ciao
__________________
The 1 Who Dies With The Most Toys ___Wins......
web2xs is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 03.02.2005, 11:22   #3 (permalink)
Mamber
 
Join Date: Sep 2004
Posts: 53
alicew is on a distinguished road
Default Re: Flash Wrapper for Mambo?

Create a new User module. When you do so you will see a text area where you can put all the html of the flash object that you would need to embed flash.

You will need to modify your template inserting the new module php reference where you would like the flash module to go.

hope this helps
alicew is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 03.02.2005, 18:28   #4 (permalink)
Junior Mamber
 
Join Date: Jan 2005
Posts: 31
lokki is on a distinguished road
Default Re: Flash Wrapper for Mambo?

I saw Mambosolutions while making my searches. While I like the elements used, what I'm really looking to do is build a complete Flash site that calls on the existing Mambo engine to handle content. In this case, 'wrapper' doesn't refer to the default Mambo component type, but to the overal package.

For example, I'd like to build a Flash frame, and within the Actionscript call the PHP necessary to handle talking to MySQL in the back. Rather than installing Flash elements within an HTML framework, I hope to use Flash 100% for the display.
lokki is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 03.02.2005, 23:23   #5 (permalink)
Professional Mamber
 
eyezberg's Avatar
 
Join Date: Apr 2004
Location: Gap / France
Posts: 860
eyezberg is an unknown quantity at this point
Default Re: Flash Wrapper for Mambo?

http://www.ciadd.co.uk/index.php?opt...ask=view&id=41
__________________
joe / ex Mambo ex Doc Team
Eyezberg.com
eyezberg is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 04.02.2005, 05:17   #6 (permalink)
Junior Mamber
 
Join Date: Jan 2005
Posts: 31
lokki is on a distinguished road
Default Re: Flash Wrapper for Mambo?

Great link, Joe.

Getting very close to the solution, now! I think I may have to roll my own for the time being, but at least I know I'm not alone out there.
lokki is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 04.02.2005, 06:17   #7 (permalink)
Senior Mamber
 
doctorj's Avatar
 
Join Date: Jan 2005
Location: California, U.S.A.
Posts: 242
doctorj is on a distinguished road
Send a message via AIM to doctorj Send a message via MSN to doctorj Send a message via Yahoo to doctorj
Default Re: Flash Wrapper for Mambo?

You are looking for a flash wrapper for mambo?

Check out my site:
http://www.gotgtek.com/cms/Wrapper/

Is this close to what you want?
__________________
until next time,

ThA DoC
www.gotgtek.com
Expose Project Admin
doctorj is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 04.02.2005, 07:18   #8 (permalink)
Junior Mamber
 
Join Date: Jan 2005
Posts: 31
lokki is on a distinguished road
Default Re: Flash Wrapper for Mambo?

Hi doctorj,

I saw your site earlier (I asked about the Flash gallery you are using). While it's pretty close, it's not quite what I'm hoping to do. BTW - I really like your layout and design!

Here are two sites I've built:

http://lightningsymphony.com

http://twocrowstudios.com

Both are Flash sites that pull in external XML or HTML content. What I hope to do is connect to a Mambo installation directly through Flash, using something similar to the Dreamweaver extension which places the appropriate PHP calls directly into an HTML template.

I'm currently looking for something like AMFPHP, and have found some tutorials on the idea (http://www.sephiroth.it/tutorials.php for example). Eventually, I'd like to make Flash templates for Mambo that would behave virtually identically to the current HTML templates (meaning you can install them transparently just like you would with an HTML package).
lokki is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 04.02.2005, 20:02   #9 (permalink)
Professional Mamber
 
eyezberg's Avatar
 
Join Date: Apr 2004
Location: Gap / France
Posts: 860
eyezberg is an unknown quantity at this point
Default Re: Flash Wrapper for Mambo?

Me too.
But I guess that will only be possible with v5, if is planned, output is xml.
__________________
joe / ex Mambo ex Doc Team
Eyezberg.com
eyezberg is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 04.02.2005, 23:11   #10 (permalink)
Junior Mamber
 
Join Date: Jan 2005
Posts: 31
lokki is on a distinguished road
Default Re: Flash Wrapper for Mambo?

I think it's possible now, but if V5 supports XML parse/output natively, it might be worthwhile to simply wait. I started looking into it, and I'd have to use PHP pages as a tier in the process, and even then I'd have to be careful about setting up the calls properly on every element.

Another option is the phpObject from ghostwire.com. Similar to AMFPHP, but supposedly a bit faster, and runs as native AS objects within Flash.
lokki 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
Flash In Mambo Templates jade777 Community Smalltalk 6 10.05.2005 10:03
Staic Flash links and better way to handle vrajesh Mambo 4.5 General Talk 0 20.10.2004 22:49
Placing wrapper on front page Svatopluk Mambo 4.5.1 'How Do I' Questions 2 09.09.2004 11:55
Wrapper and post event question gkanks Component 'How Do I' Questions 0 21.06.2004 00:04
Flash -> pulling data from database into flash frdmsun Mambo 4.5 'How Do I' Questions 4 28.04.2004 14:25


All times are GMT +2. The time now is 09:22.

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.