Re: [PHP] flash with PHP

2008-02-04 Thread Zoltán Németh
2008. 02. 3, vasárnap keltezéssel 09.23-kor Alain Roger ezt írta: Hi, i would like to have a flash menu in my PHP website. this is no problem. My problem is how to exchange data between PHP andFlash (in both direction). i found a lot of posts on this theme, but nothing with really works

RE: [PHP] flash with PHP

2008-02-04 Thread Bastien Koert
try asking on www.flashkit.com bastien Date: Mon, 4 Feb 2008 07:45:25 +0200 From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] CC: php-general@lists.php.net Subject: Re: [PHP] flash with PHP FlashKnowledge = 0; phpKnowledge = 1; I remember some time back finding a class for php and a class/unit

[PHP] flash with PHP

2008-02-03 Thread Alain Roger
Hi, i would like to have a flash menu in my PHP website. this is no problem. My problem is how to exchange data between PHP andFlash (in both direction). i found a lot of posts on this theme, but nothing with really works under ActionScript 3 and PHP. does anyone already solved such topic

Re: [PHP] flash with PHP

2008-02-03 Thread [EMAIL PROTECTED]
Alain Roger wrote: Hi, i would like to have a flash menu in my PHP website. this is no problem. My problem is how to exchange data between PHP andFlash (in both direction). i found a lot of posts on this theme, but nothing with really works under ActionScript 3 and PHP. does anyone already

Re: [PHP] flash with PHP

2008-02-03 Thread Casey
On Feb 3, 2008, at 12:23 AM, Alain Roger [EMAIL PROTECTED] wrote: Hi, i would like to have a flash menu in my PHP website. this is no problem. My problem is how to exchange data between PHP andFlash (in both direction). i found a lot of posts on this theme, but nothing with really works

Re: [PHP] flash with PHP

2008-02-03 Thread Alain Roger
this is right under actionscript 2.0... i'm working under actionscript 3.0 :-) On Feb 3, 2008 7:28 PM, Casey [EMAIL PROTECTED] wrote: On Feb 3, 2008, at 12:23 AM, Alain Roger [EMAIL PROTECTED] wrote: Hi, i would like to have a flash menu in my PHP website. this is no problem. My

Re: [PHP] flash with PHP

2008-02-03 Thread Casey
like to have a flash menu in my PHP website. this is no problem. My problem is how to exchange data between PHP andFlash (in both direction). i found a lot of posts on this theme, but nothing with really works under ActionScript 3 and PHP. does anyone already solved

Re: [PHP] flash with PHP

2008-02-03 Thread clive
FlashKnowledge = 0; phpKnowledge = 1; I remember some time back finding a class for php and a class/unit/addon for flash that allowed communication between php file and flash files, just google for it Clive Alain Roger wrote: Hi, i would like to have a flash menu in my PHP website

Re: [PHP] Flash / Ajax / PHP

2007-07-02 Thread Richard Lynch
On Fri, June 29, 2007 10:30 am, David Giragosian wrote: I've recently been using some limited free time to explore the Freemovie (Flash-PHP API) and Ajax technologies. Can anyone help me to understand whether these can be used together? Can I, for example, pull data from MySQL, dynamically

Re: [PHP] Flash / Ajax / PHP

2007-07-02 Thread Richard Lynch
On Sun, July 1, 2007 5:32 am, Ryan A wrote: Sometimes this gets solved with spitting out some headers telling IE not to cache while others have (dirty) solved it by adding a hash or something else unique to the page or the image... If you need serious legacy support for cave-man days browsers,

Re: [PHP] Flash / Ajax / PHP

2007-07-01 Thread Ryan A
but the image, when updated, is still unstable on IE while still _perfectly_ stable on FireFox. This might be due to cacheing on IE which anyone who has messed with php online for a little time will be familier with. IE is a bitch at times... just likes the company that makes the

Re: [PHP] Flash / Ajax / PHP

