Swf does not play in web page

In Dreamweaver I tested this flash movie by Previewing in
Browser and it worked fine. But on the internet, nothing!
Why?
http://www.dittydaddys.com/test-flash.html
Here's the embedded swf file
http://www.dittydaddys.com/title01.swf

Here's the code from the page:
<script src="Scripts/AC_RunActiveContent.js"
type="text/javascript"></script>
And not only doesn't it play the swf, there's no reference to
it at all on the web page.

Similar Messages

  • Whenever I play anything on Windows Media Player Classic, the middle mouse button does not work as a vertical scroll in firefox, but instead shows a horizontal scroll that does not scroll the web pages. How can I fix this problem?

    Hi
    I have a windows 7 and whenever I play anything on Windows Media Player Classic, the middle mouse button does not work as a vertical scroll in firefox, but instead shows a horizontal scroll that does not scroll the web pages. How can I fix this problem?
    I hope that was clear.
    Thnx

    Hello kmanthie,
    I just sent you a private message. If you are not sure how to check your forum messages, this post has instructions.
    I worked on behalf of HP.

  • Comcast just replaced my cable modem/wireless router.  All devices connect properly except my iPhone 4.  It shows itself to be connected to the network, but it does not load any web page.  Resetting the iPhone does not solve the problem.  Any suggestions?

    Comcast just replaced my cable modem/wireless router.  All devices connect properly except my iPhone 4.  It shows itself to be connected to the network, but it does not load any web page.  Resetting the iPhone does not solve the problem.  Any suggestions?

    Thank you for your response.
    I had rebooted the router (several times, actually), to no avail.
    I do not know the answer to whether MAC filtering is enabled on the router.  Have tried to find info about that, but unsuccessfully.  Router is an Arris TG852G, supplied by Comcast.  I would be surprised if MAC filtering were the issue, since in addition to the computer, we have successfully connected several other devices to the wifi, namely an iPad, a Android phone and a Kindle Fire - all able to access internet pages through the wifi, and all without a need to add the device to a MAC address whitelist.  To add to the mystery, the Comcast tech was able to connect his iPhone 4 to my network and access web pages.  He was unable to connect my iPhone, however, after trying for some time.
    I seem to recall reading somewhere that an iPhone cannot connect to a wireless "n" router, only "b" or "g".  The Arris router is described as a n/g/b compliant router, and as noted the Comcast tech was able to connect his iPhone, so don't know why that would be the issue here.
    By the way, my iPhone does connect wirelessly to my network at home.  This difficulty is at a second home.
    Any other thoughts would be appreciated.

  • Placed .swf does not play correctly

    I have placed a .swf on a page.  When exported to pdf the movie does not play correctly.  It plays correctly before being placed.  I used flash cs4 actionscript 3 to create the .swf.
    I have selected the highest level for pdf when exporting.

    ok!  I figured it out.  This is what is happening.  Apparently when you place a .swf in indesign and make a button on the page to show the movie when clicked and then export to pdf -- there is a time delay from the time you click on the button and the movie starts to play in a floating window.   Its just a few frames of 24 fps movie but that is enought for whatever gaget that reads the movie to miss the first few frames.
    So in effect any info in the first few frames is not read.   So i had a stop on the first frame that was not being read.  I put the stop on frame 7 and now it plays just like I had hoped.
    I hope this helps anybody else out that has had a similar problem.

  • Swf does not play in IE

    I have a client who wants his logo in flash.  I'm using swfobject to include the swf, but it does not play in IE8 unless I specify compatibility mode.
    The site is here...
         thefinancialtap.com
    What am I missing?

    I'd suggest you get rid of all the IE conditional statement stuff and only use the single <object>, IE will handle that just fine... with or without swfobject.
    <object data="path_to_file/file.swf" type="application/x-shockwave-flash" width="insert_width_of_movie" height="insert_height_of_movie">
                <param name="movie" value="path_to_file/file.swf">
                <param name="SomeOtherParam" value="ParamValue">
    </object>
    According to your DOCTYPE this validation service agrees. Validate your page here:
    http://validator.w3.org/
    Notice what is says about the first (IE targeted) <object>.
    Best wishes,
    Adninjastrator

  • Printing does not print the web page only the http info at top of page and dated and time at bottom of page, nothing in between. help! Thanks.

    Printing a web page works fine from the microsoft windows browser but fire fox browser will not print a web page only the heading at the top and the date and time at the bottom.

    Does that happen on all pages or only on some?
    You can try to reset the print prefs on the about:config page.<br />
    * http://kb.mozillazine.org/Problems_printing_web_pages
    You can open about: pages via the location bar like you open a website.

  • Google does not find my Web Page but it has been published.

    The search engines are not finding my Web Page is there something I need to do?

    Tell them you exist : http://www.google.com/addurl/
    And to speed up the process, provide clickable links in your posts.
    Google indexes this forum in real-time and will find your Site within hours.

  • SWF not Playing in Web page

    I have a swf embedded in a webpage that is not playing when accessed on the server or client machines.  In the index.htm I have the following:   When I go to the page in the browser I get no image or error message just nothing shown.  What am I missing?  Thanks Mark
    <HTML>
    <HEAD>
    <TITLE>CallCenter.swf</TITLE>
    </HEAD>
    <BODY>
    <OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
    codebase="http://fpdownload.adobe.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0"
    WIDTH="1192" HEIGHT="623" id="myMovieName">
    <PARAM NAME="movie" VALUE="CallCenter.swf">
    <PARAM NAME="quality" VALUE="high">
    <PARAM NAME="bgcolor" VALUE="#FFFFFF">
    <PARAM NAME="play" VALUE="true">
    <PARAM NAME="loop" VALUE="true">
    <PARAM NAME=bgcolor VALUE="#FFFFFF">
    <EMBED src="CallCenter.swf" quality=high bgcolor=#FFFFFF WIDTH="1192" HEIGHT="623"
    NAME="myMovieName" ALIGN="" TYPE="application/x-shockwave-flash"
    play="true" loop="true"
    PLUGINSPAGE="http://www.adobe.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash">
    </EMBED>
    </OBJECT>
    </BODY>
    </HTML>

    I am receiving the error message 2148 on connection refresh.  Here is where I am at now with the work flow:
    1.  Published a swf that is connected via xml maps to a folder called call center on my server..  When I open the swf from that local location on the server it works perfectly(open from file not thru http).  Updates and functions on refresh.
    2.  Server is an application server running IIS.  Using Front page to publish files to local intranet web pages.  Import the swf to frontpage embed into index.html inside a flash movie player.  Save, when viewed thru Internet explorer the error comes up 2148. Accessed from the server thru HTTP or on the network can see the dashboard and functions after you click OK to turn error off, but when you refresh the connection the error comes back.
    3.  Have global settings to the rootwww folder as always allow.
    4.  Have a crossdomain policy file in the root directory rootwww saved as crossdomain.xml:
    <?xml version="1.0"?>
    <!DOCTYPE cross-domain-policy SYSTEM
    "http://www.macromedia.com/xml/dtds/cross-domainpolicy.
    dtd">
    <cross-domain-policy>
    <allow-http-request-headers-from domain="*"
    headers="*" secure="false" />
    <allow-access-from domain="*" secure="false" />
    </cross-domain-policy>
    What am I doing wrong?
    Thanks
    Mark

  • Flash SWF with Video file will not play in web page

    Hello Flash group,
    I have created a flash video file from a *.wmv file.
    myvideo.flv.
    I have used flash to build an swf file that plays the video
    (with a default skin).
    I have then imported the media file into an html page using
    Dreamweaver. I did not import the flv file, but the swf file with
    the "video" in it.
    The page plays find on my development server (where
    Flash,Dreamweaver, etc is installed).
    When I moved the html page, the flv file, the swf file and
    the skin to my production webserver (linux and apache)
    the flash files do not show up on the web page. The dev
    server is a windows XP running apache 2.2)
    Any ideas on what I need to do???
    thanks,
    eholz1

    It may cause by any of the reason below:
    - You have uploaded the flv file to the wrong directory
    - Your flv file path/name is incorrect. check all case
    sensitive etc.
    - Your web server doesn't support FLV MIME type.
    Another similar topic here:
    http://www.adobe.com/cfusion/webforums/forum/messageview.cfm?forumid=15&catid=194&threadid =1263131&highlight_key=y&keyword1=MIME
    Hope it helps.

  • SWF created in CS4 Flash does not play from web server

    I published a Flash movie in CS4, which includes the following ActionScript 3.0 code to allow people to click the movie to open a new web page; but it will not play from the web server...however, it plays just fine from my local hard drive in Firefox and IE 7.
    It  is an html file with an embedded .swf and I made sure to copy over the  swfObject.js, AC_ActvieX.js, AC_RunActiveContent.js, expressInstall.swf, and  swfobject_modified.js files to the correct directories.  The address is: http://www.giseldemarco.com/introduction.html and as you will see,  there are no errors...just a blank page.  I even tried changing the script  from:
    <script  type="text/javascript">
    <!--
    swfobject.registerObject("FlashID");
    //-->
    </script>
    to  this script:  <script type="text/javascript"  src="http://ajax.googleapis.com/ajax/libs/swfobject/2.2/swfobject.js"></script>, but using this script generates a lot of CSS and other errors.
    Nothing  works.  The ActionScript code I used is:
    //Link to website
    Site_btn.addEventListener(MouseEvent.CLICK,visitSite);
    function visitSite(e:MouseEvent):void{
        var req:URLRequest = new URLRequest("http://giseldemarco.com/Home/Index.html");
        navigateToURL(req,"_parent");
    I am at a loss here...any help would be greatly appreciated!
    Thank you.

    Nothing new... Flash developers fall for this all the time...
    SecurityError: Error #2148: SWF file http://www.giseldemarco.com/Introduction.swf cannot access local resource C:\Gi\All The Way\New Splash Screen\Spalsh\Spalsh.flv. Only local-with-filesystem and trusted local SWF files may access local resources.
        at flash.net::NetStream/play()
        at fl.video::VideoPlayer/http://www.adobe.com/2007/flash/flvplayback/internal::_play()
        at fl.video::VideoPlayer/http://www.adobe.com/2007/flash/flvplayback/internal::_setUpStream()
        at fl.video::VideoPlayer/http://www.adobe.com/2007/flash/flvplayback/internal::_load()
        at fl.video::VideoPlayer/load()
        at fl.video::FLVPlayback/doContentPathConnect()
    Cheers
    --Vikas

  • SWF does not play after publish.... OS compatibility bug?

    I have embedded SWFs that will not play once the Presenter file is published.  They appear to be "frozen" on the first frame.
    Here's the setup:
    The SWFs are scripted in AS2 (not AS3)
    SWFs are built in Flash Pro CS5 and are published to Flash Player 9.
    They are not Captivate files.
    PowerPoint 2007 (12.0.6535.5002) SP2 MSO (12.6535.5002)
    Presenter 7.0.5 Build 7588
    Microsoft Windows 7 Pro 64bit
    BUT, I can open the same file on another computer with this setup, and it publishes just fine.
    The SWFs are scripted in AS2 (not AS3)
    SWFs are built in Flash Pro CS5 and are published to Flash Player 9.
    They are not Captivate files.
    PowerPoint 2007 (12.0.6535.5002) SP2 MSO (12.6535.5002)
    Presenter 7.0.5 Build 7588
    Microsoft Windows Vista Business
    The only difference appears to be my OS.  Does anyone know of any bugs with Presenter in Windows 7?
    UPDATE:
    As I type this, literally, I got a notice that there's a Presenter 7.0.6 Update. So I went ahead and installed it on the Windows 7 box.  Republished the Presenter course, and wouldn't you know it... the SWFs are now playing!
    The patch says this: The Adobe® Presenter 7.0.6 update resolves Adobe Presenter's compatibility issues with PowerPoint 2010 and some important issues identified in Adobe Presenter 7.0.5 (Although the patch site doesn't bother providing us with a list of what those important issues are! Thanks Adobe, you rock.)
    --- Well, it fixes MY issue for Windows 7/Presenter 7/PowerPoint 2007 too.

    See the updated within the post. Installing the 7.0.6 patch was the fix.

  • Location bar dropdown does not bring up web page

    when I click the down arrow on the location bar to see the dropdown list of previous locations the list shows up but clicking on a link does not bring up the selected web site, also some of the sites on the list have garbled information ie: title of one page, address of another

    You can check for problems with the <b>places.sqlite</b> database file in the Firefox profile folder.
    *http://kb.mozillazine.org/Bookmarks_history_and_toolbar_buttons_not_working_-_Firefox
    *https://support.mozilla.org/kb/Bookmarks+not+saved#w_fix-the-bookmarks-file
    *Places Maintenance: https://addons.mozilla.org/firefox/addon/places-maintenance/
    Start Firefox in <u>[[Safe Mode|Safe Mode]]</u> to check if one of the extensions (Firefox/Tools > Add-ons > Extensions) or if hardware acceleration is causing the problem.
    *Switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance
    *Do NOT click the Reset button on the Safe Mode start window
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes

  • When I click "remember my user name" for web pages, it does not work for web pages - I have to login after every restart (eg Hotmail)

    On websites I visit daily – newspapers, Hotmail, etc, even though I have clicked "remember me on this computer", it does not work. I have to log in every time I have restarted my computer (Mac OSX 10.5.8). Also, this may be related. I have iGoogle as my home page, but "themes", location, widgets, etc are not saved when I shut down.

    * Such details are stored in a cookie.
    * You need an allow cookie exception (Tools > Options > Privacy > Cookies: Exceptions) to keep that cookie, especially for secure websites and if you let cookies expire when Firefox closes
    * Make sure that you do not use [[Clear Recent History]] to clear the "Cookies" and the "Site Preferences"
    Clearing "Site Preferences" clears all cookies, images, pop-up windows, software installation, and password exceptions.
    Clear the cache and the cookies from sites that cause problems.
    * "Clear the Cache": Tools > Options > Advanced > Network > Offline Storage (Cache): "Clear Now"
    * "Remove the Cookies" from sites causing problems: Tools > Options > Privacy > Cookies: "Show Cookies"
    "Remove the Cookies" from sites causing problems: Firefox > Preferences > Privacy > Cookies: "Show Cookies"
    If clearing the cookies doesn't help then it is possible that the file <i>cookies.sqlite</i> that stores the cookies is corrupted.
    Rename (or delete) <b>cookies.sqlite</b> (cookies.sqlite.old) and delete <b>cookies.sqlite-journal</b> and <b>cookies.txt</b>, if they exist, in the [http://kb.mozillazine.org/Profile_folder_-_Firefox Profile Folder] in case the file cookies.sqlite got corrupted.
    * http://kb.mozillazine.org/Cookies#Removing_cookies

  • XML child 'Title' does not show on web page

    I have imported an XML file and when I launch the page the
    title does not show.
    The following is on my page but does not display "
    <td><?xml version="1.0" encoding="UTF-8"?>
    <Title>Miss Congeniality 2: Armed and
    Fabulous</Title>xx </td>
    The rest of the field do display and I can not understand why
    'Title' Does not display.
    Thanks for any help
    David Merchant
    The following is the code to display the data:
    <cfloop index="MyCounter" from="1" to="#Counter#">
    <tr>
    <td>#mydoc.Collection.DVD[MyCounter].ID#</td>
    <td>#mydoc.Collection.DVD[MyCounter].UPC#</td>
    <td>#mydoc.Collection.DVD[MyCounter].ProfileTimestamp#</td>
    <td>#toString(mydoc.Collection.DVD[MyCounter]["Title"])#xx </td>
    <td>#mydoc.Collection.DVD[MyCounter]["SortTitle"]#</td>
    <td>#mydoc.Collection.DVD[MyCounter]["Rating"]#</td>
    <td>#mydoc.Collection.DVD[MyCounter]["ProductionYear"]#</td>
    <td>#mydoc.Collection.DVD[MyCounter]["RunningTime"]#</td>
    <td>#mydoc.Collection.DVD[MyCounter]["Audio"]#</td>
    </cfloop>
    This is the XML file I am reading
    <?xml version="1.0" encoding="us-ascii"?>
    <!-- DVD Profiler Version 2.4.0 Collection Export -->
    <!-- Exported: 9/3/2006 12:39:08 PM -->
    <Collection>
    <DVD>
    <ID>012569557123.21</ID>
    <UPC>012569-557123</UPC>
    <ProfileTimestamp>2004-03-17
    23:58:12</ProfileTimestamp>
    <Title>Doctor Zhivago</Title>
    <SortTitle>Doctor Zhivago</SortTitle>
    <Regions>
    <Region>3</Region>
    </Regions>
    <Discs>
    </Discs>
    </DVD>
    </Collection>

    I believe you want to print the XML node's text to a HTML
    table cell. To do so you would change:
    <td>#mydoc.Collection.DVD[MyCounter].ID#</td>
    to
    <td>#mydoc.Collection.DVD[MyCounter].ID.XMLText#</td>
    Try appending ".XMLText" to your variables.
    I would also consider droping the ToString method with:
    <td>#toString(mydoc.Collection.DVD[MyCounter]["Title"])#xx </td>
    to
    <td>#mydoc.Collection.DVD[MyCounter]["Title"].XMLText#</td>
    I don't know why you are invoking the toString() function
    here and not on the other nodes. It only confuses me, and likely
    you when you have to return to this code later, unless you are
    trying to do something special with this node, like set your HTML
    <title> tag.
    If you are trying to set your document's <title> tag
    then it should belong between the <head> tag of your document
    and not inside your table, as a matter of semantics.

  • After installing 3.6.10 firefox does not open selected web pages just gives garbage web pages at random. Had to use explorer just to get here

    after updating to 3.6.10 firefox loads wrong web pages. Had to use explorer to get help. All web pages won't load just bookmarked pages.

    Can you clarify something. Is it just bookmarks that you are having problems with, or do you get this problem when clicking on links or typing an address in the location bar.
    If it is just bookmarks, a possible cause is a damaged places.sqlite file (the file that stores bookmarks), for details on how to fix that see http://kb.mozillazine.org/Locked_or_damaged_places.sqlite
    If it is clicking on links, being re-directed on search engines etc, then this can be caused by malware. Try running several malware scanners. It is best to run several as each will pick up things that the others miss. Some scanners you can try are:
    * [http://www.malwarebytes.org/mbam.php Malwarebytes]
    * [http://www.superantispyware.com/ SUPERAntiSpyware]
    * [http://www.lavasoft.com/products/ad_aware_free.php Ad-Aware]
    * [http://www.microsoft.com/windows/products/winfamily/defender/default.mspx Windows Defender]
    * [http://www.safer-networking.org/en/home/index.html Spybot S&D]

Maybe you are looking for