Flash files using php

I'm working on a site using php. When I place flash files in
the page, I can view it with no problems. It's another story when I
load everything up on a server. All I see is a white box where the
flash movie is. I'm using Dreamweaver CS3 on a MacBook Pro. Any
advice I can get would be much appreciated.

You have a number of problems on that page.
1. The Flash in the banner appears but the Flash in the body
does not. I'm
not sure why, but will examine further.
2. The menu will fall behind the Flash element in the body
when it expands.
This will render your site non-navigable.
3. Because you have used all-javascript menus, your site will
not be
spiderable by search engines, since they cannot find the
links in the
submenus when it is embedded in the javascript.
4. Also, because of those menus, you render your page
non-accessable, since
screen assistive devices do not render javascript. In
addition, anyone
coming to your site with javascript disabled will not be able
to navigate
it.
You can maybe deal with #1 by reading this -
All Active content on a page will always rise to the top, so
to speak,
including Flash, certain form elements, Java applets, and
Active X controls.
This means that each of these will poke through layers. There
is not a good
cross-browser/platform reliable way to solve this issue, but
if you can be
confident in your visitors using IE 5+ or NN6+, then you can
use the Flash
wmode parameter (however, Safari does not support this
properly!).
Adobe articles:
http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=tn_15523
http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=tn_14201
As for the rest, you should always have redundant, plain text
navigation
available on your site (or a plain text link to a sitemap
page). But there
are ways to do those menus where none of this is a problem -
I'd rather see
you use those methods than this one (which is also a ton of
code).
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.projectseven.com/go
- DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs,
Tutorials & Resources
==================
"jeremygouine" <[email protected]> wrote in
message
news:[email protected]...
> Here is the link:
>
>
http://glowingtreeproductions.com/BCS/media.php
>
> This is not the particular page it is going on, but it
should suffice for
> the
> moment. I have a friend who got it working, but he said
he didn't do
> anything
> I wasn't already doing. So, I have no clue. The biggest
problem for me
> is I
> can't get any Flash files to work when they are uploaded
on my server. I
> appreciate all the help I can get.
>

