Flash embedded in html does not work

Hi, I tried to make a html file containing a swf on my site work. both swf and html are in my public_html folder, the swf works on its own and when I replace with the name of the swf in the html file for a different swf that is worked. Of course, there is a problem with the swf file. It's big enough (2.7 MB) and there are a few error messages associated with it (because the database is not defined yet) but like I said it works like a swf on its own.
Sorry for the rambling question but can someone help me? Its for a project for College!

Hi again!
Apparently, it was just a matter of waiting. the swf file was so bi (2.7 MB) it took about 15 seconds to come on the screen. I x'd away too soon!
See you soon
Marty

Tags: Adobe Animate

Similar Questions

  • Adobe Flash is installed but does not work.

    Shows that Adobe Flash is installed but does not work.  whenever I try to watch a video, it says I need to install adobe flash

    original title: adobe flash

    Why do you send the original to a download of the Adobe Reader software, poster when their question Abobe Flash Player?

    The current version of Adobe Flash Player is 11.2.202.235

    http://get.Adobe.com/flashplayer/

  • Someone help me please!, IE8 and Flashplayer. I loaded the version beta of Flashplayer, they said, would be to make it work, but I keep getting invited to load Flash Player. It does not work. Can I go back to IE7 and load the regular Flashplayer and remov

    I am running Vista Home premium, IE8, the latest version and after what Adobe says since I have problems with Flash Player. According to them, is not compatible with IE8, so they came out with this beta. It does not work! I am always prompted to load Flash Player for windows! Can I go back to IE7 and delete the others and the version beta and regular old flashplayer? Please help, that's all what I do perform, even Facebook is messed up because it requires flashplayer. But it seems that Windows does not recognize the flash drive I have loaded in beta. Does anyone know where I come from? I can also be reached at * address email is removed from the privacy *.

    Thank you very much!

    http://support.Microsoft.com/kb/957700

    How to uninstall or remove Internet Explorer 8?

    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

    Try this:

    http://kb2.Adobe.com/CPS/141/tn_14157.html

    Uninstall Flash by using the uninstall program Flash Adobe link above.

    Flash is sometimes corrupted.

    http://get.Adobe.com/flashplayer/?promoid=BUIGP

    Reinstall Flash, after 1st unchecking / uncheck the toolbar Google download option there.

    All other questions: Contact Adobe.

    See you soon.

    Mick Murphy - Microsoft partner

  • Video preview in .html does not work

    I have a video that is played when I saw Flash, but does NOT play when I preview it in .html.  I went on the publication settings, and I think that they are correct.  It worked very well some time back, but does not work now.  I am at a total loss on this thing.  Anyone where I can go to find the right answer for something like that?  Help, please.

    TABLE OF TOAD

    http://toadarray.com

    No problem. Glad it works!

  • Audio HTML does not work, no way to solve this problem simply, without having to learn code or whatever it is me?

    Audio playback on SoundCloud attempt does not work for me, as well as other sites that make use of audio HTML. All that happens is that weird squeaky seems to start playing, and then Firefox will crash eventually. It works fine when I try it in other browsers.

    • Firefox 38.0.1 Crash report [@ mcmpgdec.dll@0x5ac28]

    What is the installation path of the file mcmpgdec.dll if you search for this file?

    That will tell you what software is causing this issue.

  • Camileo h10 flash or movie light does not work

    Hey,.
    Does anyone have any ideas as to why flash does not work on my h1o camileo camcorder. ? or the pilot light.

    Thank you

    Neil

    Please help somebdoy!...

  • router and modem lights are flashing and the printer does not work wireless and system said detection of problems

    Cannot communicate with the printer wireles or pluged.  Lights suggesting that something is not connected correctly.

    Check with the manufacturer of the router/modem, or if it is provided by an access provider, ask your ISP.  Flashing lights definitely have a meaning and if deciphered will tell you what does not work correctly or well connected.

  • Flash player for mac does not work?

    I tried to update flash player several times for games on pogo, that looks like it works on my end, but when I go to pogo to play games, it is said that I have to update? I tried to fix it with the help page his does not work?

    Apple has changed the default behavior of plugin Safari 10 (disabled by default).  Please make sure that Flash Player is enabled in the browser, Activate Adobe Flash Player for Safari

  • HP dv7-3085dx power light flashes, but the laptop does not work.

    Hello! I have a HP Pavilion dv7-3085dx. It has a hard drive Bay 2.

    Recently, I bought the caddy + cable kit and an Intel SSD. The thing is, when I plug the sata cable to the motherboard for the laptop, and the SSD to it, the laptop does not light. When I press the power button, it flashes once (the power LED flashes once), but the laptop does not light. When I press again, nothing happens.

    I tried to remove the power supply plug, battery and plug it all again, but the power light flashes once (when you press the power button) and no reaction.

    Maybe it's the sata cable: when I remove the new cable and connect the SSD with the sata cable on the 1 hard drive Bay (the cable supplied with the notebook), it works fine. The laptop starts. And when I connect the former sata cable, with the SSD on the second hard drive Bay, it also works.

    I just want to now what is the flashing light means light? Why it does not work with the new cable?

    Thanks in advance! Sorry for my bad English...

    Emilio.

    It is possible that this is a problem with the kit. I would recommend to download and install the latest BIOS update for your laptop, using the download at the following link: http://goo.gl/rbHkg

    If it still doesn't work after that, I would recommend to suppress the kit for a replacement or to try another.

  • 960px simple html does not work?

    I have b een coding of pages a while but it's puzzled me.

    I have a page with simple code:

    <! DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional / / IN".

    " http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.DTD "> "
    " < html xmlns =" http://www.w3.org/1999/xhtml ">
    < head >
    < meta http-equiv = "Content-Type" content = text/html"; charset = utf-8 "/ >"
    < title > Untitled Document < /title >
    < style type = "text/css" >

    {#960Wrapper}
    Width: 960px;
    background-color: #0F0;
    margin-right: auto;
    left margin: auto;
    }
    #header {}
    background-color: #C9F;
    }
    #footer {}
    background-color: #C0F;
    }
    < / style >
    < / head >

    < body >

    < div id = "960Wrapper" > content for id WrapperPage goes here

    < div id = "header" > this part is reserved for the logo < / div >

    < div id = "contentArea" >
    < p > please click a button: < /p >
    < / div >

    < div id = "footer" > this part is reserved for the footer < / div >

    < / div >

    < / div >
    < / body >
    < / html >

    However everything goes full width and edge of the browser - all of them.

    Maybe my grey cells are tired - or something is damaged but the machine won't accept - in or out of dreamweaver.

    I rebooted - run ccleaner and restarted again, but something does not work for me.

    I would be grateful if someone could confirm that I don't go crazy if you please.

    Terry

    #960Wrapper

    A class or ID name must not start with a number.

  • Flash reader download URL does not work

    I try to install the flash player and reader on my computer (windows 8) but the download URL does not work. What could be the problem?

    OK finally managed to do work! apparently my antivirus has blocked pages.

    Thanks a lot anyway!

    concerning

  • swf flash cs6 pro file does not work in dreamweaver or chrome

    Hey there,

    Apologies extreme if this issue has already been raised in the forum, I wasn't able to find it by searching.

    I created a slide show in Flash Professional CS6 and published in format swf for Flash Player 11.6 and Action Script 3.

    It presents a fine Preview in flash player. However, when I insert the slideshow in my page Web in Dreamweaver CS6 (Using the Insert-> media-> SWF command) the content does not load mode live view, or it asks me to download and install the latest version of the flash player... That I have and have done so several times now.

    In addition, when I save the document and previsualisez in my web browser (tried it on Firefox, Chrome and IE9) just slideshow comes up empty space. Flash content is always there, as when I right click in this contextual menu flash space rises.

    My question is what is the problem with my slide show? Are there known problems of Flash Pro CS6 cause this behavior? How can I solve this?

    TL; dr My built in Flash Pro CS6 swf slideshow does not work in a browser.

    WHOWWW...

    for Flash Player 11.6

    Back down to as little a possible version... 10 or more if possible.

    My advice... never... never target the latest version of the plugin... most of the users will NOT have this plugin installed.

    Down and if that doesn't work, post a link to the Web page.

    Best wishes

    Adninjastrator

  • completed the download of Adobe Flash Player 11, but does not work

    I have downloadred flashplayer 11 to the point where it says that it is comprehensive, but it does not work because it wants me to download it again when I want to use it.  While downloading, he asks me to sutdown internet explore what I do and he tells them that it is complete.  What do I do?

    Assuming you're using Internet Explorer 9, try the procedure described in this FAQ:

    Allowing Flash Player in Internet Explorer 9

  • I've upgraded to Flash Player and it does not work it tells me to reloadhave to keep redowloading

    It s telling me load flash player over and over again and it still does not work

    To help us to understand your problem quickly, please follow these guidelines when posting:

    • Specify your operating system (including 32-bit or 64-bit edition)
    • Specify your browser and its version (including 32-bit or 64-bit edition)
    • Specify your version of Flash Player
    • Give us a brief explanation of the problem, please include any information that you consider to be important
  • Flash Player 10.3 does not work

    Hello

    I just got an iMac "nine" with OS 10.6.7 and installed Flash Player 10.3 which does not work properly. I can see videos from Youtube and I can still watch the video on the page with the CS 5.5. on the. But for example I can't watch any video from the Adobe TV page. Any ideas what is going wrong?

    concerning

    Brigitte

    PS: Yes, I restarted my mac already after the installation of Flash Player.

    Hi brimi, click-to-flash may be the problem. This info comes from a very nice user who has had this problem and here's what he found. I'll make sure that you have click-to-flash completely uninstalled first.

    If you have modules for Safari blocking Flash or turn off Flash on websites you visit then this is probably the problem. It's not always obvious as the 'Flash' Mat grey appear normally when the Flash is prevented from automatic loading is unable to draw on the screen.

    I used the module 'Click-to-Flash' Safari, but it has been disabled; nothing less he still prevented flash Adobe TV loading but other sites have worked perfectly.

    If you want to continue using the click-to-Flash, I advise to use the version of Safari Extension which can be installed from the official 'Gallery of Extensions Safari"Apple Open Safari and click on the Safari menu, it is the second element of the name above.

    Œuvres TV Adobe very well using the Safari Extension installed, so you can have the best of both worlds. When the Adobe TV site loads Flash video does not automatically load, you need to click the gray box that is engraved with the word 'Flash' to start loading the video.

    I hope this clears to confound those I've been watching television content Adobe.

    I would like to know if it works for you.

    Thank you

    eidnolb

Maybe you are looking for