Lack an external SWF in the projection file... help appreciated.

I created a press kit in Flash Catalyst that contains an mp3 player in the form of a SWF file. When I publish the catalyst project (run locally and deploy-to-web) mp3 player works perfectly. When I opened it the Main.swf in Flash Player, it works perfectly. When I create a file of projection (from Flash Player) the external swf (mp3 player) is missing.

Any help on this would be greatly appreciated.

Mick

Flash Catalyst does not incorporate the .swf file, then it must be present as well as your projection file in order to function properly.

Try to place the projection file in the local copy of race and see if she works there. If this is the case, make sure that you copy the current folder wherever you place the final projection file.

-Bear

Tags: Flash Catalyst

Similar Questions

  • Cannot open the project file with write access.

    I saw that this problem has been reported before, but have yet to find a solution.

    I have my project file in an external hard drive.  When I plug the hard drive to another computer and want to save it, I get this message:

    "Cannot open the project file with write access.  The file may be locked, or you don't have permission to write to this location.  Select Save as... »

    I don't want to register as because other projects refer to this file and also my file is still going to be ruined.

    FYI two computers use Windows 7.

    All solutions?

    Right-click on the folder in Question and select Properties. Select tab security make sure you that you then add everyone to the list of users. Do you this by selecting edit and then add. Type in all members of the section of the object, and click ok. Then select all the user and check full control. Press Apply and we'll adjust the permissions for the folder and subfolders and files.

    Eric

    ADK

  • RTE de LV cannot open the project files that include references .lvlib in dependencies

    I am writing a DLL LabVIEW to inspect the LabVIEW project files, and I noticed that if a project has a .lvlib reference in its dependencies, then the Run-Time Engine is contradictory on whether or not he can find the project file:

    • Project.Open returns error 7 (file not found)

    • Project.GetFileLVVersion is a success

    Here are some excerpts from my code of G and C engaged in this behavior:

       int openStatus = StatusSuccess;
    char * projectVersion = createStringWithLength (VersionStringLength);

    printf ("Analysis %s\n", pathchaine);
    OpenProject (pathchaine & openStatus, projectVersion, VersionStringLength);
    printf (" project written in LabVIEW %s\n", projectVersion);

    If (openStatus is StatusSuccess)
    {
    printf (" Open the project file.") \n") ;
    }
    on the other
    {
    printf("Error: could not find Project file, or file was not a Project file (Error code %i).\n», openStatus);")
    }

    However, when running in the development environment, the two methods are successful.

    Is this a bug, and if so, is it fixed in 2014 of LabVIEW?

    Here's how you can reproduce:

    Prerequisites:

      1. LabVIEW 2013 SP1 32-bit

      2. ConEmu for a good console- https://code.google.com/p/conemu-maximus5/wiki/Downloads

      3. minGW for compilation of a program to use the LabVIEW - http://sourceforge.net/projects/mingw/files DLL

    reference .lvlib to break dependencies Project.Open in LV RTE

      1. Open the attachment in a temporary directory (e.g. c:\xtra\temp)

      2. Open "OpenProject.lvproj" in LabVIEW.

      3. Build 'Open library project'.

      4. ConEmu with a bash command prompt, navigate to the temporary directory.

      5. Type make

    $ make
    patch the file "builds/platdefines.h.
    GCC - std = c99 g OpenProject.c o OpenProject.exe - lOpenProject - Lbuilds

    6. type "c:\xtra\temp\OpenProject.lvproj" OpenProject

    OpenProject $ 'c:\xtra\temp\OpenProject.lvproj '.
    Analysis c:\xtra\temp\OpenProject.lvproj
    Project written in LabVIEW 13.0
    Open the project file.

    7. the opinion that both call nodes execute correctly.

    8. type "c:\xtra\temp\OpenProjectWithLvlibDep.lvproj" OpenProject

    OpenProject $ 'c:\xtra\temp\OpenProjectWithLvlibDep.lvproj '.
    Analysis c:\xtra\temp\OpenProjectWithLvlibDep.lvproj
    Project written in LabVIEW 13.0
    Error: Could not find the project file or file was not a project file (error code 7).

    9. notice that the node version managed while the open failure.

    10 type diff OpenProject.lvproj OpenProjectWithLvlibDep.lvproj

    $ diff-u OpenProject.lvproj OpenProjectWithLvlibDep.lvproj
    -OpenProject.lvproj kills Nov 4 11:28:28 2014
    +++ OpenProjectWithLvlibDep.lvproj kills Nov 4 11:32:37 2014
    @@-13,7 + 13.11 @.
    true
    fake

    -
    +
    +
    +
    +

    +



    true

    Here's another way to trigger this behavior, which shows that LabVIEW occasionally Range the element dependencies:

      1. Open "OpenProject.lvproj" in LabVIEW.

  • Add to the project a new VI and place the constant path of file "Application Directory" his block diagram.

  • Select ""leader "Save All (this project)" and use the default name for the new VI.

  • Type 'c:\xtra\temp\OpenProject.lvproj' OpenProject

  • Notice that there is a mistake once again, as is expected.

  • Remove the "Application Directory" path of file constant

  • Select ""leader "Save All (this project)"

  • Type 'c:\xtra\temp\OpenProject.lvproj' OpenProject

  • Note that the problem has disappeared, as is expected.

  • Add the "Application Directory" path of file constant in the block diagram.

  • Select ""leader "Save All (this project)"

  • Type 'c:\xtra\temp\OpenProject.lvproj' OpenProject

  • Notice there is no problem, which is surprising, because that there should be a mistake because the dependencies item was not tidy.

  • Close the new VI and pull out of the project.

  • Select ""leader "Save All (this project)"

  • Open "OpenProject.lvproj" in a text editor.

  • Note that the dependencies item was put away.

  • Add VI back to the project.

  • Select ""leader "Save All (this project)"

  • Type 'c:\xtra\temp\OpenProject.lvproj' OpenProject

  • Notice that there is a mistake once again, as is expected.
  • NInjaneer_wow wrote:

    The same behavior occurs in LabVIEW RTE: a new project with a constant of the Application in an empty vi directory will return an error 7 - file not found, but still return the correct version of LabVIEW in which the project was created.

    I did experiment with workarounds for this problem, and I found a.

    When I used to get the path of LabVIEW libdir in the ini of the executable file, execution is able to load and inspect the project file.

    LIBDIR = 'C:\Program NIUninstaller Instruments\LabVIEW 2013'

    While it is expected that a stand-alone executable can be placed on a system that does not have the LabVIEW IDE, it is still surprising to me that the execution engine cannot find standard library of LabVIEW without some explicit guidance. What other factors contribute to this behavior?

    References:

  • How to find the path to the project file programmatically

    I'm trying to find a way to get the path to the project file in the development environment.

    I have attached a small project in LV 8.5.1 with a project file, a library file and the VI. I can get the path to the file library, but not to the project. This channel is still .

    I know that the problem exists in LV 8.6.1f1 but I didn't test in LV 2009.

    I am aware that in reality he could there have more nested levels of the library files, but it doesn't matter when this simple example does not work.

    If this is related to the problem I initially created the library by using the file > new... and later, I created the project and added to the library.

    Hi Waldemar,

    Here is a small piece of code and a related link.

    http://forums.NI.com/NI/board/message?board.ID=170&message.ID=220269&requireLogin=false

    I hope this helps.

    Kind regards

    N. Ralf

    Engineering applications

    OR Germany

    PS: Don't forget the congratulations. )))))

  • By mistake I deleted an email that I had saved in the project file. Can I recover it or find it?

    Original title: recovery by mistake deleted messages project

    By mistake I deleted an email that I had saved in the project file. Can I recover it or find it?

    Hi Robert,

    The description of the problem seems a little unclear and I wish I had a better understanding before you start working on it. I would really appreciate if you could answer the following questions:

    1. what operating system is installed on your computer?

    Operating system Windows am I running?

    http://Windows.Microsoft.com/en-us/Windows7/help/which-version-of-the-Windows-operating-system-am-i-running

    2. which web e-mail or mail client you are referring to? What is Microsoft Outlook or Hotmail?

    3. who is the provider of mail service?

    Please provide us with more information on the specific question to help you to fix as soon as possible.

    If you are referring to Outlook, then you can email deleted restore deleted folder by following the steps in the link below:

    He must restore e-mails deleted in Outlook.com.

    http://Windows.Microsoft.com/en-us/Windows/Outlook/recover-deleted-messages

    Your response is very important for us to ensure a proper resolution. Please get back to us with the information above to help you accordingly.

  • My Windows XP Professional cannot update SP3 because of lack of PRO11. Or the MSI files and I have the original MS Office 2003 CD to locate its files. Help, please.

    My Windows XP Professional cannot update SP3 because of lack of PRO11. Or the MSI files and I have the original MS Office 2003 CD to locate its files.  Help, please.

    Hello

    1. when exactly you get this error message? While trying to install service pack 3 or while trying to install a windows update?
    2. What is the full and exact error message?

    Please answer these questions and tell us more about the issue, it could help us help you better.

    See the bottom of the articles that might help you.
    You cannot install some programs or updates
    http://support.Microsoft.com/kb/822798
    How to troubleshoot an installation fails on Windows XP Service Pack 3
    http://support.Microsoft.com/kb/950718

  • Emails sent to the project file of their own.

    My emails are automatically saved in the project file while I'm still forming.  I'm so not able to edit my e-mails, unless I go back and erase everything between the error and everywhere where I am in the e-mail when I noticed the error.  It is extremely time consuming.

    What is the trick to fix this?

    SC

    A lot of problems is resolved in the new e-mail application, but you must update your platform to use.  Open the app Store and touch / click on the button "Get Windows 8.1 update".

  • First Elements 11. Cannot open the project (file PREL) in point 8.1 of Windows.

    I created the project (file PREL) in the first 11 elements in the Windows 7 Professional environment. I was able to open it without problem.

    Now I have Windows 8.1. When I try to open this project, I have a saying "this file type is not supported, or the required codec is not installed."

    Help!

    Levalt

    Thanks for the reply.

    When you import media source in a first Elements (any version), you are not importing real media. What you have in the media of the project are copies of the originals which are stored in the designated place hard drive. But the project needs to trace these originals to the save location as they were when they were imported in the project. If you move the source media, delete rename them or even that they are in the folder, you will encounter some bad media reconnect issues. At this point, the message "Where is the file...?" that you get when you try to reopen the saved closed project will be a major asset by her reconnects. Alternatively, you can use the function replace images for her reconnects.

    The following links go to the above factors...

    http://help.Adobe.com/en_US/premiereelements/using/WS09e4b3c48f3a79fc19b622510385d4355c-7d cb.html

    http://www.atr935.blogspot.com/2013/04/pe11-replace-footage.html

    Troubleshoot damaged projects | Adobe Premiere Elements

    Do not hesitate to ask if you have additional questions on this or need for clarification on what written.

    Best wishes.

    RTA

  • How to solve Link Error - incompatible type declarations projects to external symbol in the nidobj files

    After having included an implicit call to a dll, I created in LabVIEW, I get the error link next project, incompatible type declarations for external symbol '_TheActiveMeasurementPath' modules ' c:\Home\EChamberSystem\cvibuild. ECALsystem\EGunControlHandler.nidobj' and ' c:\Home\EChamberSystem\cvibuild. ECALsystem\AlarmsAndWarnings.nidobj'.

    What does that mean?

    After checking your function prototypes as Ray says, I just delete the directory cvibuild (under the directory of the project) which is where are all the niobj files and rebuild your project.  There is a rare combination of events where the compiler/linker CVI knows not to rebuild it.  If you remove the cvibuild directory, it will force you to completely rebuild.

  • How to speak with mcs external swf to the main fla file

    Hello

    I have a main fla file that loads an external swf into a holder mc, let's call it "swfloaderholder", when you click a menu item.

    Inside the external swf fla, I have a mc holder, call it, 'jpgloaderholder' that loads different JPEG files.

    Is there a way to "talk" to the "jpgloaderholder" since the main FLA to breast?

    Thank you

    R

    I can go below, and it will be probably more useful to you if you show the code that you use for the charger.

    You must wait until the file is loaded before you try...

    MovieClip (yourLoader.content) .gotoAndStop (someFrame);

  • Delete / external swf or the files in the flash file main to unload and load a new swf file and memory garbage collection.

    I can't delete / unload the example swf files external when the carousel.swf (portfolio) appears and press the button about the content overlaps the carousel (portfolio). How can I delete / unload an external swf file in the main flash file and load a SWF, so that at the same time remove garbage collection memory operation?

    This is the error messages I receive: "TypeError: Error #2007: child parameter must be non null.»

    at flash.display::DisplayObjectContainer/removeChild()

    " to index_fla::MainTimeline/Down3().

    Import nl.demonsters.debugger.MonsterDebugger;

    var d: MonsterDebugger = new MonsterDebugger (this);

    stage.scaleMode = StageScaleMode.NO_SCALE;

    internship. Align = StageAlign.TOP_LEFT;

    stage.addEventListener (Event.RESIZE, resizeHandler);

    is the charger for the portfolio page swf

    var loader: Loader;

    var loader2:Loader;

    var loader3:Loader;

    var loader1:Loader;

    resize the content

    function resizeHandler(event:Event):void {}

    resizes the portfolio page to Center

    Loader.x = (stage.stageWidth - loader.width) *. 5;

    Loader.y = (stage.stageHeight - loader.height) *. 5;

    resizes on page to Center

    loader3.x = (stage.stageWidth - 482) *.5 - 260;

    loader3.y = (stage.stageHeight - 492) *.5 - 140;

    * loader2.x = (stage.stageWidth - 658.65) *. 5;

    loader2.y = (stage.stageHeight - 551.45) *. 5; * /

    }

    addEventListener (Event.ENTER_FRAME, onEnterFrame, false, 0, true);

    function onEnterFrame(ev:Event):void {}

    var requesterb:URLRequest = new URLRequest ("carouselLoader.swf");

    Charger = null;

    loader = new Loader();

    Loader.Name = "carousel1.

    Adds gallery.swf in the scene at the beginning of the film

    loader.contentLoaderInfo.addEventListener (IOErrorEvent.IO_ERROR, ioError);

    function ioError(event:IOErrorEvent):void {}

    trace (Event);

    }

    try {}

    Loader.Load (requesterb);

    } catch (SecurityError: error) {}

    trace (Error);

    }

    addChild (loader);

    Loader.x = (stage.stageWidth - 739) *. 5;

    Loader.y = (stage.stageHeight - 500) *. 5;

    stopover gallery.swf duplication and more on enter frame

    removeEventListener (Event.ENTER_FRAME, onEnterFrame);

    }

    PORTFOLIO BUTTON

    Add eventlistner so that gallery.swf can be loaded

    MovieClip (root),.nav.portfolio.addEventListener (MouseEvent.MOUSE_DOWN, down, false, 0, true);

    function Down(event:MouseEvent):void {}

    Re add listener for contact.swf and about.swf

    MovieClip (root).nav.info.addEventListener (MouseEvent.MOUSE_DOWN, Down1, false, 0, true);

    MovieClip (root).nav.about.addEventListener (MouseEvent.MOUSE_DOWN, Down3, false, 0, true);

    discharge of entry gallery.swf frame if users press portfolio in nav button

    var applicant: URLRequest = new URLRequest ("carouselLoader.swf");

    Charger = null;

    loader = new Loader();

    Loader.Name = "carousel."

    loader.contentLoaderInfo.addEventListener (IOErrorEvent.IO_ERROR, ioError);

    function ioError(event:IOErrorEvent):void {}

    trace (Event);

    }

    try {}

    Loader.Load (requester);

    } catch (SecurityError: error) {}

    trace (Error);

    }

    addChild (loader);

    Loader.x = (stage.stageWidth - 739) *. 5;

    Loader.y = (stage.stageHeight - 500) *. 5;

    removeChild (getChildByName ("about"));

    removeChild (getChildByName ("carousel1"));

    delete eventlistner and prevents duplication of the gallery.swf

    MovieClip (root).nav.portfolio.removeEventListener (MouseEvent.MOUSE_DOWN, down);

    }

    INFORMATION BUTTON

    Add eventlistner so that info.swf can be loaded

    MovieClip (root).nav.info.addEventListener (MouseEvent.MOUSE_DOWN, Down1, false, 0, true);

    function Down1(event:MouseEvent):void {}

    This adds the EventListener for portfolio so that the end user can re-post if they wish.

    MovieClip (root),.nav.portfolio.addEventListener (MouseEvent.MOUSE_DOWN, down, false, 0, true);

    MovieClip (root).nav.about.addEventListener (MouseEvent.MOUSE_DOWN, Down3, false, 0, true);

    var applicant: URLRequest = new URLRequest ("contactLoader.swf");

    loader2 = null;

    loader2 = new Loader();

    loader2. Name = "contact".

    loader2.contentLoaderInfo.addEventListener (IOErrorEvent.IO_ERROR, ioError);

    function ioError(event:IOErrorEvent):void {}

    trace (Event);

    }

    try {}

    loader2. Load (requester);

    } catch (SecurityError: error) {}

    trace (Error);

    }

    addChild (loader2);

    loader2.x = (stage.stageWidth - 658.65) *. 5;

    loader2.y = (stage.stageHeight - 551.45) *. 5;

    delete eventlistner and prevents duplication of the info.swf

    MovieClip (root).nav.info.removeEventListener (MouseEvent.MOUSE_DOWN, Down1);

    }

    ON THE BUTTON

    Add eventlistner so that info.swf can be loaded

    MovieClip (root).nav.about.addEventListener (MouseEvent.MOUSE_DOWN, Down3, false, 0, true);

    function Down3(event:MouseEvent):void {}

    This adds the EventListener for portfolio so that the end user can re-post if they wish.

    MovieClip (root),.nav.portfolio.addEventListener (MouseEvent.MOUSE_DOWN, down, false, 0, true);

    MovieClip (root).nav.info.addEventListener (MouseEvent.MOUSE_DOWN, Down1, false, 0, true);

    var applicant: URLRequest = new URLRequest ("aboutLoader.swf");

    loader3 = null;

    loader3 = new Loader();

    loader3. Name = "a connection"

    loader3.contentLoaderInfo.addEventListener (IOErrorEvent.IO_ERROR, ioError);

    function ioError(event:IOErrorEvent):void {}

    trace (Event);

    }

    try {}

    loader3. Load (requester);

    } catch (SecurityError: error) {}

    trace (Error);

    }

    addChild (loader3);

    loader3.x = (stage.stageWidth - 482) *.5 - 260;

    loader3.y = (stage.stageHeight - 492) *.5 - 140;

    removeChild (getChildByName ("carousel"));

    removeChild (getChildByName ("carousel1"));

    delete eventlistner and prevents duplication of the info.swf

    MovieClip (root).nav.about.removeEventListener (MouseEvent.MOUSE_DOWN, Down3);

    }

    Stop();

    You call unload() on objects that you cancelled - where the error.

    You should do something like:

    {if (loader2)}

    loader2. Unload();

    }

    As for the null value passed into the function - null is a default value. In this way, you can call the low past nothing:

    Down()

    Or you can use it as a handler in which case it will be called by the Auditor:

    Down (mouseEventInstnace);

  • Switching between external .swfs in the main

    Hello I have a project where I'm loading external .swfs in my main stage.  However at the end of my external .swfs I want to return to the first image of my main .swf.  I used this code MovieClip (root) .gotoAndPlay ("start"); but I get this error

    ArgumentError: Error #2109: frame the beginning label not found in scene 1 scene.

    and I understand why I get the error because the start of frame label is not in this file external flash, it is in the a main. However, I don't know the correct AS3 so that it works correctly. If anyone has any ideas, it would be greatly appreciated. I tried looking for a bit of code, but he could not find sorry!

    Thanks in advance,

    Aaron

    If you use the code on a timeline of movieclip (and this movieclip is on the main timeline of the external swf file), use:

    MovieClip (this.parent.parent.parent) .gotoAndPlay ("start");

    PS you can save this fla, and publish a swf from this fla file, but you can not 'test' this fla as a stand-alone.  you will test after loading in another swf.

  • Import previously created the project file as. MSWMM files will now open in WMM.

    After you import a video file multimedia. While displaying the file in WMM I was bursting of the file in the headings concerned by creating several files in my imported originl file. I had more before edit I would do later, he not published at this time. I saved the file as a project using the default value. MSWMM format. When I try to recover the project I get the following message:
    Split F:\Video\Editing videos\tape2 file. MSWMM cannot be imported because the codec required to play the file is not installed on your computer. If you have already tried to download and install the codec, close and restart Windows Movie Maker, and then try to re-import the file.

    Double click on the file to open WMM but does not load the file.

    Windows Vista
    Windows Movie Maker V6 Bld 6002 SP 2

    Can you help me please?

    Hi John, sorry I couldn't you respond without creating another user ID.
    There are no files listed in WMM when I double click the. MSWMM project file I want to edit further. There is a brief display in the video box 'Preview size 434 x 326'.
    There is nothing on the screen at all, if I then try to open the same file again, I get a response that the file is in use to choose file anther
    I use the same computer to download and edit my videos, not switching files either, other than my project and video files. MSWMM files are stored on an external hard drive.

    Thank you for your interest

    ===============================================
    I'm really grabbing at straws here because I have no idea what happened
    but there is always the original source files in the same exact place as
    they were when you created the project?

    I wonder if it may be interesting to try to copy your source files of your
    system drive (C :)... then again the project and save it (C :).)

    Sorry I don't have a more positive response.
    John Inzer - MS - MVP - Digital Media Experience - Notice_This is not tech support_I'm volunteer - Solutions that work for me may not work for you - * proceed at your own risk *.

  • Open the project file CC on the second machine breaks down

    Hello!

    I believe that I ve read most or all of the matching topics here, but I'm still stuck, then here´s my situation.

    On my primary I ve of the workstation has created a project of medium complexity (150 GB, about 200 files, 5 sequences).

    Here, everything works fine.

    On my laptop, I also installed Adobe CC. I copied the entire projects to workstation 1 folder on my external HARD drive and connected to my laptop.

    Opening and cutting works fine here too.

    Now, when I save and resume the project (project only folder) to the workstation 1, here first Pro CC fails to load up.

    The loading bar goes to about 75% and then freezes. If I give it some time (10-15 minutes) he finally finished loading, but first does not display a reaction to the mouse or the keyboard, that there is no visible sign at all. Basically he broke down, that s that is not indicated by the Task Manager.

    I ve tried all the tips in here as well as the "usual stuff":

    • Save a new project file, nothing.
    • Removal of the preview files, and then save a new file, nothing.
    • Import the AE project and export a new project (on my laptop), nope.
    • Delete all dynamic related comps of the former, save and then taking it for 1 laptop, open and save again, to take back to the workstation, don't.
    • Completely removing all Adobe on my workstation 1 and re-setup CC, ' experience ', but nothing helps.
    • I have followed the solution of the similar problem on another thread here in the forums, with having unzipped xml file and removing some lines of code and so on, still nothing.

    Then I advanced and installed CC on my second laptop (not at all to be considered as a workstation). Here the projects saved on laptop 1 open just fine (request of media files of course...).

    EDIT:
    I forgot to mention that a new empty project since laptops opens fine on my computer...

    So I have to consider that something is wrong with my main workstation. Right?

    Any ideas, anyone?

    It s a new installation of Windows 8.1 with 24 GB Ram, GeForce GTX 570, i7 950, WD drives only, Windows on a separate drive hybrid...

    All CC installations are up-to-date.

    Any help would be greatly appreciated my deadline is Monday...

    Thank you!

    Try to assign the same drive letter to external hard drive from the laptop that you assigned to the media player on your desktop.  This way, any project saved on the laptop will have the same references to absolute media file which has the workstation.

    NB: If the Task Manager still think Pr reacts by showing you that it is using the memory and cycles microprocessor, then Pr probably has collapsed.  He's just busy and taking his sweet time on everything he does.  (Especially the 'probably')

    You talked about the removal of the preview files, but you don't say anything about your media cache cleaning.  Try this.  A good cleaning of your user and Windows temporary files might help.  You must also run chkdsk on drives of your desktop to help you diagnose the hard drive failure is imminent or not.

    See you soon,.

    The f

  • How to pass parameters to external swf with the loader?

    Hello everyone

    I am loading an external swf file using the charger. It's a pdf file converted to swf format.

    How do I pass parameters to the file so that I can highlight certain words in the file?

    Thank you

    Hello everyone

    I solved this problem.

    Thank you

