In CS3... insert plug-in... mp3... but i cant see de preview... why ???

(1°: Excuse me for my english)
When insert a plug in (audio- mp3) open the preview and, in my pc, I see a black bar (no a reproductor)... Other person can see the display of reproductor... And, when I want insert an ActiveX, a video You Tube, the sistem give me error, too (no show the video).
This error actions begin today.
Why?
HELP ME PLEASE !!!

Hi sorry for the delay, but we are apparently in two very different time zones.
I have looked at your code and it may be that the following two scripts are conflicting with each other, if they are both for flash player then only the AC_RunActiveContent.js is required, as this inserts the active X code for IE as well as that required for other browsers.
<script src="Scripts/AC_ActiveX.js" type="text/javascript"></script>
<script src="Scripts/AC_RunActiveContent.js" type="text/javascript"></script>
The fact that dreamweaver does not find the plug-in may simply be that it cannot find the file associated with the player in your file structure, (if it works in the browser, do not worry about this).
How the flash players controls are inserted into the code has changed over the last few years they are now inserted by the use of what are called skins, so this problem may be more a question of your player version code than anything else, check which version you are using on the other computers compared with your version, and let me know please.
PZ

Similar Messages

  • I have downloaded a app from Itunes on my laptop, but i cant see the app on my phone. How do i put the app on my phone?

    I have downloaded a app from Itunes on my laptop, but i cant see the app on my phone. How do i put the app on my phone?

    you can plug the phone into your laptop and check the apps you want to add, or you can go to the app store on your phone, go to the 'purchased' section and download it.

  • When ever i go to watch videos on youtube or any other apps, the screen goes black. you can hear the video but you cant see anything. how do i fix this?

    i have an ipod tough 3g and its like about 4 to 5 years old it works perfectly fine except the home button is abit messed up and the ipod sometimes crashes. but other than that everything is fine. so i was watching something on an app and then al of a sudden i dont see the video i can just hear it. i then think its just the app but when i go on youtube the same exact thing happens. you click to watch a video and you can hear it perfectly but you cant see anything. the screen is just black when u ONLY watch a video. this happened last night so yea.i really hope somebody can help me figure out how to fix this and whats wrongwith it:)
                                                                                                                         thanks for your time and help!
                                                                                                                                                       Noor .T.

    When it goes black do a very short press of the button on the right upper side of the phone and the screen will reappear.  Make it a very short quick press.
    OTOH, if you are using the speaker so you can watch the screen as you are talking when it goes dim touch the screen anywhere that it is blank and it will again go bright.  On long calls you have to repeat this.
    Many folks have had the same problem you described and what I have told you is the best and ONLY way around the screen going blank during a call.
    JerryF

  • HT204291 Im trying to use my apple TV to see a movie from my iphone. Since i select the airplay icon on my phone, i can only hear the voice of the movie on my screen but i cant see the movie, can anybody help me pls? Tks

    Im trying to use my apple TV to see a movie from my iphone. Since i select the airplay icon on my phone, i can only hear the voice of the movie on my screen but i cant see the movie, can anybody help me pls? Tks

    Is this a movie from iTunes? If so is it a rental or one you've purchased?

  • I did hold the ALT cmand r key but i cant see the globe i dont know how i can fix my macbook pro late 2008 can any 1 plzzzz help me im very upsate but i live PAKISTAN in here i cant find os x lion disk i dont know what to do if i get the os x lion usb

    i did hold the ALT cmand r key but i cant see the globe i dont know how i can fix my macbook pro late 2008 can any 1 plzzzz help me im very upsate but i live PAKISTAN in here i cant find os x lion disk i dont know what to do if i get the os x lion usb

    That does not work on model year older then 2010 and really doesn't work on any older then late 2011 models.
    You will need a set of original system dvd disc thjat are always sypplied with every mac sold before Lion came out. Systems older then late release early 2011 models.
    If you don't have them you kcan order a replacement set from apple by calling them. Have the serial number of you mac handy.

  • My iphoto wont open since i updated my mac, please help? it says i need to install an iphoto library upgrader which I have installed but still cant see my photos.

    my iphoto wont open since i updated my mac, please help? it says i need to install an iphoto library upgrader which I have installed but still cant see my photos.

    What version of iPhoto are you using? 9.6 is the current version.
    Do a backup.
    Quit the application.
    Go to Finder and select your user/home folder. With that Finder window as the front window, either select Finder/View/Show View options or go command - J.  When the View options opens, check ’Show Library Folder’. That should make your user library folder visible in your user/home folder.  Select Library. Then go to Preferences/com.apple.iPhoto.plist. Move the .plist to your desktop.
    Restart, open the application and test. If it works okay, delete the plist from the desktop.
    If the application is the same, return the .plist to where you got it from, overwriting the newer one.
    Thanks to leonie for some information contained in this.

  • IDOC status 03 in R3 but i cant see it in XI

    Hi Experts,
    R3 side idoc created successfully and 03 status in we02, there were no entries in SM58, SLDCHECK also works fine, but i cant see the idoc in XI. i deleted the meta data and created again but no luck, i created port and rfc destination and partner profile all looks good.
    when i send the same idoc from WE19 it went through to XI.
    What could be the reason, any one help me out of this.
    Thanks,
    Praveen.

    Hi all,
    i assume that Harald Boeing is correct with the answer of a missing commit work in the application.
    The application is creating the idoc and make an implicit db-commit if the LUW is finished.
    I assume that in the idoc outbound partner agreement the transfer mode is set to "immediate".
    If the transfer mode is set to "collect idocs", then this problem will not occur.
    The ALE framework makes a function call of the rfc api
    like
    call function "IDOC_INBOUND_ASYNCHRONOUS" in background task
    If the commit work is missing, no rfc call is created by the RFC-layer, IDoc will get status 3 and
    no idoc is sent to xi (no systemlog or warning).
    There are two rfc-ports available:
    - trfc   => entry in transaction SM58 is created
    - qrfc   => entry in transaction SMQ1 is created
    If the idoc is cloned and resent with the idoc test tool (TA WE19), then the rfc call is done
    and also the commit work is done.
    The customers can check if the rfc-call in SM58 is made or not with the following step:
      - in transaction SMQS the maximum amounts of rfc-connections for the used rfc-destination
        can be defined
      - if the max. amount of rfc-connections is set to 0 (zero) than no SM58/SMQ1 transaction
        are processed
      - idoc must be recreated with the application (not with WE19 tool)
      - check if the unprocessed rfc-call-entry is created in SM58 (for trfc-port)
      - if not then the application must be checked why the explicit commit work is not called
        please note that an implicit/explicit database-commit is not enough
        in case it is an SAP application it must be checked if a note for that problem exists
      - please do not forget to reset the max amount rfc-connections in TA SMQS
        to a value higher than 0 after this test
    Kind regards.
    Andreas

  • My app store  (iPhone 6) doesn't refresh since november 1st in the screen appears i have already 11 updates but i cant see it

    My app store  (iPhone 6) doesn't refresh since november 1st in the screen appears i have already 11 updates but i cant see it

    Tee wrote:
    I had to do ALL of the above in sequence, but before rebooting, I turned WiFi OFF.
    When I rebooted, I turned WiFi ON. I made sure that Location Services was ON for the Apple Store ( the one with the shopping cart).
    Then I went into the App Store.
    I did that about 3 times then voilà! The App Store appeared again.
    To summarize:
    - Go to Settings>General>Date and Time>Set Automatically>Off. Set the date one year ahead.
    - Try App Store. If it doesn't work, continue with below.
    - Settings>Privacy>Location Services>System Services (swipe to the bottom of the page to find this)>Location Based iAds>Off
    - Close all apps in the Task Bar.
    - Turn WiFi OFF.
    - Reboot.
    - Turn WiFi ON.
    - Make sure Location Services is ON for the Apple Store.
    - Turn Date and Time to Set Automatically ON.
    - Try App Store.
    Repeat the above if necessary. Thanks Demo, Ocean20 and Diavonex.
    It worked!
    Could we end this topic?

  • I am unable to delete my photos which are synced through computer..i have upgraded to ios 7 and im using iphone 5...i tried doing it by using itunes but i cant see any photos at all...help requested

    I am unable to delete my photos which are synced through computer..i have upgraded to ios 7 and im using iphone 5...i tried doing it by using itunes but i cant see any photos at all...help requested

    If you didn't already do so, try uninstalling iTunes and all of it's components (not just iTunes and AMDS), then reinstall iTunes, as discussed here: http://support.apple.com/kb/HT1925.  Follow the article and uninstall them in the order indicated.

  • I have a 4s ios 7.0.4. but i cant see or get siri install on my phone any suggestions on how to get it??

    i have a 4s ios 7.0.4. but i cant see or get siri install on my phone any suggestions on how to get it??

    if you have a 4s, then siri is automatically on the device, she is a native "app". you might have an iphone 4, and then you cannot get siri.

  • I keep putting the code in for a i tunes card and it keeps telling me the card has been redeemed but i cant see any money on my account

    i keep putting the code in for a i tunes card and it keeps telling me the card has been redeemed but i cant see any money on my account

    The receipt usually takes more time to receive. I got my receipt from about 7:00pm yesterday at about 10:00pm today.

  • Why can i hear my phone but i cant see anything

    why can i hear my phone but i cant see anything

    What app are you streaming from? Note: not all apps are enabled for airplay, this is up to the developer to do

  • How do I cancel Netflicks. They told me because I went through Apple I need to do it through you but I cant see where that is.

    How do I cancel Netflicks via Apple TV. I tried through Netflicks customer servive and they told me that because it was done via i Tunes I have to go through here but I cant see it??

    iTunes Store: Purchasing and managing auto-renewing subscriptions - http://support.apple.com/kb/ht4098
    https://discussions.apple.com/message/18525792

  • Yesterday i just try to open my iPad but i had a black screen. I can hear it working but i cant see anything. I tried all kinds of restore reset everthing but i still got a black screen. Anyone has the same problem and got a sollution? Thanks in advance..

    Yesterday i just try to open my iPad but i had a black screen. I can hear it working but i cant see anything. I tried all kinds of restore reset everthing but i still got a black screen. Anyone has the same problem and got a sollution? Thanks in advance..

    See this Discussion
    https://discussions.apple.com/message/19521062
    The principle is the same...

  • I can open up firefox, but I cant see it on my screen (the small thumbnail says its open)

    its been two weeks since I cant use firefox at all. I am able to open it but cant see the page at all. I already uninstalled and tried to update it (but I haven't been able to)

    Sometimes the Firefox window gets off screen and continues to open there. One technique you can try is the following:
    While the Firefox window is active (you can judge by the Windows task bar, press Alt+Spacebar to display the system menu for the Firefox window.
    You may or may not be able to see the menu, but if you do, its position in an upper or lower corner provides a clue as to where the Firefox window is lurking. If it's on the right side, tap the m key and use the left arrow to move the window to the left. If it's on the left side, tap the m key and use the right arrow to move the window to the right. Similarly, if the system menu appears toward the top of the screen, use the down arrow to move the window down, and vice versa. It may take many presses. Does that work?
    If necessary, you could try deleting a settings file that stores the last location of the Firefox window. After locating your profile folder, close all Firefox windows before deleting the file. This article has more information: http://kb.mozillazine.org/Corrupt_localstore.rdf

Maybe you are looking for