RE: [Flashcoders] wordpress and flash integration

2007-06-25 Thread Jesse Graupmann
Tim Wilson just released this article;

Flash To WordPress Guide and Code
http://tvwonline.net/flash/#page_id=44&article=60
"Today I will make available some of the PHP code I wrote to extract Data
from WordPress in an XML format. I have also created a diagram and
explanation on how my website works to hopefully assist anyone else who
wants to try the same thing.

Press Connect
http://tvwonline.net/lab/pressconnect/ 
"PressConnect is a PHP Script I have developed for use with my Flash
Website. It is a PHP Script which interigates a WordPress Database and
Returns POSTS, PAGES, and CREATES MENUS in an XML format."


_

Jesse Graupmann
www.jessegraupmann.com 
www.justgooddesign.com/blog/ 
_


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Rostislav
Hristov
Sent: Saturday, March 17, 2007 12:13 PM
To: [EMAIL PROTECTED]; [email protected]
Subject: Re: [Flashcoders] wordpress and flash integration

There're different ways to make this happen.

Check out this nice Flash/Wordpress integration:
http://tvwonline.net/flash/#page_id=44&article=35 


On 3/17/07, Glen Pike <[EMAIL PROTECTED]> wrote:
> Hi Kerem.
>
> It depends what you want to "parse".
>
> You could use the RSS feed as a way of getting data into Flash as it
> is XML, which Flash can deal with very easily.
>
> If you want to talk to the database more directly, you will have to
> consider using Flash Remoting - have a look to see if anyone has created
> an AMFPHP - server side code for Flash Remoting in PHP - plugin for
> Wordpress.
>
> http://amfphp.org/
>
>
>
http://www.google.co.uk/search?hl=en&q=flash+remoting&btnG=Google+Search&met
a=
>
<http://www.google.co.uk/search?hl=en&q=flash+remoting&btnG=Google+Search&me
ta=>
>
> HTH
>
> Glen
>
> Kerem İşeri wrote:
> > Hi everyone...
> >
> >
> >
> > I am starting a new project, it will be my first trial on the subject..
I
> > thought that I could use wordpress as a database for contents and
pictures
> > for my site.
> >
> > It will be so cool if I can make it, because I will get rid of the
coding on
> > php and admin panel of this project, wordpress has a very userfriendly
admin
> > interface it self built in. Anyways,
> >
> > Anybody tried this before ? or does anybody know how can I parse
wordpress
> > pages for the flash?
> >
> >
> >
> > Thanks a lot.
> >
> >
> >
> > Kerem.

___
[email protected]
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


Re: [Flashcoders] wordpress and flash integration

2007-03-20 Thread Anthony Lee

Take a look at AWI.

The blog is in Spanish but the code is clear enough.

http://code.google.com/p/awi/source
http://klr20mg.com/awi/

Anthony

On 3/20/07, Kerem İŞERİ <[EMAIL PROTECTED]> wrote:


hi Joe, Im trying to use wordpress as source.. ofcourse some php will
run inside to generate the content but i am searching the ways of
getting them out from wp. i have used flash remoting before in some
other projects with serversiders. I am not much experienced in php
personally, so its kind of hard for me to manipulate wp too much but I
am trying it out anywas. Im still looking for something to make work
amfphp inside wp. i like wp's admin panel and content management looks
good and optimized. i will search more on this. and if I can figure out
something I will share here.

http://tvwonline.net/flash/#page_id=44&article=35 is really cool example
on my subject.

thanx all for answers

kerem.


