Adobe Dreamweaver Forums



Last 10 THreads :         Creating Newsletters (Last Post : Dominic Michael - Replies : 1 - Views : 8 )           »          CS4 Abolute paths not working despite settings (Last Post : radsraman - Replies : 1 - Views : 2 )           »          Custom Buttons in WebHelp Skin (Last Post : darkagn - Replies : 2 - Views : 3 )           »          Quote Generator Using Flash 8 (Last Post : JGGreek - Replies : 0 - Views : 1 )           »          Side Bar Appears On Top (Last Post : TravB5 - Replies : 0 - Views : 1 )           »          Webcam shows black box in flash player (Last Post : Masics - Replies : 0 - Views : 1 )           »          CS4: CSS export not working for text with image (Last Post : dv8kiwi - Replies : 12 - Views : 13 )           »          why doesn't my form work? (Last Post : Alan - Replies : 1 - Views : 2 )           »          An exception occurred when instantiating a Com object. (Last Post : BKBK - Replies : 1 - Views : 2 )           »          How do I hide CFIDE when using CF ajax? (Last Post : BKBK - Replies : 5 - Views : 6 )           »         


Home Register FAQ Members List Calendar Search Today's Posts Mark Forums Read
User Info Statistics
Go Back   Adobe Dreamweaver Forums > Other Macromedia/Adobe Products > Authorware
 
Tags: , , ,



Reply
  #11 (permalink)  
Old 04-13-2008, 02:56 AM
Amanda Viers
 
Posts: n/a
Diggs:
Default Re: External Media won't publish

Steve,

So I tried that with 2 of the offending icons, but they are still doing the
same thing. I did notice that the previous author attached a calculation icon
to the movies that says "ambummonvid := IconID". And then in the play option,
there is a calculation icon with the current code:

pause := FALSE
MediaPlay(IconID@"ambummonvid")
Checked@"Playw14" := TRUE
Checked@"Pausew14" := FALSE
Checked@"continuew14" := FALSE

I don't know if this is what Amy was referring to when she asked if I was
using variables, but am wondering if something in this could be causing the
problem.

Reply With Quote
Sponsored Links
  #12 (permalink)  
Old 04-13-2008, 02:56 AM
Steve Howard
 
Posts: n/a
Diggs:
Default Re: External Media won't publish


> pause := FALSE
> MediaPlay(IconID@"ambummonvid")
> Checked@"Playw14" := TRUE
> Checked@"Pausew14" := FALSE
> Checked@"continuew14" := FALSE
>
> I don't know if this is what Amy was referring to when she asked if I was
> using variables, but am wondering if something in this could be causing
> the
> problem.
>


I wouldn't expect it to cause the problems you describe. Looks like the
developer was 'talking' to some buttons used to control the video -
play/pause/continue. Should not do anything to your movies themselves.

Just so I'm understanding correctly. This works fine before you publish?

Steve

--
EuroTAAC eLearning 2007
http://www.eurotaac.com

Adobe Community Expert: Authorware, Flash Mobile and Devices
My blog - http://stevehoward.blogspot.com/

Reply With Quote


  #13 (permalink)  
Old 04-13-2008, 02:56 AM
Amanda Viers
 
Posts: n/a
Diggs:
Default Re: External Media won't publish

Steve,

This works fine before publishing. In Author mode, everything runs perfectly.

Amanda
Reply With Quote
  #14 (permalink)  
Old 04-13-2008, 02:56 AM
Erik **AdobeCommunityExpert**
 
Posts: n/a
Diggs:
Default Re: External Media won't publish

The problem is just during publishing?
If OBP is just having problems with these lines but does complete, that
sucks, but not a big deal. Just copy the movie directory to the
published folder yourself.

However, if this problem means OBP never completes, so your project
never publishes - that's a problem. Does it finish? If so, are the movie
lines present in the .aam file? If so, you're probably ok if the only
need is to manually copy the movies to the published folder...

