Ask a Question related to Macromedia Director Lingo, Design and Development.
-
C Goodman #1
importFileInto converts AVI to QT!
Howdy,
Even after implementing a Technote regarding my exact issue, I am still
having a problem.
I am using new() and importfileinto to dynamically load an AVI into a cast
member.
If I manually import using the standard Cast--> Import, it will import and
play correctly as an AVI
Another clue: just executing the new() statement as below WILL create a
blank digitalvideo castmember, but once the importfileinto executes, it is
changes to a Quicktime!
I know one solution would be to try and convert my AVIs to QT, but I don;t
have that software, and would rather solve this!
Any Ideas?
Chris
new(#digitalvideo, member 101)
importFileInto member 101, "@/media/video/" & thisvideo
member(101).filename = "@/media/video/" & thisvideo
C Goodman Guest
-
importFileInto path problems
Hi! I have problems with the paths that use this function with each situation. In projector author or local shockwave I can pass the all path or... -
importFileInto problems
In article <bkqam2$19s$1@forums.macromedia.com>, "Pixel Pusher" webforumsuser@macromedia.com wrote: no idea why? Some commands don't work in... -
problems using preLoadNetthing with importFileInto
Hi group. I am using Director MX, running under WinXP Pro. I'm having trouble with trying to preload a quicktime movie, create a cast member... -
help with 'importFileInto'
Hi all. i am using the 'importFileInto' command within a projector to load swf files in from a list All works fine, but was wondering if there... -
importFileInto and member's name
On 02 Aug 2003, "Krystian Polak" <kuzda@wp.pl> wrote: Director automatically names the member using the name of the file. Here's one way: ... -
AstrO #2
Re: importFileInto converts AVI to QT!
What about using new() to create the cast member and then setting it's file
path to that of your AVI?
AstrO
"C Goodman" <cgoodman@word-ware.com> wrote in message
news:blt2m2$64a$1@forums.macromedia.com...> Howdy,
> Even after implementing a Technote regarding my exact issue, I am still
> having a problem.
>
> I am using new() and importfileinto to dynamically load an AVI into a cast
> member.
>
> If I manually import using the standard Cast--> Import, it will import and
> play correctly as an AVI
>
> Another clue: just executing the new() statement as below WILL create a
> blank digitalvideo castmember, but once the importfileinto executes, it is
> changes to a Quicktime!
>
> I know one solution would be to try and convert my AVIs to QT, but I don;t
> have that software, and would rather solve this!
>
> Any Ideas?
> Chris
> new(#digitalvideo, member 101)
>
> importFileInto member 101, "@/media/video/" & thisvideo
>
> member(101).filename = "@/media/video/" & thisvideo
>
>
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system ([url]http://www.grisoft.com[/url]).
Version: 6.0.522 / Virus Database: 320 - Release Date: 29/09/2003
AstrO Guest
-
C Goodman #3
Re: importFileInto converts AVI to QT!
That was what the Technote suggested, and I'm suprised that it didn't solve
it! As below, when I execute the new() command, it does make a blank
digitalvideo(avi) member, but as soon as I load the actual avi into the
member, it switches to QT! Darn!
"AstrO" <astro_beta@bigpond.com> wrote in message
news:bltcg3$i1a$1@forums.macromedia.com...file> What about using new() to create the cast member and then setting it'scast> path to that of your AVI?
>
> AstrO
>
> "C Goodman" <cgoodman@word-ware.com> wrote in message
> news:blt2m2$64a$1@forums.macromedia.com...> > Howdy,
> > Even after implementing a Technote regarding my exact issue, I am still
> > having a problem.
> >
> > I am using new() and importfileinto to dynamically load an AVI into aand> > member.
> >
> > If I manually import using the standard Cast--> Import, it will importis> > play correctly as an AVI
> >
> > Another clue: just executing the new() statement as below WILL create a
> > blank digitalvideo castmember, but once the importfileinto executes, itdon;t> > changes to a Quicktime!
> >
> > I know one solution would be to try and convert my AVIs to QT, but I>> > have that software, and would rather solve this!
> >
> > Any Ideas?
> > Chris
> > new(#digitalvideo, member 101)
> >
> > importFileInto member 101, "@/media/video/" & thisvideo
> >
> > member(101).filename = "@/media/video/" & thisvideo
> >
> >
>
> ---
> Outgoing mail is certified Virus Free.
> Checked by AVG anti-virus system ([url]http://www.grisoft.com[/url]).
> Version: 6.0.522 / Virus Database: 320 - Release Date: 29/09/2003
>
>
C Goodman Guest
-
AstrO #4
Re: importFileInto converts AVI to QT!
What I meant was to only set the filepath, so it would look like this: (take
out the importFileInto line)
new(#digitalvideo, member 101)
member(101).filename = "@/media/video/" & thisvideo
I tested this and it does work on my PC using Director MX. Take note that
you will have to set some properties of the member like DTS and audio to get
it running 100%.
AstrO
"C Goodman" <cgoodman@word-ware.com> wrote in message
news:blukrv$rrp$1@forums.macromedia.com...solve> That was what the Technote suggested, and I'm suprised that it didn't> it! As below, when I execute the new() command, it does make a blank
> digitalvideo(avi) member, but as soon as I load the actual avi into the
> member, it switches to QT! Darn!>> >> > > importFileInto member 101, "@/media/video/" & thisvideo
> > >
> > > member(101).filename = "@/media/video/" & thisvideo
> > >
> > >
> >
> > ---
> > Outgoing mail is certified Virus Free.
> > Checked by AVG anti-virus system ([url]http://www.grisoft.com[/url]).
> > Version: 6.0.522 / Virus Database: 320 - Release Date: 29/09/2003
> >
> >
>
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system ([url]http://www.grisoft.com[/url]).
Version: 6.0.522 / Virus Database: 320 - Release Date: 29/09/2003
AstrO Guest
-
C Goodman #5
Re: importFileInto converts AVI to QT!
Thank you very much! That works great and now my app will accept both QT and
AVI with that same code....
"AstrO" <astro_beta@bigpond.com> wrote in message
news:blviv0$nci$1@forums.macromedia.com...(take> What I meant was to only set the filepath, so it would look like this:get> out the importFileInto line)
>
> new(#digitalvideo, member 101)
> member(101).filename = "@/media/video/" & thisvideo
>
> I tested this and it does work on my PC using Director MX. Take note that
> you will have to set some properties of the member like DTS and audio to> it running 100%.
>
> AstrO
>
>
> "C Goodman" <cgoodman@word-ware.com> wrote in message
> news:blukrv$rrp$1@forums.macromedia.com...> solve> > That was what the Technote suggested, and I'm suprised that it didn't>> > it! As below, when I execute the new() command, it does make a blank
> > digitalvideo(avi) member, but as soon as I load the actual avi into the
> > member, it switches to QT! Darn!> >> > > > importFileInto member 101, "@/media/video/" & thisvideo
> > > >
> > > > member(101).filename = "@/media/video/" & thisvideo
> > > >
> > > >
> > >
> > >
> > > ---
> > > Outgoing mail is certified Virus Free.
> > > Checked by AVG anti-virus system ([url]http://www.grisoft.com[/url]).
> > > Version: 6.0.522 / Virus Database: 320 - Release Date: 29/09/2003
> > >
> > >
> >
>
> ---
> Outgoing mail is certified Virus Free.
> Checked by AVG anti-virus system ([url]http://www.grisoft.com[/url]).
> Version: 6.0.522 / Virus Database: 320 - Release Date: 29/09/2003
>
>
C Goodman Guest



Reply With Quote

