[PHP] PHP-FLASH

2007-03-15 Thread CK

Hi,

Here's hoping one of the savvy PHP participants is also skilled with  
FLASH, the following variables are output to the browser as:


thePrices=partCD 
+PlayerthePrices=price320thePrices=partShocksthePrices=price450thePr 
ices=partCa r+CoverthePrices=price500


The desired name/value pairs...

In FLASH this is returned to the output window:
price500

Should I store the values in an array in FLASH, then loop through  
them, if so how, as my attempt returned the same price500?


PHP5 simpleXML object:


?php
//Create path to document
$doc=./priceList.xml;
global $thePrices;
//load document.
$xml=simplexml_load_file($doc);
//echo $xml-asXML() . 'br /';
//loopthrough names and prices.
//echo $xml-getName() . 'br /';
foreach ($xml-children() as $child){
echo $child-getName(). :  . $child . 'br /';
$thePrices.= thePrices=.   (urlencode($child-getName() . 
$child));
}

echo $thePrices;
/*
$thePrices .= (urlencode($child-getName() . $child));
'thePrices'=$thePrices;
*/


?

Actionscript:


//Create the LoadVars instance to retrieve the prices from the PHP  
script.

var getPrices:LoadVars=new LoadVars();
//load prices from PHP.
getPrices.load(http://localhost/~username/folderpath/autoPrices/ 
pricesFlash.php?ck= + new Date().getTime());

//
getPrices.onLoad=function(){
trace(this.thePrices);


}

XML FILE:
?xml version=1.0 encoding=ISO-8859-1?
priceList
part id=001-ACD Player/part
price320/price
part id=002-AShocks/part
price450/price
part id=003-ACar Cover/part
price500/price
/priceList





Return True,




CK
Principal/Designer/Programmer -Bushidodeep
www.bushidodeep.com
___
An ideal is merely the projection,
on an enormously enlarged scale,
of some aspect of personality.
 -- Aldus Huxley

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] PHP Flash

2007-01-29 Thread Richard Lynch
On Fri, January 26, 2007 5:28 pm, Skip Evans wrote:
 We have a new project that will require pretty
 robust communication between Flash and PHP, and
 I've begun Googling and came across Actionscript here:

 http://www.adobe.com/devnet/flash/articles/flashmx_php.html

 I wonder if anyone knows anything about running
 actionscript on LinuxFfirfox machines. My install
 of Firefox on Debian/Fluxbox runs Flash okay, but
 not the sample app on this page.

Let me put it this way...

I've stopped installing Flash on my non-Windows boxes, because I'm
tired of the browser crashing when I visit Flash sites, especially if
I'm silly enough to leave a Flash page up in the browser and walk
away, and it sucks away all the RAM and brings the whole box to a
screeching halt.

I may be the only goofball left with a 128M desktop on a 450MHz AMD
box as his day-to-day workhorse, but there it is...

I've *never* had a good experience with Flash on Linux, ever.

If they ever get Flash 9 for Linux out of beta, I might give it a try...

But, honestly, at this point, I'm not missing it all that much.  It's
pretty rare for any useful unique content to actually be in Flash.

In fact, so far, I've always been able to Google and get what I want
without Flash.

Linux users are stuck with Flash 6 (or 7, for modern glibc) for now,
and they're on Flash 10 on many sites, with horrible BC issues.

Oh, and there's some pretty ugly security vulnerability in Flash  9
which caused Rasmus to declare that the Internet won't be secure until
everybody upgrades...  Gave me a chuckle, though I have no idea what
he was actually talking about.

Hey, but other than the memory leaks, crashes, backwards
incompatibilities, and just plain flakiness, it looks real purty.

 The page above had a zip file that may need to be
 downloaded to your Windows machine, but my Windows
 machine ran it fine.

 Anyone have any experience with PHP/Actionscript
 on Linux?

You may also want to ask around on the Ming list, where PHP and
Actionscript routinely interact, and where PHP itself is used to
generate the Flash movie, so you could embed any PHP values you wanted
into it.

That was actually kind of fun, though I have so little graphics skills
it was ugly as all get out.  Somebody with mad graphics skills and PHP
could do some really cool stuff with this though.