Joe Wheeler wrote:
> Hi Kerem,
>
> If you don't use the wordpress php files you're not using wordpress -
all
> you'd have left is a complicated data base structure and a bunch of raw
> data.
>
> If you really want to use flash and wordpress you need to look at ways
of
> getting the wordpress php files to talk to flash - you can't use flash
> instead of the wordpress php files, you'd need both.
>
> You might want to have look at writing a plug-in for wordpress (wp
plug-ins
> are also written in php btw). The alternative is to hack wordpress, but
> you'll never be able upgrade when a new version of wordpress comes out
and,
> again, other plugins will be a problem. If you go the hacky way, the php
> files in the admin folder or wordpress\wp-includes\wp-db.php are
probably as
> good a place as any to start with.
>
> In theory, you could write a plug-in (in php and actionscript) which
enables
> you to create a Flash admin layer over the top of the php application.
It
> would be quite a big job and very hard to make extensible for other
plug-ins
> (most require html forms and JavaScript on the client). You'd probably
be
> better of by just replacing a small bit of the admin interface - pick
the
> bit that annoys you most.
>
> Try a Google search for "wordpress admin hooks" or "wordpress plugin
api" -
> it's not very well documented but you might find something useful.
>
> Good luck
> J
>
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of Glen
Pike
> Sent: 17 March 2007 13:54
> To: [email protected]
> Subject: Re: [Flashcoders] wordpress and flash integration
>
> Hi Kerem.
>
> It depends what you want to "parse".
>
> You could use the RSS feed as a way of getting data into Flash as it
is
> XML, which Flash can deal with very easily.
>
> If you want to talk to the database more directly, you will have to
> consider using Flash Remoting - have a look to see if anyone has created
an
> AMFPHP - server side code for Flash Remoting in PHP - plugin for
Wordpress.
>
> http://amfphp.org/
>
>
>
http://www.google.co.uk/search?hl=en&q=flash+remoting&btnG=Google+Search&met
> a=
> <
http://www.google.co.uk/search?hl=en&q=flash+remoting&btnG=Google+Search&me
> ta=>
>
> HTH
>
> Glen
>
> Kerem İşeri wrote:
>
>> Hi everyone...
>>
>>
>>
>> I am starting a new project, it will be my first trial on the
>> subject.. I thought that I could use wordpress as a database for
>> contents and pictures for my site.
>>
>> It will be so cool if I can make it, because I will get rid of the
>> coding on php and admin panel of this project, wordpress has a very
>> userfriendly admin interface it self built in. Anyways,
>>
>> Anybody tried this before ? or does anybody know how can I parse
>> wordpress pages for the flash?
>>
>>
>>
>> Thanks a lot.
>>
>>
>>
>> Kerem.
>>
>> ___
>> [email protected]
>> To change your subscription options or search the archive:
>> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>>
>> Brought to you by Fig Leaf Software
>> Premier Authorized Adobe Consulting and Training
>> http://www.figleaf.com http://training.figleaf.com
>>
>>
>>
>>
> ___
> [email protected]
> To change your subscription options or search the archive:
> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>
> Brought to you by Fig Leaf Software
> Premier Authorized Adobe Consulting and Training http://www.figleaf.com
&g

Re: [Flashcoders] wordpress and flash integration

2007-03-19 Thread Kerem İŞERİ
hi Joe, Im trying to use wordpress as source.. ofcourse some php will 
run inside to generate the content but i am searching the ways of 
getting them out from wp. i have used flash remoting before in some 
other projects with serversiders. I am not much experienced in php 
personally, so its kind of hard for me to manipulate wp too much but I 
am trying it out anywas. Im still looking for something to make work 
amfphp inside wp. i like wp's admin panel and content management looks 
good and optimized. i will search more on this. and if I can figure out 
something I will share here.


http://tvwonline.net/flash/#page_id=44&article=35 is really cool example 
on my subject.


thanx all for answers

kerem.


Joe Wheeler wrote:

Hi Kerem,

If you don't use the wordpress php files you're not using wordpress - all
you'd have left is a complicated data base structure and a bunch of raw
data.

If you really want to use flash and wordpress you need to look at ways of
getting the wordpress php files to talk to flash - you can't use flash
instead of the wordpress php files, you'd need both. 