2007-07-01 Thread David Giragosian
On 7/1/07, Ryan A [EMAIL PROTECTED] wrote: but the image, when updated, is still unstable on IE while still _perfectly_ stable on FireFox. This might be due to cacheing on IE which anyone who has messed with php online for a little time will be familier with. IE is a bitch at times...

Re: [PHP] Flash / Ajax / PHP

2007-06-30 Thread tedd
At 10:30 AM -0500 6/29/07, David Giragosian wrote: I've recently been using some limited free time to explore the Freemovie (Flash-PHP API) and Ajax technologies. Can anyone help me to understand whether these can be used together? Can I, for example, pull data from MySQL, dynamically alter

Re: [PHP] Flash / Ajax / PHP

2007-06-30 Thread David Giragosian
On 6/30/07, tedd [EMAIL PROTECTED] wrote: At 10:30 AM -0500 6/29/07, David Giragosian wrote: I've recently been using some limited free time to explore the Freemovie (Flash-PHP API) and Ajax technologies. Can anyone help me to understand whether these can be used together? Can I, for example

[PHP] Flash / Ajax / PHP

2007-06-29 Thread David Giragosian
I've recently been using some limited free time to explore the Freemovie (Flash-PHP API) and Ajax technologies. Can anyone help me to understand whether these can be used together? Can I, for example, pull data from MySQL, dynamically alter Flash function parameters, then use Ajax to deliver

[PHP] flash and php (using the varibles)

2003-01-09 Thread - \[ Paul Ferrie \] -
Hi guys i hope there is someone in here that use flsah along with php to help with this :) Anyway i will make it simple. mysql returns a number say 123 i want flash to take this number to animate a progress bar, but here the problem it does work but the progress bar dosn't animate it just sets

Re: [PHP] flash and php (using the varibles)

