PHP and Flash [message #174949] |
Mon, 25 July 2011 23:40  |
PP
Messages: 4 Registered: July 2011
Karma: 0
|
Junior Member |
|
|
Can I write data (words fetched from a form ) over a flash file swf
with php ?
Flash file is produced by a video maker who doesn't know flash and
actionscript.
The xml/text read from swf file is non good for me.
I should write over swf file. Is it possible ?
|
|
|
|
|
|
|
|
|
|
|
Re: PHP and Flash [message #174967 is a reply to message #174965] |
Wed, 27 July 2011 15:20   |
Denis McMahon
Messages: 634 Registered: September 2010
Karma: 0
|
Senior Member |
|
|
On Wed, 27 Jul 2011 04:12:46 -0700, PP wrote:
> I don't want to reinvent the wheel.
OK, but you need to understand the way things work.
Anything you want to present on a web page, or techniques you want to use
on the web page, be they flash, javascript, css, html or bouncing funky
gibbons are outside the scope of php programming.
To generate a web page with php, first of all you need to understand what
you want to deliver to the browser. Then you use php to generate that
content. But a php programming group or forum is not the place to ask
what content you want to generate, rather it is a place to ask how you
generate that content.
We won't tell you how to use an img element to embed an image in an web
page, but we can tell you what functions might help you create the image,
the html you want, or both.
Rgds
Denis McMahon
|
|
|
Re: PHP and Flash [message #174976 is a reply to message #174965] |
Thu, 28 July 2011 13:37  |
bgulian(at)gmail(dot)com
Messages: 2 Registered: July 2011
Karma: 0
|
Junior Member |
|
|
On Jul 27, 7:12 am, PP <ilpaese.delpressapp...@gmail.com> wrote:
> I just see yesterday that there are web player (jw player, flow
> player, Open Source Media Framework di Adobe)
>
Most of the replies in this thread are anecdotal.
1. Setting the flashvar mode=transparent in embedding the video will
let you put anything you want over the movie.
2. However, JW Player has quite a few parameters and APIs and
customiztion possibilities that will probably let you do what you
want. Read up on it.
3. Though the replies to your post are pretty lame, the posters are
correct that this is not the forum for your question. Try the forum on
the Longtail site or just google.
Bob
|
|
|