If not, you could probably work around it all by going with the not-OBP
(traditional) method of web-packaging and manually editing your .aam
files as needed...
Erik

Amanda Viers wrote:
> I have inherited an application from someone and I have fixed all of the
> problems and am going to publish the piece. When I run the application in
> Authorware, all of the media files play and it looks great. If I go to
> Window>External Media, everything is showing up as linked properly. It does
> not appear that I have any broken links. When I go to publish the application
> for the web, I am getting warnings. On almost all of the videos, I get the
> following message:
> "Copying moviename.wmv.
> Warning: moviename.wmv does not exist."
>
> I can not figure out why my videos will not copy. I have a couple that
> complete successfully, but I can't figure out what is different about those
> files. They are all wmv files and are all in the same location. I have
> unlinked my publish settings more times than I care to remember. I have tried
> copying all of my icons to a new file and publishing from a new file. It
> continues to do the same thing. Any thoughts would be greatly appreciated!
>
> Amanda
>


--
Erik Lord
http://www.capemedia.net
Adobe Community Expert - Authorware
http://www.adobe.com/communities/experts/
------------------------------------------------------------------------
http://www.awaretips.net - samples, tips, products, faqs, and links!
*Search the A'ware newsgroup archives*
http://groups.google.com/group/macromedia.authorware
Reply With Quote
  #15 (permalink)  
Old 04-13-2008, 02:56 AM
Amanda Viers
 
Posts: n/a
Diggs:
Default Re: External Media won't publish

One button publishing completes with warnings. I copied the media files over
and go to run the piece and it is looking for the videos in mpg format instead
of wav in some weird folder on my c: drive. I think it is the program folder
for macromedia or something like that. (Sorry, I am away from my home computer
where all these files are, so the description is a little vague). If I
navigate to the folder in the published directory, change the format of the
file it is looking for to wmv and click the movie, it will then play the movie.
How can I directly change the aam outside of OBP because that would be a
really easy fix for me if I can just go in the aam and point to the correct
location?

Amanda

Reply With Quote


  #16 (permalink)  
Old 04-13-2008, 02:56 AM
Erik **AdobeCommunityExpert**
 
Posts: n/a
Diggs:
Default Re: External Media won't publish

The .aam file is one of the files published by the OBP process. You can
open that with any text editor (notepad is likely best) and edit. It
couldn't hurt to look at that and see if it's referencing the movie
files properly (location and name), but I don't think it's the problem now.

For some reason, your file seems to be looking for and trying to play
MPG files instead of the WMV files specified in the movie icon. That's
very weird - especially since they play properly during authoring. I've
never seen that before.

Since the published file can't find the movies, it's looking in some
default locations then ultimately asking where, and seems to be
suggesting the Macromedia folder. So it's not picking up the location of
these movies when published. I think there's something funky with the
way your movie icons are linked to the movies, especially considering
the odd broken/not broken thing you mentioned earlier.

One thing you could try is in Modify > File > Properties > Interaction >
Search Path - include the name of the folder where you movies are
located. I think such folders have to have quotes, but not sure. Maybe try
FileLocation^"MyMovieFolder"

Where are these movies? In a subfolder? Maybe just try moving them to
the same location as the published file? I believe that's one of the
default search locations so maybe the published file will find
them...but that's not a real solution for web-packaged.

Does the file work properly when packaged as an .exe?
Erik

Amanda Viers wrote:
> One button publishing completes with warnings. I copied the media files over
> and go to run the piece and it is looking for the videos in mpg format instead
> of wav in some weird folder on my c: drive. I think it is the program folder
> for macromedia or something like that. (Sorry, I am away from my home computer
> where all these files are, so the description is a little vague). If I
> navigate to the folder in the published directory, change the format of the
> file it is looking for to wmv and click the movie, it will then play the movie.
> How can I directly change the aam outside of OBP because that would be a
> really easy fix for me if I can just go in the aam and point to the correct
> location?
>
> Amanda
>


