Flash only appear not on the page but works through direct link

So I just inserted a flash object in my dreamweaver page.

The flash works fine works the direct link here: http://www.abbottsports.com/tennis/Flash/tennismenu.swf

, But when you visit the page: http://abbottsports.com/tennis/adulttennis.php

It's just empty space.

Here's my flash code:

< object id = "FlashID2" classid = "clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width = "597" height = "115" > "

< param name = "movie" value = "flash/tennismenu.swf" / > "

< param name = "quality" value = "high" / >

< param name = "wmode" value = "opaque" / >

< param name = "swfversion' value ="15.0.0.0"/ >

<!-this param tag prompts users with Flash Player 6.0 r65 or later to download the latest version of Flash Player. Delete it if you do not want users to display the prompt. ->

"< param name ="expressinstall"value="/htdocs/Scripts/expressInstall.swf "/ >

<!-next object tag is for non - IE browsers. Then he hide from IE using IECC. ->

<!-[if! IE] >->

< object type = "application/x-shockwave-flash" data = "flash/tennismenu.swf" width = "597" height = "115" > "

<!-<! [endif]-->

< param name = "quality" value = "high" / >

< param name = "wmode" value = "opaque" / >

< param name = "swfversion' value ="15.0.0.0"/ >

"< param name ="expressinstall"value="/htdocs/Scripts/expressInstall.swf "/ >

<!-the browser displays the following alternative content for users of Flash Player 6.0 and higher. ->

< div >

< h4 > the content of this page requires a newer version of Adobe Flash Player. < / h4 >

" < p > < a href =" http://www.Adobe.com/go/getflashplayer_fr "> < 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 > "

< / div >

<!-[if! IE] >->

< / object >

<!-<! [endif]-->

< / object >

A lot of conflicting info here.

The page that you linked to uses a different .swf:

which calls for the swfversion (it actually means the Flash version to use)

It's a really, really old version... dunno if it works again... change to version 10.

Since you have the .swf in a different folder of the HTML Web page, it could very well be problems of paths if the Flash uses external... like images files or .xml files. Are there other Flash related files in addition to the .swf? What else is in the folder 'flash '?

Your code shown above probably no longer works

There is no Flash player version 15 (again)... change that to 10 also.

Then, it comes to the coding of the errors on the page... There are many!

Validate your code here:

http://validator.w3.org/

Best wishes

Adninjastrator

Tags: Dreamweaver

