A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: Smoothing, Deblocking on an AVM1Movie

  1. #1

    Post Smoothing, Deblocking on an AVM1Movie

    I've loaded a swf with a video inside of it. I don't have the original FLA for this swf, so I am trying to target the video object with action script

    I have traced the object as an AVM1Movie, using:

    Code:
    videoSwf.getChildAt(0).getChildAt(0));
    What I want to do is, improve the video by enabling smoothing and deblocking, but adding .smoothing = true; throws up errors

    Is there a way of achieving this?

  2. #2
    Senior Member cancerinform's Avatar
    Join Date
    Mar 2002
    Location
    press the picture...
    Posts
    13,449
    You cannot call any methods or parameters from an AVM1Movie object. No interoperability is allowed.
    - The right of the People to create Flash movies shall not be infringed. -

  3. #3
    Quote Originally Posted by cancerinform View Post
    You cannot call any methods or parameters from an AVM1Movie object. No interoperability is allowed.
    Ok, thanks for confirming

Tags for this Thread

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