-- 
Some people have a gift link here.
Know what I want?
I want you to buy a CD from some starving artist.
http://cdbaby.com/browse/from/lynch
Yeah, I get a buck. So?

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] PHP Flash

2007-01-27 Thread Jochem Maas
Skip Evans wrote:
 Jochem Maas wrote:
 Anyone have any experience with PHP/Actionscript on Linux?


 wtf?

ah ok, so the idiots guide to flash/php interaction wasn't really needed :-)

 
 Oh my God. What am I thinking? Please folks, I am really not this
 stupid. It has been too, too long a day. Yes, I just need to upgrade
 Flash on this workstation.
 

glad you got it sorted.

 Skip

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP] PHP Flash

2007-01-26 Thread Skip Evans

Hey all,

We have a new project that will require pretty 
robust communication between Flash and PHP, and 
I've begun Googling and came across Actionscript here:


http://www.adobe.com/devnet/flash/articles/flashmx_php.html

I wonder if anyone knows anything about running 
actionscript on LinuxFfirfox machines. My install 
of Firefox on Debian/Fluxbox runs Flash okay, but 
not the sample app on this page.


The page above had a zip file that may need to be 
downloaded to your Windows machine, but my Windows 
machine ran it fine.


Anyone have any experience with PHP/Actionscript 
on Linux?


Thanks!
--
Skip Evans
Big Sky Penguin, LLC
61 W Broadway
Butte, Montana 59701
406-782-2240
http://bigskypenguin.com
=-=-=-=-=-=-=-=-=-=

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] PHP Flash

2007-01-26 Thread Jochem Maas
Skip Evans wrote:
 Hey all,
 
 We have a new project that will require pretty robust communication
 between Flash and PHP, and I've begun Googling and came across
 Actionscript here:
 
 http://www.adobe.com/devnet/flash/articles/flashmx_php.html
 
 I wonder if anyone knows anything about running actionscript on
 LinuxFfirfox machines. My install of Firefox on Debian/Fluxbox runs
 Flash okay, but not the sample app on this page.

probably because the flash player version on your machine is
too old?

 
 The page above had a zip file that may need to be downloaded to your
 Windows machine, but my Windows machine ran it fine.
 
 Anyone have any experience with PHP/Actionscript on Linux?

wtf?

PHP runs on the webserver, actionscript run inside a Flash 'object' which
itself runs in the webbrowser on the client.

the communication between flash and php is via our friend HTTP.
flash makes requests to the webserver just as the browser would and the
requested scripts on the webserver stip out data (usually XML) back to
flash ... you use actionscript code inside flash to make the request and
parse the returned data.

flash is platform independent - you create a flash file with actionscript code 
in
it (and whatever else is relevant, in terms of animation, etc), you compile it 
into
an SWF file and that file weill run in any browser with a flash player (with the
caveat that some flash functionality is only available in newer version of
the flash player.

 
 Thanks!

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] PHP Flash

2007-01-26 Thread Skip Evans

Jochem Maas wrote:

Anyone have any experience with PHP/Actionscript on Linux?



wtf?


Oh my God. What am I thinking? Please folks, I am 
really not this stupid. It has been too, too long 
a day. Yes, I just need to upgrade Flash on this 
workstation.


Skip
--
Skip Evans
Big Sky Penguin, LLC
61 W Broadway
Butte, Montana 59701
406-782-2240
http://bigskypenguin.com
=-=-=-=-=-=-=-=-=-=

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP] PHP | Flash Query String

2006-07-16 Thread Sunnrunner
Hello,

I have a button flash file. This file needs two parameters that are passed
in through the query string. 

Here's my query string. 
navButtons.swf?myURL={$menu_channel_id[menu]}buttonLabel={$menu_text[menu]}

here is the URL that is being passed in

domain.com/index.php?c=21a=35w=2r=Y

the ampersands are making flash think these are separate variables to pass
into flash. Is there a way to make flash send in the above link as a whole
without chopping it up into several separate variables.

I would use some other method besides a query string but, I really need this
to work with it.

Hope that makes sense!

Thanks,
T

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] PHP | Flash Query String

