RE: [PHP] accessing flash files using php

2002-02-25 Thread SED

if you have a access to the action-script within the Flash-movie, write
there a script like:

gotoandplay(_root.myframe);

and let the HTML-path be something like:

myFlashMovie.swf?myframe=20

Regards,
Sumarlidi Einar Dadason
 
SED - Graphic Design
--
Tel.4615501
GSM 8960376
E-mail  [EMAIL PROTECTED]
Website:www.sed.is
-- 

-Original Message-
From: John Day [mailto:[EMAIL PROTECTED]] 
Sent: 25. febrĂșar 2002 15:36
To: SED
Subject: RE: [PHP] accessing flash files using php


Yep, specifically going to a certain frame within the movie 



-Original Message-
From: SED [mailto:[EMAIL PROTECTED]]
Sent: Monday, February 25, 2002 3:27 PM
To: John Day
Subject: RE: [PHP] accessing flash files using php


Do you mean like gotoandplay() or editing something in some frame?

-Original Message-
From: John Day [mailto:[EMAIL PROTECTED]] 
Sent: 25. febrĂșar 2002 11:41
To: Php-General (E-mail)
Subject: [PHP] accessing flash files using php


Hi
 
Is it possible to access a flash movie and then go to a certain frame
within that movie. I know that you can create flash files and then use
all manner of flash related functions, but I want to access an already
existing movie.
 
Cheers
JD


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




[PHP] accessing flash files using php

2002-02-25 Thread John Day

Hi
 
Is it possible to access a flash movie and then go to a certain frame
within that movie. I know that you can create flash files and then use
all manner of flash related functions, but I want to access an already
existing movie.
 
Cheers
JD