2003-01-09 Thread Philipp Hartmann
I didnt test this, but something along the line should work [ActionScript] onEnterFrame = function{ i = dataYougetFromMySQL; if (i max){ this._width = this._width * (i*factor) // factor can slow down or accelerate your animation } } [/ActionScript] hth, Philipp - [ Paul Ferrie ] - [EMAIL

[PHP] Flash and PHP?

2002-10-29 Thread Neil
Does anyone use this? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Flash and PHP?

2002-10-29 Thread John Wards
On Tuesday 29 Oct 2002 2:06 pm, Neil wrote: Does anyone use this? Yes next question.. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Flash and PHP?

2002-10-29 Thread Maxim Maletsky
In thousands. -- Maxim Maletsky [EMAIL PROTECTED] www.PHPBeginner.com // PHP for Beginners www.maxim.cx // my Home // my Wish List: ( Get me something! ) http://www.amazon.com/exec/obidos/registry/2IXE7SMI5EDI3 Neil [EMAIL PROTECTED] wrote... : Does anyone use this?

[PHP] Flash and php

2002-02-24 Thread Martin
Hello! I read that the flash-format has been published to all users (see: http://www.macromedia.com/macromedia/proom/pr/1998/flashstandard.html). I was wondering if there is some php-support to generate flash-animations in general. What I'm looking for in particulla is a simple horizontal text

Re: [PHP] Flash and php

2002-02-24 Thread Mika Tuupola
On Sun, 24 Feb 2002, Martin wrote: I was wondering if there is some php-support to generate flash-animations in general. http://www.php.net/manual/en/ref.swf.php http://www.php.net/manual/en/ref.ming.php -- Mika Tuupola http://www.appelsiini.net/~tuupola

Re: [PHP] Flash and php

2002-02-24 Thread Martin
Hi Mika, thanx for your answer, http://www.php.net/manual/en/ref.swf.php http://www.php.net/manual/en/ref.ming.php which one should I prefer (using windows) ? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Flash and PHP loadvariablesnum

2001-11-13 Thread py
Hello, this question should be ask to a flash forum, php would never open a window!! I used this class to achieve what you asked (http://www.hotscripts.com/Detailed/8970.html) but I know nothing about flash... py - Original Message - From: dharvell [EMAIL PROTECTED] To: [EMAIL

Re: [PHP] Flash and PHP loadvariablesnum

2001-11-13 Thread Eric Trezza
Hello, I use a lot Flash with PHP. I really don't understand why your browser opens a new window. Could you tell me exactly which function you run (loadVariablesNum ...) and which browser you are using. (MAC IE5 doesn't work well with loadVariablesNum. Eric www.b-tween.com web design e

[PHP] Flash and PHP loadvariablesnum

2001-11-12 Thread dharvell
I have a flash movie that is submitting to a PHP page using loadvariablenum but after being submitted it opens a new window that displays the print line that was supposed to go back to flash. does anyone have any ideas?? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail:

[PHP] flash and php

2001-08-19 Thread Jack
I know this issue has been talk a lot already, but can anyone guide me where can I find information about how to build a dynamic content flash file driven by database? Jack [EMAIL PROTECTED] Love your enemies, it will drive them nuts

RE: [PHP] FLASH AND PHP

2001-04-04 Thread Richard Kirk
amework for expansion without breaking existing code. This line is the key: requestXml.contentType = 'text/xml'; and you won't find it mentioned in the current flash 5 documentation! HTH -----Original Message- From: Godd [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 03, 2001 8

RE: [PHP] FLASH AND PHP

2001-04-03 Thread Richard Kirk
Or alternatively use the xml object to send an xml (flash 5) document to php which then waits for an xml response. Cheers -Original Message- From: Lindsay Adams [mailto:[EMAIL PROTECTED]] Sent: Monday, April 02, 2001 10:00 PM To: PHP Subject: Re: [PHP] FLASH AND PHP If you

Re: [PHP] FLASH AND PHP

2001-04-03 Thread Godd
he xml object to send an xml (flash 5) document to php which then waits for an xml response. Cheers -Original Message- From: Lindsay Adams [mailto:[EMAIL PROTECTED]] Sent: Monday, April 02, 2001 10:00 PM To: PHP Subject: Re: [PHP] FLASH AND PHP If you are wanting to us

[PHP] FLASH AND PHP

2001-04-02 Thread Godd
Now VRML and PHP may be possible but if you can get Flash to get in the mix that will be so bad. What I really want to do is to get a flash file that will use the pictures that I send to it via php and let it use that picture to do the animation. Now what I am looking at is a flash file that

Re: [PHP] FLASH AND PHP

2001-04-02 Thread Lindsay Adams
If you are wanting to use pregenerated FLASH scripts ( and not build them on the fly with libswf or ming) then what you want to do, without having to buy Generator for your server is... In the beginning of you falsh file, do a load variables from a PHP page, that queries a database or whatever,

[PHP] flash and php

2001-01-18 Thread [EMAIL PROTECTED]
Hi people, Can PHP3 work with flash movie? I mean, something like using Php3 to run flash content from db? If so, is there anywhere I can find out more information? cheers Jack [EMAIL PROTECTED] "There is nothing more rewarding than reaching the goal you set for yourself"

Re: [PHP] flash and php

2001-01-18 Thread andreas \(@work\)
hi, see www.artfuntasy.com just flash4, php3, mysql greetings andreas - Original Message - From: "Jacky@lilst" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, January 18, 2001 11:23 PM Subject: [PHP] flash and php Hi people, Can PHP3 work with flash mov

Re: [PHP] flash and php

2001-01-18 Thread Frank Joerdens
On Thu, Jan 18, 2001 at 04:23:58PM -0600, Jacky@lilst wrote: Hi people, Can PHP3 work with flash movie? I mean, something like using Php3 to run flash content from db? If so, is there anywhere I can find out more information? I use swift-generator from www.swift-tools.com, which integrates