2006-07-16 Thread Jochem Maas
Sunnrunner wrote:
 Hello,
 
 I have a button flash file. This file needs two parameters that are passed
 in through the query string. 
 
 Here's my query string. 
 navButtons.swf?myURL={$menu_channel_id[menu]}buttonLabel={$menu_text[menu]}
 
 here is the URL that is being passed in
 
 domain.com/index.php?c=21a=35w=2r=Y
 
 the ampersands are making flash think these are separate variables to pass
 into flash. Is there a way to make flash send in the above link as a whole
 without chopping it up into several separate variables.

urlencode the url ...

echo navButtons.swf?myURL=,
 urlencode(domain.com/index.php?c=21a=35w=2r=Y),
 buttonLabel=ClickMe;

chances are you will have urldecode the value of myURL inside the flash file
in order to use.

 
 I would use some other method besides a query string but, I really need this
 to work with it.
 
 Hope that makes sense!
 
 Thanks,
 T
 

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



RE: [PHP] PHP|FLASH hit counter

2006-03-28 Thread Tom Haschenburger
Sorry chris meant that for the list.

Thanks chris, got it to work. I think it was caching a previous swf.
After trying it later. It worked.

T


 
 Tom Haschenburger wrote:
  Got this from a tutorial and I am not able to get this to work.
 
  Even when I download the finished files from the site I can't get it
to
  work. It definitely does its job on bringing in the variable but, it
  never increments any higher from zero. It seems as though I maybe
have a
  problem with reading/writing files. Would someone mind taking a look
and
  see if this looks correct?
 
  Using PHP 4.4.2
 
  //FLASH
  //instance of dynamic text box on stage with variable name count
  //Frame1
  this.loadVariables(counter.php?num=+random(99));
 
  //Frame2
  this.loadVariables(count.txt?num=+random(999));
 
  //frame40
  gotoAndPlay(2);
 
 
  //PHP
  ?php
  $count = file_get_contents(count.txt);
  $count = explode(=, $count);
  $count[1] = $count[1]+1;
 
 echo or error_log $count[1] here - is it what you expect?
 
 --
 Postgresql  php tutorials
 http://www.designmagick.com/

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP] PHP|FLASH hit counter

2006-03-27 Thread Tom Haschenburger
Got this from a tutorial and I am not able to get this to work. 

Even when I download the finished files from the site I can't get it to
work. It definitely does its job on bringing in the variable but, it
never increments any higher from zero. It seems as though I maybe have a
problem with reading/writing files. Would someone mind taking a look and
see if this looks correct?

Using PHP 4.4.2

//FLASH
//instance of dynamic text box on stage with variable name count
//Frame1
this.loadVariables(counter.php?num=+random(99));

//Frame2
this.loadVariables(count.txt?num=+random(999));

//frame40
gotoAndPlay(2);


//PHP
?php
$count = file_get_contents(count.txt);
$count = explode(=, $count);
$count[1] = $count[1]+1;
$file = fopen(count.txt, w+);
fwrite($file, count=.$count[1]);
fclose($file);
print count=.$count[1];
?


Thanks,
Tom

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] PHP|FLASH hit counter

2006-03-27 Thread Chris

Tom Haschenburger wrote:
Got this from a tutorial and I am not able to get this to work. 


Even when I download the finished files from the site I can't get it to
work. It definitely does its job on bringing in the variable but, it
never increments any higher from zero. It seems as though I maybe have a
problem with reading/writing files. Would someone mind taking a look and
see if this looks correct?

Using PHP 4.4.2

//FLASH
//instance of dynamic text box on stage with variable name count
//Frame1
this.loadVariables(counter.php?num=+random(99));

//Frame2
this.loadVariables(count.txt?num=+random(999));

//frame40
gotoAndPlay(2);


//PHP
?php
$count = file_get_contents(count.txt);
$count = explode(=, $count);
$count[1] = $count[1]+1;


echo or error_log $count[1] here - is it what you expect?

--
Postgresql  php tutorials
http://www.designmagick.com/

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] Php + flash, need some help making a small .FLA

