Flash Controls Not Showing On Web Page

Hi-
Been beating my head lately using Flash Pro 8 and DW 8.02.
Here is the latest difficulty:
Created a Flash video file in Premiere Elements 4
Imported the .flv Flash video file into Flash 8 using import
video
Added an external skin to the video
Saved Flash .fla file
Exported movie in .swf format
I can open the .swf file in Flash Player 8 and it works fine.
I can also use the Publish setting in Flash to export the necessary
files as well as the HTML file. When viewed in either Firefox or IE
it plays correctly and the player controls are present. However, if
I create a new page in DW8 and then Insert > Media > Flash,
point it to the .swf file and then view it in Firefox or IE I can
only see the .flv Flash video file and none of the controls/skin
that should be there. I know the controls/skin are actually present
because I can browse directly to the .swf file and it displays
works properly. I can also use the publish settings from Flash to
create the HTML page and it works correctly as well. It is only
when the page is generated by DW8 that I get this problem. I have
looked at the code created by DW8 and cannot find any reference to
the .swf file for the movie controls/skin. Any idea why DW8 would
only be placing the Flash video .flv file on the page and not
writing the code to place the entire Flash movie .swf on the page?
I have tried restarting/rebooting, created a new "clean" test page
with only the Flash movie on it and it is always the same. The
other thing that is weird is I did not select Autoplay or Loop in
the DW8 settings nor in Flash 8, yet when I preview the page
created by DW8 in a browser, piece of the Flash movie I can see
(the Flash video part) autoplays and loops!
Again, any help is appreciated.
-=SB

Update- This is what I have discovered while playing around
with the page and Flash file:
If I create the .swf files for the movie and skin and then
save them to the same directory as the .Flash video file and then
view the .swf file everything works fine.
If I then create a web page using DW8 and insert the Flash
into the page and save the web page to the exact same directory as
all the other files and then view the web page in a browser, it
works fine. However, if I create a new web page in DW8, save it to
any other directory other than the one where the .swf and .flv
files are located and then view the page in a browser only the .flv
Flash video portion of the movie will display in the browser--the
controls are missing. However, if I browse directly to the .swf
file and avoid going through the DW8 generated web page the Flash
movie displays properly with the controls in the correct location.
My question then is why will DW8 not show the Flash movie with
controls if the page is located in higher level directory than the
.swf and .flv files and yet browsing directly to the .swf file with
my browser works just fine? I have checked the path to the .swf
file in the DW8 source code and it is pointing to the correct
directory location. This is so strange--why will it display one way
and not the other? Any ideas?

