Flash content with n8

I tried one of Finnish daily news papers web content(iltalehti.fi-> web tv) but it didnt work at all even tho i think n8 should support it. It says in the requirements that you should have flash player 8 or higher and n8 specs says it supports most of 10.1 content ??.Can you adjust the browser setting somehow to see the content ?

No you cannot change your settings for Flash, the version of Flash lite 4 does support most flash content, but not all !
If I have helped at all, a click on the White Star is always appreciated :
you can also help others by marking 'accept as solution' 

Similar Messages

  • I tell her that I'm developing a flash content with as2 and I have a very simple problem, I hope you

    Hello, how are you?
    I tell her that I'm developing a flash content with as2 and I have a very simple problem, I hope you can help me
    I happened to create a movie clip and inside to create a scroll that is two isntancias,
    I mean:
    in the first frame create a button in the 6 to 5 buttons and an action to melleve the sixth frame and another to return. (Elemental truth)
    Now I have a problem. In creating a movie clip instance name to each button and in the average place the next fram as2,
    boton.onRollOver name = function () {
           gotoAndStop ("Scene 1", "eqtiqueta");
    because what I want is that from inside the movie clip, go to the scene proncipal to a frame that is three in the label name.
    however, does not work.
    appreciate your cooperation.
    Escuchar
    Leer fonéticamente
    Diccionario - Ver diccionario detallado

    Hello, I think you need to start a discussion on the Action Script forum. This is the Flash Player forum, the browser plugin.
    Thanks,
    eidnolb

  • Replace flash content with jpg or gif

    Hi
    Can anyone point me towards the correct code to insert that
    will replace a SWF with a static image (either GIF of JPG) if the
    user does not have Flash installed?
    Thanks

    .oO(Stefan83)
    >Can anyone point me towards the correct code to insert
    that will replace
    >a SWF with a static image (either GIF of JPG) if the user
    does not have
    >Flash installed?
    Pure HTML:
    <object type="application/x-shockwave-flash"
    data="example.swf" width="200" height="150">
    <param name="movie" value="example.swf">
    Alternative non-Flash content
    </object>
    Might not work in older browsers, though.
    Micha

  • Blocking all flash content with Opera

    Hi!
    How can I block all flash content except Youtube with Opera?
    Do you know any system wide methods to block flash (except youtube)?
    cheers

    Press F12 (or "Tools > Quick Preferences") and disable plug-ins. Then go to youtube.com, right-click and choose "Edit Site preferences". Add youtube.com (delete the www.) and enable plug-ins on the Content tab.
    Not all flash content on Youtube comes from youtube.com, so you probably have to create more exceptions over time.
    Last edited by byte (2008-10-03 16:25:52)

  • Overlay Flash content with HTML

    I have been working to fix a layout that uses DHTML menus and
    has Flash in the middle of the page... Like many others I am having
    some issues with the DHTML menu not overlaying the Flash content.
    I have read this post :
    Fixing
    Safari's wmode flicker that looked to be the solution but in
    this case it did not work all together...
    Here is a
    link to the site...
    I had tried using an class on the <li> tags that gave
    it a background image. This worked in IE 6 & 7 and FF on Mac
    but it did not work on FF on Windows... I thought that might be as
    close as I could get for the moment so I added in SWFobject for my
    Flash detection and Alt display and now none of the above works at
    all...
    So my question is... What is the "Best Standard" for
    accomplishing this overlay of Flash with HTML content?
    If you can provide relative links to the topic for reference
    that would be helpful too... I've only been able to locate a few
    with one being here in the CSS Advisor beta.

    Correction: This class with on the <li> tag corrected
    this in all browsers except Safari... When I added the SWFobject
    for detection / alt content it caused the overlay to no longer
    function.

  • Unable to view flash content with Flash 10,0,22,87 as an Non Admin

    We currently have an issue with in our Citrix farm with Windows 2003 Servers (x64, R2, SP1) Where Flash Flash 10,0,22,87 is installed and working fine when logged in as a Domain administrator but will not work as a normal (non administrative user) to confirm I've given a user who it did not work for Domain admin rights and it started working straight away. I'm using (and published within Citrix) the 32bit version on IE for compadibility reasons and have also tired this on a Window 2003 Server (x86 R2 SP1) and am getting the same results so I have to assume the issue is with Flash and not with my setup.
    I've tried the following recommendations:
    Remove with Adobe Flash removal tool and Reinstalling via website with an Domain admin login using the change user /install command
    Remove with Adobe Flash removal tool and Reinstalling via install_flash_player_ax.exe installer with a domain admin account using the change user /install command
    Allowing Domain users Modify Premissions (to both the Directories and Files) to the M:\WINDOWS\system32\Macromed\Flash\swflash.ocx & M:\WINDOWS\SysWOW64\Macromed\Flash\Flash10b.ocx
    Following KB article http://kb2.adobe.com/cps/624/624850b5.html and applying the premission changes recommended
    Following KB article http://kb2.adobe.com/cps/191/tn_19148.html and checking the registry premissions on these items
    I've enabled all ActiveX and Java related IE options in Group Policy to allow the to run for the Internet Zone
    When going to http://www.adobe.com/software/flash/about/ either as a Domain admin or a Regular user it confirms that "You have version 10,0,22,87 installed"
    Still I cant seem to get flash components of websites to load when logged in as a non Administrative User.

    this is what fixed the issuefor me:
    Be sure to try this on a test machine and back it up if needed.
    In the system registry
    For each of the following registry keys:
    HKEY_CLASSES_ROOT\CLSID\{D27CDB6E-AE6D-11cf-96B8-444553540000}
    HKEY_CLASSES_ROOT\CLSID\{D27CDB70-AE6D-11cf-96B8-444553540000}
    HKEY_CLASSES_ROOT\CLSID\{1171A62F-05D2-11D1-83FC-00A0C9089C5A}
    HKEY_CLASSES_ROOT\TypeLib\{D27CDB6B-AE6D-11CF-96B8-444553540000}
    Right-click the key, select "Permissions"
    In the Permissions Dialog click the "Advanced" button Click "Add"
    Enter "Everyone" and click "OK" to accept Select "Allow" for the "Query Value", "Enumerate Subkeys", "Notify" and "Read Control" permissions. Do not change any existing permissions.
    Source -  http://www.adobe.com/go/624850b5

  • Scrolling Flash Content With Mouse Scroll Bar

    I created a custom scroll bar in AS2.0 and it works great.
    But now I would like the content to scroll with the mouse scroll
    wheel. Any ideas?

    Anyone know how to fix this on Mac Osx, it works in preview
    but not in safari. Any pointers?
    var mouseListener:Object = new Object ();
    mouseListener.onMouseWheel = function (delta)
    //contentMain._y += delta;
    scrollFace._y -= delta;
    if (scrollFace._y >= bottom)
    scrollFace._y = bottom;
    if (scrollFace._y <= top)
    scrollFace._y = top;
    updateContentPos ();
    Mouse.addListener (mouseListener);
    function updateContentPos ()
    var onePercent = (bottom - top) / 100;
    var scrollPerc = Math.floor ((scrollFace._y / onePercent) -
    37);
    var contentNewY = (contentMain._height * scrollPerc) / 100;
    //trace (scrollPerc + " " + contentNewY)
    contentMain._y = -contentNewY;
    }

  • Downloading flash content with Safari?

    Now that the Activity Window has gone away, I'm looking for a way to simply download flash video from within Safari (not interested in a standalone application).
    I know about Click To Flash, but I would like a way to simply get the .flv file - I'm not looking to convert (Click To Flash does not appear to have this option, unless I'm missing something).
    Any suggestions?

    I have noticed that some videos on YouTube allow a right mouse button or trackpad click that pops up a menu with a download entry. This will download a .mp4 copy of the current video. You might also google Mactubes. Latest version is 3.1.4 and works on ML. Can you live with the mp4 format or do you still want the .flv format?

  • High CPU usage on sites with flash content

    I have a 2.8GHz, 2GB RAM, Windows XP Pro SP2 machine.
    When I visit sites with alot of flash content with Firefox 3
    or IE or Chrome my CPU goes to 80-90% and stays there.
    I uninstalled flash player and reinstalled the latest
    version, but with no fix to the problem. Don't seem to have any
    virus/spyware on my system.
    Uninstalling Flash player on each of the different browsers
    seems to fix the problem - visiting the same sites, I don't get
    huge CPU usage.
    Any ideas what underlying thing might be causing excessive
    CPU usage in all my browsers when visiting flash sites?

    To make clarifications for my previous post (some people emailed me saying that the link says nothing about cpu hogging or excessive cpu usage), you may not visit the LINK previously provided and instead follow the steps given below.
    I would also like to point out my kind of problem that these steps successfully solved. The problem was this:
    The first time I start up a browser (IE, FF, Opera, or Chrome) and visits a website with flash player files running on it, the performance of my
    computer is smooth and fast for the first 2 or 3 minutes. But afterwards, the CPU usage meter just suddenly shoots up from below 10% to a shocking
    100%! And there was not other program opened, except the browser; and I was only visiting one website ( e.g., Youtube).
    It then clearly indicates that flash player is the culprit, since I have already run windows updating, spyware and antivirus scanning, defragmenting,
    browser cookies and cache clearing, junk cleaning, and drive checking. I have also tried uninstalling and reinstalling flash players, which was actually
    a good thing except that during that time I have not yet known about the next 4 steps (given below).
    If you have the same problem, you might try th following:
    NOTE: Close your browsers and any other running programs and opened windows first.
    STEP 1: Navigate your way to this folder: Computer > C: Drive > Windows > System32 > Macromed > Flash
    STEP 2: Right-click over the file ‘Flash10a.ocx’ and choose ‘PROPERTIES’.
    STEP 3: In PROPERTIES, choose the ’SECURITY’ tab > Click on the ‘EVERYONE’ account or your own Windows account profile, and the button called 'EDIT’ and then tick the box called ‘ALLOW FULL CONTROL’ and also choose your own Windows local account name to have full control.
    STEP 4: Repeat this process for the file ‘FlashUtil10a’.
    Open a browser and check the performance of your CPU.
    PS:
    The example here indicates that the flash player version is 10; however, you can still use the steps for lower versions. For instance,
    if the version of your flash player is 9, look for all files named FlashUtil9a (disregard the extensions).
    Also, the Folder Directory is applicable for Vista users. The file directory structure of your drive C:\ may be different if you are using other windows OS version. You just have to search the location of your Flashplayer.
    To:
    montian and franky --- i'm so glad this procedure helps you with your prob!

  • Quicktime logo with question mark appears instead of flash content

    since updating my system yesterday to OS x 10.4.11 i have been unable to view flash content with _all browsers_. *Quicktime logo with question mark* appears instead. Spent 4 hours trying every fix suggested by Mac forums worldwide - with no result. Took the computer to the apple store where they actually took 60 euros off me for NOT fixing the problem. Still cannot view any flash content. Any help would be appreciated
    Mac book Pro 2 Ghz Intel Core Duo

    These are the downloads and the settings you need in order to view/hear pretty much everything that the net can throw at you: The setup described below has proved repeatedly successful on both PPC and Intel macs, but nothing in life carries a guarantee!
    It is known to work in the great majority of cases with Safari 3.0.4, QT 7.3 and OS 10.4.11.
    Assuming you already run Tiger versions OS 10.4.9 or above (this has not yet been verified with Leopard) and have Quicktime 7.2 or above, and are using Safari 2 or 3, download and install (or re-install even if you already had them) the latest versions, suitable for your flavor of Mac, of:
    RealPlayer 10 for Mac from http://forms.real.com/real/player/blackjack.html?platform2=Mac%20OS%20X&product= RealPlayer%2010&proc=g3&lang=&show_list=0&src=macjack
    Flip4Mac WMV Player from http://www.microsoft.com/windows/windowsmedia/player/wmcomponents.mspx (Windows Media Player for the Mac is no longer supported, even by Microsoft)
    Perian from http://perian.org/
    Adobe FlashPlayer from http://www.adobe.com/shockwave/download/download.cgi?P1ProdVersion=ShockwaveFlash
    (You can check here: http://www.adobe.com/products/flash/about/ to see which version you should install for your Mac and OS.)
    In Quicktime Preferences, under advanced, UNcheck Enable Flash, and under Mime settings/Miscellananeous only check Quicktime HTML (QHTM).
    In Macintosh HD/Library/Quicktime/ delete any files relating to DivX (Perian already has them).
    Now go to Safari Preferences/Security, and tick the boxes under Web Content (all 4 of them).
    Lastly open Audio Midi Setup (which you will find in the Utilities Folder of your Applications Folder) and click on Audio Devices. Make sure that both Audio Input and Audio Output, under Format, are set to 44100 Hz.
    Important: Now repair permissions and restart.
    The world should now be your oyster!

  • Loading Flash content using loadMedia??? Or else??? Has to be XHTML 1.0 Strict and WAG valid

    I have a new project into which i have to insert SWF into an HTML page using other way that the standard Abobe way to do it.
    I know about Flash Satay but i have 300s Flash files to insert and dont want to reopen each of them.
    My HTML pages have to W3C comply and as you know, the <classic id> or <embed> tag isnt valid regarding XHTML 1.0 Strict.
    Client, who insists that his media be accessible to EVERYBODY, suggested using
    "javascript:loadMedia('flashContainer','flv/v01.flv', '', '', 'fra', '','','', 'false');"><img src="images/flashFr.jpg" alt="" /></a></p>
    where loadMedia is a function with these parameters
    <!-- Parameters for loadMedia function
    loadMedia('mediacontainer', '<file>', '<caption>', '<image>', '<lang>', '<playId>', '<height>', '<width>', '<autostart>' )
    - mediacontainer - /* container that holds the player */
    - file - /* Specifies the location of the file to play. */ (.flv)
    - caption - /* Specifies the location of the xml-based captions file using the SMIL Timed Text format. */
    - image - /* Specifies the image to display when playing MP3 or FLV files. This FlashVar can also be used to display a preview image for other formats. Supported formats are JPG, SWF, PNG, and GIF. */
    - lang - /* Specifies the language of the player. */
    - playId - /* Element id of the player control */
    - height - /* Specifies the window height of the control. */
    - width - /* Specifies the window width of the control. */
    - autostart - /* AutoStart the loaded clip */
    -->
    Do you know about that? Can you help? Do you know any other way to insert Flash content with respect to:
    - Javascript on/off valid
    - XHTML 1.0 Strict valid
    - WAG valid.

    I am VERY concerned with the fact that my pages are not being properly validated and displayed.
    I have created two different sites using iWeb '08 and while I am satisfied with the ease of use, I am concerned that my sites are not being displayed correctly... in fact, the other day my friend who is a Mac whiz and who hosts my business website on his server... tried to visit the site that I created using iWeb '08 and had published to my .Mac account... it caused his browser to flat out crash! He said he hasn't seen anything like that in years!
    Here is the site I have begun to build http://www.mcleanmonowheel.com
    If you paste this url into http://validator.w3.org/ a slew of errors pop up.
    Is this the norm with iWeb or have I done something wrong on my end???
    -Patrick

  • Can't View Flash Content in Opera 9

    Hello,
    I'm having viewing Flash content with Opera 9. I have downloaded and installed the latest version of Flash (9.0.18), and my other browsers have no problem showing the Flash content.
    Am I missing something here with getting Opera 9 to display Flash movies, etc.? I can't figure out how to instruct the browser to display it.
    Many thanks,
    sarah

    Sheeesh, fixed it.
    Open Opera 9 Preferences
    Click the Advanced Tab at the top
    Select Downloads in the left column, you will get a Mime type window
    Scroll and find .swf extension then click Edit
    At the bottom of the window that opens it should be checked "Use plug-in" and show Shockwave Flash
    Select Shockwave Flash and you will see another one listed as well, swap to it and restart Opera.
    Somehow, even though I did uninstall all older components, it's found and used the wrong one.
    Now Flash works fine in Opera 9, Safari and Firefox.

  • Problem with Left Click (mighty mouse) and flash content

    Hi, first sorry for my bad english...
    Well I have an issue with the left click (i have mighty mouse) and flash content in Firefox:
    if i'm using Firefox and then change to any other app, when i get back to firefox i have no left click anymore...
    So i have to open the mouse setting panel and everything works fine again...
    I don't want to open the mouse panel over and over again to fix that, so what i can do?
    THANKS in advance =)
    I uploaded a video to show the issue:
    http://www.youtube.com/watch?v=ROWSod5fUjk
    Mighty mouse Settings:
    Left Click + Right Click
    Firefox ver: 3.5.5
    Snow Leopard: 10.6.2
    iMac 24" (iMac9,1)
    Message was edited by: MaLk Gopher

    Hi, Guys!!
    And you have some right cosmic_hippo , Why?
    Well think that the real problem it's something between Firefox and Flash content...
    because if i use Safari and i try make what i describe in the first post, i don't have any problem with the mouse settings.
    Only Happens when i use Firefox...
    Cheers.
    Well the issue is still there...

  • Web Part with Flash Content is not working in IE only

    Hi All, 
       I have created on Visual WebPart its contain a flash embed object i am trying load this flash component inside the Iframe.
    unfortunatly its not working in IE 11 version but its working fine with other browser like Mozila and Chorme.
    I referred the other links like but its not helped me to solve this issue. i have tried without iframe alos its not working if its a standalone web page out side the shrepoint working fine.
    https://social.technet.microsoft.com/Forums/office/en-US/c88466ba-bd00-4cd3-a7cf-3a9a7eee7f51/flash-content-not-working-in-ie-11?forum=ieitprocurrentver
    Thanks 
    SUJIL KUMAR T
    Software developer

    Hi,
    As the custom web part works well in other browsers, the issue may be related to the IE itself.
    Have you tried the methods below?
    Use compatibility mode to check whether it works.
    Open IE->Tools->Compatibility View Settings
    Add the site into Trusted sites to check whether it works.
    Open the IE->Internet Options->Security->Trusted Sites->add the site into the zone
    What’s more, you can also switch the Document mode to IE 10 or lower to check whether it works.
    Thanks & Regards,
    Jason
    Jason Guo
    TechNet Community Support

  • IE8 Error when opening Pop-up with Flash Content

    I am running into a problem creating a webpage.  I am very new to AS3 and not quite a novice at Dw CS3.  I have audio files and flash content that is downloadable from my page.  The audio is made available by clicking on a flash button that links to an mp3 or wav file.  The player then opens and plays the file.  I also created some flash animations that are accessed by flash buttons I also created and put on my webpage.  I added scripting (AS3) for those buttons that defines a pop-up window size and points to an html page to put into the pop-up window.  I'm really not sure if this script is the most efficient.  It probably isn't. The script is below: (Note: I could not paste it in so I retyped it.  Don't know why, but the script works even though there might be syntax errors below.)
          //define variable "jscommand" that has URL to open and pop-up window parameters
    var jscommand:String="window.open('Multiplication.html,'miniwindow','height=440,width=605,toolbar=yes,scrollbar=no');";
          //define variable "openflashURL" which runs "jscommand"
    var openflashURL:URLRequest("javascript"+jscommand+"void(0);");
          //define function "openflashdown" that initiates URL request
    function openflashdown(Event:MouseEvent):void{
    NavigateToURL(openflashURL,"_self"};
          //define button listener
    Mult_FlashPlayer_btn.addEventListener(MouseEvent.CLICK,openflashdown);
    The problem is as follows:  When I click on the flash buttons that use the above script, I get a pop-up window with the .swf in it and everything runs fine.  Next, when I click on an audio button, the mp3 file downloads and the player (Real) begins to play it.  But if I try to open up the flash animation again I get this error message from IE8 "Unspecified Error  Internet Explorer cannot download".
    I tried to find anwsers on-line and I found another person with a similar problem.  Their solution was to take the javascript code out of the flash button coding and put it in the html page directly.  I took the first line on code in the above and put it in the html code.  Dw did not recognize it as code but as text.  I don't know where to go from here.  Does anyone know what to do?  I'm a beginner so please be as clear as you can be.

    Try uninstalling your sound card driver in Device Manager and reboot your PC.

Maybe you are looking for

  • Button is generated at runtime how to hide it in WD4A

    Hi Experts, i am using SAles processing application thru Portal , there i have Customer search in the customer search iview i want to hide create sales order button. i found the technical details by using personalization option Technical Information

  • Timeout on 10g Client to 9i Database

    Hi installed a 10g client on winXP and trying to connect to a 9i database, im always getting ORA-12170 TNS: Connect Timeout Occured When i directly connect using the enterprise manager of the Server all is well. And the timeout happens even if i put

  • I won't be using the alias. Please delete it for me.

    i'm korean. no use "USA communities" I won't be using the alias. Please delete it for me.

  • How to install iLife in exterior hard drive

    I have successfully installed Snow Leopard in an exterior Hard Drive. But iLife is not installed. How do I installed iLife in my secondary Hard Drive?

  • Switching Photoshop Elements From PC to Mac

    I recently downloaded Elements for my PC and last week I bought a MacBook Pro and want to transfer Elements because I will be getting rid of my PC. I tried calling Adobe multiple times and was on hold for almost an hour. I'm currently deployed overse