2005-04-18 Thread Richard Lynch
On Sun, April 17, 2005 2:15 pm, Matt Babineau said:
 Does anyone have any experience with integrating php + flash? Or know of
 any
 good tutorial sites? Basically what I want to do is have an animated
 loading
 screen, and then pull pictures from a database and display text from a
 database, text could be scrolling across the bottom like CNN or something.
 Anyone familiar with some techniques on doing this?

 Any examples people may have of this would be great, just send me some
 sample .FLA scripts!!

 If you've got some examples of exactly what I want to do, and you also
 have
 a paypal account, I can make it worth your time :-D

Google for Flash photo album and Flash photo gallery and I'll bet a
dollar you find what you want.

Do I still get the money? :-)

-- 
Like Music?
http://l-i-e.com/artists.htm

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP] Php + flash, need some help making a small .FLA

2005-04-17 Thread Matt Babineau
Hi all -

Does anyone have any experience with integrating php + flash? Or know of any
good tutorial sites? Basically what I want to do is have an animated loading
screen, and then pull pictures from a database and display text from a
database, text could be scrolling across the bottom like CNN or something.
Anyone familiar with some techniques on doing this?

Any examples people may have of this would be great, just send me some
sample .FLA scripts!!

If you've got some examples of exactly what I want to do, and you also have
a paypal account, I can make it worth your time :-D

Thanks,

Matt Babineau
Criticalcode
w: http://www.criticalcode.com
p: 858.733.0160
e: [EMAIL PROTECTED]



Re: [PHP] Php + flash, need some help making a small .FLA

2005-04-17 Thread Rory Browne
I've only used flash, a couple of times( many years ago ), so I can't
be of very much help, but you might be able to do something with ming
- http://www.php.net/ming . If I remember correctly it would involve
referencing images by their URL - images which would on the backend be
served up with php.

On 4/17/05, Matt Babineau [EMAIL PROTECTED] wrote:
 Hi all -
 
 Does anyone have any experience with integrating php + flash? Or know of any
 good tutorial sites? Basically what I want to do is have an animated loading
 screen, and then pull pictures from a database and display text from a
 database, text could be scrolling across the bottom like CNN or something.
 Anyone familiar with some techniques on doing this?
 
 Any examples people may have of this would be great, just send me some
 sample .FLA scripts!!
 
 If you've got some examples of exactly what I want to do, and you also have
 a paypal account, I can make it worth your time :-D
 
 Thanks,
 
 Matt Babineau
 Criticalcode
 w: http://www.criticalcode.com
 p: 858.733.0160
 e: [EMAIL PROTECTED]
 


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP] PHP - Flash problem

2003-07-26 Thread Thomas
Hello everyone,

I'm trying to pass some info into Flash.   this worked fine with another
funciton call instead of Players();
But for some reason it will only pass the first name into flash..that's it.
however, when I check it just in a browser, it works fine.
I'm not sure why this one won't specifically work.

this is what I have.

// Includes etc...
 // Create new Class
 $server = new Rcon();

 // Connect  Retrieve Info
 if($server-Connect($config_server_ip, $config_server_port,
$config_server_password)) {
  $player_results = $server-Players();
  $server-Disconnect();
 }

 // Output to Flash
 $player_info = Array();
 for ($i=1; $i=count($player_results); $i++) {
  $player_info[($i-1)] = implode(,, $player_results[$i]);
 }

 $player_info2 = implode(|, $player_info);

 print ($player_info2);

This works to browser, but not to Flash.  it really doesn't make sense.

Any help?

Cheers.



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP] PHP/Flash Dynamic Graphs?

2003-01-15 Thread MH
Hi,