Maybe you are looking for

  • JPEG CONCATENATE files

    Hello I wan to learn jpeg CONCATENATE files. I wrote a code on this subject, but my solution is not good solution for concatenating files jpeg. My code can only show my jpeg files step by step. First of all, copy the following code may show first jpe

  • I get the message 'service user profile service has no connection. User profile cannot be loaded ".". What can I do?

    I was told to open a new profile and transfer the files, but I need the administrator password which I do not remember. Help!      I am not a computer expert, so any help will be great. Thanks in advance, Dave

  • Unfortunately he stopped cards

    Hello Just received yesterday the smartwatch 3. I have huge problems where he continues to say unfortunately "never stopped cards" which is what makes it next to useless! Smartwatch software 3 4.4W2 Version of Android on samsung galaxy s4 - 4.4.2 Can

  • 802. 1 x with dACL - prefix of an invalid attribute: "ACS."

    Dear all, I spent half an update to fix this problem without success, I hope you could help me. I configured a simple solution of 802. 1 x on a PC driver who must authenticate through PEAP-MSCHAPv2 users against my user database internal GBA. Version

  • The search in a single user account does not work.

    Original title: Research on Windows 8 Research on a Windows 8 does not (by typing in the menu start is nothing, Windows + F - nothing happens, do a right click on start-> Search-nothing happens) while working on other accounts. What causes this probl