Similar Messages

  • Bordercontainer into .jpg file using php

    hi
    i have done one bordercontaine using flex 4.
    that bordercontainer contain one image and label
    i want to store that bordercontainer into jpg using php file
    I give my mxml file and php
    newflexphp.mxml
    <?xml version="1.0" encoding="utf-8"?>
    <s:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
                   xmlns:s="library://ns.adobe.com/flex/spark"
                   xmlns:mx="library://ns.adobe.com/flex/mx" minWidth="955" minHeight="600">
        <fx:Declarations>
            <!-- Place non-visual elements (e.g., services, value objects) here -->
        </fx:Declarations>
        <fx:Script>
            <![CDATA[
                import mx.controls.Alert;
                import mx.graphics.codec.JPEGEncoder;
                import mx.rpc.events.ResultEvent;
                import mx.utils.Base64Encoder;
                //import com.adobe.images.JPGEncoder;           
                import flash.utils.ByteArray;
                import flash.system.System;
                private var bmSave:BitmapData;
                public function resultHandler( event: ResultEvent ):void
                    Alert.show( "Result "+String(event.result) );
                public function saveImg():void{
                    var jpgSource:BitmapData = new BitmapData (bcont.width, bcont.height);
                    jpgSource.draw(bcont);
                    var jpgEncoder:JPEGEncoder = new JPEGEncoder(85);
                    var jpgStream:ByteArray = jpgEncoder.encode(jpgSource);
                    var header:URLRequestHeader = new URLRequestHeader("Content-type", "application/octet-stream");
                    var jpgURLRequest:URLRequest = new URLRequest("http://localhost/jpg_encoder.php?name=sketch1.jpg");
                    jpgURLRequest.requestHeaders.push(header);
                    jpgURLRequest.method = URLRequestMethod.POST;
                    jpgURLRequest.data = jpgStream;
                    navigateToURL(jpgURLRequest);
            ]]>
        </fx:Script>
        <s:BorderContainer x="369" y="171" width="232" height="216" id="bcont">
            <mx:Image x="44" y="14" width="151" height="87" source="images/3.jpg"/>
            <s:Label x="44" y="132" text="Best wishes" width="94" height="44"/>
        </s:BorderContainer>
        <s:Button x="163" y="182" label="Button" click="saveImg()"/>
    </s:Application>
    jpg_encoder.php
    <?php
    if (isset($GLOBALS["HTTP_RAW_POST_DATA"]))
        // get bytearray
        $jpg = $GLOBALS["HTTP_RAW_POST_DATA"];
        // add headers for download dialog-box
        header('Content-Type: image/jpeg');
        header("Content-Disposition: attachment; filename=".$_GET['name']);
        echo $jpg;
    ?>
    now i get the result seketch.jpg file
    but the link is redircted to php
    just i want to convert my bordercontainer into .jpg file using php.
    how can i do .
    regards
    athi

    Try this possible workaround:
    1.— Take your original file (before any edits) and duplicate it.
    2.— Work on the duplicate (exact clone) only.  Do all your Photoshop edits to your heart's content.  (Optional step: save the file, but don't close it so you don't compress the JPEG and deteriorate its quality.)  Do a select all (Command+A on the Mac, Control+A on Windows) to select the entire pixel content of the duplicate, and COPY that.  Now you have your edited image on your clipboard.
    3.— Open the original file, and do a select all on it, but don't copy that!  Instead, DELETE all the pixel content of the original.  Now you have a blank image with only the metadata of the original.
    4.— Paste the contents of your clipboard (the pixels of the edited clone) into the blank original.  Save.
    With any luck, you'll have the edited pixels with the metadata of the original.
    It should work, but there are no guarantees.

  • How to extract text from a PDF file using php?

    How to extract text from a PDF file using php?
    thanks
    fabio

    > Do you know of any other way this can be done?
    There are many ways. But this out of scope of this forum. You can try this forum: http://forum.planetpdf.com/

  • How to add link to flash file (using AS 3)?

    Hi all,
    I have created a Flash banner ad for our company that is to be hosted on another website. This banner ad needs to have a link added to it, within the Flash file. This link will take users straight to our website but is also for the purpose of tracking.
    How do I go about adding the URL? I have searched through these forums but cannot get it to work.
    I am using Flash CS4 (selected to use AS 3 when I first created the file.)
    From what I have read and understood, I should create a new layer, and then add the code to the first frame on that layer?
    Exactly what code should I use? I tried something as simple as 'getURL("http://www.celonova.com","_self"); ' but that is not working. Is it bcos that is for AS 2 only?
    My last question is...can I set up the link so that it works for ALL frames?
    Sorry about the dumb questions but I am a complete newbie when it comes to the code side of Flash:(
    Thank you VERY much in advance for your help!
    Christine

    Okay all,
    I found some great tutorials for using the "invisible button" method, and have gotten it all to work (keeping my fingers crossed)!
    Using AS 3:
    http://www.adobe.com/designcenter/flash/articles/flacs3it_firstflash_pt2_06.html
    Using AS 2:
    http://www.spoono.com/flash/tutorials/tutorial.php?id=16
    I hope this will be of help to someone & fellow newbies
    Christine

  • Embedding flash files -- using swfobjects ?

    hi all .. i've been posting flash files on my site for a year or so now, using artotems code. i find that it plays back erratically, sometimes on (what else?) IE machines ... i've just been delving into the world of swfobject. does this help your flash files play back in a stable manner across all browsers ? and is there an easy way to use it, or does it require advanced code monkey work ? i've spent some time looking for a user-friendly site ... can't seem to find one, and i would appreciate any help.
    thx.

    hi all .. i've been posting flash files on my site for a year or so now, using artotems code. i find that it plays back erratically, sometimes on (what else?) IE machines ... i've just been delving into the world of swfobject. does this help your flash files play back in a stable manner across all browsers ? and is there an easy way to use it, or does it require advanced code monkey work ? i've spent some time looking for a user-friendly site ... can't seem to find one, and i would appreciate any help.
    thx.

  • Load Flash files using JAVAswing

    hi
    At present i am using JDIC to load the flash files, is there any other option to load the flash files, if so kindly provide me the link for the same.
    with Regards
    A.Rajesh

    Look here.
    http://faq.javaranch.com/java/OtherOpenSourceProjectsFaq

  • Need help on displaying an article in flash 8 using php call out

    Hi I'm trying to make a news viewing function in Flash 8. The
    swf calls out a php script, php script queries the MySQL DB then
    php sends info to swf file to display it. Unfortunately, the
    articles don't display and I keep getting "undefined" errors. I
    don't have this problem when I tested it on my PC but after
    upoading it to my host the problem arose.
    I hope someone can help me. Thanks!

    Your PHP script does not return values if the query fails, if
    the database is not connected, if the query returns no results.
    Thus you may be getting undefined in those cases.
    1. Did you try running the PHP script in the Web browser?
    http://www.yourdomain.com/jpg/media.php?row=123
    What did it return? That is what Flash is seeing.
    2. Did you consider using
    LoadVars.sendAndLoad
    since the requirement calls for sending and receiving data?

  • Playing flash file using java

    Hi all,
    i need to play a flash(*.swf) file within my desktop application. can anyone help me with a sample code.
    Thanks in advance
    Ravisenan

    here a way to that for windows..
    http://www.javaapis.com/jflashplayer/
    java can load quicktime, and quicktime can play swf files..
    try to search about that..
    goodluck!
    Nywled

  • How do i send variables to a flash file using swfloader???

    hey guys... so im trying to load a swf using the SWFLoader, and i need to some how send a variable to that swf, and in that swf i need to capture that variable if that makes any sence...
    the swf is made in flash, and a function init is called everytime the swf loads...
    in that init function in the flash actionscript i need to capture the variable i send from flash builder....
    so far i have the following code...
    in this code i have no idea on how to send variables to my swf
            var swfLdr:SWFLoader = new SWFLoader();
            swfLdr.horizontalCenter = 0;
            swfLdr.verticalCenter = 0;
            swfLdr.source = "http://test-broadcast.apxinsider.com/Content/swf/office_weekly_UF.swf";
            swfLdr.addEventListener(Event.INIT, swfLoaded);
            swfLdr.load();
    now i was htining i could do somehting like office_weekly_UF.swf?id=1304 or somehting... but if i do that, how do i capture this in my swf???
    any thing would help! thank you so much!

    Hi,
    I'll put up what i think is the answer. Do tell me if this is what you are looking for. When I created the swf in Flash Pro.This is the code I used
    var keyStr:String;
    var paramObj:Object = LoaderInfo(this.root.loaderInfo).parameters;
    for (keyStr in paramObj) {
    urlText.text = String(paramObj[keyStr]);
    urlText is a text box whose content text is passed as a URL parameter. The parameters can be retrieved from paramObj. Is that what you meant by capturing the variables?
    Then on the flex side, this is the code i used to display from SWFloader
               import mx.controls.SWFLoader;
                private var swfLdr:SWFLoader;
                private function startSWF():void
                    swfLdr = new SWFLoader();
                    swfLdr.horizontalCenter = 0;
                    swfLdr.verticalCenter = 0;
                    swfLdr.source = "MySWF.swf?urlText=verbose";
                    addElement(swfLdr);
    I hope this helps.
    Nishad

  • Flash File not Able to Display using ADF Trinidad components..

    Hi All,
    I am trying to display a flash file using ADF trinidad component for one our project but not able to display when embeded inside the code.
    However I am able to directly access the flash file using http://localhost:7101/test/pages/test.swf
    The below Object code is included inside the tr:panelHorizontalLayout tag. I also tried using tr:media but doesnt display anything on the browser.
    <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=10,0,0,0" width="210" height="230" id="footer_ad1" align="bottom">
    <param name="allowScriptAccess" value="sameDomain"/>
    <param name="allowFullScreen" value="false"/>
    <param name="movie" value="http://localhost:7101/test/pages/test.swf"/>
    <param name="quality" value="high"/>
    <param name="bgcolor" value="#ffffff"/>
    <embed src="http://localhost:7101/test/pages/test.swf" quality="high" bgcolor="#ffffff" width="210" height="230" name="test" align="middle" allowScriptAccess="sameDomain" allowFullScreen="false" type="application/x-shockwave- flash" pluginspage="http://www.adobe.com/go/getflashplayer"/>
    </object>-->
    Thanks
    Chetan

    Hi Ramandeep,
    I tried that option early but did not work. Not able to understand why.
    Below is the code snippet.
    <tr:panelGroupLayout layout="vertical">
    <tr:panelHorizontalLayout>
    <!--Some Portlets are added-->
    <f:verbatim>
    <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=10,0,0,0" width="210" height="230" id="footer_ad1" align="bottom">
    <param name="allowScriptAccess" value="sameDomain"/>
    <param name="allowFullScreen" value="false"/>
    <param name="movie" value="http://localhost:7101/test/pages/test.swf"/>
    <param name="quality" value="high"/>
    <param name="bgcolor" value="#ffffff"/>
    <embed src="http://localhost:7101/test/pages/test.swf" quality="high" bgcolor="#ffffff" width="210" height="230" name="test" align="middle" allowScriptAccess="sameDomain" allowFullScreen="false" type="application/x-shockwave- flash" pluginspage="http://www.adobe.com/go/getflashplayer"/>
    </object>
    </f:verbatim>
    </tr:panelHorizontalLayout>
    </tr:panelGroupLayout>
    And as I mentioned it works fine when I directly access the flash file by using http://localhost:7101/test/pages/test.swf.
    Thanks
    Chetan

  • Flash cs3 and php problem (system error)

    Hi All,
    Been checking out a free utility, called Tell A Friend - followed the instructions to a t but still getting system error.
    Here is the php code:
    <?php
    $to = ($_POST['friend']);
    $link = ($_POST['link']);
    $subject = "Tell a friend";
    $message = "Your friend ";
    $message .= $_POST['name'] . " wants advice you the following link: ".$link;
    $headers = "My WebSite Name";
    if(@mail($to, $subject, $message, $headers))
    echo "answer=ok";
    else
    echo "answer=error";
    ?>
    The main swf has a main.as attached:
    * Flash Tell A Friend
    * http://www.FlepStudio.org        
    * Author: Filippo Lughi          
    * version 1.0                      
    package
    import flash.display.*;
    import flash.events.*;
    import flash.utils.*;
    import flash.external.*;
    import flash.net.*;
    public class main extends MovieClip
      private const PHP_URL:String="sendMail.php";
      private var checker:CheckEmail;
      private var timer:Timer;
      public function main()
       addEventListener(Event.ADDED_TO_STAGE,init);
      private function init(evt:Event):void
       removeEventListener(Event.ADDED_TO_STAGE,init);
       stage.frameRate=31;
       checker= new CheckEmail();
       addInputListener();
       addSendListener();
      private function addInputListener():void
       clip_mc.name_txt.background=true;
       clip_mc.name_txt.backgroundColor=0x999999;
       clip_mc.name_txt.addEventListener(FocusEvent.FOCUS_IN,onFocusIn);
       clip_mc.name_txt.addEventListener(FocusEvent.FOCUS_OUT,onFocusOut);
       clip_mc.email_txt.background=true;
       clip_mc.email_txt.backgroundColor=0x999999;
       clip_mc.email_txt.addEventListener(FocusEvent.FOCUS_IN,onFocusIn);
       clip_mc.email_txt.addEventListener(FocusEvent.FOCUS_OUT,onFocusOut);
      private function onFocusIn(evt:Event):void
       evt.target.background=true;
       evt.target.backgroundColor=0xFFFFFF;
      private function onFocusOut(evt:Event):void
       evt.target.backgroundColor=0x999999;
      private function addSendListener():void
       clip_mc.send_mc.mouseChildren=false;
       clip_mc.send_mc.buttonMode=true;
       clip_mc.send_mc.addEventListener(MouseEvent.MOUSE_DOWN,onSendDown);
      private function onSendDown(evt:MouseEvent):void
       if(clip_mc.name_txt.text!="")
        if(checker.initCheck(clip_mc.email_txt.text))
         sendEmail();
        else
         displayPhrase("Invalid Email");
       else
        displayPhrase("Invalid name");
      private function sendEmail():void
       clip_mc.send_mc.mouseEnabled=false;
       var variables:URLVariables=new URLVariables();
       variables.name=clip_mc.name_txt.text;
       variables.friend=clip_mc.email_txt.text;
       variables.link=ExternalInterface.call('window.location.href.toString');
       var request:URLRequest=new URLRequest();
       request.url=PHP_URL;
       request.method=URLRequestMethod.POST;
       request.data=variables;
       var loader:URLLoader=new URLLoader();
       loader.dataFormat=URLLoaderDataFormat.VARIABLES;
       loader.addEventListener(Event.COMPLETE,onMessageSent);
       try
        loader.load(request);
       catch (error:Error)
        trace('Unable to load the document.');
      private function onMessageSent(evt:Event):void
       var vars:URLVariables=new URLVariables(evt.target.data);
       if(vars.answer=='ok')
        displayPhrase("Message Sent!");
       else
        displayPhrase("System Error!");
       clip_mc.send_mc.mouseEnabled=true;
       clip_mc.name_txt.text="";
       clip_mc.email_txt.text="";
      private function displayPhrase(s:String):void
       clip_mc.display_txt.text=s;
       resetPhrase();
      private function resetPhrase():void
       timer=new Timer(1500,1);
       timer.addEventListener(TimerEvent.TIMER,hidePhrase);
       timer.start();
      private function hidePhrase(evt:TimerEvent):void
       clip_mc.display_txt.text="";
    Any help appreciated. This is a great viral marketing tool, when it ever works
    Kind Regards,
    Boxing Boom

    Never seen such an error, but if it's in the status bar of the browser then it shouldn't be Flash problem. You can check what's happening in your swf by creating a dynamic text field and setting it's text in every major action, that is: requesting PHP and getting back response, to what's just happened.
    So, on the Flash side you can see whether the browser error stops the PHP script and immobilizes further actions.
    What I'd do is create a new Flash file and PHP file and just send 1 variable to PHP, change it somehow and send it back to Flash and print it in a text field. That way you can check whether it's the method you're using to request PHP or just PHP or something else. Step by step adding complexity and checking on which of these steps the error occurs.
    I wish you good luck.
    Ps. It's probably a very rookie problem, we just don't know the source.

  • Strange displays of Web Flash Files.

    When I try to view a flash file on a web site using Flash Player version10.1.53.64.I get the following display:-
    I have Windows XP Pro SP3, Internet Explorer 7 (both with the latest updates)
    Graphic Card – Nvidia GeForce GT 220 (with the latest drivers).
    I have uninstalled Flash Player (using the Flash Player uninstaller) and re-installed; disabled my virus program and firewall, but still with no success.
    I have tried turning off hardware acceleration, again with no success.
    My Windows System 32 shows the following installation files of Flash Player.
    When I view the same flash file using my laptop with Windows 7 and Internet Explorer 8 and Flash Player 10.1.53.64.installed, and with the same virus and firewall programs (not disabled) it displays correctly. The laptop has identical flash files as shown, in XP, above.
    Therefore, there must be something in Windows/Internet Explorer 7 that is causing the problem.
    Has anyone experienced this problem?
    Can anyone suggest a remedy, please?
    Many thanks for any help
    Bill

    pwillener wrote:
    Ok, I changed two things
    upgraded to the latest FP version 10.1.82.76
    changed the URL to http://mickchannon.tv/owner.php
    and now it works correctly on all browsers (on Windows 2000).
    Additional test: when I re-insert that second slash after the domain name, then the weird picture reappears.  It must cause some internal linkage problem.
    Great
    It works for me now.
    Many thanks for your effort and time.
    Regards
    Bill

  • Saving Flash File

    Hi Buddies,
    How to save Flash file at runtime so that we can let user
    download that modified SWF from the server? Downloading can be
    possible via "File References" but how to save a file dynamically?
    Please suggest.
    Rohit

    that would be easiest to do with two different swfs. it can
    be easily done with 1 swf, but if you understand how to do it with
    2 swfs, you can probably see how to do it with 1 swf.
    have 1 swf contain your input textfields. you can save the
    data entered by the user (or sender) using php and a server-side
    text file.
    have 1 swf contain your dynamic textfields. you can read the
    data saved on the server-side text file using php and display that
    to the user (or card recipient).

  • Tracing Captivate 4 variables in Flash CS4 using AS3

    Hello. I've googled this 9 ways to Sunday and can't find an answer. I'm hoping one of you can help.
    I have a very simple Captivate 4 quiz with one question. I embed the Captivate SWF file in a Flash file, which plays fine. However I am struggling with tracing one of the Captivate variables in the Flash file using AS3.
    All I want is for Flash to read the Captivate variables so I can continue developing my quiz in Flash (building additional functionality Captivate does not provide).
    The variable I'm attempting to trace is cpInfoAuthor.
    I've attempted:
    trace(root.cpInfoAuthor);
    trace(root.movie.cpInfoAuthor);
    var cpAuthor = MovieClip(root).cpInfoAuthor;
    All of the above examples error out: TypeError: Error #1009: Cannot access a property or method of a null object reference.
    Captivate preferences are set to publish in AS3.
    Anyone with an explanation?
    Be splendid, Jodie.

    Hi Jodie,
    I'm not exactly 100% proficient in AS3 but to me it looks like your statements are wrong.
    Since you are loading your Captivate SWF into a Flash SWF then (root) actually refers to your Flash SWF. I guess that you are loading your Captivate SWF into a movieclip on your Flash stage and that movieclip has an instance name,
    You would therefore need to grab the variables like var cpAuthor = yourLoaderMovieClip.cpInfoAuthor;
    See if that doesn't do the trick for you.
    /Michael
    Visit my Captivate blog with tips & tricks, tutorials and Widgets.

  • Flash File (swf) in Powerpoint won't play after 1st time

    Windows XP,
    Powerpoint 2003
    Captivate4
    FlashPlayer 10
    I've created a flash file using Captivate4 and successfully embedded it in a Powerpoint presentation using the controls toolbox.
    It plays, but once I save and close the Powerpoint file then reopen, the swf file will no longer play - it is just a blank white flash player, with the player controls visible.    I checked the properties and the link is still there.  The control settings in properties are as follows:
    Embedmovie: true
    Loop: true
    Menu: true
    Movie:  (has the link which worked the first time)
    Playing: true
    Anyone out there ever have a similar problem and resolved it?

    After looking around on varous other forums this seems to be the issue:
    There are a bunch of known bugs in flash 9 and 10, one of those being an issue with the Event.COMPLETE not being fired from the main stage when loading from cache when it's embedded WMODE = "transparent"
    I'm not sure if that's your issue, but it's worth looking into. I've heard of a few workarounds to the problem. One of them being, not listening for for progress or complete events at all and just using a timed loop like ENTER_FRAME or TIMER to watch the bytesLoaded/bytesTotal."
    My WMODE is window, but this sounds like it makes the most sense. I have attached the AS3 file. From viewing the flash it appears to freeze up where it should be going into swfProgressHandle, I think that's whats happening because the load bar doesn't increase in width at all and loadText doesn't even get set to anything, which happens in swfProgressHandle. This what also coincide with the above quote. Now the problem I have is that I didn't write the loading area of this flash, I only wrote part of the stuff inside the loading functions and also everything inside init, the person who helped me with this I haven't been able to make contact with and this site is supposed to go live very very soon. I am desparate for help! At this point I'd be willing to paypal some money over to anyone who could help me with this and get this working appropriately.

Maybe you are looking for

  • How to create service for new database

    i am working on 8i.i want to create new database instead of existing for which first service have to create.i had created parameter file and perform changes,now with oradim i am trying to create service but it is giving incorrect version bcaz i have

  • R12 Database Version while upgrade

    Hi All, I am planning an upgrade from 11.5.9 CU1 (DB 9.0.2.8) to 12.1.3(DB 11gR2). I am aware that as apart of upgrade I need to upgrade my DB to 10gR2 and then apply the upgrade driver. But here is my question can I upgrade the database from 9.0.2.8

  • How to get distinct on CLOB

    Hi, I have a table with one of the column as CLOB,My requirement is as below. 1)Get distinct data to eliminate the duplicate records from the load (Which includes CLOB column too) 2)Need to compare the old data in the table with incoming source data

  • PSE 11 - People tags showing as groups

    Hi, I've upgraded from PSE 6 to PSE 11. My people tags have carried over, but are not showing properly in the "People" view. All my people tags are still present on the pictures and I can search using them by selecting "Advanced Search" in the media

  • Premiere CS5 - Export Update für Media Encoder nicht realisierbar

    Beim Versuch von exportieren - Medien - erscheint ein Update Hinweis für den Media Encorder. Doch alle Versuche scheitern dies auszublenden, weil alle aktuellen Updates vorhanden sind. Egal ob das mit automatischer Voreinstellung erfolgte oder manuel