--
Erik Lord
http://www.capemedia.net
Adobe Community Expert - Authorware
http://www.adobe.com/communities/experts/
------------------------------------------------------------------------
http://www.awaretips.net - samples, tips, products, faqs, and links!
*Search the A'ware newsgroup archives*
http://groups.google.com/group/macromedia.authorware
Reply With Quote
  #17 (permalink)  
Old 04-13-2008, 02:56 AM
Amanda Viers
 
Posts: n/a
Diggs:
Default Re: External Media won't publish

The movies are in a subfolder "Media". I will try moving them to the root.
There are about 30 videos with this file. I will try your suggestions tonight
when I can access the files. I believe that I tested the exe file and the
movies were not playing correctly, but with so many repubs of this file, I
couldn't swear to it. This file really isn't making sense to me and I am
having such a hard time coming up with what could be wrong.

Thank you so much for all of the suggestions!!!!

Amanda

Reply With Quote
  #18 (permalink)  
Old 04-13-2008, 02:56 AM
Amanda Viers
 
Posts: n/a
Diggs:
Default Re: External Media won't publish

Erik,

I checked the aam file and it hasn't written any of the problem wmvs. I see
the lines for the wmv's that did publish properly, but the ones that are giving
me the warning are not in the aam file at all.

I tried moving these videos to the root of my folder so they are in the same
folder as my a7p file, but it still didn't find those videos.

I added FileLocation^"Media" to my search path and it still cannot find these
videos. I am about ready to throw this file out the window. I cannot figure
out what could possibly be causing this issue on just some of the videos. They
are all wmv files and are all within the media folder. The only thing that I
am thinking of trying is creating a subfolder within the Media folder b/c the
majority of the videos that work are in Media/Cas_Videos or a path like that,
where it seems that the majority of the videos that don't work are just in
Media.

Amanda


[q]Originally posted by: Newsgroup User
The .aam file is one of the files published by the OBP process. You can
open that with any text editor (notepad is likely best) and edit. It
couldn't hurt to look at that and see if it's referencing the movie
files properly (location and name), but I don't think it's the problem now.

For some reason, your file seems to be looking for and trying to play
MPG files instead of the WMV files specified in the movie icon. That's
very weird - especially since they play properly during authoring. I've
never seen that before.

Since the published file can't find the movies, it's looking in some
default locations then ultimately asking where, and seems to be
suggesting the Macromedia folder. So it's not picking up the location of
these movies when published. I think there's something funky with the
way your movie icons are linked to the movies, especially considering
the odd broken/not broken thing you mentioned earlier.

One thing you could try is in Modify > File > Properties > Interaction >
Search Path - include the name of the folder where you movies are
located. I think such folders have to have quotes, but not sure. Maybe try
FileLocation^"MyMovieFolder"

Where are these movies? In a subfolder? Maybe just try moving them to
the same location as the published file? I believe that's one of the
default search locations so maybe the published file will find
them...but that's not a real solution for web-packaged.

Does the file work properly when packaged as an .exe?
Erik

Amanda Viers wrote:
> One button publishing completes with warnings. I copied the media files

over
> and go to run the piece and it is looking for the videos in mpg format

instead
> of wav in some weird folder on my c: drive. I think it is the program

folder
> for macromedia or something like that. (Sorry, I am away from my home

computer
> where all these files are, so the description is a little vague). If I
> navigate to the folder in the published directory, change the format of the
> file it is looking for to wmv and click the movie, it will then play the

movie.
> How can I directly change the aam outside of OBP because that would be a
> really easy fix for me if I can just go in the aam and point to the correct
> location?
>
> Amanda
>


--
Erik Lord
http://www.capemedia.net
Adobe Community Expert - Authorware
http://www.adobe.com/communities/experts/
------------------------------------------------------------------------
http://www.awaretips.net - samples, tips, products, faqs, and links!
*Search the A'ware newsgroup archives*
http://groups.google.com/group/macromedia.authorware
[/q]



