Flash objects

Hi Guys
i have flash mx 2004
i have build a html web site with flash object in it and
every time i am opening this html website and drug the mouse over
this flash object i recieve this massage "Press SPACEBAR or ENTER
to activate and use this control"
only after i am clicking on it, it becomes available
any one have any clue how to remove this frame and massage?
many thanx
Yossi

lol...
is this a joke?
try searching for your topic before posting.

Similar Messages

  • Firefox shrinks flash objects if dynamically written from javascript but not if static in html

    firefox shrinks flash objects if the code for the and are written to the page via document.write() in javascript during page load. The object is rendered correctly if the same and are tags in the html document.
    == This happened ==
    Every time Firefox opened
    == tried to dynamicly write object and embed via javascript

    Hi Tom,
    This looks like a real bug. The problem is this forum is for end user support.
    Please report this issue at http://bugzilla.mozilla.org, and be sure to search and see if your problem is already known.
    See also https://developer.mozilla.org/en/Bug_writing_guidelines

  • How to read a local file using as3 in a flash object in HTML? [urgent]

    My web site contains a flash object.
    I want to use as3 to read some local .txt file
    by getting the user directory of the file.
    i know AIR can support this by sth like:
    File.desktopDirectory.resolvePath
    but when i open a AIR file for this, it seems
    the action cant be run when i embed it in html.
    And i tried to use the above function in a normal
    flash file in the action script.
    But it cant recognize the File. class..
    How can it be done ?
    It's reli urgent,
    please help...
    Thanks !

    a web based flash app can't detect user directories.  you can use the filereference class'es browse method to let the user locate a file in any directory the user wants.  flash can then retrieve the file's name and type.  but, as mentioned before,  flash can't determine the file's directory.

  • Flash Player dosn't work in IE 11 even shockwave flash object is activated

    Hello,
    Flash Player dosn't work in IE 11 even shockwave flash object is activated.
    I've installed Adobe Flash Player Version 16.0.0.287 (today).
    then
    I  checked on this page:
    http://helpx.adobe.com/de/flash-player.html
    says Flash Player not installed or not activated
    Active X Version 16.0.0.287
    Internet Explorer 11
    Win 7 SP1 32 Bit
    Please help me.
    Thank you in advance
    Paul

    First, confirm that ActiveX Filtering is configured to allow Flash content:
    https://forums.adobe.com/thread/867968
    Internet Explorer 11 introduces a number of changes both to how the browser identifies itself to remote web servers, and to how it processes JavaScript intended to target behaviors specific to Internet Explorer. Unfortunately, this means that content on some sites will be broken until the content provider changes their site to conform to the new development approach required by modern versions of IE.
    You can try to work around these issues by using Compatibility View:
    http://windows.microsoft.com/en-us/internet-explorer/use-compatibility-view#ie=ie-11
    If that is too inconvenient, using Google Chrome may be a preferable alternative.

  • Can there be buttons/links on or in flash object?

    Hi, I have no idea how to ask this question properly. I am only designing this, not making it, so simple answers for me would be good, but also technical answers that I can pass on to the flash person.
    On my home page, I am going to have 3 images that switch out, each that need to have a "learn more >" link and a 1, 2, 3, and pause buttons.
    My question is whether or not these image buttons/links can be placed on or embedded in the flash object. I read this is not possible and that buttons or links have to be separate from flash. Ideally if I wanted to place a "go" button on top of my flash image, that would be great.
    However I have been told the only option is to make one side of this in photoshop where I have the buttons and then place that next to the flash image. My example of this would be the msn.com home page.
    If further descriptions are needed I can post an example.

    Your image hasn't loaded yet, so I'll describe what you should do.  Chances are you will only need one set of buttons to manage everything rather than creating a set for each image.
    If you want to convert each of these items into usable buttons, then select one of them, being sure that all its pieces are selected, then right click on it and select Convert to Symbol ( select it and in the toolbar choose Modify -> Convert to Symbol).
    In the interface that appears, select Button (you could also select MovieClip, but for now, select Button) and give it a name that relates to its functionality in some way, just so it is recognizable by its name in the library.  Click OK.
    Do that for all of the items you want to turn into buttons.  To make things easier to manage, you should place the buttons on their own layer in the timeline.
    If you are handing this over to someone who knows Flash, they should be able to deal with coding the buttons to function the way you want.

  • HTML page with FLASH object doesn't reload upon a redirect

    Am using:  ECC 6.0 and ABAP SAPGUI development
    Hi All,
    I'm seeing a frustrating issue that i'm hoping others have seen and resolved.
    Here is what i'm attempting and below that is the issue:
    1)  I have created a ABAP program in which i'm using the HTML viewer (class:  cl_gui_html_viewer ) within a container that is on one of my ABAP screens.
    2)  I load up a web page on our (intra)network that displays an HTML page that has a nice FLASH navigation object.  This navigation object operates as such - when a node is clicked it will go to another html page (on the same network) that will then parse apart what node they clicked on and via javascript submit a form in which I've defined a SAPEVENT for.
    3)  My ABAP program has defined the event handler for this sap event and calls the appropriate method just fine (ON_SAPEVENT).  I am able to trap the event details and do some other things.
    This is all working just fine, except....I want it to then go back to the first page (original page) that contained the FLASH navigation on it upon after the page that trapped the SAPEVENT is complete automatically.  Easy? - that's what I thought...I tried several different ways to do this "go_back" on the html control, "show_url" (with the original URL)...even a redirect in the actual html page itself to go back.
    They all DO go back to the first page, however my flash navigation object on that page NEVER shows up!  It's almost like the frontend is thinking it is already loaded and will not load it again.  I thought maybe I need to do a "flush" or some such - but that didn't seem to solve it.  Has anyone seen this and resolved it or knows what this is?  The thing is...I can completely exit out of the program - and the flash object will load just fine (but only after I wait a minute or so).  What gives...anyone know?
    Thanks in advance,
    Matt

    Am using:  ECC 6.0 and ABAP SAPGUI development
    Hi All,
    I'm seeing a frustrating issue that i'm hoping others have seen and resolved.
    Here is what i'm attempting and below that is the issue:
    1)  I have created a ABAP program in which i'm using the HTML viewer (class:  cl_gui_html_viewer ) within a container that is on one of my ABAP screens.
    2)  I load up a web page on our (intra)network that displays an HTML page that has a nice FLASH navigation object.  This navigation object operates as such - when a node is clicked it will go to another html page (on the same network) that will then parse apart what node they clicked on and via javascript submit a form in which I've defined a SAPEVENT for.
    3)  My ABAP program has defined the event handler for this sap event and calls the appropriate method just fine (ON_SAPEVENT).  I am able to trap the event details and do some other things.
    This is all working just fine, except....I want it to then go back to the first page (original page) that contained the FLASH navigation on it upon after the page that trapped the SAPEVENT is complete automatically.  Easy? - that's what I thought...I tried several different ways to do this "go_back" on the html control, "show_url" (with the original URL)...even a redirect in the actual html page itself to go back.
    They all DO go back to the first page, however my flash navigation object on that page NEVER shows up!  It's almost like the frontend is thinking it is already loaded and will not load it again.  I thought maybe I need to do a "flush" or some such - but that didn't seem to solve it.  Has anyone seen this and resolved it or knows what this is?  The thing is...I can completely exit out of the program - and the flash object will load just fine (but only after I wait a minute or so).  What gives...anyone know?
    Thanks in advance,
    Matt

  • Flash objects not displaying in Firefox (but works fine in Chrome and IE)

    Well, I'm trying to embed a Shockwave Flash object into a website I'm building. It displays in Chrome and IE, but it doesn't show up at all in Firefox. It's just white space. Ive tried it on two machines, so it's presumably the code. Both the machines have Adobe Flash enabled... I'm not sure what the problem is. I've not worked with embedding Flash objects in HTML before, so, it's probably something really obvious. I just used the insert command on dreamweaver and it wrote the code that I'm using. If anyone can help me, it would be much appreciated. Here's my code:
    <pre><nowiki><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="99%" height="600" id="FlashID">
    <param name="movie" value="The file path" />
    <param name="quality" value="high" />
    <param name="wmode" value="opaque" />
    <param name="swfversion" value="10.1.0.0" />
    <!-- This param tag prompts users with Flash Player 6.0 r65 and higher to download the latest version of Flash Player. Delete it if you don’t want users to see the prompt. -->
    <param name="expressinstall" value="../Scripts/expressInstall.swf" />
    <!-- Next object tag is for non-IE browsers. So hide it from IE using IECC. -->
    <!--[if !IE]>-->
    <object type="application/x-shockwave-flash" data="the file path" width="99%" height="76.5%">
    <!--<![endif]-->
    <param name="quality" value="high" />
    <param name="wmode" value="opaque" />
    <param name="swfversion" value="10.1.0.0" />
    <param name="expressinstall" value="../Scripts/expressInstall.swf" />
    <!-- The browser displays the following alternative content for users with Flash Player 6.0 and older. -->
    <div>
    <h4>Content on this page requires a newer version of Adobe Flash Player.</h4>
    <p><a href="http://www.adobe.com/go/getflashplayer"><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]--></nowiki></pre>

    If you can't post an address for a page demonstrating the problem, could you check the Web Console (Ctrl+Shift+k) and Browser Console (Ctrl+Shift+j) for any messages related to the Flash media? For example, does either console show that Firefox is requesting the SWF file? Does either show an error in content type or any kind of security message?

  • Problem Viewing Flash Object in IE

    I have been managing my wife's website. She had someone design it, then the guy stopped responding, so I took over. Im somewhat of a beginner, so I cant figure this one out, and have looked online for resolutions. There are two pages on her site that have flash objects. When you go to either page in IE, you get an error : Content on this page requires a newer version of Adobe Flash Player. It then gives you a link to update, which lets you update, but then doesnt resolve the problem. Like I said, someone else did the basic design, so im not sure where they went wrong.
    The two pages are:
    http://www.karabakerphotography.com/index.html
    and
    http://www.karabakerphotography.com/gallery.html
    The pages work fine in Firefox and Safari. So its only IE that doesnt work. I know differet browsers can use different versions of Flash. I have been using Dreamweaver CS4.
    I have not spoken with anyone who can view it using IE. Everyone that uses IE has mentioned the problem to me.
    Any help would be greatly appreciated. If you need any further info from me, just let me know.

    Do the flash communicate with files which is outside of the sitedomain?

  • Problem for web service path for Xcelsius engage in flash object

    Hi, All
    I had created one xcelsius through Web Service of SAP B1.it works well.
    but when I run the flash object came from xcelsius by explorer,it gives one message
    "Can not access external data"
    thier I have to give path for swf file and web service path -- (which is given at the time of connection of xcelsius through web service in data manager)
    and I have to run the web service then it shows
    the dash board made from Xcelsius very well.
    but when i change the path of same web service to other m/c then flash file does work and it gives message
    "Can not access external data"
    but in practical my web service path can be changed, it should not fixed for path which is given in data manager in Xcelsius.
    I am using Xcelsius Engage 2008 sp3
    please give suggetions for solve the problem
    thanks in advance

    Hi Venky CRMIT, Bruce007
    Aside from the question, I tried another methods and I have succeeded calling webservice. A reference URL is
    http://www.webbasedcrmsoftware.com.au/crm-on-demand-tutorials/65-java-access-to-crm-on-demand#_Toc224720963
    Main cause may be jsessionID as you guess. When I try with EAI, I have send login information and message call at once, so URL may be incorrect.
    Thank you for your help.

  • Embedding a youtube video in Powerpoint 2010 via a shockwave flash object

    We have a user, has found recently, when he adds a 'shockwave flash object'
    in Microsoft PowerPoint 2010, and adds a YouTube link, next to the
    "movie" field within the properties of the shockwave flash object, it
    will not show the YouTube video window (with the play button etc.) and will not
    play the video.
    The user thinks the current version of Adobe flash is causing this (version:
    14.0.0.145) and would be grateful if any staff from Adobe or anyone else has any
    ideas if this version does cause this problem and if there is a way to resolve
    it, or if a new release of Adobe Flash player will address this and if so when
    it will be released.
    Thanks,
    James

    Please ask your question on a forum for the Flash Player

  • Embedded application/x-shockwave-flash objects will not display

    4.0b9 on Windows XP
    I just get a white section where a shockwave flash object should be, and in all the occurences I've found it's when the flash object is embedded. Youtube works just fine, though...
    In the "white section" I can right-click and get the options for Adobe Flash Player 10, but I cannot actually choose any of the menu options.
    In some cases, I can choose to display the flash object in another tab, and then it works just fine. Typically an embedded youtube movie clip acts like that that, but not always.
    In an example, I see only a white section where the shockwave flash object should be visible in Pichfork TV - http://pitchfork.com/tv/
    When I open the page information, in the media section, list of URL's, I find an URL that is both grey and italic, and describes this URL as type Embedded:
    URL - http://pitchfork-cdn.s3.amazonaws.com/player/DelveMoviePlayer.swf
    Type - application/x-shockwave-flash
    I assume this URL is grey and italic because it is not loaded or opened in the pitchfork TV site.
    This is the same problem with most embedded flash objects, and I really hope someone can help me! I've browsed aroud the support forums and tried a lot of different tips, but to no avail.
    I have of course uninstalled and reinstalled both flash player and shockwave from adobe's site, and made sure it's not the active-x version for IE that's installed.
    My add-in manager claims that Shockwave Flash 10.1 r102 is installed and enabled, and the release is the latest available according to adobe.com.
    I have also tried to open FF in secure/private mode, but same problem in both modes.
    Just to check, I tried to open this site with IE8, and there it displays correctly (and I also remembered why I don't ever use IE8, haha...), so apparently the active-x part of shockwave/flash works...
    BR, Torgeir

    OK, so now I've tried again to open FF in safe mode again, but the problem is still unsolved. Same problem in safe mode.
    The hardware acceleration in the flash player is set to disabled long before I posted this problem.
    I didn't know that Pitchfork had such a special flash player, but the problem is the same on any sites. Just chose Pitchfork because it's an English site. Bad example then...
    Here's a better example: NME.com:
    http://www.nme.com/musicvideos/my-chemical-romance-sing/832454
    Here I only see a white space where the flash object is embedded (if it really IS embedded, I dont't know how these things work). But I can right-click and get the dialog for Adobe Flash Player 10 properties (such as settings and global settings), and if I'm lucky to hit the start button (wich I don't see), the flash object starts playing, and I hear all sound but see no image.
    I open the page info menu, and here I find in the list of media URL's the link to the flash object, described as an embedded object in the NME site:
    URL: http://www.muzu.tv/player/getPlayer/a/RSFVcmvHJ4/autostart=n&includeAll=y&soundoff=n&vidId=832454&videotype=hq
    Type: application/x-shockwave-flash
    It's grey and italic in the list of media URL's, and I assume that's because it's not properly loaded.
    But if I copy the URL from the media URL list and paste it into the adress field of a new tab, I can both see and hear the flash object without a problem.
    This is exactly the same issue with local sites that have embedded web radio stations. Cant see the object, and have to be quite lucky to hit the start button. But by stepping via info for site and copy the URL to the flash object and paste it into a new, empty tab, I can both see and hear whatever was supposed to display in the original site.
    Any help would be more than welcome! So many of the sites I use most has embedded flash objects, so if I cannot solve this I have to find another browser. I REALLY don't want to, because otherwise I really love FF...

  • Shockwave flash object in Word doesn´t appear in PDF (Acrobat X Pro 10.1.4)

    I have a Microsoft Word document with many shockwave flash objects linked to graphs. The Word document has macro that dynamically links these graphs (SWF files) to the shockwave flash objects. The graphs aren't embedded, they are linked because they have to be loaded when the Word document is opened.
    In the Word document the graphs are loaded OK but when the Word document is converted to a PDF the graphs are shown completely blank.
    Does anyone know why it happens and if there's a solution to this problem?

    hi thanks Bernd, 2 questions:
    Can Adobe Acrobat 9 Pro do this (as well as Extended - from the product comparsion chart it seems so...)?
    If the full version can, does the trial version also enable this - am not really looking forwards to paying for software & then finding still yet to be resolved..?
    Thanks for this, others also interested on various sites will keep them informed.

  • Print Preview in Safari for Windows does not display Flash object

    I have a web page with images, text and a flash movie in several divs. I can see all the objects on the page but when I print preview the flash object is not displayed. The same problem occurs in Firefox 3 but not in IE6/7 or Opera9.5
    Any clues/help would be greatly appreciated.

    Click Help -> Report Bugs to Apple.
    I'm hoping they fix it.

  • In PowerPoint I Have Shockwave ActiveX Control - How do I Get Shockwave Flash Object?

    I'm running the latest versions of Windows 7 and PowerPoint via Parallels on my Mac. I want to insert a Flash movie into a PowerPoint slide. The instructions I've found tell me to look in Developer section->More Controls, find Shockwave Flash Object, use it to insert a Flash Object, and then to edit the Movie property of that object. But, I do not see Shockwave Flash Object. Instead I see Shockwave ActiveX Control. The properties of Shockwave ActiveX Control do not include a Movie property.
    I have gone to "http://get.adobe.com/shockwave/" and clicked the option to install the Shockwave Player, but the site says the Shockwave Player is already installed.
    How can I get the Shockwave Flash Object for PowerPoint into my installation?
    Thanks very much in advance to all for any info.

    Hi Vik..  I don't use Powerpoint but I do know about Shockwave Flash Object. It is in the manage add ons and installs when Flash Player is installed. It is an ActiveX Control and if you have the latest FP installed, Flash10d.ocx should be listed on the same line. It may or may not list the version #, which would be 10.0.42.34. It must be enabled.
    Beyond that info I could give you a link to a thread that involved powerpoint 2003 and 2007 if you think that would be of
    any help to you.
    Just post back.
    Thanks
    eidnolb

  • Embed Animated Flash Objects (*.swf file) in Oracle Forms.

    Hello All,
    To Embed Animated Flash Object (Shockwave *.swf File) in Oracle Forms, Please Follow the Steps Below.
    1. Draw "ActiveX Control" Item on Canvas with the Name "OCXITM".
    2. Select "ActiveX Control" Item & Go to its Properties (By Pressing F4).
    3. Select "ShockwaveFlash.ShockwaveFlash" in "OLE Class" Property of "ActiveX Control" Item.
    4. Come again to the Canvas.
    5. Right Click on "ActiveX Control" Item, Select "Insert Object...".
    6. In Control Type List, Select "Sockwave Flash Object" and Press "OK".
    7. On Canvas, Select "ActiveX Control" Item, Go to "Program" Menu, Select "Import OLE Library Interfaces...".
    8. Select All "Method Package(s)" & "Event Package(s)" for "ShockwaveFlash.ShockwaveFlash.X" & Press "OK".
    9. Go to "Object Nevigator" (By Pressing F3) & Expand "Program Unit" to verify that the Packages are Successfully Imported.
    10. Compile All the Objects (By Pressing "Ctrl+Shift+K").
    11. In "WHEN-NEW-FORM-INSTANCE" Trigger Write the Below Code.
    ** Author   : Muhammad Waseem Haroon                        *
    ** Dated    : 07-Apr-2005                                   *
    ** Purpose  : To Call Macromedia Flash Object (*.swf File)  *
    ** Module   : Logo                                          *
    DECLARE
         oleitm OLEOBJ;
    BEGIN
         oleitm := :item('OCXITM').INTERFACE;
         ShockwaveFlash_IShockwa_0.Movie(oleitm,'d:\movie.swf');--it can be dynamic.
    END;12. Compile, Save & Run Your Form.... and... See the Beauty.
    Thanks & Regards
    Muhammad Waseem Haroon
    [email protected]
    [email protected]
    [email protected]

    Mark Striekwold did an effort to put flash into forms
    http://mark-oradev.blogspot.com/2010/02/flash-inside-oracle-forms.html
    http://mark-oradev.blogspot.com/2010/02/flash-test-inside-oracle-forms-part-2.html
    http://mark-oradev.blogspot.com/2010/04/flash-test-inside-oracle-forms.html

  • Adobe Flash Player not working--Shockwave Flash Object not installing

    Ok...let's try this again.  Somehow my previous discussion that I had been working on with eidnolb got marked as "Answered" when it wasn't.  If you are reading this and are also having problems with Adobe Flash Player, please START YOUR OWN THREAD!  That allows someone to help you individually and will hopefully prevent MY question from being accidentally marked as "Answered" when it's not.  THANK YOU!
    Now to start the whole process over....
    1.  When I download the latest version of Adobe Flash Player, my computer says it's succesful.  I'm able to verify through Add/Remove Programs that it IS on the computer.  However, when I'm on a site that requires AFP--like Hulu or YouTube--I get a message that says I need to download the latest version.
    2.  When I was working with eidnolb before, we found that for some reason the Shockwave Flash Object wasn't on my computer, even though I uninstalled and installed AFP several times and also restarted my computer.
    3.  I use Windows XP Professional Version 2002, Service Pack 3 and Internet Explorer 8.  My computer also has AVG 9.0.830 for anti-virus protection and Spyware Blaster.  The only firewall I use is the standard Microsoft firewall that came already installed.
    4.  I am the administrator on my computer.  I have also made sure the following are disabled when I download AFP:  anti-virus program, anti-spyware program, firewall, all add-ons in Explorer, and any messenger programs.
    Thank you to whomever is available and willing to help me.  I truly appreciate it! 

    I had this problem too. I'm not an expert with this at all, but Adobe Support at:
                                                                                                           http://kb2.adobe.com/cps/155/tn_15507.html
                                                                                               and      http://kb2.adobe.com/cps/000/6b3af6c9.html
    said that if you try to use Flashplayer with Internet Explorer 8 (64 bit) it won't work and you'll just keep getting the message to "Install Flashplayer" over and over even if you can see in your files that you already have it installed. They told me to use the 32  bit version of IE  8, or another browser such as Mozilla Foxfire or Google Chrome (both of which are 32 bit).  Now I can watch Hulu with any of these three browsers. I didn't have to turn of AVG at all; but I have AVG  2011 Free Version 10.0.1170 downloaded from  http://www.download.com .  Also,  according to the first website shown above,  you don't have the latest version of Flashplayer,  which is recommended by Adobe.

Maybe you are looking for

  • HT1386 how can I sync my iphone to an empty itunes

    Well I've had to wipe my computer to get rid of a Trojan. Everything on my iTunes is now on my iPhone, and now I've just re-downloaded iTunes. How can I sync my phone to iTunes without erasing my iPhone? Because it says something about my phone has a

  • Hyperlink in an Applet

    Hi, is it possible to create a hyperlink in an Applet?

  • Air Play - Air Server - Air Parrot

    Windows 8.1 Tablet with Air Parrot installed.  Windows 7 Enterprise Desktop unit with Air Server installed.  Air Parrot will not connect via the tablet to the Desktop Air Server. Ipads all work great.  So we are wondering if there is a setting in Win

  • How to activate trace from BO in my PC

    Hello!! I trying to active a trace to see my mdx log in my PC. I am doing the steps indicate in SAP Kb Note: 1235111. This note say the following: "OverWrite"="No" "AppendPID"="No" "LogFile"="<your BOE120 install folder here>/bobje/logging/MDA.log" "

  • HP Photosmart c3180 Print Cartridge Cradle stuck on the left side

    I have a HP Photosmart c3180.  The ink cartridges were installed incorrectly.  When I open the front to change the cartridges, the two cartridges do not move over to the right for me to remove and reinstall properly.  All paper jams have been cleared