Forum Moderators: coopster

Message Too Old, No Replies

PHP: Merge 2 SWF files

Wanna add a clickable banner to end of video

         

ppc_newbie

8:20 pm on Jan 25, 2009 (gmt 0)

10+ Year Member



Anybody know of a simple PHP script that would let me merge 2 SWF.

Basically I want to add a small banner clip with an embedded URL saying "CLICK HERE" link to the end of a flash movie.

I could do it in FLASH, but I want to automate most of the work.

Sekka

8:34 pm on Jan 25, 2009 (gmt 0)

10+ Year Member



SWF's are precompiled container formats. You can't really join them together.

I would suggest having a container SWF that loads in the first, then the second, and plays them one after the other.

rob7591

1:54 am on Jan 26, 2009 (gmt 0)

10+ Year Member



Or if you know the length of the movie you can probably implement some kinda JavaScript to switch em.