You might want to have look at writing a plug-in for wordpress (wp plug-ins
are also written in php btw). The alternative is to hack wordpress, but
you'll never be able upgrade when a new version of wordpress comes out and,
again, other plugins will be a problem. If you go the hacky way, the php
files in the admin folder or wordpress\wp-includes\wp-db.php are probably as
good a place as any to start with.

In theory, you could write a plug-in (in php and actionscript) which enables
you to create a Flash admin layer over the top of the php application. It
would be quite a big job and very hard to make extensible for other plug-ins
(most require html forms and JavaScript on the client). You'd probably be
better of by just replacing a small bit of the admin interface - pick the
bit that annoys you most.

Try a Google search for "wordpress admin hooks" or "wordpress plugin api" -
it's not very well documented but you might find something useful.

Good luck
J

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Glen Pike
Sent: 17 March 2007 13:54
To: [email protected]
Subject: Re: [Flashcoders] wordpress and flash integration

Hi Kerem.

It depends what you want to "parse".
   
You could use the RSS feed as a way of getting data into Flash as it is

XML, which Flash can deal with very easily.
   
If you want to talk to the database more directly, you will have to

consider using Flash Remoting - have a look to see if anyone has created an
AMFPHP - server side code for Flash Remoting in PHP - plugin for Wordpress.

http://amfphp.org/


http://www.google.co.uk/search?hl=en&q=flash+remoting&btnG=Google+Search&met

a=
<http://www.google.co.uk/search?hl=en&q=flash+remoting&btnG=Google+Search&me
ta=>

HTH

Glen

Kerem İşeri wrote:
  
Hi everyone... 

 

I am starting a new project, it will be my first trial on the 
subject.. I thought that I could use wordpress as a database for 
contents and pictures for my site.


It will be so cool if I can make it, because I will get rid of the 
coding on php and admin panel of this project, wordpress has a very 
userfriendly admin interface it self built in. Anyways,


Anybody tried this before ? or does anybody know how can I parse 
wordpress pages for the flash?


 


Thanks a lot.

 


Kerem.

___
[email protected]
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training 
http://www.figleaf.com http://training.figleaf.com



  


___
[email protected]
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training http://www.figleaf.com
http://training.figleaf.com

___
[email protected]
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

  

___
[email protected]
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


RE: [Flashcoders] wordpress and flash integration

2007-03-18 Thread Joe Wheeler
Hi Kerem,

If you don't use the wordpress php files you're not using wordpress - all
you'd have left is a complicated data base structure and a bunch of raw
data.

If you really want to use flash and wordpress you need to look at ways of
getting the wordpress php files to talk to flash - you can't use flash
instead of the wordpress php files, you'd need both. 

You might want to have look at writing a plug-in for wordpress (wp plug-ins
are also written in php btw). The alternative is to hack wordpress, but
you'll never be able upgrade when a new version of wordpress comes out and,
again, other plugins will be a problem. If you go the hacky way, the php
files in the admin folder or wordpress\wp-includes\wp-db.php are probably as
good a place as any to start with.

In theory, you could write a plug-in (in php and actionscript) which enables
you to create a Flash admin layer over the top of the php application. It
would be quite a big job and very hard to make extensible for other plug-ins
(most require html forms and JavaScript on the client). You'd probably be
better of by just replacing a small bit of the admin interface - pick the
bit that annoys you most.

Try a Google search for "wordpress admin hooks" or "wordpress plugin api" -
it's not very well documented but you might find something useful.

Good luck
J

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Glen Pike
Sent: 17 March 2007 13:54
To: [email protected]
Subject: Re: [Flashcoders] wordpress and flash integration

Hi Kerem.

It depends what you want to "parse".
   
You could use the RSS feed as a way of getting data into Flash as it is
XML, which Flash can deal with very easily.
   
If you want to talk to the database more directly, you will have to
consider using Flash Remoting - have a look to see if anyone has created an
AMFPHP - server side code for Flash Remoting in PHP - plugin for Wordpress.

http://amfphp.org/


