.swf file just plays in Safari

Hello,
I have a website containing a flash movie. It was working
fine. After I just
changed a line in it and uploaded it to the webserver again,
the flash movie
is been disappeared in all browser but not in Safari (PC
Version). I don't
know what could have been happened.
Thanks for your help

Wait, i clicked the site link in the post to make sure it was
correct and now the swf file's working; must be a cacheing
thing.....or a poltergiest...
sorry...but thanks...
tbfa

Similar Messages

  • SWF file not playing in flash player

    Hello All
    I am working on this project for a client, suddenly no-one can get the SWF file to play.
    https://drive.google.com/folderview?id=0ByWDl-PaRWIFY0c1SnEwbUNraUE&usp=sharing
    The file is there.
    If anyone can help please do.
    I know this file works. It must be an update or something?
    Please Please Help

    If you've lost the source to your SWF files, there are a number of SWF decompilers available.  You may be able to decompile the SWF and then recompile the project using a current compiler.  It's worth a shot anyway.
    A cursory Google search turned up a few candidates (free and paid), but I don't have much experience with any of them. 
    http://www.sothink.com/product/flashdecompiler/
    http://www.free-decompiler.com/flash/
    http://www.swf-decompiler.org/
    SWFWire - Flash developer tools
    FWIW, I've never seen that blue screen and circle behavior before.

  • Swf file not playing in browser

    I have a problem with a swf file which will not play in web browser.
    It played fine until I updated my site. I therefore suspected a pathing issue within dreamweaver and looked thorugh that forum for an answer.
    I tried typing the absolute path to the swf file in the browser address bar and found it straight away. When I clicked on it the screen stayed blank.
    I checked the path to the file and the flv file was relative to the document and not the site.
    swf plays fine in flash player, flash, and locally on dreamweaver.
    I moved the swf up the file tree and changed the links accordingly but still would not play.
    I also tried saving it as a new swf from flash, but that doesn't play either.
    I added another swf to the containing folder and that played fine in the browser.
    When I open the fla file in flash it only shows a flv playback movie, not the elements, I think this is because it was created in after effects.
    Here is the link to the containing folder, the swf file is Home_page_movie_V2.swf
    http://www.joinerycadsolutions.com/Flash/01 Home
    I have other swf files playing fine and this swf played ok originally so I still think it's a pathing problem but I am not that savvy on flash and cannot figure it out.
    Any help would be greatly appreciated, just bear in mind my low level of ability.
    Thanks
    Stuart

    The .swf is loading just fine... but it is expecting to load a .flv video file.
    The path inside the .swf to the .flv file is not correct. The path inside the .swf to the .flv file needs to be relative to the .swf as it's located on the Web page, NOT the physical location of the .swf.
    Here is the absolute address of the .flv:
    http://www.joinerycadsolutions.com/Flash/01%20Home/Home%20V1.flv
    Here is a test player using that address:
    http://www.cidigitalmedia.com/tutorials/flash/cidm_simple_vid_player.html
    So unless your .swf is broken, it just a pathing issue.
    From an old post:
    Pathing issues
    Almost always when it works on the local machine and not the server, it's a pathing problem.
    You can put your Flash related files in whatever folders you want, they do NOT have to be in the root, they do NOT all have to be in the same folder. But if you have a problem and if sticking them all in the root folder works, then you know that the issue was a pathing problem.
    Just remember that paths used in the .swf become relative to the Web page on which the .swf is placed, NOT it’s physical location.  So for example, if your .swf is in the flash/data folder and you use that .swf on a Web page in the root folder, you are in effect, removing that .swf from flash/data and putting it in root. So if the .swf is loading any related files (xml, images, video, etc), the path used inside the .swf to load the .xml file has to be relative to it's new location in root and then back down into flash/data. This is true even though when testing the .swf by itself, it can be inside flash/data and work just fine, since relative to it's location, the path is just fine, they are in the same folder. But if that same path is used when the .swf is placed on a page two folder levels up, the relative path has changed, the old "same folder" path will not work.
    In fact if you are placing the .swf on a web page in a different folder than the .swf is stored in, and that .swf calls external assets, then direct clicking and opening of the .swf in it’s folder should NOT work! That’s because the paths to the external assets should be relative to the Web page and not the physical location of the .swf.
    So just be sure that you use addresses relative to the final Web page locations (not physical file locations) and you can put the Flash related files in what ever folders you want.
    Best wishes,
    Eye for Video
    www.cidigitalmedia.com
    Best wishes,
    Adninjastrator

  • Swf files only play after FLash CS5.5 is loaded

    I click on a swf file in a folder and for a while it said it was a shockwave file (after I downlaoded and installed Shockwave, I don't know why, had nothing to do I guess).   So I realized that shockwave wasn't the answer and uninstalled it.
    Then when I click on a swf file, nothing happens. I've right clicked on it and tried to put an association with it but I don't know where the flash player 11.1.152 resides in orderr to make the association.
    I had cs4  D,P, and cs5,D,P,  which I just recently uninstalled becaues adobe told me it was ok to uninstall the Design Premium  since I recently purchased cs5.5 master collection.  I usually don't fool around with files like this but
    I must have been bored.  Now I'm not.
    t Since I don't know wha t to associate my swf files with, I associated it (file association, I get there by right clicking on a swf file and a small window opens and asks what prorgram it should use to open the swf file). I know it's FLASH but
    I don't know where the file resides... in windows? In program files? In program data?? Where??  Once I find it, I will be able to chooes it and make the file association. and I am sure it will work then.   I have an adobe case # with this issue
    but it's taking them 2 days now to find an answer. they suggested I come here, so here I am.  PLease assist!! Thanks in advance!  doug

    So, I finally figured out how to do it. And here is the code for anyone who is trying to do the same.
    First thing first when you are exporting captivate file to flash it creates a "com" folder, you will need that folder to access the rdSoundHandler.
    And then simply use the following code to play/pause the swf. This code will not work for swf file created in flash.
    This is the answer to problem I found, if anyone find a better way then please keep posted.
    import flash.net.URLRequest;
    import flash.display.Loader;
    import com.adobe.captivate.flash.rdSoundHandler;
    var ldr:Loader=new Loader();
    addChild(ldr);
    ldr.load(new URLRequest("externalCaptivate.swf"));
    playp.addEventListener(MouseEvent.CLICK,playF);
    pausep.addEventListener(MouseEvent.CLICK,pauseF);
    function playF(e:Event){
    MovieClip(ldr.content).rdcmndResume = 1;
    function pauseF(e:Event){
    MovieClip(ldr.content).rdcmndPause = 1;

  • Can't get an swf file to play

    I am working on my first flash site. I have a main site that
    uses several swf files that were created seperately. One of them is
    a menu bar that I designed outside the main site, and I imported it
    using "Import to stage". It works just as it should. I also have a
    button that I defined outside my main site, and I imported it in
    the same way.
    But now I am trying to import a slideshow that I created
    outside the main site, and it will not work. The import happens
    without error, and I can see the slideshow, but I can't get the
    move to play. This is the kind of slideshow that has thumbnails
    continuously scrolling at the bottom, so the user can pick one to
    be displayed in a larger slide above the thumbnail.
    Do I have to use a preloader instead of using "Import to
    stage"? I have seen several tutorials describing how to create a
    preloader, and I think I can do that without too much trouble. I
    would just like to know if that is NECESARRY, and that "Import to
    Stage" is limited in its capabilities in some way.
    Thanks for any advice you can give.

    I am using "this" in the slideshow files. That does not
    present the same scoping problem as "root" does, does it?
    Also, I have noticed that, with the other swf files that I
    have imported to the stage (a menu I created, for instance), the
    structure of the file remains in tact when I import it. The layers
    retain their names, the actionscript is there, etc. But, when I
    import the slideshow swf file, the layer structure is very
    different from the original swf file. And, most importantly, I
    can't find any of the actionscript that is in the original file.
    So, I must be exporting slideshow to .swf incorrectly. I have
    checked all the settings, and they appear to be the same as when I
    export the menu to .swf but, the results are very different.
    Very frustrating...

  • Can't get my embedded swf files to play in HTML file

    Hi there,
    I'm just  wondering why my swf files won't play when I upload them along with my  HTML file to the server.
    The problem can be seen at the  following URL:
    http://marthalodge.com/productDev.html
    I  inserted the swf in 'insert media' - 'shockwave' and the thing works  when I press play to view it within dreamweaver. However, when I try to  view it on a browser, either locally or remotely, it doesn't work.
    Does  anyone have a suggestion as to why this might be happening?
    Thanks,
    M

    Hi,
    I did what you suggested and again, nothing shows. You can see what I did at:
    http://marthalodge.com/ProdDev.html
    Do you have any idea why this is happening? I don't get any error report when I publish my swf from Flash.

  • SWF file to play on my Flashwebite

    Hello all,
       I made a DVD project complete with menus using my Adobe CS4 Mater Collection products.  I also made that same project into a SWF file from Adobe Encore CS4.  Now I uploaded the whole thing to the server.  I'm working on a Flash website to show my project but I haven't figured out yet how to get it to work.
    So far I figured the "Component inspector player" will only play FLV files
    Converting the DVD itself to FLV I lose quality.
    When I open a browers page and type the address of the file from the server it plays fine.
    I'm looking for help  to be able to play the SWF on my flash web page.  Is it possible to use the SWF from Encore to a Flash website ?
      Thank you all in advance,
         Peter  

    Hi Ned,
       My final plan once the whole website is completed is to take it place it into Dreamweaver.  So far it sounds like I have to just make a link with a button to have it open a browser to launch the video.  That's is my last resort.  I want to try to get some kind of player and keep it on the web page to play the video (without opening a browser).  The video is the whole DVD project.  You see the menus, all the buttons works.  It's just like the DVD only in a flash format.  I could go back and split the DVD project into its own videos without using the menus, but what fun would that be   
      Thanks for the info,
        Peter

  • Why does the audio in my .SWF file not play in a Browser?

    I created an .swf file using ffmpeg, containing H.264 video and MP3 audio. The file plays perfectly in VLC but  not in a Browser (Chrome/IE). I tried analyzing the file using a trial version of Flash decompiler. Again, only the video plays. The strange thing is that if I extract the MP3 from the file, it plays perfectly using any of th eplayers. It seems to be a muxing issue which VLC apparently handles, but not the player in the browser! Why? Thanks for any pointers.

    Yeah. Sorry to say this but many people buy the various brands of format converters, which are everywhere on the Web and which also spam these boards – and often find they are not only out the purchase price but that the app created as many problems as it solved.
    Russ

  • SWF file not playing in dreamweaver

    I have an SWF file on my homepage that used to work just fine, now all the sudden it does not work in preview or when I upload it (I have not changed the file in anyway.)  I made this site using the design mode because I do not know code.  If anyone could look at the code for the flash file below and let me know what is wrong, that would be wonderful!
        <p>
          <object id="FlashID" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="740" height="400">
            <param name="movie" value="media/homepage slideshow/homepage.swf" />
            <param name="quality" value="high" />
            <param name="wmode" value="opaque" />
            <param name="swfversion" value="6.0.65.0" />
            <!-- This param tag prompts users with Flash Player 6.0 r65 and higher to download the latest version of Flash Player. Delete it if you don’t want users to see the prompt. -->
            <param name="expressinstall" value="Scripts/expressInstall.swf" />
            <!-- Next object tag is for non-IE browsers. So hide it from IE using IECC. -->
            <!--[if !IE]>-->
            <object type="application/x-shockwave-flash" data="media/homepage slideshow/homepage.swf" width="740" height="400">
              <!--<![endif]-->
              <param name="quality" value="high" />
              <param name="wmode" value="opaque" />
              <param name="swfversion" value="6.0.65.0" />
              <param name="expressinstall" value="Scripts/expressInstall.swf" />
              <!-- The browser displays the following alternative content for users with Flash Player 6.0 and older. -->
              <div>
                <h4>Content on this page requires a newer version of Adobe Flash Player.</h4>
                <p><a href="http://www.adobe.com/go/getflashplayer"><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" width="112" height="33" /></a></p>

    I don't see anything in this file:
    http://www.thefuturewavesalon.com/media/homepage%20slideshow/homepage.swf
    Incidentally, spaces in folder & filenames should be avoided on the web.  You can safely use hyphens - or underscores _ but no spaces or special characters ($#%^&*). 
    Nancy O.

  • Audio in .swf file will play on Mac, not on PC ...

    here is another one i need help with.
    I have a .swf file on the stage. when you press the space
    bar, or press a button on the .swf, audio plays. This works
    perfectly on a Mac. On a PC, the .swf file annimates as it is
    supposed to, but there is no audio. When i open the .swf file in
    internet explorer on a PC, it works as it is supposed to, so its
    not a problem with my speakers or anything.
    Thoughts? ... why would the audio in flash member play on a
    Mac and not a PC? ... am I missing a setting somewhere?
    thanks a million in advance!
    And, in case it matters, this is being deloped with director
    MX 2004, Mac 0S 10.5, PC running windows XP.

    Please don't post the same question to as many forums as you
    can find.

  • Swf file not visible in Safari

    I embedded a swf file in a DW for Mac page (CS3) ; created in
    Flash, not DW -- and it works fine in FF but not in Safari;
    although other's I created the same way for this same site are
    working; i"m sure this is something simple
    here's the page:
    http://www.ruthinstitute.orG
    ANY HELP MOST APPRECIATED........

    Wait, i clicked the site link in the post to make sure it was
    correct and now the swf file's working; must be a cacheing
    thing.....or a poltergiest...
    sorry...but thanks...
    tbfa

  • How to get SWF files to play in Dreamweaver CS5

    I designed an interactive memorial page for my company in flash catalyst 5.5. According to the tutorial, it should be simple to insert into a webpage in Dreamweaver. Insert, media, SWF.
    When I try to preview it in internet explorer, there is a blank square where the object is supposed to be. I do get an Adobe Shockwave symbol in the center but that is all. My flash player and shockwave are both updated. I can't imagine what could be going on with this. I am fairly new to web development and have no formal training but my boss is growing impatient.
    Please HELP!

    Wow...more learning here I see. My goal at the moment is to start a root directory. As it stands now, I have only 1 set of files in the DW "sites and servers" (Remote ftp site) I am reading that I need to also have what I think is called a "root" directory where I keep all my images in my PC. I have never done this. I go to DW and add 1 picture at a time, whether in this new slide show or any images I want to insert. I usually go to my off site server, copy the http and insert.
    I am reading that I need to create a local file (folder) on my PC that somehow "links" everything. So when I go to insert this image, it then transfers it to the remote server.
    I am not even sure what a SWF file is. I think it is a code as you say that somehow has all the image names in it that eventually get inserted. Again, I am still learning.
    In another thread in this forum I have been asking questions regarding the public_html issues. I have seemed to have solved that by adding this text into the "Host" file box in the server configuration. Never was there. Now I know why I had to always delete this tag.
    I have a folder in my PC that contains the slide show pictures. I have an identical folder in my remote server. So it plays now in both DW preview and the live site. Now my issue is I am unable to add pictures. It is like I have "done" this particulat SWF file and that code wont allow me to "add" to it. Hard to say what the deal is. I can preview these 2 new images in DW and they are in my PC folder and he remote folder, but the live version is short these 2 images now. So my only thought is to make a brand new SWF file and start over adding one picture at a time.
    I read your comments about how you do it, but it is still not sinking in. I do not understand this whole file upload thing, or this complete "package" transfer. In DW you start by making a flash media with a name. The you go and add 1 image to it at a time. I cannot see an option in the square box with the "F" logo where you can dump a whole slide show there.
    I do not want to seem too dumb, as I try to grasp as best as possible, but if you can explain in specific steps, even if it is a "test" 2+ images slide show, it would help.
    I am going to read the help files tonight because my first challange is to get a root folder added to DW. I think this is the utmost importance as I do not have one now. My files are scattered eveywhere in my PC. It is I "pick" images from everywhere to add to the website. Although my remote has all the images I am using (and plenty more i am not)
    Hopefully, after 10 years of having this site given to me in DW format, I will start to understand it as time goes on. A gift from a Digipen student who had a task of building a website, which he made for me.

  • Using a container to load several swf files and play them

    I need some help. I want to use several swf files and have them be called upon in a container file and play them in sequence. It's a presentation that needs to play thru but still have the ability to stop, click on items, open a popup and then continue on in the presentation. I am building all the individual "chapters" and their "sub-chapters" as swf files, with the hope that I can load them in order. I am relatively new to AS3. Help?

    If you will be loading swf files into a container then you will use the Loader class to accomplish that, so give that a looking over in the help documents and see what you can do.  If you have a problem getting it to work, post your code and describe what you have done.

  • Can't get swf. file to play in dreamweaver

    Hello,
    Trying to put video into dreamweaver. I created swf file in flash. Can't seem to get it play when i import the file to html page.
    What files need to be in the Dreamweaver folder? HTML, Skin, swf?  thanks for any help. Owen

    When you create the file in Flash, it is usually best to also have it publish an html page.  Copy the embedding code that Flash creates in the html file and paste it into your intended html file.  The Flash code may also be reliant on including a .js file, which it will also create, so that needs to be placed in the site folder.  The header of the Flash html may include a script link to this js file, so you need to copy/paste that in the intended html page as well.

  • Publishing multiple .swf files to play continuously

    I have used a program called Camtesia that publishes its
    presentations in Shockwave (or .flv) formats. I have a 3 MB
    presentation that I am supposed to deploy to my company's website,
    where we are "encouraged" to keep media files under 500 KB. In
    considering a solution, I thought about breaking the presentation
    into smaller .swf files, but I want to be able to embed them within
    the HTML to play continuously and seamlessly, so it appears as one
    presentation. If anyone has any suggestions for me as to how I can
    either do this or employ a different solution, I would really
    appreciate the help. Thanks!
    [email protected]

    I have used a program called Camtesia that publishes its
    presentations in Shockwave (or .flv) formats. I have a 3 MB
    presentation that I am supposed to deploy to my company's website,
    where we are "encouraged" to keep media files under 500 KB. In
    considering a solution, I thought about breaking the presentation
    into smaller .swf files, but I want to be able to embed them within
    the HTML to play continuously and seamlessly, so it appears as one
    presentation. If anyone has any suggestions for me as to how I can
    either do this or employ a different solution, I would really
    appreciate the help. Thanks!
    [email protected]

Maybe you are looking for