A Flash Developer Resource Site

Results 1 to 4 of 4

Thread: controling avi's using flash

  1. #1
    Member
    Join Date
    Sep 2000
    Posts
    87
    hi all
    I have an avi and I want to, in effect, create my own skin for the avi player. What I realy want to do is make the video a simple screen and have a floating remote control for it which can start and stop etc etc, (most likely just another small page).

    Can anybody shed some light on how I could go about doing this? is it posible to make the remote in flash and have the buttons call certain actions to the video, how would i do this? is there any way to put avi video in flash?

    Thankyou thankyou thankyou

  2. #2
    Don't Lick Jesus on a Stick whiteshadowx's Avatar
    Join Date
    Jun 2000
    Location
    Dallas
    Posts
    227
    1. avi in flash: no

    2. flash remote control yes! (sorta)

    Using FS commands you can do this. simply have the movie in the parent window, then have the fs command do parent.moviename.stop().

    get the idea?

    one problem: no MAC. sorry, its a limitation.

    however, if you dont mind the annoying clicks, try doing a get url("javascript:parent.moviename.stop()")

    this should work as well.

  3. #3
    Senior Member
    Join Date
    Sep 2000
    Posts
    186
    You can try to use FlashAnts FMPlayer to play .avi and customize UI controls. go http://www.flashants.com for more information

  4. #4
    Member
    Join Date
    Sep 2000
    Posts
    87
    Thanks for responding.

    I dont know if that javascript is right, I tried it and it didnt work, I'm not sure if the avi can be called in an object string. But thanks for the tip

    that flash ants is just what I was looking for.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center