I want to create dynamic graphs with PHP and Flash for data that changes
constantly (let's say every 2 seconds).  The graphs must change visibly in
the browser window without refreshing the page.  Is this possible?  I have
read most that I could find on MING and searched the web as well, but didn't
have much luck.  Is PHP/Flash approach the best?

Any info/scripts/url's would be appreciated.

TX
MH



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




RE: [PHP] PHP/Flash Dynamic Graphs?

2003-01-15 Thread SED
You should look for loadVariables() in ActionScript (Flash) in this case
rather than MING.


Regards,
Sumarlidi E. Dadason

SED - Graphic Design
_
E-mail: [EMAIL PROTECTED]
website: www.sed.is

-Original Message-
From: MH [mailto:[EMAIL PROTECTED]] 
Sent: 15. janúar 2003 13:36
To: [EMAIL PROTECTED]
Subject: [PHP] PHP/Flash Dynamic Graphs?


Hi,

I want to create dynamic graphs with PHP and Flash for data that changes
constantly (let's say every 2 seconds).  The graphs must change visibly
in the browser window without refreshing the page.  Is this possible?  I
have read most that I could find on MING and searched the web as well,
but didn't have much luck.  Is PHP/Flash approach the best?

Any info/scripts/url's would be appreciated.

TX
MH



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP] PHP/Flash

2002-11-14 Thread Maxim Maletsky

wanna write an article for PHP Beginner? We'd be looking for something
like this some time next month...

-- 
Maxim Maletsky
[EMAIL PROTECTED]


On Mon, 4 Nov 2002 15:46:12 -0600 Clint Tredway [EMAIL PROTECTED] 
wrote:

 I have a small example of using Flash/PHP if anyone wants it..
 
 Clint
 
 
 
 -- 
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, visit: http://www.php.net/unsub.php
 


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP] PHP/Flash

2002-11-04 Thread Clint Tredway
I have a small example of using Flash/PHP if anyone wants it..

Clint



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP] PHP/Flash

2002-11-04 Thread rija
Me :-)
I wonder if you can post me these scripts

- Original Message - 
From: Clint Tredway [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Tuesday, November 05, 2002 8:46 AM
Subject: [PHP] PHP/Flash


 I have a small example of using Flash/PHP if anyone wants it..
 
 Clint
 
 
 
 -- 
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, visit: http://www.php.net/unsub.php
 
 



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP] PHP + Flash Die??????

2002-09-09 Thread Wilfredo I. Pachón López

Hello every body:

I'm creating a web aplication that allow modify dinamically a Flash 
movie with data extracted from a data base.

I download PHP 4.2.3 and the libswf library from sgi... and compile PHP with 
swf, aparently this work: the configure step is done without problems, too 
make and make install, when i try with the phpinfo() funtion appear that swf 
support was enable, but when i try to run de example or try with other 
parameters my browser show: Conection broken or when i view trought a proxy 
say  error void answer (size 0).

I don't understand why, because all other functions in PHP (Databases and 
others) funtion properly, the only problem is with SWF.
In the error log of the web server (Apache on R.H. Linux) appear  [notice] 
child pid xxx exit signal Segmentation fault (11)

Please help me.



Att:
 ,, 
/  \ 
   ((__-^^-,-^^-__)).-.
`-_---' `---_-'  Wilfredo I. Pachón López   /v\
 `--|o` 'o|--'   GNU/Linux registered user // \\