http://www.google.co.uk/search?hl=en&q=flash+remoting&btnG=Google+Search&met
a=
<http://www.google.co.uk/search?hl=en&q=flash+remoting&btnG=Google+Search&me
ta=>

HTH

Glen

Kerem İşeri wrote:
> Hi everyone... 
>
>  
>
> I am starting a new project, it will be my first trial on the 
> subject.. I thought that I could use wordpress as a database for 
> contents and pictures for my site.
>
> It will be so cool if I can make it, because I will get rid of the 
> coding on php and admin panel of this project, wordpress has a very 
> userfriendly admin interface it self built in. Anyways,
>
> Anybody tried this before ? or does anybody know how can I parse 
> wordpress pages for the flash?
>
>  
>
> Thanks a lot.
>
>  
>
> Kerem.
>
> ___
> [email protected]
> To change your subscription options or search the archive:
> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>
> Brought to you by Fig Leaf Software
> Premier Authorized Adobe Consulting and Training 
> http://www.figleaf.com http://training.figleaf.com
>
>
>   
___
[email protected]
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training http://www.figleaf.com
http://training.figleaf.com

___
[email protected]
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


Re: [Flashcoders] wordpress and flash integration

2007-03-17 Thread Rostislav Hristov

There're different ways to make this happen.

Check out this nice Flash/Wordpress integration:
http://tvwonline.net/flash/#page_id=44&article=35


On 3/17/07, Glen Pike <[EMAIL PROTECTED]> wrote:

Hi Kerem.

It depends what you want to "parse".

You could use the RSS feed as a way of getting data into Flash as it
is XML, which Flash can deal with very easily.

If you want to talk to the database more directly, you will have to
consider using Flash Remoting - have a look to see if anyone has created
an AMFPHP - server side code for Flash Remoting in PHP - plugin for
Wordpress.

http://amfphp.org/


http://www.google.co.uk/search?hl=en&q=flash+remoting&btnG=Google+Search&meta=


HTH

Glen

Kerem İşeri wrote:
> Hi everyone...
>
>
>
> I am starting a new project, it will be my first trial on the subject.. I
> thought that I could use wordpress as a database for contents and pictures
> for my site.
>
> It will be so cool if I can make it, because I will get rid of the coding on
> php and admin panel of this project, wordpress has a very userfriendly admin
> interface it self built in. Anyways,
>
> Anybody tried this before ? or does anybody know how can I parse wordpress
> pages for the flash?
>
>
>
> Thanks a lot.
>
>
>
> Kerem.
>
> ___
> [email protected]
> To change your subscription options or search the archive:
> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>
> Brought to you by Fig Leaf Software
> Premier Authorized Adobe Consulting and Training
> http://www.figleaf.com
> http://training.figleaf.com
>
>
>
___
[email protected]
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com




--
Asual - open software that pushes the limits
http://www.asual.com/
___
[email protected]
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

Re: [Flashcoders] wordpress and flash integration

2007-03-17 Thread Glen Pike

Hi Kerem.

   It depends what you want to "parse".
  
   You could use the RSS feed as a way of getting data into Flash as it 
is XML, which Flash can deal with very easily.
  
   If you want to talk to the database more directly, you will have to 
consider using Flash Remoting - have a look to see if anyone has created 
an AMFPHP - server side code for Flash Remoting in PHP - plugin for 
Wordpress.


   http://amfphp.org/

   
http://www.google.co.uk/search?hl=en&q=flash+remoting&btnG=Google+Search&meta= 



   HTH

   Glen

Kerem İşeri wrote:
Hi everyone... 

 


I am starting a new project, it will be my first trial on the subject.. I
thought that I could use wordpress as a database for contents and pictures
for my site.

It will be so cool if I can make it, because I will get rid of the coding on
php and admin panel of this project, wordpress has a very userfriendly admin
interface it self built in. Anyways,

Anybody tried this before ? or does anybody know how can I parse wordpress
pages for the flash? 

 


Thanks a lot.

 


Kerem.

___
[email protected]
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


  

___
[email protected]
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com