SWF File creation tool for Unifier Custom Dashboards

Hello Everyone,
I am looking for a tool that can allow me to create SWF files to be used for Custom Dashboard. I know that using third-party SWF file creation tools, swf template files can be created and we can build custom dashboards in Unifier.
Can anyone provide me with list of SWF file creation tools that you have used for Unifier dashboards.
Thanks

The only tool that the SWF Dashboards were designed to work with is Xcelcius. Please bear in mind that only legacy Skire customers that had created SFW dashboards have the ability to use SWF dashboards.

Similar Messages

  • Where can I download adobe File Packager tool for Windows?

    Dear all,
    I need to understand the detail format of f4f files, but the only useful information I can find is the following:
    http://www.adobe.com/products/httpdynamicstreaming/pdfs/httpdynamicstreaming_wp_ue.pdf
    Is there more detail specification for f4f ?
    Where can I download adobe File Packager tool for Windows?
    It seems to me the following specification is not correct for f4f, at least the parts talking about "mdat" box
    http://download.macromedia.com/f4v/video_file_format_spec_v10_1.pdf
    Thanks,
    Xuedong

    As per your question – follow this link http://www.adobe.com/products/adobe-media-server-family.html, download and install AMS Starter, then inside \tools\f4fpackager you’d find the F4F packager command-line application.

  • Tools to create a Flash 7 SWF file from Powerpoint for deployment to 4305G?

    Hi there,
    We are using
    4305G DMPs running firmware 5.2.1
    DMM 5.2.2
    We have an internal customer who wishes to find a tool to create Flash 7 (or Cisco DMS compatible Flash SWF) files from Powerpoint to deploy to the DMPs. The customer is currently using a tool called iSpring to create Flash SWF files out of Powerpoint files, but this will not display through the DMPs running 5.2.1 firmware.
    http://www.ispringsolutions.com/ispring_presenter_pro_now_ispring_pro.html
    What other options are available?
    The underlying business need is to reduce the time it takes to create presentations for deployment to the Digital Media Players.
    Any advice much appreciated,
    Regards,
    Kathy

    Not sure if this helps but I use Camtasia's powerpoint plugin to convert presentations that have animation into video files in either swf/flv or wmv format.  For standalone powerpoint presentations that do not include animations I simply use a program called PPTools which allows me to export high quality images from my presentations without losing any quality.

  • Converting video to swf files in flash for breeze

    Hello,
    I am using Adobe Premiere Pro 2 and wanted to know what the
    best video codec and audio codec to use when I export to create a
    video file to insert into flash to convert to a swf file for
    breeze? I am having trouble with the audio, must I demux it first
    before I put into Flash? Or is there a audio codec that I can use
    in Premiere so I don't have to demux the audio?
    Also, when I insert a swf file in breeze plug-in for PPT, it
    does not play the video or give me the controll by presentation
    playbar I checked off. Not sure what I'm doing wrong, could use
    some help, thanks.

    billcorrigan schrieb:
    > Jerich0, I tried this and when I publish it, the swf
    opens a connection to the
    > server, and starts streaming but nothing happens. Just a
    blank movie.
    >
    > The content is at (FLV):
    >
    >
    http://breeze.extn.washington.edu/p45023528/
    >
    > and the swf is at
    >
    >
    http://breeze.extn.washington.edu/p17629788/
    >
    > I created the swf by creating a new document in Flash 8,
    selected components,
    > edited the infomation in media player and saved the
    file.
    >
    > any suggestions?
    >
    hi,
    if you work with the player component the .flv is not
    embedded in the
    swf. In Breeze you can only insert a single flash file I
    suppose, so the
    attached .flv file won't show up.
    Kathrin

  • File comparison tool for Windows 8.1?

    I'm looking for a file comparison tool. I'm on Windows 8.1 Pro (Upgrade). There was a program called Windiff. Is it still available, and functional for Win 8.1? If so, where do I get it? If not, or if there's anything better, what should I use? Thanks
    in advance for any help.

    Hi,
    It's ok to use fc command:
    >fc /?
    Compares two files or sets of files and displays the differences between
    them
    FC [/A] [/C] [/L] [/LBn] [/N] [/OFF[LINE]] [/T] [/U] [/W] [/nnnn]
       [drive1:][path1]filename1 [drive2:][path2]filename2
    FC /B [drive1:][path1]filename1 [drive2:][path2]filename2
      /A         Displays only first and last lines for each set of differences.
      /B         Performs a binary comparison.
      /C         Disregards the case of letters.
      /L         Compares files as ASCII text.
      /LBn       Sets the maximum consecutive mismatches to the specified
                 number of lines.
      /N         Displays the line numbers on an ASCII comparison.
      /OFF[LINE] Do not skip files with offline attribute set.
      /T         Does not expand tabs to spaces.
      /U         Compare files as UNICODE text files.
      /W         Compresses white space (tabs and spaces) for comparison.
      /nnnn      Specifies the number of consecutive lines that must match
                 after a mismatch.
      [drive1:][path1]filename1
                 Specifies the first file or set of files to compare.
      [drive2:][path2]filename2
                 Specifies the second file or set of files to compare.
    Kate Li
    TechNet Community Support

  • Help w/ DWmx2004 swf file creation

    I can not get the swf file I created to work. I create a web site, on the first page as a test I select media> image viewer. I create a name for the swf file  then ok. In the tag area I choose the images I want and if they are not in the folder I have them copied into the new site folder. I choose loop and all the other features that allow the slide show and then press preview. The frame comes up but the images don't.
    I have also create an SWF file in another program and it works fine. This is on a win xp machine w/plenty of resources.
    What am I doing wrong? There has to be some small widget I didn't tickle, but for the life of me I don't have a clue. I checked the html code from both swf files and they appeared the same relative to the locations of the images, each to it's own location \Thanks for any advice, Wyndham

    See the answer in the discussion - 'linking graphics in folder that is the root folder of dreamweaver'.
    http://forums.adobe.com/thread/437037?tstart=0
    HTH
    Message was edited by: pziecina

  • Load and unload the external swf file using AS3(for window, IOS and android)

    For the external swf file loading, I use this code
    load2.addEventListener(MouseEvent.MOUSE_DOWN, newvid);
    function newvid(event:MouseEvent) {
              trace("you clicked me");
              var loadit = new Loader();
              addChild(loadit);
        var _lc:LoaderContext = new LoaderContext(false, ApplicationDomain.currentDomain, null);
        loadit.load(new URLRequest("scene02.swf"), _lc);
    its working great but I don’t know how to unload the loaded swf files (looking: unload one by one and unload all)
    in AS2 we have
    on (release) {
              loadMovieNum("scene2.swf", 1);
              unloadMovieNum(2);
              unloadMovieNum(3);
    but i need in AS3

    Now I use this code and this time I got these compiler errors
    package {
                    import flash.display.SimpleButton;
                    import flash.display.MovieClip;
                    import flash.events.MouseEvent;
                    //import flash.display.URLRequest;
                    //import flash.display.Loader;
                    import flash.events.Event;
                    import flash.system.ApplicationDomain;
                    import flash.net.URLRequest;
                    import flash.system.LoaderContext;            
                                    public class load1 extends SimpleButton {
                                                    var loadit:Loader;              
                                                    public function load1() {
                                                                    this.addEventListener(MouseEvent.MOUSE_DOWN, loadfile);
                                                    private function loadfile(event:MouseEvent):void {
                                                                    trace("you clicked me");
                                                                    loadit = new Loader();
                                                                    this.parent.addChild(loadit);
                                                                    var _lc:LoaderContext = new LoaderContext(false, ApplicationDomain.currentDomain, null);
                                                                    loadit.load(new URLRequest("s01.swf"), _lc);
                                                    private function unloadfile(event:MouseEvent):void {
                                                                    loadit.unloadAndStop();

  • SWF files in InDesign for export as Interactive PDF

    I am creating an interactive PDF file which contains a multi-state slide show with navigation buttons that I created in InDesign. Since that will not display and "work" in an interactive PDF I exported a .swf file of the slide show to place in the final InDesign page layout. The interactive PDF works just fine when viewed in Acrobat, but the .swf file of the slide show moves around and changes scale depending on the view scale in Acrobat so that it no longer stays where it was intended in the InDesign layout. I suspect that I exported the .swf slide show from the InDesign file incorrectly but I can't figure out what the peoblem is.

    What version of InDesign? Is it fully patched?
    There was a bug in the initial release of CS5 that caused this type of behavior but it was fixed in a dot release.
    Bob

  • Concern in published SWF file using Presenter for PPTX

    I observed that the PPT files (2003 version) which were published using Presenter 7 were creating a SWF file containing multiple frames. However the PPTX files (2007) which were published using Presenter 7 were creating a SWF file containing single frame. I am wondering how do I access a movieclip containing an animation.

    Let me re-phrase.
    I am loading the Presenter SWF into my Flash file (controller). Once the file is loaded I am controlling that file; I mean to say, I play/pause or jump to particular frame using the Flash file (Controller). This was working fine when I published PPT files, however when I published the PPTX file I am not getting the expected timeline animation so as to control it.
    Now I am wondering how I can control the PPTX published file using my controller.
    I will grateful, if someone helps me to solve this issue.

  • Can you get file creation dates for Nomad II .NVF fil

    Hi,
    I have an old Nomad II MG that has several voice recordings of my daughter over the last 4 years, but I don't know the dates they were recorded.
    Is there a way to get the actual date of the recording from the Nomad device? All I seem to end up with is the current date when I upload it into Windows.
    Thanks...
    lj

    Hi,
    Newbie to SharePoint, learn quite a lot from the links you provided.
    “I found out that the original dates are only available in SharePoint if the explorerview has been used”, this would make sense because the original creation time is generated
    by the file system in the local machine.
    However, when a file is uploaded to SharePoint library, it will be stored as binary data in the database, as well as the newly created time. It means that it will be a “new” file
    in the SharePoint site regardless of where it comes from.
    Per my knowledge, the only way I can suggest is that you will need to create a client desktop application for the file uploading, which will be a more general way not only for
    uploading a file, but also when we need to migrate files between different systems.
    Thanks

  • Tools for Developing/Customizing Forms for Oracle Apps R12.1

    Hi All,
    Could you please help me identify the tools and correct version for developing and customizing Forms for Oracle E-Business Suite R12.1?
    Regards,
    KK

    Also, could you please elaborate your 2nd point regarding template.fmb The Oracle EBS uses a framework. Starting any new (custom) form for the EBS should ALWAYS begin with the template.fmb to ensure your new form has all of the required objects to comply with EBS Forms development standards. You might want to take a look at the Oracle Applications Documentation library. Select your EBS version and then scroll to the Standards section and review the following documents:
    <ul>
    <li>Oracle Applications Developer's Guide
    <li>Oracle Applications User Interface Standards for Forms-Based Products
    <li>Oracle Application Framework Personalization Guide
    </ul>
    Craig...

  • If SharePoint is good tool for a "customer portal" (general advice needed)?

    Hello, I'm looking for the best solution for my needs and consider SharePont. Please have a look.
    I'm in B2B business and results of my work are files (presentation, pdf, video etc). All files are grouped by "projects". Every project has at least name, number and date. I have not so much customers, let say, 50 and one hundred projects a month
    total.
    What I need is that my customers could log into some web-site with nice interface, find project by name, date or number and download files from the project. 
    Additionally, we use in-house .Net/SQL developed software for operations. I also need to incorporate some data from SQL (like project progress in %%) to the project page.
    Could you point me out if SharePoint is a good solution for this task and how to get started?

    Nikriaz,
    As I understand that you want your client to download files and you want to update project status from sql data.
    If so, then SharePoint foundation will work for you. It has user login, Document management, search, default workflow and web part functionality inbuilt.
    You may need to provision authentication to your client, for their login using passport/live/Hotmail account or so.
    On the other side, if you move to office 365(E1/E2) then passport authentication already taken care of and all functionality will be there except project status data sync with sql unless use enterprise licence
    with BCS.
    Hope these information will help you.
    Please 'propose as answer' if it helped you, also 'vote helpful' if you like this reply.

  • Problem with music in swf file when loading site to server

    Hello,
    I am a newbie to Flash and have an swf file I created for a
    website,
    http://www.kanzamancleveland.com.
    I have a button there that turns the music on/off when the site
    loads. I also put some music into the swf file, but instead of
    putting it directly in the swf file, I am calling it from the
    actionscript code in the swf file. I want it to stream when the
    site loads and start loading/playing after the site loads. The code
    is embedded in the on/off button. Now this code works when the swf
    file is on my local hard-drive, but when I put it on the server
    with the rest of the website, it doesn't work. Any ideas?
    Here is the code:
    import fl.motion.Keyframe;
    import flash.display.MovieClip;
    import flash.media.Sound;
    import flash.media.SoundChannel;
    import flash.net.URLRequest;
    import flash.events.Event;
    import flash.events.MouseEvent;
    var _sound:Sound;
    var _channel:SoundChannel;
    var _playing:Boolean = false;
    var _position:int;
    var request:URLRequest = new URLRequest("lowsaaloony.mp3");
    var buffer:SoundLoaderContext = new SoundLoaderContext(5000);
    _sound = new Sound( );
    _sound.load(request, buffer);
    _channel = _sound.play( );
    _playing = true;
    offbtn.addEventListener(MouseEvent.MOUSE_UP, onPlayPause);
    function onPlayPause(event:MouseEvent):void {
    if (_playing) {
    _position = _channel.position;
    _channel.stop( );
    } else {
    _channel = _sound.play(_position);
    _playing = !_playing;
    gotoAndPlay(2);
    stop();
    I put the code together going from various Flash help
    websites, and it works when everything is on my local hd, but again
    as I mentioned before, when I put it up on the server, the music
    doesn't play. I contacted the hosting company and they said that
    they do allow streaming music on a website using Flash. Any help on
    what I am doing wrong, or what else I need to do would be highly
    appreciated. Thank you.
    Jay

    Hi. It looks like your code is not finding the mp3. At least,
    I can reproduce your error code by removing the mp3 from the
    directory, or renaming it.
    Btw, if you test with FF instead of IE, you'd see the error:
    Error #2044: Unhandled IOErrorEvent:. text=Error #2032:
    Stream Error.
    at KZFlash_fla::Sound_2/KZFlash_fla::frame1()
    Hope that helps.

  • DW CS3 ImageViewer - problem with .swf file

    I'm trying to make a slide show in Dreamweaver for the first time. I've searched and found a lot of common problems people have - forgetting to upload the .js file, not including the .swf file, etc.
    I think I've done everything right (obviously I'm wrong though), it previews in DW, it works when I preview it in a browser, but when it's uploaded, nothing.
    But I think I've found where the problem is. The .swf file that was created doesn't seem to be the right file. When I open it, it shows a blank flash slideshow with three empty slides, just as the sample is when you first open the Imageviewer.
    But then what is DW pulling the slideshow from that works in the preview?? How do I re-export the .swf file from DW?
    Do my questions even make sense? Sorry, kinda new at all this.
    Thanks in advance.
    Oh, here is the blank page, but when I view source, the code is there.
    http://www.americanindianreport.com/imageviewer.html
    The .js file is in the Scripts folder, the .swf is in the same folder. Actually, here you can see why it doesn't work. This is the .swf file, three blank pages:
    http://www.americanindianreport.com/imageviewerflash.swf

    If you look at my last post, the js file has been overwritten with html code, and this is what will be causing the problem.
    The only solution is to delete this file insert a new flash object (any swf file will do for this), then copy the new js file to your server, as your flash will not work with this file.
    here is a short example of the js files content (not javascript), -
    <html>
    <head>
    <title>Page not found | www.americanindianreport.com</title>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <link rel="shortcut icon" href="/http://www.falmouthinstitute.com/favicon.ico" type="image/x-icon" />
    <link type="text/css" rel="stylesheet" media="all" href="/modules/book/book.css?r" />
    <link type="text/css" rel="stylesheet" media="all" href="/modules/node/node.css?r" />
    PZ

  • Playing .swf files in Java code

    How can is run a .swf in Java code. And change the .swf at runtime. I tried Using the JFlashPlayer api. but it does not work properly.
    I have a set of different .swf files. I need to run these files using a next/ previous button .... which changes the .swf files at runtime for the FlashPlayer object.....
    Please provide me guidance.......very urget.....
    you can mail me on [email protected]
    REgards
    gp
    Message was edited by:
    GurujiForAll

    How can is run a .swf in Java code. And change the
    .swf at runtime. I tried Using the JFlashPlayer api.
    but it does not work properly.> Then you should contact the vendor for support which you are entitled too after paying the license fee. Unless of course that "not paying the license fee" is what "does not work properly" actually means.

Maybe you are looking for

  • Power button issue Mac Pro 2.66

    Mac Pro 2.66 is connected to a power strip I now notice that I do not have to press the power button to boot this Mac up. To boot it I need to just turn the power strip on WITHOUT pressing the power button and it boots right up. Only occasionally whe

  • GRC 10.0 - customizing

    Could someone describe how the customizing tool works in GRC 10.0 (with an special focus on GRC Risk Management).. Do I, as a customer, have to define a certain risk -for example relevant in the drug industry and implement it so the software can test

  • Problem with Stack XML file

    Hello, We have an ECC 6 system with EHP 4 SPS 5 and we watn to install a new Technical Usage (IS-OIL, IS-PRA and IS-UT) In order to do that I have to supply an xml file created by the MOPZ. I created a new MOPZ transaction, in the phaze "Update Optio

  • Is there a way to setup a repeating event for every 5th Sunday?

    I want to have a repeating event for every 5th Saturday, or 5th Sunday. Is there a way of doing that. I only see options for the first, second, third, forth, or last.

  • Method declaration of an interface

    Hi, Here's an interface definition. public interface Foo { public Object getSomeObject(Object param); What i want to find out is, why do we need to specify a variable reference in the interface? public interface Foo { public Object getSomeObject(Obje