Reply With Quote


  #19 (permalink)  
Old 04-13-2008, 02:56 AM
Amy Blankenship *AdobeCommunityExpert*
 
Posts: n/a
Diggs:
Default Re: External Media won't publish

Is there any difference between the lengths of the file names that work and
those that don't?

Thanks;

Amy

"Amanda Viers" <webforumsuser@macromedia.com> wrote in message
news:f1qssd$qgq$1@forums.macromedia.com...
> Erik,
>
> I checked the aam file and it hasn't written any of the problem wmvs. I
> see
> the lines for the wmv's that did publish properly, but the ones that are
> giving
> me the warning are not in the aam file at all.
>
> I tried moving these videos to the root of my folder so they are in the
> same
> folder as my a7p file, but it still didn't find those videos.
>
> I added FileLocation^"Media" to my search path and it still cannot find
> these
> videos. I am about ready to throw this file out the window. I cannot
> figure
> out what could possibly be causing this issue on just some of the videos.
> They
> are all wmv files and are all within the media folder. The only thing
> that I
> am thinking of trying is creating a subfolder within the Media folder b/c
> the
> majority of the videos that work are in Media/Cas_Videos or a path like
> that,
> where it seems that the majority of the videos that don't work are just in
> Media.
>
> Amanda
>
>
> [q]Originally posted by: Newsgroup User
> The .aam file is one of the files published by the OBP process. You can
> open that with any text editor (notepad is likely best) and edit. It
> couldn't hurt to look at that and see if it's referencing the movie
> files properly (location and name), but I don't think it's the problem
> now.
>
> For some reason, your file seems to be looking for and trying to play
> MPG files instead of the WMV files specified in the movie icon. That's
> very weird - especially since they play properly during authoring. I've
> never seen that before.
>
> Since the published file can't find the movies, it's looking in some
> default locations then ultimately asking where, and seems to be
> suggesting the Macromedia folder. So it's not picking up the location of
> these movies when published. I think there's something funky with the
> way your movie icons are linked to the movies, especially considering
> the odd broken/not broken thing you mentioned earlier.
>
> One thing you could try is in Modify > File > Properties > Interaction >
> Search Path - include the name of the folder where you movies are
> located. I think such folders have to have quotes, but not sure. Maybe try
> FileLocation^"MyMovieFolder"
>
> Where are these movies? In a subfolder? Maybe just try moving them to
> the same location as the published file? I believe that's one of the
> default search locations so maybe the published file will find
> them...but that's not a real solution for web-packaged.
>
> Does the file work properly when packaged as an .exe?
> Erik
>
> Amanda Viers wrote:
> > One button publishing completes with warnings. I copied the media files

> over
> > and go to run the piece and it is looking for the videos in mpg format

> instead
> > of wav in some weird folder on my c: drive. I think it is the program

> folder
> > for macromedia or something like that. (Sorry, I am away from my home

> computer
> > where all these files are, so the description is a little vague). If I
> > navigate to the folder in the published directory, change the format of
> > the
> > file it is looking for to wmv and click the movie, it will then play the

> movie.
> > How can I directly change the aam outside of OBP because that would be
> > a
> > really easy fix for me if I can just go in the aam and point to the
> > correct
> > location?
> >
> > Amanda
> >

>
> --
> Erik Lord
> http://www.capemedia.net
> Adobe Community Expert - Authorware
> http://www.adobe.com/communities/experts/
> ------------------------------------------------------------------------
> http://www.awaretips.net - samples, tips, products, faqs, and links!
> *Search the A'ware newsgroup archives*
> http://groups.google.com/group/macromedia.authorware
> [/q]
>
>
>



Reply With Quote
  #20 (permalink)  
Old 04-13-2008, 02:56 AM
Mike Baker **Adobe Community Expert**
 