Similar Questions

  • User only appear not on the page, sign in

    Thus, it is said that my email was not working on my user/account, so I created a new account and email worked. The point is when I stop and journal on my second account/user is not only my first broken account and the thing of the guest user. I can only access my account if I sign in on my first account and log back, then connect my second account is displayed on the page. I need someone to tell me how to fix my accounts, so my second account comes first. Thank you

    Answer PLZ

    If FileVault is turned on, open system preferences-> Security Privacy &-> FileVault and then activate the new account.

  • computer can not find the microphone, but worked before...

    ORIGINAL TITLE: microphone

    my computer cannot find the microphone. but the strange thing is that it worked before. now I don't him is nowhere Ive looked all over my computer.        PLESE HELP!  EVERYONE!

    Right-click in the empty space below the 'Line In' device and check both boxes to show hidden and disabled devices.

  • Folder with the files not appearing not on the desk, but "seek" shows them there?

    My 'research' shows my music files and the file, they have to be on my desk. In addition, my Winamp plays these files and shows that they are also on my desk. But I don't see the folder, or files on the desktop.

    Maybe two icons are above the other?  Try right click on an empty area of the desktop, and then select "rearrange icons by '-> Type and make sure that the folder appears.

    If this does not work, see if you can see the file in the
    C:\Documents and Settings\\Desktop
    folder.

    HTH,
    JW

  • Cursor not appearing not on the page type, line &amp; rectangle with the Mavericks?

    Using CS5, upgrading to Mavericks onMacbook Air. The cursor appears in the selection, direct selection, etc. as a black arrow or an appropriate form. BUT all this but disappears like a very pale gray? type symbol, line, rectangle! The clues how to get the sliders black or dark?

    Thank you!

    Mike

    Mike,

    It is an update of Maverick is required (10.9.1 instead of only 10.9).

  • On the legend of rejection only appear not in the interaction drag and drop

    Hello

    I'm playing with drag and drop interaction to understand its functionality.

    I noticed that we can accept, reject and hint captions to individual moving targets. When I tested it, I Accept and indication of the legends as expected. But I don't get the legend to reject even when I place the wrong source on the target.

    What I am doing wrong?

    Anthony

    Hello

    Dismiss the legend appears when an unacceptable source fell on a target. To configure the "acceptance criteria", select a drop target, click on 'Accept' button, deselect the checkbox corresponding to the unacceptable source. (As shown below)

    Now each time the drop source user 'Unaccept' on top of the target, the legend of "Reject" will appear.

    Thank you

    VERALINE Sukumaran.

  • query works not in the APEX but works in TOAD

    Hello

    I had major problems trying to build a LOV cascading. I narrowed the problem down to SELECT which it depends.

    I have the following:

    SELECT pasv.vendor_name
    pasv.vendor_site_code
    pasv.vendor_id
    pasv.vendor_site_id
    OF po_asl_suppliers_v pasv
    po_asl_documents_v padv
    po_asl_attributes_v paav
    WHERE pasv.owning_organization_id = 26
    AND pasv.item_id = 131089
    AND pasv.asl_id = padv.asl_id
    AND pasv.asl_id = paav.asl_id
    AND padv.document_type = 'COVERAGE '.
    ORDER BY pasv.vendor_name
    pasv.vendor_site_code

    This query works well as a TOAD, but when I run it in APEX "SQL commands" it comes up with the error "ORA-01722: invalid number ' and when I try to generate a report about this no return value (the values are returned when you run the same query in TOAD and SQL Developer)."

    Any advice would be great.

    Thank you
    Chris

    Work around:

    SELECT RPAD (SUBSTR (pasv.vendor_name, 1, 20), 20,' ') | » '|| RPAD (SUBSTR (padv.document_type, 1, 20), 20,' ') | RPAD (SUBSTR (padv.document_num, 1, 10), 20,' ') PROVIDER
    pasv.vendor_id
    OF po_asl_suppliers_v pasv
    po_asl_documents_v padv
    po_asl_attributes_v paav
    WHERE pasv.owning_organization_id = 26
    AND pasv.item_id = 131089
    AND pasv.asl_id = padv.asl_id
    AND pasv.asl_id = paav.asl_id
    ORDER BY pasv.vendor_name
    pasv.vendor_site_code

    There seems to be a problem with the 'COVER' in the first SQL. Even if it is that a field of VARCHAR2 in the APEX database doesn't. It works somehow the other tool we use.

  • I am trying to print PDFS from Safari, but can not see the page numbers

    I just opened a document PDF 700 + pages in Safari and need to print the odd pages and there, but I can't see the page numbers displayed when I scroll the document. When I view the same document on an iPad, the page numbers change when I scroll but on my iMac (with the help of Safari 10) they appear not at all - and 700 + pages is a lot to go wrong! The clues how I can spend on 'display the page number?

    The default Apple PDF Internet plug-in used by Safari does not display the page numbers (except if they are in the footer of the PDF document in question), and there is no setting in Safari preferences to turn on this feature. Your best bet is to download the PDF file, then open it in preview or Acrobat Reader, where the thumbnails will be the correlation to page numbers. Then you can select several arbitrary thumbnails using the control button to print those selected pages. In the Pages section of the print Panel, you select "Selected Pages in the sidebar".

    The PDF Internet plug-in installed by Adobe Acrobat Reader or Pro displays the page current and total page in its turnaround Panel. If there are page numbers in the footer of the PDF file accessed, they are not deleted. You must enable Internet Adobe plug-in to Safari preferences: Security Panel.

  • I bought ipad air 1 after that 2013 but can not get the pages for free. Numbers and imovie I can. IOS9 running at the moment. I have pages when I connect on icloud on my pc. Can I transfer iPad app, because it is not in the ILO purchased in itunes.

    Hi everyone, this is my first post, also help on the post would be appreciated.

    I bought ipad air 1 after that 2013 but can not get the pages for free. Numbers and imovie I can. IOS9 running at the moment. I have pages when I connect on icloud on my pc. Can I transfer iPad app, because it is not in the ILO purchased in itunes.

    Thanks in advance

    Newbie

    The only way to install an ipad app is through the app store.  PC or Mac software does not run on the ipad.  Search in the contacts link at the bottom right of this page.  Give apple a call.

    I guess is the icon for pages in icloud for storing documents pages.  At the same time, apple had a cloud based pages.  Not sure what happened to her.

    R

  • In XP, printer will not print web pages, it will only show ads on the page

    My printer does not print web pages, it will print the adds on the page but not the content like recipes etc.

    Thanks for the reply. Yes, it seemed to get worse and worse until I have seem not to be able to print anything, some sites I would like to print from them. The strange thing is on my preview before print, everything looks good, until I'm going to print, then nothing, example I tried printing on Artisan Bread today and the recipe appeared in the preview before printing with pictures of the recipe that everything looked ok, I'm going to print and all I get is photos of the recipe. I use Windows XP, is my printer Lexmark Z705 and I use Google.

    There are many places one can find artisan bread recipes.  What is the link to the site, you watched?

    Just click in the address bar of your browser until the address is set highlight, then click on > copy, click in your response here and right click > paste.

    Do you mean you use the Google Chrome browser or use Google to find your recipes?  At the top of your browser, click on help, then click on about.  What is the name and the version shown in the window that opens?

    Open your printer and take a look at cartridges.  Do you use cartridges of ink Lexmark brand to negotiate (or refills)?  What is the number of the cartridge on theright ?

    The following article does not directly address your issue, but it is suggestive.  Follow the suggestions and report the results. http://www.FixYa.com/support/t3070772-lexmark_z705_printing_blank_envelopes

  • Why my HPLaserJet P1102w not print Web pages, but it will print the pages of the notebook, etc. ?

    My HPLaserJet P1102w (with Windows 7, Firefox) does not print Web pages.  I can see the pages I want to print in the queue of the printer, but they never proceed with printing.  I see a blue light sometimes flashes on the computer.  Looks like he's trying to find a wireless connection, even if it is attached to my computer through a USB port under the guidance of the option given in the directive.

    When I copy and paste text into My Notebook application, it prints on my printer - but when I click on "print" on a Web page, it will not display the page.

    I think I can remove the question.  I discovered that Firefox is trying to use a printer I own is no longer.  I think I can understand it from here.  Obviously, choose my new HP printer for printing from Firefox.

  • Fire fox is slow and on a single website, it goes on the site but will not load the page

    Fire fox is slow. Also on a single Fire fox web site goes on the website but will not load the page
    Questions began Tuesday, June 16, 14. Website can be opened with other browsers.
    I am running windows XP sp2

    Start Firefox in Safe Mode {web link}
    While you are in safe mode;
    Press < Alt > or < F10 > to display the toolbar.
    Followed;

    Windows; Tools > Options
    Linux; Edit > Preferences
    Mac; name of the application > Preferences

    Then Advanced > General.
    Find and stop using hardware acceleration.

    Dig safe web sites and see if there is still a problem. Then restart

  • Since the update of my iMac and my iPhone, my IBooks (175) only appear not on itunes or available to install on devices.

    Since the update of my iMac and my iPhone, my IBooks (175) only appear not on itunes or available to install on devices.

    Hi rbarj,

    iBooks are now managed by the iBooks on your Mac and iPhone applications. The link below more deals in this article concerns iBooks applications and iBooks transfer.

    On iBooks
    https://support.Apple.com/en-us/HT201478

    All my best.

  • I create my web and download it to Dreamweaver, but it came as I wanted. Now, I need to change the page, but it does not allow me to do so because that is block need help

    Hello

    I create my web and download it to Dreamweaver, but it came as I wanted. Now, I need to change the page, but it does not allow me to do so because that is block need help

    First, set the folder of your site.  Go to Site > new Site > tell DW where to save files to the local site.

    http://layersmagazine.com/defining-site-Dreamweaver.html

    Nancy O.

  • PS ask activetion again. the worm is first CS PS v8, it fails, I tried to call help number given on the page but service does not exist, redirect to .../go/activation statement fails, it causes some assistance - activate is not possible to click

    PS ask activetion again. the worm is first CS PS v8, it fails, I tried to call help number given on the page but service does not exist, it redirects to .../go/activation

    statement fails it causes some assistance - activate is not possible to click

    Adobe has disabled the server activation for pre CS3 products a long time ago and that's why you are unable to activate your product. I can not to suggest what to do, but I don't know that CS2 owners with this problem can download a version specially created that doesn't require activation. To my knowledge, no such version exists for CS. If it was me, then as the real owner of the software and just unable to use it due to having no mechanism to activate, I download CS2 and use it until someone from Adobe told me to stop. It is a sensitive issue because the download site clearly indicates that there must be an existing CS2 owner. However, the url to the download was posted the pirate not many Adobe Web sites not as a way to free download the CS2. I imagine that there have been hundreds if not thousands of downloads from 2013 when it became first available and so far Adobe has not made any attempt to restrict the download to current owners of CS2. Their policy is quite clear if CS2 is not given away for free. Fortunately, I use CC2015, I can't make a call on it, but the URL is below if you want to move forward.

    Download Adobe Acrobat 7 and Adobe Creative Suite 2

    Terri

Maybe you are looking for

  • apple - black screen trailers

    Hello Whenever I click on a movie to see a trailer or details, black page load. No info, no video appears. I have the latest quicktime. even though Java and JavaScript are enabled. I use google chrome. Sincerely, Kristof

  • Satellite P200-1EE does not properly of the HD-DVD play

    Hello My Satellite P200 - 1EE laptop doesn t play DVD s correctly when the DVD loads up it plays but stops and starts as a 'jump' CD and the dubbing is very bad.So, I tried the setting on my DVD player program but made no difference at all I think HD

  • How do I reinstall the preloaded games

    missing of freecell, solitaire games my program has lost games preloaded maps that came when new.  I have vista Home premium, 32 - bit os.  where can I get a download to replace these files?

  • Outlook 2010 email format

    The format has changed on my page of mail electronics outlook. I don't like. How to bring back the old format?

  • change user account: I want to upgrade my son's account on the PC to standard or admin

    I want to upgrade my son's account on the PC to standard or administrator. For some reason I can't do this, the only option I have is to turn the guest account on or off.