Flash site; using DW for ftp; you need flash player?

I did a site in Flash CS4.  With the help of DW as my ftp.  When I download my index.html and go the field he says I need to download the latest flash player, I already downloaded.  Is something I do in DW or Flash that will not allow the swf to render in the browser?  I'm new to both applications.

Post a link to your page

May be you are viewing your cache page (before you flash updatef)-try to clear it.

Your browser may need a plugin.

What version of Flash is installed?

Tags: Dreamweaver

Similar Questions

  • When using PDF documents for signature, you need to 'send' the document for signature? Alternatively, can I publish the document on my site and just ask visitors to sign without send me to each person, when using PDF documents for signature

    When using PDF documents for signature, you need to 'send' the document for signature? Or can I publish the document on my site and simply ask visitors to sign without send me to each person?

    Hello

    You can use the Widget feature to publish the document on your website. Here is the link for reference:

    https://helpx.Adobe.com/document-cloud/help/create-widgets.html

    -Usman

  • I want to publish my muse site using catalyst for the company, but don't want to use a long name, how to use the catalyst for business with my domain name registered?

    I am a novice in computers, but also Web design, so I signed up for creative Cloud for our Web site design churches.  I really love Muse for design, but it is frustrating that there is so little opportunity to get questions answered quickly.  I even subscribe to TrainSimple.  It's a good overview, but little support for issues.  I know that creative cloud is huge and likely most people use other programs and more, but anyone know where I can go to get direct responses? I looked at all the training videos and read most of the available information.

    I would like to publish the sitre using Business Catalyst but do not want to use such a long name.  How can I use Business Catalyst with the area, we already have?

    I have problems with the design of the tab.  When I saw there is a large grey vertical shade along the right side of the image. I think it must have something to do with the size of the property of the original page, but I'm following what is suggested.

    Also, the version of Tab comes up on my tab when I test it - it shows the version of office that does not fit.

    I hope someone can help me.

    Thank you

    Stephanie

    Hello

    On the problem of domain, check this article

    Catalyst for help | Creative cloud / add a custom domain name

  • Got a bug saying that you are not using af:panelFormLayout that you need?

    Hello

    I got a bug saying that you do not use af:panelFormLayout you MUST. Label colors may not match the standards and norms does not match the spacing between controls. We need all pages to use the default ADF controls inorder to ensure uniformity in any application.

    In my page, there are a lot of panelGroupLayouts, Am I supposed to change all of them at panelFormLayout.

    If not, what exactly am I expected to do?

    Thank you very much in advance
    Sanogo

    Sanogo,

    It is there No MUST using panelFormLayout. I guess these message comes through audits of code rules in Oracle JDeveloper. As there is no such an audit rule, need a custom rule set by your organization

    Frank

  • Can I create a Web site using Muse where classmates can submit their projects photo and other students can search for these photos using keywords?

    Can I create a Web site using Muse where classmates can submit their projects photo and other students can search for these photos using keywords?

    You need a dynamic Server backend. You can't do it just with Muse. You can connect to one of the catalyst for business advanced accounts to implement these features or use widgets from third party services. Otherwise look you in systems such as Joomla, Typo3, Wordpress etc. and not even set up with muse.

    Mylenium

  • Build a Facebook Like for Flash Player button, no AIR.

    Hello

    I need to have a Facebook Like button in a SWF application. It needs all the standard as button features and behaviors, including the button share and the similar meter.

    Like that.

    Facebook Like button

    Someone has solutions and or suggestions? Tutorials? Done solutions free or paid?

    Thank you!

    the first paragraph explains the easiest way to do it.

    the last paragraph provides facebook change their api javascript and break the ActionScript api facebook.

    JavaScript of Facebook API

    In this section, I'll show how would you use the the Facebook JavaScript API you can so see how to use a JavaScript API with the next hot social networking site before an ActionScript API is available or with Facebook if they change their policy cross-domain (like Twitter) file.

    Facebook has a REST API (http://en.wikipedia.org/wiki/Representational_state_transfer) they disapproved in favor of what they call their graphics API. Their graphic API looks more like a name change as a change in the peaceful principles that you can read, if you are interested in the aforementioned wikipedia page.

    In any case, without divergent in theory, you can use Facebook with http (http://developers.facebook.com/docs/reference/api/) requests. I will address that in the Google section +.

    If there is no ActionScript API for Facebook, you can use the Facebook JavaScript API to communicate between your game and Facebook.  Whether JavaScript in your SWF to html page integration. (There is a way to inject JavaScript into the html Embed page using ActionScript code, which I'll cover in the section Google +.)

    And you use the ActionScript ExternalInterface class to communicate between JavaScript in your html Embed page and the ActionScript code in your swf file. (See Fig11-08).

    Insert Fig11 - 08.tif *.

    [Diagram showing how ActionScript can communicate with Facebook.  Everything on the left is in embed html page your SWFs.]

    To simplify Facebook and ActionScript communication, I will start by explaining the ActionScript and JavaScript communication.  (See Fig11-09).

    ActionScript and JavaScript Communication

    Insert Fig11 - 09.tif *.

    [Diagram showing how ActionScript can communicate with JavaScript.]

    I need ActionScript code that sends data to JavaScript and ActionScript code that listens to the data that are sent from JavaScript to ActionScript.  Here is the ActionScript code used to send the value of the variable some_data from ActionScript to JavaScript:

    1. ExternalInterface.call("saveglobalscore",score) ("fromSWF", some_data);

    Here is the ActionScript code used to listen to the data that are sent from JavaScript to ActionScript:

    1. ExternalInterface.addCallback("IsStatic",IsStatic) ("swfF", this.fromJS);

    function fromJS(value:String):void {}

    do something with the value

    }

    To use one of the people you must import the ExternalInterface class:

    to import flash.external.ExternalInterface;

    The call and addCallback methods are static methods of the class ExternalInterface and are therefore still applied exactly as shown.  The first parameter in the method call is the name of the JavaScript function (always in quotes) and the second parameter is the data (in option), that you want to send to the JavaScript function.   Under this chapter, this second parameter should be limited to a string, an array or associative array.

    The first parameter of the method addCallback is the name of the JavaScript function (in quotes) and the second parameter is a function name in the scope (code addCallback) (no quotes).

    I also need to swfF and fromSWF of JavaScript functions.  They can be something as simple as

              return "test return of js fromSWF()."

    }

    The function thisMovie should not be changed.  It is necessary for JavaScript ActionScript communications.

    The toSWF function calls thisMovie and passes it the name of your SWF (without the quotes and swf dot suffix).  If you change thisMovie or fail to pass the correct name of swf to thisMovie and JavaScript-ActionScript communication fails.

    Annexed to thisMovie (swf_name) is the name of the function (without the quotation marks) used in the method addCallback (with quotes) ActionScript.

    In addition, for everything you need to use swf integrating code that is compatible with the ExternalInterface class.  This is the embed code sample that works with ExternalInterface and incorporates a game_01.swf.

    width = "500" height = "375" name = "game_01" align = "middle".

    play = "true" loop = "false" quality = "high" allowScriptAccess = "sameDomain".

    Type = "application/x-shockwave-flash".

    pluginspage ="http://www.macromedia.com/go/getflashplayer" > ".

    This isn't the only code that allows you to embed a swf file and work with ExternalInterface. SWFObject (http://code.google.com/p/swfobject/) can also be used to embed a swf file and it works well with ExternalInterface.

    With both methods of incorporation, you just change the swf name references, color size and back of the stage in the embed code. With the above integration code, there are four references to game_01 you should change to match the name of your swf file and your should change the width, height and the bgcolor in two places to match the background color, height and width of your swf.

    With the embed code above for game_01, the toSWF function should be

    function toSWF (value) {}

    thisMovie("game_01").swfF (value);  change game_01 to match the name of your swf file

    }

    Bringing together all that gives the following embed html file and the following ActionScript document class code.  These files are located in the management of the files/Chapter 11/facebook/fb1.

  • I used Microsoft for years.  How can I use my files and store and add to them with the I mac

    I used Microsoft for years.  How can I now access my stored info and edit and add to my files with my Apple I Mac. Having problems to work with files in the mac

    I used microsoft years how can I access my stored info and edit and add to them on the Mac.

    This can help you get started > https://www.apple.com/support/macbasics/

    Additional help here > https://support.apple.com/en-us/HT201732

    A good resource for help on your Mac is easy to access. Click on an empty area anywhere on your screen. You should see Finder > file > edit > view > go > window > help at the top of your screen.

    Click on help > Mac Help then type in a keyword for what you need to help in the search field top right of the Help window.

  • I can't find the correct version of adobe flash player for mac os 10.5.8

    I tried to upload photos on Facebook today from my old mac running 10.5.8, but could not do so. I can't find what is the latest version of Adobe Flash player for my operating system. Uninstalled the older version of Flash Player, then now have nothing. Can anyone help?

    For Intel, you need version 10.3.183.90

    For PPC, you need version 10.1.102.64

    You can download them from the archived Flash Player versions

  • You need a newer version of the Pages to open this document.

    I have Pages 5.5.3.

    I created documents as recently as two days ago, but now I can no longer open them as a drop-down list advises me that "it takes a more recent version of the Pages to open this document."  This issue is beyond a joke!  I locked myself in my own documents? Please help as soon as POSSIBLE.

    You have 2 versions of Pages on your Mac.

    5.5.3 pages in your Applications , Pages ' 09 file in your Applications/iWork file.

    You have double-clicked on a document of 5 Pages , and he opened the Pages ' 09 , which cannot open it. Because the two versions have the same file extension .pages

    Right-click on the document and choosing 5 Pages (orange icon) to open it.

    Pages ' 09 may have been abandoned by Apple, but it always works and still has over 100 features more than 5 Pages and is much more effective and faster.

    Continue to use Pages ' 09, unless you need to Exchange files with an iPad.

    Peter

  • I have a problem with the installation of flash player on my PC?

    When flash player software download reached 47 percent, he is rejected then how can I fix yhis?

    How you are trying to install, in the browser, or download and save and then run the saved file?

    You have no Flash version installed for the moment? (Look into are all Adobe Flash players listed?)

    Also, what site you download it go?

    Test flash here - https://www.adobe.com/software/flash/about/ , you should see an animation if its operation and a small text box showing you the version you have, a larger box below will show you the latest version (s).

    Download from the "player Download Center" - http://get.adobe.com/flashplayer/ visiting in the browser that you want flash installed. Uncheck the gift if you do not want.

    Or you can specify which version you want to get out of here - http://get.adobe.com/flashplayer/otherversions/

    If you use IE, you need the ActiveX version, if you use Firefox/Opera etc, you need the version of the Plugin.

    If you still cannot install it, run the Adobe's Flash removal tool to your version, restart and then try to install the last Flash once more.

  • Flash Player version 11.9.900.117 is not recognized. So the trailer of the movie is not playing.

    Flash Player version 11.9.900.117 is not recognized. As a result, the band movie trailer Charlie Countryman did not play on the movie GeekTyrant news site.

    Message states: you need Adobe Flash to play this video.

    Using Microsoft Internet Explorer version 11.0.9431.194.

    band movie trailer Charlie Countryman on the link of the page Web GeekTyrant - n http://geektyrant.com/news/2013/10/10/trailer-for-shia-labeoufs-new-film-charlie-countryma

    My laptop specs as of October 11, 2013: Adobe Flash Player 11.9.900.117, Gateway computer ID49c laptop processor, Intel i5 - 460 M, Win7HmPrem64bit, Java7update40, 327.23driverGT330M1GB, IntelHD graphic 8.15.10.2993 Nvidia, Adobe Air 3.9.0.1030, Adobe Shockwave 12.0.4.144, Microsoft Silverlight 5.1.20913.0 & Microsoft .NET Framework 4.5.50709.

    Webmasters should modify their Web sites to support the new IE11 user agent string.

    If you set the user agent IE10 site works correctly.

    http://msdn.Microsoft.com/en-us/library/IE/dn255001%28V=vs.85%29.aspx

  • HTC One. Flash Player not taken in charge by the device?

    Hi I just got a HTC that comes pre loaded with flash player 11. However when I'm going to use Flash on a Web site, what happens with either you need to download flash or plug not taken in charge? When I check to see if there are updates are not. I can't uninstall because it is a system on the phone application. When I check on the applications section of the settings, it shows the app as 0 MB which seems strange, but maybe because it is pre loaded? What can I do? Any ideas anyone?

    Please see this page for a list of all certified devices:

    Flash Player certified devices

    If your device is supported, this FAQ will guide you through the process to install/update manually the plugin:

    How to manually install Flash Player on my Android device?

  • connection error install Adobe flash player

    When I try to update the adobe flash player, after installing it, I get error msg "connection error".
    Please help me by giving all possible solutions/options to solve this problem.

    Hi, please use the http://www.adobe.com/products/flashplayer/distribution3.html flash Offline Installer
    (for firefox, you need windows exe - install 'plugin according to the browsers')

  • Unable to download flash player

    After you open the download site, I closed my browser, but the message keeps telling me to shut the windows to continue. I tried many times. No help available would be great... Thks.

    Which site you download it go?

    Test flash here - https://www.adobe.com/software/flash/about/ , you should see an animation if its operation and a small text box showing you the version you have, a larger box below will show you the latest version (s).

    Download from the "player Download Center" - http://get.adobe.com/flashplayer/ visiting in the browser that you want flash installed. Uncheck the gift if you do not want.

    Or you can specify which version you want to get out of here - http://get.adobe.com/flashplayer/otherversions/

    If you use IE, you need the ActiveX version, if you use Firefox/Opera etc, you need the version of the Plugin.

    If you look in all Adobe Flash Player don't figure at all? If so what version?

  • Browser Konqueror for Linux has a CPU limitation function useful for Web sites using Flash content. You can add such a feature in Firefox?

    I recently discovered that browser Konqueror for Linux can help the user to limit the CPU usage while visiting a Web site using flash technology by changing the settings in the Flash section and by adjusting the slider settings VERY HIGH to HIGH and AVERAGE and so on. It actually works and it doesn't have a direct impact on the overall performance for flash player, but it can lead to conflicts if other such extensions that add blocker or click-to-flash are also enabled.

    Maybe you can add a similar setting in Firefox in the browser or just as a useful addon or extension option section.

    Hi Michael,
    I love the sound of that. I found an add on which has Visual for the CPU usage as well as can be useful

    Topic: memory page also contains a detailed report that breaks down each process that occupies this space. I wonder if it is a supplement that taps by limiting these
    Something like limiter window and tab

Maybe you are looking for

  • Problem with key while loading the K1

    Hello, can anyone help? When I put my K1 to load, I can't do anything, I touch and the screen touch and in some moments, he did something that I'm not touching. What could be the problem and what can do? I have the last update, no weird app because I

  • How to fix the notes app on macbook

    My notes app is unresponsive. Every time I type something it is that the error sound as it crashes and closes. How can I fix?

  • WiFi screen is frozen

    My son and I have Droid Maxx. WiFi screen is frozen. It can not turn on WiFi. Seems to have started a few days ago. In settings/wifihe, he tries to turn the WiFi but the market / shutdown will not change to blue on the status. We tried resets the sof

  • How dense can the main grid to allow a minor grid?

    Hello NO,. on a xy chart, allowing the secondary gridlines (with the lines of the main grid enabled, of course) do not always show them. It seems that no minor gridlines is drawn if there is already "several" main grid lines. For example, a chart wit

  • Loading Vista bar hangs

    I was watching a tv show on my laptop in the crash all of a sudden. Now every reboot my laptop it gets just stuck on the loading bar. I tried safe mode and all the other options, but it does not load. When loading in safe mode, it gets stuck at the c