Posts: n/a
Diggs:
Default Re: External Media won't publish

It sounds like Authorware thinks the movies are accessed with variables and
it isn't telling OBP the right thing. OBP can't publish files that are
accessed with variables because it doesn't know what the contents of the
variable will be at runtime. Try this out... Select "Window / External Media
Browser" from the main menu; select one of the movies that does not publish.
Is the radio button for Type say Literal or Expression? If it's expression
then OBP won't publish it to the AAM file or copy it to the published files
folder. If the movie files are in a subfolder called media then the file
named mymovie.wmv should appear as .\Media\mymovie.wmv

HTH,
Mike
====================
Mike Baker
Adobe Community Expert
mike-baker@cox.net

"Amanda Viers" <webforumsuser@macromedia.com> wrote in message
news:f1qssd$qgq$1@forums.macromedia.com...
> Erik,
>
> I checked the aam file and it hasn't written any of the problem wmvs. I

see
> the lines for the wmv's that did publish properly, but the ones that are

giving
> me the warning are not in the aam file at all.
>
> I tried moving these videos to the root of my folder so they are in the

same
> folder as my a7p file, but it still didn't find those videos.
>
> I added FileLocation^"Media" to my search path and it still cannot find

these
> videos. I am about ready to throw this file out the window. I cannot

figure
> out what could possibly be causing this issue on just some of the videos.

They
> are all wmv files and are all within the media folder. The only thing

that I
> am thinking of trying is creating a subfolder within the Media folder b/c

the
> majority of the videos that work are in Media/Cas_Videos or a path like

that,
> where it seems that the majority of the videos that don't work are just in
> Media.
>
> Amanda
>
>
> [q]Originally posted by: Newsgroup User
> The .aam file is one of the files published by the OBP process. You can
> open that with any text editor (notepad is likely best) and edit. It
> couldn't hurt to look at that and see if it's referencing the movie
> files properly (location and name), but I don't think it's the problem

now.
>
> For some reason, your file seems to be looking for and trying to play
> MPG files instead of the WMV files specified in the movie icon. That's
> very weird - especially since they play properly during authoring. I've
> never seen that before.
>
> Since the published file can't find the movies, it's looking in some
> default locations then ultimately asking where, and seems to be
> suggesting the Macromedia folder. So it's not picking up the location of
> these movies when published. I think there's something funky with the
> way your movie icons are linked to the movies, especially considering
> the odd broken/not broken thing you mentioned earlier.
>
> One thing you could try is in Modify > File > Properties > Interaction >
> Search Path - include the name of the folder where you movies are
> located. I think such folders have to have quotes, but not sure. Maybe

try
> FileLocation^"MyMovieFolder"
>
> Where are these movies? In a subfolder? Maybe just try moving them to
> the same location as the published file? I believe that's one of the
> default search locations so maybe the published file will find
> them...but that's not a real solution for web-packaged.
>
> Does the file work properly when packaged as an .exe?
> Erik
>
> Amanda Viers wrote:
> > One button publishing completes with warnings. I copied the media

files
> over
> > and go to run the piece and it is looking for the videos in mpg format

> instead
> > of wav in some weird folder on my c: drive. I think it is the program

> folder
> > for macromedia or something like that. (Sorry, I am away from my home

> computer
> > where all these files are, so the description is a little vague). If I
> > navigate to the folder in the published directory, change the format of

the
> > file it is looking for to wmv and click the movie, it will then play

the
> movie.
> > How can I directly change the aam outside of OBP because that would be

a
> > really easy fix for me if I can just go in the aam and point to the

correct
> > location?
> >
> > Amanda
> >

>



Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



© Camley Interactive (camley.info) 2008 - all logos and images are copywrite their respective owners.
Proud member of the Camley Interactive Network
All times are GMT. The time now is 06:00 AM.


Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.1.0 ©2007, Crawlability, Inc.
Inactive Reminders By Mished.co.uk