Skip to main content
Inspiring
July 19, 2010
Question

Controlling a flash video in a PHP page

  • July 19, 2010
  • 1 reply
  • 371 views

I have supplied several progressive download flash videos to our web site programmer. Our web site is in PHP. All videos play well except for one thing: I would like them to start automatically. How do you change that? One the server, he added the Clear_Skin.swf, FLVPlayer_Progressive.swf and flvProgress.swf files. Are those the ones that control the autoplay action?

Thanks

    This topic has been closed for replies.

    1 reply

    DynopeteAuthor
    Inspiring
    July 19, 2010

    I think I may have found the answer to my question. The PHP calls for a HTML page, in which the flash movie is incorporated. All I need to do is to modify the autoplay code (to true) in that HTML page.