Similar Messages

  • Flash Button not showing on php page

    Hi Folks,
    Hopefully this is a simple problem. I've added a Flash Button
    via the Insert Media -> Flash Button in DW8. Unfortunately the
    button does not show up when the php page is loaded up to the
    server. And yes, I did make sure to upload the button file. When I
    look at the source code from the server, the flash part looks a
    little different compared to how it normally looks on a .htm page.
    Here's what the 'view source' in the browser shows:

    David,
    I don't know what that file is. Can you elaborate?
    Thanks,
    Chris
    quote:
    Originally posted by:
    Newsgroup User
    chriscatalano wrote:
    > Hopefully this is a simple problem. I've added a Flash
    Button via the Insert
    > Media -> Flash Button in DW8. Unfortunately the
    button does not show up when
    > the php page is loaded up to the server. And yes, I did
    make sure to upload
    > the button file.
    But did you upload this file?
    Scripts/AC_RunActiveContent.js
    David Powers
    Author, "Foundation PHP for Dreamweaver 8" (friends of ED)
    Author, "Foundation PHP 5 for Flash" (friends of ED)
    http://foundationphp.com/

  • Flash file not visible in web page

    Hello,
    I'm Udayakumar from chennai (India). I created some flash
    files and uploaded in web site. That are working properly in India
    only. But not visible in other countries. What's the problem? I'm
    exporting in swf format with following settings.
    Version - Flash player 8, Loard orfer - bottom up,
    Actionscript version - actionscript 2.0, options - compress movie,
    local play back security - local files only.
    And I'm inserting the swf files in html pages using plugin
    commands. (ie)
    <embed width="100" height="100" src="images/x.swf"
    menu="false">
    So I can't able to understand, why was the flash files are
    not visible in other countries?
    Pls explain me......
    My email id - [email protected], [email protected]
    Thanks & Regards
    P. Udayakumar

    You will need the following in your HTML (with modifications
    to target your document) ...
    <!--url's used in the movie-->
    <!--text used in the movie-->
    <!-- saved from url=(0013)about:internet -->
    <object
    classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="
    http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0"
    width="pudaya enter your document width here" height="pudaya enter
    your document height here" id="pudaya enter swf file name here
    (without ".swf" extension)" align="middle">
    <param name="allowScriptAccess" value="sameDomain" />
    <param name="movie" value="pudaya enter swf file name here
    WITH ".swf" extension" /><param name="quality" value="high"
    /><param name="scale" value="noborder" /><param
    name="bgcolor" value="#pudaya enter background color as hexidecimal
    here" /><embed src="pudaya enter swf file name here WITH
    ".swf" extension" quality="high" scale="noborder" bgcolor="#pudaya
    enter background color as hexidecimal here" width="pudaya enter
    your document width here" height="pudaya enter your document height
    here" name="pudaya enter swf file name here (without ".swf"
    extension)" align="middle" allowScriptAccess="sameDomain"
    type="application/x-shockwave-flash" pluginspage="
    http://www.macromedia.com/go/getflashplayer"
    />
    </object>
    All of the above will be generated with all values in place
    using the "Publish Settings" function in Flash if you check HTML as
    one of the export settings.

  • 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.

  • Flash video skin controls not appearing on web page

    Hi
    I have a puzzle. I have some test movie clips that are
    operated (played) by pressing a thumbnail. All works ok in the
    resultinmg html and flash file that is produced, but when I import
    the flash movi into DW, the controls disappear, but the movie
    plays...
    if you look at the link below you can see the flash movie
    controls in operation OK
    http://www.chrisleslie.co.uk/new/flash/8movietest.html
    but when the flash doc is inserted into the actual page the
    controls disappear......
    http://www.chrisleslie.co.uk/new/Film.htm
    (press thumbnail 2 to play the test movie)
    any ideas would be greatly received...im at a loss here and
    heading for the vodka.......

    hi,
    I have a similar problem. I have an FLV which sits inside my flash movie. It works fine when previewing it within the flash viewer.
    But when embedding the flash movie into a html page - the controls magically disappear!
    Now i have tried copying the skin to EVERY SINGLE LOCATION WITHIN MY FOLDER STRUCTURE...but it still does not display.
    Any more suggestions??

  • 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.

  • I have developed one website and provied print fuctionality to print entire web from , but it is not printing the web page correctly, even in print preview it is showing wrong out put

    i have developed one website and provied print fuctionality to print entire web from , but it is not printing the web page correctly, even in print preview it is showing wrong out put...

    Try posting at the Web Development / Standards Evangelism forum at MozillaZine. The helpers over there are more knowledgeable about web page development issues with Firefox. <br />
    http://forums.mozillazine.org/viewforum.php?f=25 <br />
    You'll need to register and login to be able to post in that forum.
    Make sure you provide the URL for the problematic page, so they can see the problem for themselves.

  • Adobe Flash up to date; firefox 9.0.1 installed. Flash does not show as plug in & Firefox states Flash not up to date. What to do

    Under plugins, I get the following message:
    For your safety, Firefox has disabled your outdated version of Flash. Please upgrade to the latest version.
    However, I updated to the version Firefox suggested. Flash does not show as a plugin. Plus, after updating, I continue to receive the message:
    Firefox has disabled your outdated version of Flash. Please upgrade to the latest version.
    Running Windows 7
    Firefox v 9.0.1
    What is wrong?

    The plugin check page only recognizes some common plugins that play media on web pages and not plugins added by security software like McAfee. So no need to worry about that. Just make sure that you keep all your software up to date, especially software that deals with internet access and security software (anti-virus software, firewall).

  • Documents from Mac added to iCloud do not show up in Pages on iPhone 4S

    Synopsis: Dcouments added to iCloud through Safari on Mac do not show up in Pages on iPhone 4S. New documents created in Pages on iPhone do not show up in iCloud. I expect the doucments to appear on my iPhone soon after uploading them from my Mac to iCloud through Safari, and to appear in iCloud soon after switching to the document listing in Pages and leaving the app. Several hours passed by without transfer happening, and I have waited a day and reconnected to Wi-Fi to wait several more hours. Still nothing shows up either in Pages on iPhone, or in iCloud in Safari on Mac. They are listed with their sizes and extensions (.pages or .pages-tef) in the iPhone Settings > iCloud > Storage & Backup > Manage Storage > Pages, though they don't seem selectable from there.
    Software versions and Settings:
    Mac
    Mac OS X 10.7.2 (Lion)
    Safari 5.1.1
    Pages 4.1
    System Preferences > iCloud: signed in; everything selected, except Photo Stream (no iPhoto).
    Everything seems to work, except Find My Mac is flakey.
    iPhone 4S
    iOS 5.0
    Pages 1.5 (417) [no other iWork apps]
    Documents:
    the defualt "Getting Started";
    a test document with default name "Blank" and content with the word "Testing", shown with upwards arrow in upper right corner; tried renaming to "Just testing", no transfer resulted.
    Plus button + offers: Create Document; copy from iTunes, iDisk, WebDAV; no iCloud (probably because it's supose to be auto);
    Settings > Pages:
    Use iCloud: ON
    Restore: OFF; I have tried this, it automatically turns itself off after restarting Pages. No obvious changes result in Pages.
    Settings > Wi-Fi: ON, connected to a network; tried several networks around town, as well as at home with a Time Capsule router.
    Settings > iCloud:
    everything ON, except Photo Stream;
    Documents & Data:
    Documents & Data: ON
    Use Cellular: ON; also tried OFF initially.
    Storage & Backup:
    Manage Storage > Pages:
    three documents in iCloud are listed, one of which I had created before iCloud on iPhone 3GS, and deleted from iPhone 4S after documents added to iCloud from Mac weren't showing up as expected;
    their sizes are given;
    suffixes are .pages for the two created on Mac, and .pages-tef for the one created on iPhone 3GS (before iCloud);
    iCloud Backup: ON; successfully backs up everyday;
    Email works, contacts are synced, calendar works, and everything seems fine except access to documents.
    Approaches:
    Software updates
    Updated all software, no further updates available. Please confirm with aforementioned version numbers.
    Add and Remove Documents
    Used Safari to add two documents to iCloud with its menu for Pages of iCloud's iWork section, one at a time. Documents were originally created in Pages on Mac, and continuously edited since then. Explicitly saved documents (Save a Version on Lion) before uploading. Documents appeared listed in web page without problem.
    Have tried deleting a document on iPhone that was originally created with Pages on iPhone 3GS prior iOS 5 as a way to jog the listing on iCloud. Listing on iCloud in Safari on Mac continues to show document deleted from iPhone. [Before deleting document, I had updated iPhone 3GS to iOS 5 and signed into iCloud a couple days before getting iPhone 4S, then immediately used the restore from iCloud feature for the iPhone 4S in the Apple retail store, updated all apps on Mac and iPhone, then deleted the document in Pages on iPhone.]
    On iCloud in Safari on Mac: deleted the two documents uploaded from Mac; added the same documents again; edited documents on Mac, then uploaded and chose "Replace documents"; removed documents again; added them again. Never showed up in Pages on iPhone, even after waiting a day.
    Have used iTunes to add the same documents to Pages on iPhone. Successfully opened documents in Pages on iPhone through plus button + > Copy from iTunes. Deleted documents from Pages's document listing, though they remain in iTunes section.
    Removed documents of same name, though older copies, from Pages in iTunes for the iPhone.
    Created a new document with Pages on iPhone, simply added one word "Testing" and then switched to document listing. New document has name "Blank" and an arrow in the upper right corner indicating it will upload next time an internet connection is established. That hasn't happened regardless of being connected to Wi-Fi and cellular for several hours. Next day, reconnected to internet with both Wi-Fi and cellular, the new dcoument "Blank" still is not in iCloud when I visit the site in Safari on Mac, and still has the arrow in the upper right corner in Pages on iPhone.
    iPhone 4S Connected to Internet
    Connected to Wi-Fi several hours each day, and cellular all day except from about 10pm to 7am when I switch it to Airplane mode. Always connected to Wi-Fi and cellular when attempting to access the documents in Pages on iPhone.
    Restart iPhone and Pages
    Have double-pressed Home button on iPhone to reveal along the bottom of screen a list of apps currently open, touched and held an icon to reveal the close badge on all icons, and selected the close badge on Pages, waited a few seconds, then started Pages again.
    Have held On/Off button until "slide to power off" appears, then powered off iPhone, waited a few seconds, then held button again to start. Have done this with Pages either open or closed, per previous note. Still no change in document listing for Pages: test document still has not gone to iCloud, documents in iCloud still have not shown.
    I think the only thing I haven't done is a complete restore.
    Question: Can anybody point out what I might have missed or haven't tried that would get the documents from iCloud to Pages and vice versa?
    I'm not looking forward to several hours of restoring, but if I must…
    TIA

    Okay, I'm not sure what finally jogged it. It seems to be finally working.
    After downloading any documents I could from iCloud to my Mac, I deleted all the documents from iCloud. I also deleted all documents from Pages on iPhone, except the original "Getting Started" document.
    I duplicated the "Getting Started" document (Pages on iPhone) and edited it by moving the butterfly to the left on the same page, then switched to the Documents view. It had the arrow in the upper right corner of "Getting Started Copy", but no progress bar and nothing showed up in iCloud.
    Then, I think I went to Settings > Pages > Use iCloud: NO. Went back to Pages and got a dialog in the Documents listing:
         You are not using iCloud
    What would you like to do with the
         documents currently on this
                        iPhone?
    Keep on My iPhone
    Delete from My iPhone
    Continue Using iCloud
    I tried keeping them, then going back and turning it back on in Pages's settings, then going back to Pages. Finally something different happened: a progress bar on the "Getting Started copy" document. It never seem to finish, and would disappear if the phone went to sleep. I tried the whole sequenece again with same result, and nothing on iCloud.
    I then tried Settings > iCloud > Documents & Data: OFF, and agreed to "Turn Off Documents" and have all documents stored in iCloud deleted, because as far as I could tell there weren't any documents in iCloud at this point anyways. I went back to Pages and the "Getting Started copy" suddenly disappeared.
    So, I went back to Settings > iCloud > Documents & Data: ON, and did the same for Settings > Pages > Use iCloud: ON. Oddly, Pages now tried to download "Getting Started copy" even though it really shouldn't have existed anymore. I tried iCloud in Safari on Mac and saw there now was a document by that name, but when selected it said "Updating…" on it. I deleted it in iCloud, and it disappeared (I think, or I deleted it) in Pages on iPhone.
    I gave up and waited a bit, maybe an hour or two.
    I made sure all the settings were how they needed to be, noticed no documents in iCloud, and only the original "Getting Started" document in Pages on iPhone. I duplicated that document, and that's when it seemed to actually work. First, the arrow in its upper right corner appeared briefly, then a progress bar appeared on it instead, then the progress bar actually moved and completed. (I think. Some indicator happened. Everything is kind of fuzzy at this point while I'm writing this and juggling a couple other technical tasks.) Then I checked iCloud in Safari on Mac and the document was there. Wow.
    So, I immediately tried uploading to iCloud from my Mac the two documents I had been trying, one at a time. Each time the document succeeded in iCloud, it suddenly appeared in Pages on iPhone. In fact, the second document began to appear in the documents listing in Pages on iPhone just before the progress bar in iCloud completed.
    I tried opening each one in Pages on iPhone, and iCloud immediately updated each one with a preview and as downloadable. I downloaded them to the Mac and they opened fine. [Admittedly, the Pages version from iCloud of the "Getting Started copy" with the moved butterfly was a little different in Pages on Mac: it had the butterfly on the previous page underneath everything; the PDF version of that document had everything correct.]
    Anyways, the document listing between iCloud and Pages on iPhone is working now.
    I thinking it might have helped to clear out all the documents in iCloud and deleting all documents in Pages for iPhone. However, be sure to at least email copies from Pages on iPhone first if you don't have any backups. I think it might also have helped to turn off Settings > iCloud > Documents & Data: OFF, so it'll send that signal to delete the documents in iCloud, even if there's already nothing there. I don't know for sure, but that's probably the way to start from scratch. Oh, and maybe wait an hour or two after that before doing anything again, then turn Documents & Data: ON, and Pages > Use iCloud: ON, and then start by creating a new document in Pages on iPhone.
    I'm just glad I didn't have to do a Restore from iTunes. And now that it's working, it's so instant between Pages on iPhone and iCloud! This is seeming like it will definitely be great, now that it's working.

  • Google browser and others show all web page on netbook but firefox wont i have to scrool why can i change settings on firefos to help this problem

    all other web browsers when i use on my net book show full web page but with Firefox i have to scroll side ways cant see full width of page sometimes Firefox will show full page but this is not often are the settings in Firefox to help this problem i have the latest version of Firefox 4.0.1

    I have had a similar problem with my system. I just recently (within a week of this post) built a brand new desktop. I installed Windows 7 64-bit Home and had a clean install, no problems. Using IE downloaded an anti-virus program, and then, because it was the latest version, downloaded and installed Firefox 4.0. As I began to search the internet for other programs to install after about maybe 10-15 minutes my computer crashes. Blank screen (yet monitor was still receiving a signal from computer) and completely frozen (couldn't even change the caps and num lock on keyboard). I thought I perhaps forgot to reboot after an update so I did a manual reboot and it started up fine.
    When ever I got on the internet (still using firefox) it would crash after anywhere between 5-15 minutes. Since I've had good experience with FF in the past I thought it must be either the drivers or a hardware problem. So in-between crashes I updated all the drivers. Still had the same problem. Took the computer to a friend who knows more about computers than I do, made sure all the drivers were updated, same problem. We thought that it might be a hardware problem (bad video card, chipset, overheating issues, etc.), but after my friend played around with my computer for a day he found that when he didn't start FF at all it worked fine, even after watching a movie, or going through a playlist on Youtube.
    At the time of this posting I'm going to try to uninstall FF 4.0 and download and install FF 3.6.16 which is currently on my laptop and works like a dream. Hopefully that will do the trick, because I love using FF and would hate to have to switch to another browser. Hopefully Mozilla will work out the kinks with FF 4 so I can continue to use it.
    I apologize for the lengthy post. Any feedback would be appreciated, but is not necessary. I will try and post back after I try FF 3.16.6.

  • Garamond font is turned off. I restored it but it's not showing up in Pages. How do I correct this problem?

    Garamond font is turned off when I installed OS X Mavericks. I restored it but it's not showing up in Pages. How do I fix this problem?

    Try opening up:
    /Applications/Font Book
    Scroll to the Garamont Font, then try File > Validate font
    If this doesnt work, right click (or control + click) the font and select show in finder. Makes sure it is not located in the /Library/Disabled Fonts/   folder

  • Printer will not print most web pages.

    Wireless Photosmart all in one Printer will not print most web pages.  Everything elso prints consistantly but cannot determine why web pages generally do not print.  It soes not seem to matter whether I click file - print or control P  or clicking the print Icon. The print icon appears at the bottom of the screen for a couple of seconds then disappears & nothing prints. Is there a setting I am missing?

    Hi. Go to this link http://h10025.www1.hp.com/ewfrf/wc/document?docname=c02114788&cc=us&dlc=en&jumpid=reg_R1002_USEN&lc=... and download the PDU and run it.
    Feel free to provide Kudos if I have helped you!

  • Crystal Report Viewer icons do not show in Web Application Project in VS2005 (Web Site Project OK)

    Post Author: jsdude99
    CA Forum: Crystal Reports
    Hi,
    With Visual Studio 2005, the Icons at the top of the CrystalReportViewer do not show on Web Application Project. However, If I have a web site project, they are all shown. Please note that I found number of posts that people not seeing the icons after the deployment but my case is the development environment. Once I pass the first hurdle I may face further problems like the other people, so If you happen to know answers in both situations, please share your knowlegde..
    PS: I created two new types of projetcs and have just a CrystalReportViewer on the default page. Data is shown fine but the icons are missing (red X placeholders instead of icons) in Web Application Project. Very straight forward test.

    We havent tried that.  We changed the link in the web part to access an html page that claims that the report is loading.  It states in the html that if the page doesnt load to "click here" which redirects to the crystalreportviewer.  Its a temp fix for it.  One thing we are looking at is the 64 bit version of the Sharepoint integration kit.  That may contain a reportviewer webpart.
    Thanks for the reply.
    Brian

  • In Safari on my iMac where parts a foreign site are showing on web pages I bring up.

    I have a problem with Safari on my iMac where parts of a foreign site are showing on web pages I bring up. I also run Firefox on the same computer with no such problem. Two malware programs have not found any problem that is relevant to or resolves the issue. Failing any other course that may fix this I am wondering if it is possible to replace Safari. Is there any way to do this? I have recently installed Yosemite, but I doubt that has any relevance. 

    Please understand, I am no geek. I am not wanting to change my default browser. My question may have been a little vague but what I wanted to know was whether (failing everything else) it was possible to delete Safari altogether and then reinstall a new one (Safari) somehow. I would think that may well get rid of the problem when it isn't a factor at all when I switch to using Firefox (which is also installed on my Mac).  As for the AdBlock, I'd prefer to avoid that if possible.

Maybe you are looking for

  • DW CS4 Help with jump menu opening a new window.

    First, I can't believe that Adobe left out an easy to use behavior to do this. I have some jump menus, and I would like the selection to open up a new window and have the content appear there.  I saw a couple of old topics here that offered some sugg

  • What can I delete to free up more disk space?

    I have backed up on my time machine and have deleted all video and some books? but I still didn't free up very much room. when I check Get Info I have a capacity of 79.55 GB and have used 78.7 GB and have available 844.6 MB. I don't know what else I

  • Photo adding problem iphone 4g

    photo add problem from latest itues to iphone 4g  6.0.1

  • Soft-reset PXI-System

    Good morning, I try to execute a "soft-reset" on a PXI-System, but I can't found any nodes to do this. With "soft-reset" I mean a function like the ABORT and the RUN button in a VI. More precise, if you connect to the real-time target via "debug appl

  • Why view have no stored data ?  And what is the reason view take more time

    Why view have no stored data ? And what is the reason view take more time to query ? what happen if a view have stored data?