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

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? > >

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-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

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/~tuupol

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-communi

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 PROT

RE: [PHP] FLASH AND PHP

2001-04-04 Thread Richard Kirk
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, A

Re: [PHP] FLASH AND PHP

2001-04-03 Thread Godd
ely 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 &

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 A

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, g

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

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 movie? I mean, som