Ok Aran..

I m asking again.. Could u give me a sample swfobject code for play
swf after another one played..

This is basic.. I have 2 swf file i want to play another one when
first one played..

Dont think my previous project.. Only think this new one pls..

Best..

Tr-Scorpion..




On Jan 4, 5:19 am, Aran Rhee <[email protected]> wrote:
> Yes, I understand.
>
> What I said in my last reply stands.
>
> Aran
>
> On Mon, Jan 3, 2011 at 6:03 PM, TR-Scorpion <[email protected]> wrote:
> > 1- I have 3 swf video. (10 mb ea) "a.swf" "b.swf" "c.swf"
> > 2- I want to play first "a.swf" after "a.swf" finished i want to play
> > "b.swf" orderly or randomly no problem..
> > 3- I want to play them one after another..
>
> > On Jan 4, 1:53 am, Aran Rhee <[email protected]> wrote:
> > > So in order to accomplish what you want you need:
>
> > > 1) the ability to load the videos
> > > 2) to show the user progress of what is happening ( so they don;t think
> > the
> > > sire is broken)
> > > 3) to detect when one is done in order to play the next
> > > (I would also suggest you really (re)look at the compression settings on
> > > your video. For what is being shown, the filesize and quality do not
> > match.
> > > You should be able to get a better quality video at a lesser file size
> > using
> > > MP4 compression (which Flash can playback))
>
> > > The things that you want to do are not swfobject related. They are
> > general
> > > Flash questions.
>
> > > I suggest that you find a Flash forum in your native language so that you
> > > have a larger group of people who can help you more directly. We keep
> > this
> > > mailing list very focused on SWFObject specific issues, and what you want
> > to
> > > do falls outside of this boundary.
>
> > > Aran
>
> > > On Mon, Jan 3, 2011 at 5:40 PM, TR-Scorpion <[email protected]>
> > wrote:
> > > > .hi Aran..
>
> > > > I have a new idea.. I divide my swf video to 10mb parts..
> > > > I want to play them one by one..
>
> > > > Can i make that..
>
> > > > If i can pls give  me sample code..
>
> > > > On Jan 4, 1:37 am, Aran Rhee <[email protected]> wrote:
> > > > > @Kyle/Vince - I think this might be a continuation of anther thread
> > from
> > > > the
> > > > > OP where he had a 40mb video which had no preloader etc.
>
> > > > > @OP - my suggestion is to do all of your loading within Flash itself
> > (
> > > > btw -
> > > > > you HAVE to do this if you are wanting to preload a FLV/MP4 for Flash
> > to
> > > > > use)
>
> > > > > I know you said you don't have any Flash experience, but there are
> > lots
> > > > of
> > > > > tuts out there which describe how to preload assets. If this if for
> > the
> > > > same
> > > > > site from your first thread (ie an all flash site), then you should
> > spend
> > > > > the 1hr or so it will take to find some instructions on how to load
> > > > assets.
>
> > > > > relying on a js timer for 40Mb+ of data just doesn't seem that good
> > of an
> > > > > idea to me (esp when you were already running into Apache timeout
> > > > issues).
>
> > > > > Aran
>
> > > > > On Mon, Jan 3, 2011 at 5:21 PM, Vincent Polite <
> > > > [email protected]
>
> > > > > > wrote:
> > > > > > Kyle, I think he's talking about when the movie is actually done
> > > > playing,
> > > > > > not when the movie/SWF is finished loading?
>
> > > > > > Vincent
>
> > > > > > On Mon, Jan 3, 2011 at 3:11 PM, Kyle Simpson <[email protected]>
> > wrote:
>
> > > > > >>  All flash objects in the DOM have a `PercentLoaded()` function on
> > > > them
> > > > > >> that can be called to determine if the SWF is loaded. It will
> > return
> > > > the
> > > > > >> number `100` when it is finished loading. You can set up a timer
> > loop
> > > > to
> > > > > >> watch the object and see when it gets to 100.
>
> > > > > >> --Kyle
>
> > > > > >>  *From:* Vincent Polite <[email protected]>
> > > > > >> *Sent:* Monday, January 03, 2011 4:53 PM
> > > > > >> *To:* [email protected]
> > > > > >> *Subject:* Re: [SWFObject] Loading Swf one after another one..
>
> > > > > >> Yes, although you would have to probably do something with your
> > flash
> > > > > >> movie and javascript where when the movie is finished it triggers
> > a
> > > > > >> javascript function as a callback.  That javascript function's
> > whole
> > > > purpose
> > > > > >> in life is to launch the 2nd movie (or 3rd movie).  Unfortunately,
> > > > SWFObject
> > > > > >> in and of itself only supports a callback when the object is
> > embedded.
> > > >  i.e.
> > > > > >> you can detect when the object has been "placed" on the page.
>
> > > > > >> Detecting when the movie is complete is going to depend on how you
> > > > made
> > > > > >> the movie and you're ability to invoke a function, pageload when
> > the
> > > > movie
> > > > > >> is complete.  You're worst lowtech solution would be to embed your
> > > > movies
> > > > > >> with a URL forwarding action, but that's all sort of inelegant.
>
> > > > > >> *tags out to another moderator*
>
> > > > > >> Vincent
>
> > > > > >> On Mon, Jan 3, 2011 at 2:36 PM, TR-Scorpion <
> > [email protected]
> > > > >wrote:
>
> > > > > >>> Hi all..
>
> > > > > >>> Can we load 2 or 2+ swfs one after another one completed..
> > > > > >>> i want that beacuse i made a movie with aftereffects it has 3
> > part
> > > > and
> > > > > >>> i havent got any flash exp.. I need to make that loading with
> > > > > >>> swfobject..
>
> > > > > >>> <strong>"I didn't say multiple loading in one page.."</strong>
>
> > > > > >>> Thnx your helps..
>
> > > > > >>> Best..
>
> > > > > >>> TR-Scorpion
>
> > > > > >>> --
> > > > > >>> You received this message because you are subscribed to the
> > Google
> > > > Groups
> > > > > >>> "SWFObject" group.
> > > > > >>> To post to this group, send email to [email protected].
> > > > > >>> To unsubscribe from this group, send email to
> > > > > >>> [email protected]<swfobject%[email protected]>
> > <swfobject%[email protected]<swfobject%[email protected]>
>
> > > > <swfobject%[email protected]<swfobject%[email protected]>
> > <swfobject%[email protected]<swfobject%[email protected]>
>
> > > > > >>> .
> > > > > >>> For more options, visit this group at
> > > > > >>>http://groups.google.com/group/swfobject?hl=en.
>
> > > > > >> --
> > > > > >> You received this message because you are subscribed to the Google
> > > > Groups
> > > > > >> "SWFObject" group.
> > > > > >> To post to this group, send email to [email protected].
> > > > > >> To unsubscribe from this group, send email to
> > > > > >> [email protected]<swfobject%[email protected]>
> > <swfobject%[email protected]<swfobject%[email protected]>
>
> > > > <swfobject%[email protected]<swfobject%[email protected]>
> > <swfobject%[email protected]<swfobject%[email protected]>
>
> > > > > >> .
> > > > > >> For more options, visit this group at
> > > > > >>http://groups.google.com/group/swfobject?hl=en.
>
> > > > > >> --
> > > > > >> You received this message because you are subscribed to the Google
> > > > Groups
> > > > > >> "SWFObject" group.
> > > > > >> To post to this group, send email to [email protected].
> > > > > >> To unsubscribe from this group, send email to
> > > > > >> [email protected]<swfobject%[email protected]>
> > <swfobject%[email protected]<swfobject%[email protected]>
>
> > > > <swfobject%[email protected]<swfobject%[email protected]>
> > <swfobject%[email protected]<swfobject%[email protected]>
>
> > > > > >> .
> > > > > >> For more options, visit this group at
> > > > > >>http://groups.google.com/group/swfobject?hl=en.
>
> > > > > >  --
> > > > > > You received this message because you are subscribed to the Google
> > > > Groups
> > > > > > "SWFObject" group.
> > > > > > To post to this group, send email to [email protected].
> > > > > > To unsubscribe from this group, send email to
> > > > > > [email protected]<swfobject%[email protected]>
> > <swfobject%[email protected]<swfobject%[email protected]>
>
> > > > <swfobject%[email protected]<swfobject%[email protected]>
> > <swfobject%[email protected]<swfobject%[email protected]>
>
> > > > > > .
> > > > > > For more options, visit this group at
> > > > > >http://groups.google.com/group/swfobject?hl=en.
>
> > > > --
> > > > You received this message because you are subscribed to the Google
> > Groups
> > > > "SWFObject" group.
> > > > To post to this group, send email to [email protected].
> > > > To unsubscribe from this group, send email to
> > > > [email protected]<swfobject%[email protected]>
> > <swfobject%[email protected]<swfobject%[email protected]>
>
> > > > .
> > > > For more options, visit this group at
> > > >http://groups.google.com/group/swfobject?hl=en.
>
> > --
> > You received this message because you are subscribed to the Google Groups
> > "SWFObject" group.
> > To post to this group, send email to [email protected].
> > To unsubscribe from this group, send email to
> > [email protected]<swfobject%[email protected]>
> > .
> > For more options, visit this group at
> >http://groups.google.com/group/swfobject?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
"SWFObject" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/swfobject?hl=en.

Reply via email to