Linking several Flash movies together

I created 5 "movies" in Captivate and published as .swf files
with accompanying .htm files. The Captivate file, .swf, and .htm
files are all in a folder on our website and therefore should be
accessible to the Internet. I've linked the first movie from
Contribute and published but the other links "were not found on
website or in a directory listing".
What next? Our webmaster isn't sure and neither am I. I don't
want to combine all 5 movies into one because we are in a rural
area with 56K users.

"Bizmarck27" <[email protected]> wrote in
message news:e4ij6q$i34$[email protected]..
>I created 5 "movies" in Captivate and published as .swf
files with accompanying
> .htm files. The Captivate file, .swf, and .htm files are
all in a folder on our
> website and therefore should be accessible to the
Internet. I've linked the
> first movie from Contribute and published but the other
links "were not found
> on website or in a directory listing".
>
> What next? Our webmaster isn't sure and neither am I. I
don't want to combine
> all 5 movies into one because we are in a rural area
with 56K users.
If you can't see the files in a directory listing, why do you
think they are on the website?
Your upload of the files must have failed for some reason. If
the files are there you can access them with a direct link to the
file to test..
http://mywebsite.com/myswf.swf
If you get a 404 file not found, then it ain't there!
tralfaz

Similar Messages

  • Adding link to Flash movie to HTML Help

    I have to output the same help in both CHM and WebHelp, and I
    have to include a Flash movie (SWF) in both versions. The only way
    I've found to get a link to the Flash movie to work in the compiled
    CHM is to add all the Flash files to the project as "baggage" and
    then insert the link. Compiled CHM then includes the Flash files.
    Is this the recommended approach? Is there an easier way?
    Thanks,
    mel

    Hi mel and welcome to our community
    Indeed, adding to baggage will not hurt a thing and is
    recommended. I recently published a second article dealing with
    Flash content and RoboHelp that you may find useful. You may view
    it by
    clicking
    here
    Cheers... Rick

  • Put HTML link in flash movie - I'm missing something

    Hey forum - if someone could help me out here that would be
    awesome.
    I've created a movie in Flash version 8 and am tryhing to get
    it to link to a page on the website when clicked on. Using this
    code:
    thermostatbutton.addEventListener(MouseEvent.CLICK, goWhere)
    function goWhere (evt) {
    var url = "
    http://www.hvactechsupport.com/controls-main.asp"
    navigateToURL(new URLRequest(url))
    The flash file exports fine, and it recognizes the image as a
    button, but nothing happens with a click.
    Please help! Thanks. =)

    The code you are using there is AS3, not AS2. For AS2 you
    want something that looks like this:
    thermostatbutton.onRelease = function() {
    getURL("
    http://www.hvactechsupport.com/controls-main.asp");
    }

  • Linking several different captivate projects

    I have recently been informed that my 450-600 slide trainings
    are too large :)
    I have done some research and determined that I need to link
    several smaller projects together to form a seeminly seamless
    training.
    I have learned about "Daisy Chains" (using the open another
    project button to link). I have a question about this. In my
    current trainings, my second screen is always a navigation screen.
    I use buttons to branch to the specific topics my users need to
    watch. Can this be accomplished using a Daisy Chain?
    Any comments or suggestions on how others have dealt with the
    issue are extremely welcome. I am pretty new to Captivate.
    Thanks!
    Denise

    Welcome to our community, Simon
    When all files are  in the same folder things are simple. All you have to do is list the  name of the SWF you wish to open and because it's in the same folder it  should link just fine.
    The only time you really have  concerns are when you choose to place the files in different folders. If  you do this, you need to ensure the file you are linking FROM contains a relative path so it can find the file it is linking TO. Then it gets sticky on how to explain it. I'd stick with the "all files in the same folder" approach myself.
    Cheers... Rick
    Helpful and Handy Links
    Begin learning Captivate 5 moments from now! $29.95
    Captivate Wish Form/Bug Reporting Form
    Adobe Certified Captivate Training
    SorcererStone Blog
    Captivate eBooks

  • Emil link in a flash movie

    this is frustrating i have a flash movie that is ready to
    deploy but can't get the reply email link to function can anyone
    help?

    hi did that several times clicked the link button tested 20
    to 30 times no luck. it is easy to do in visual studio, dreamweaver
    4 through 8 and my version is pro, and even swish but CANNOT DO IT
    IN FLASH 8 PRO! maybe i'm making it harder than it is i don't know
    i tryed the simple in properties and then a html in the code
    sampling maybe i'm missing a string i am not seeing.

  • DW CS4: How to play a Flash Movie in a NEW window after clicking a link or a button on a page?

    Hi, using Adobe Dreamweaver CS4, I would like to have a link or a button on a webpage that when clicked will play a Flash Movie in a new window.
    Using the 'Insert Panel' > Media: FLV I managed to insert the .flv file on the page, but the movie plays 'in line' instead of in a new window. So far I can't find any 'Properties' or settings to change this behaviour. E.g. like Target _blank for opening e.g. a .pdf in a new Window.
    > Please help.
    Thank you!

    Try using one of the popular javascript methods for this. I use shadowbox and you can find examples, info and a download here: http://www.shadowbox-js.com

  • Linked video and audio do not move together on timeline

    Hello, I have been working in a project for a couple of days and cannot find out why the video and audio do not move together when one of them is dragged laterally on the timeline. They are linked yet do not move together. I seem to remember one of the first clips I dragged down to the timeline did what it should but they do not behave as they should. If I click on both clips the only option is unlink. When I move one part in the timeline it shows me how much they are out of sync.Any ideas?
    ~Grant

  • Linking for a flash movie

    I am using the Adobe work around for the "click to activate"
    issue, and the flash movie that I want to launch is going to be
    launched from a link.
    here is what I have:
    javascript:
    function demo()
    document.write('<object
    classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
    height="200">\n');
    document.write('<param name="movie" value="demo.swf"
    />\n');
    document.write('<param name="quality" value="high"
    />\n');
    document.write('<embed
    type="application/x-shockwave-flash" src="demo.swf"
    height="200"></embed>\n');
    document.write('</object>\n');
    and the link looks like this:
    <a href="javascript:demo()" target="_blank">View Demo
    here</a>
    what am I doing wrong? the window launchs, but the movie
    won't play
    I need help with this immediately as it has to go live this
    afternoon!!!!!

    Can you show us what you have tried? Which version of Flash
    are you using? Which version of Actionscript?

  • Link flash movies to text

    I am trying to linking each FLV movie imported into the Library to a word on my Samples page.  Ex. Wedding linked to a wedding clip, School play linked to a school play clip.  Unfortunately, the add interaction button only allows me to select the first movie that was brought into the Samples page.
    How can I link multiple movies to one flash movie player?

    http://www.webdesigndev.com/flash/flash-catalyst-tutorial-101-creating-an-interactive-vide o-gallery-quickly-without-writing-any-code
    The link above shows how to link artwork to specific FLV videos.   It seems a little more difficult using only words.

  • Flash movie not displayed correctly in IE 8 on some Windows OS

    Has anyone seen this problem?
    I'm using CS4 to export a basic flash movie with embed tags pre scripted...
    And the issue is that on some OS systems using Vista or Windows 7 and IE 8 as a primary browser, it appears that IE 8 is not displaying the flash banner completely.... its CROPPING it off... This is very strange because the banner works fine in FireFox, IE7,Opera,Chrome but not I.E.8 on some OS systems...
    If you google "Flash not displaying correctly in IE 8" you'll get alot of people with the same issues but no real definate fix...
    Are there any suggestions as to what i could try?
    Do i need different flash embed tags? Or is this a user issue?
    Please Advise as soon as possible...
    Thanks

    I'm sorry, i forgot to explain that I didn't upload the flash published html because it did and produced the exact same results.
    The flash published still got cropped off on 1 vista os(I.E 8) running from a laptop and 1 windows 7(I.E. 8) latop os...
    Its good to hear that you're able to see it clearly... however in my QA efforts, i've been asked to fix the issue or drop the flash banner all together.
    I've tried every which way, i've even converted the embed tags (not uploaded by the way) to a js script and it STILL gets cropped of on 2 ie8 run OS systems...
    And now i'm not sure what else to try on my end.
    I'm currious if because this is an XML driven flash banner, this may be an issue? But it still doesn't explain why some people can see this in IE 8 as you can and others get a cropped banner like in my screen shot sample.
    Again i invite everyone in the forum to take a look at the sample links, as i'd be curious to see who else is seeing this.
    By the way "kglad" Thank you so much... please keep the suggestions coming... but everything you've suggested, i've tried.
    This is very perplexing. Is this a setting issue? or is there some setting on the user side i'm not aware of? Either way, as usual... the flash developer is blamed so i must find a solution.
    Link to flash sample
    http://www.extremefx.net/flashie8issue/flashtest.html
    Link to screen shot sample on a Vista and Windows 7 running IE 8 browser
    http://www.extremefx.net/flashie8issue/ie8issue.jpg
    Again... eagerly await feed back from you and the rest of the forum.
    Message was edited by: RegGFX

  • Possible to offer a 640x480 size Flash movie?

    Hello & Happy Christmas List responders,
    My name is Luke Wonderly, and I've used flash 5 a little bit
    - in the past.
    I just purchased my new copy of CS3, and am beginning to
    develop how the work flow for
    my project should go.
    I have several hundred individual "Dance" moves, that are 6
    to 12 seconds long (both real time - and slow motion) shot
    on DVC-Pro 720x486 - exported as uncompressed QT movies - in
    a current supported Codec.
    I would like to deliver them on the internet - both as QT,
    and Flash movies.
    For the Flash development, my first questions -
    2 Questions:
    1). Is it possible to deliver an internet Flash Movie at a
    640x480 size?
    I see tons of references to creating 320x240 sizes - but
    what about the larger, physical size?
    2) Is it possible to allow a way for my audience to download,
    save & keep the Flash movies - to watch later?
    If so, how are the way's you folks would do it? (3rd
    question).
    Thank you for any help, time or direction that you may offer.
    Kindest regards & Christmas greetings,
    Luke Wonderly
    [email protected]

    Thank you rafiqelmansy for helping,
    and Happy New Year to you as well!
    Ok, I think I understand about file size and bandwidth.
    These movies will be offered on line - to paying subscribers.
    Each movie teaches a paticular dance move (with 2 different
    camera views
    one real time, the other view in slow motion) . . plus there
    is no Audio .
    Only text titles, description & break down.
    So the content is for training (monkey see, monkey do), and
    needs to be as large as possible - preferably 640x480 . . . .
    The clients know that it's not going to be tiny file sizes -
    and because each
    dance movie is only (average) 8 seconds long - it should
    still boil down
    to an acceptable, downloadable size . . . .
    At least that's what I was hoping for. Thank you for letting
    me know that
    Flash will at least give me the options.
    Of course I'll be doing all kinds of compression level
    testing - but I didn't
    want to start in a 640 direction - until I could find out
    first - if that physical size was even supported.
    In reference to question 2, you wrote:
    "2) yes, you just need to upload the version that the users
    need to download and link to it from Flash using."
    It looked like maybe you got cut off - or that you wanted me
    to go to your
    web site (using attached link) . . . I searched your site on
    the tutorials -
    very nice (I know physical size of Flash content &
    player, and will use your tutorial for that end of delivery) . . .
    But I didn't see any reference on:
    How to offer your customers the ability to download,
    save/keep, and watch the movie(s) later . . . . (but maybe I missed
    it).
    Do I offer it with a link to a Compressed "Stuff it" flash
    player file.
    Is there just a simpler way?
    And then, what happens when the customer actually double
    clicks the
    file that's on their computer . . . . . does it engage the
    browser, then the flash plug in - then
    begin playing it ?
    I'm just not sure how it should be done - so that it will
    really work.
    Could you please help me on this a little more?
    Thanks again,
    Luke Wonderly

  • Editing Buttons in an Old Flash Movie

    Hello,
    I am trying to edit a Flash movie that was created several years ago (probably around 2002-2004ish), using ActionScript 1. It's a library map that shows Library of Congress subjects when you hover over the stacks buttons. Here is a link to show what I am talking about: http://lib.skidmore.edu/includes/files/SubjectMaps/subjectmap.swf
    Click on the BY SHELF button to see the action I wish to edit.
    What I would like to do now is, instead of just the hover-over feature, I'd like to make each shelf button link to a Library of Congress search in our catalog when you click on it. However, when I try to edit the buttons, they won't appear in the ActionScript window, and I get the message "Current selection cannot have actions applied to it." I've read several forum and web questions regarding this, but I'm not using ActionScript 3, and I can't figure out how to open the button up and add code to it. Is this possible?
    I'd very much appreciate any help! :-)

    That is not a question, but I will try to explain the proper way to code a button.
    Select the button on the stage, then enter a name for it in the Properties panel where it says "<Instance name>"... one word, no spaces in it.  Let's say you name it "btn" (without quotes)
    The button is now ready to have code assigned to it.
    In the timeline create a layer that you will use for actionscript.  In the frame of that new layer that is the same frame number as the button, assign code to the button by selecting the frame in the actionscript layer and typing the following in the Actions panel...
    btn.onRelease = function(){
           trace("this button works");
    Once you have that working, replace the trace with whatever functionality you intend to code for the button.
    To get rid of any code that might be attached to the button that was already there, select the button on the stage while the actions panel is open and you should see any code attached to the button.  Attaching code to buttons is bad practice, so get rid of it and move it into the timeline in the timeline format.

  • Can I link multiple project files together?

    I'd like to link multiple project files together so that they will play one after another. Can you do that in Captivate?

    Hey Leslie,
    Yes, you can create several projects in Captivate and publish them as Flash (SWF) format. There is an aggregator project in Captivate where in you can combine all these published projects (SWF) into a single output.
    Do you have any other requirement as well?
    Thanks,
    Anjaneai

  • No sound in Flash movies

    About 2 weeks ago, I noticed that linked YouTube videos that
    I had previously watched and listened to suddenly had no sound. A
    little more investigation showed me that no flash videos had sound
    any more. I've reinstalled several times, including both OS X
    versions. I've used the uninstaller (which, by the way, does not
    delete all of the Flash files in the Library folder). I've
    reinstalled all of my browsers. No online Flash movie from any
    source has sound on any browser.
    Can anyone help?

    I just reinstalled my system with XP SP2 and found that sound
    in Macromedia Flash player (version 9) wasn’t working. I
    compared it to another machine and found out that - for some
    obscure reason - the wavemapper mapping was missing.
    I tried reinstalling other versions of the Flash player, but
    to no success … So I added the mapping myself via the
    registry.
    Go to the following sweetspot in your registry:
    My Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows
    NT\CurrentVersion\Drivers32
    Create a new String value named “wavemapper“. As
    value give it “msacm32.drv“.
    And that’s it, no restart necessary, all your Flash
    embedded videos will have sound again :)

  • Can you have usable href(able) elements on top of flash movie?

    I'd like to have several href-linked text elements on top of
    a flash movie
    that directs to different pages. With possibly each href in a
    layer unto
    itself.
    I've already built a site www.trappio.net that has
    href-linked text menu
    navigation elements on top of a static background pic, but
    I'd like to
    substitute the pic for a .swf movie and still be able to have
    the menu text
    displayed on top of it.
    Any ideas anyone on how i could pull this off?
    -Adolphus

    Thank you, Bill, your article will be very helpful. I appreciate it.
    My question, However, is not getting answered, and either I am not getting it (which is highly likely) or I am not explaining my situation correctly, so I'm going to try and explain it in more detail if you don’t mind.
    I understand the whole PIP solution and that helps me in part.
    Here is what I have and what I am trying to do.
    My video is 1280x720. On the right hand side there are candles lite. On the left hand side i have an image 724x504. I'm going to have images fade in and fade out with in this 724x504 frame. I would also like to pan and zoom the image within the 724x504 dimensions. To do that I need my images to be larger than 724x504. I don't want to scale ALL the images to 724x504 in Photoshop then bring them into PrPro because I wont be able to pan and zoom the image. I need some sort of Mask, like in Photoshop, but don't think I can do it in PrPro. I want the viewer to only see the 724x504 frame and not the excess of the image needed to pan and zoom.
    I hope I was clearer in describing my issue.
    Michael

Maybe you are looking for