We have done a director project having a flash member that plays
diferent .flv videos in a flash NetStream. In this way (taking the flash
movie the part of play the videos) we had no problem. I don`t know if
this can help you.
Eduardo
Slava Paperno wrote:
This must be the Dumb Question of the Year, but I've never used a
Flash video in a Shockwave movie, and I'm stuck.
I used Sorenson Squeeze to encode a few videos to SWF files. They play
fine in my Flash player. I thought that I can upload them to my
server, upload a simple Shockwave dcr movie and have the visitor click
a button to play these Flash videos one after another. But I can't
even get that to happen in Authoring. This is what my button does:
on NextVideo
sprite(1).member.pathName = "video/NextClip.swf"
sprite(1).member.streamMode = #idle
sprite(1).member.loop = true
sprite(1).member.pausedAtStart = false
sprite(1).play()
end NextVideo
on exitFrame
PUT sprite(1).member.percentStreamed --this displays 100, all done
PUT sprite(1).member.state --this displays 4, all done
PUT sprite(1).member.pathName --this displays the SWF file and path
as expected
PUT sprite(1).playing --this displays 0
end exitFrame
If I stop the movie and open the Flash member in the Flash Asset
properties box, I can play it fine.
What am I missing, please?
Thanks,
Slava
[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/lingo-l.cgi To post messages to the list,
email [email protected] (Problems, email
[EMAIL PROTECTED]). Lingo-L is for learning and helping with
programming Lingo. Thanks!]
[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/lingo-l.cgi To post messages to the list, email
[email protected] (Problems, email [EMAIL PROTECTED]). Lingo-L is for
learning and helping with programming Lingo. Thanks!]