\  `  /  #175316  /(   )\
 ): :( ^^-^^
 :o_o: 
  - 
No a los adjuntos de Word(http://www.gnu.org/philosophy/no-word-
attachments.es.html) 
--
Visita nuestro portal web www.canapro.org.co

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP] PHP/Flash interaction

2002-02-01 Thread Luke Crouch

Anyone know of some good sites online that show how to optimize performance
for PHP/Flash interaction?

-L



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




RE: [PHP] PHP/Flash interaction

2002-02-01 Thread Mike Krisher

what do you mean by optimization? do you mean loading info(name/value pairs)
from PHP to Flash and vice versa. I don't know if there is a way to optimize
it at all, GET and POST are the same things with Flash as they are with HTML
and the like. Let me know if you're looking for something specific.

__
 Mike Krisher
 Director of Technology

 hyperQUAKE
 312 West 4th Street
 Cincinnati, OH  45202
 Tel: 513.563.6555
 Cel: 513.254.7821

 AOLIM: twopeoplecom
 ICQ: 83891383
 MSN: [EMAIL PROTECTED]


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP] PHP/Flash interaction

2002-02-01 Thread Luke Crouch

I guess what I'm looking for specifically is a site for Flash/PHP
developers.  I don't know that any exist...but I'm looking for more of What
kind of design approach to use...? then a technical answer...

-L


Mike Krisher [EMAIL PROTECTED] wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
 what do you mean by optimization? do you mean loading info(name/value
pairs)
 from PHP to Flash and vice versa. I don't know if there is a way to
optimize
 it at all, GET and POST are the same things with Flash as they are with
HTML
 and the like. Let me know if you're looking for something specific.

 __
  Mike Krisher
  Director of Technology

  hyperQUAKE
  312 West 4th Street
  Cincinnati, OH  45202
  Tel: 513.563.6555
  Cel: 513.254.7821

  AOLIM: twopeoplecom
  ICQ: 83891383
  MSN: [EMAIL PROTECTED]




-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP] PHP/Flash interaction

2002-02-01 Thread Corey Eiseman

I just ran across this tutorial yesterday...

Using PHP and MySQL with Flash
http://www.phpbuilder.com/columns/hill20011214.php3

Haven't had time to do more than skim it so i can't really vouch for its
usefulness, but it seems like a good start.

also flash-db.com has some forums that you may find useful if you have any
specific questions..
http://www.flash-db.com/Board/index.php

good luck!

corey.eiseman
infinite orange incorporated
http://infiniteorange.com/




Luke Crouch [EMAIL PROTECTED] wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
 I guess what I'm looking for specifically is a site for Flash/PHP
 developers.  I don't know that any exist...but I'm looking for more of
What
 kind of design approach to use...? then a technical answer...

 -L


 Mike Krisher [EMAIL PROTECTED] wrote in message
 [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
  what do you mean by optimization? do you mean loading info(name/value
 pairs)
  from PHP to Flash and vice versa. I don't know if there is a way to
 optimize
  it at all, GET and POST are the same things with Flash as they are with
 HTML
  and the like. Let me know if you're looking for something specific.
 
  __
   Mike Krisher
   Director of Technology
 
   hyperQUAKE
   312 West 4th Street
   Cincinnati, OH  45202
   Tel: 513.563.6555
   Cel: 513.254.7821
 
   AOLIM: twopeoplecom
   ICQ: 83891383
   MSN: [EMAIL PROTECTED]
 





-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP] PHP/Flash interaction

2002-02-01 Thread Luke Crouch

I could kiss you, Corey...well, if you are a woman?

What I am specifically trying to do is save movie clip positions in a
database...which that phpbuilder tutorial covers!!  Thanks!!

-L

Corey Eiseman [EMAIL PROTECTED] wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
 I just ran across this tutorial yesterday...

 Using PHP and MySQL with Flash
 http://www.phpbuilder.com/columns/hill20011214.php3

 Haven't had time to do more than skim it so i can't really vouch for its
 usefulness, but it seems like a good start.

 also flash-db.com has some forums that you may find useful if you have any
 specific questions..
 http://www.flash-db.com/Board/index.php

 good luck!

 corey.eiseman
 infinite orange incorporated
 http://infiniteorange.com/




 Luke Crouch [EMAIL PROTECTED] wrote in message
 [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
  I guess what I'm looking for specifically is a site for Flash/PHP
  developers.  I don't know that any exist...but I'm looking for more of
 What
  kind of design approach to use...? then a technical answer...
 
  -L
 
 
  Mike Krisher [EMAIL PROTECTED] wrote in message
  [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
   what do you mean by optimization? do you mean loading info(name/value
  pairs)
   from PHP to Flash and vice versa. I don't know if there is a way to
  optimize
   it at all, GET and POST are the same things with Flash as they are
with
  HTML
   and the like. Let me know if you're looking for something specific.
  
   __
Mike Krisher
Director of Technology
  
hyperQUAKE
312 West 4th Street
Cincinnati, OH  45202
Tel: 513.563.6555
Cel: 513.254.7821
  
AOLIM: twopeoplecom
ICQ: 83891383
MSN: [EMAIL PROTECTED]
  
 
 





-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP] php flash and textfile in chatapp.

2001-02-17 Thread Jan Grafström

Hi!
I am trying to build a flashchat and got problems with browser cache.
Every 2 sec flash send these variables to server
loadVariablesNum ("http://www.myserver.com/eget9.php3?name=" add name
add "...) and gets the answer from server. All files are cached by IE5.5
and looks like this: http://www.myserver.com/eget9.php3?name=" carl and
so on.
The variables are stored in a textfile on sever controled by thePHP.
Is there any way to stop IE to chache theses files.  If I have the
appliction running several hours it fills up my cache. My thought was to
use it to be online on my homepage ready to answer questions.

Thanks for answer.
Regards

Jan


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]