Flashblocks Flash CMS
Welcome, Guest
Please Login or Register.    Lost Password?
Re:Mysql is almost here! (1 viewing) (1) Guests
Go to bottom Post Reply Favoured: 0
TOPIC: Re:Mysql is almost here!
#26
deco rior ()
Click here to see the profile of this user
Birthdate:
 
One more vote for mysql 3 Years, 10 Months ago
we use mysql so we would support that.
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#43
admin ()
User Online Now Click here to see the profile of this user
Flashblocks Birthdate: 2005-02-14
 
Re:One more vote for mysql 3 Years, 10 Months ago
The entire data for a Flashblocks website is stored in a single text file.

Because of this, Flashblocks is best for small to medium size websites.

This keeps things very simple for the developer and server compatibility.

It would be rather simple to store the site in a database instead. In the future, Flashblocks V2 may be powered by My SQL.

Post edited by: admin, at: 2005/03/14 16:23
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#97
admin ()
User Online Now Click here to see the profile of this user
Flashblocks Birthdate: 2005-02-14
 
Re:One more vote for mysql 3 Years, 7 Months ago
MySQL is coming. I'll start by integrating flashblocks into the mambo database of this site.

Right now all data is stored in a text file. Not XML - XML was too bloated. a flashblocks data file takes up as much as half the space/bandwidth as its XML counterpart.

I will most likely be using amfphp php remoting to connect to the database.
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#98
nr ()
Click here to see the profile of this user
Birthdate:
 
Re:One more vote for mysql 3 Years, 7 Months ago
if you could get mambo and your program working together with mysql you have a winning team !!!!
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#99
nr ()
Click here to see the profile of this user
Birthdate:
 
Re:One more vote for mysql 3 Years, 7 Months ago
if you could get mambo and your program working together with mysql you have a winning team !!!!
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#100
admin ()
User Online Now Click here to see the profile of this user
Flashblocks Birthdate: 2005-02-14
 
Mysql is almost here! 3 Years, 7 Months ago
Were getting there - As you can see the Flash menu above is pulled from the mambo database.

flashblocks now has amfphp flash remoting functionality (coming in the next version!) I will send out a newsletter when it is ready.

basically, you drag the flashblocks_flashremoting_amfphp shared library item (10k) onto the stage and you will have a new command to work with:
Code: :

 flashRemoting(commanddata to send to script, function to send results to);


the menu is pulled from the mambo database like this:

flashRemoting("queryDB", "SELECT * FROM jos_menu WHERE menutype = 'mainmenu' AND published ='1' AND parent = '0' AND access = '0' ORDER BY ordering", displayMenus);

and to trace the first menu name and URL from the database, the displayMenus function would look like this:
Code: :

 function displayMenus(menu) {    trace(menu.items[0].name)    trace(menu.items[0].link) }



There are several commands created now. These are:
    getJpgs
    getMp3s
    getOnlyMp3sMeta
    imageDir
    imageDirResize
    queryDB


Post edited by: admin, at: 2005/06/07 12:36

Post edited by: admin, at: 2005/06/07 12:37

Post edited by: admin, at: 2005/06/07 12:39

Post edited by: admin, at: 2005/06/07 12:40

Post edited by: admin, at: 2005/06/14 09:26
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#101
gemdesign ()
Click here to see the profile of this user
Birthdate:
 
Re:Mysql is almost here! 3 Years, 6 Months ago
Good! I'm really looking forward to this update! It makes flash a lot more interesting to use for client sites that require database solutions.

Good work! :silly:
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
Go to top Post Reply
get the latest posts directly to your desktop

Thank you