Flashview

This is a gallery I'm building together with another flash developer, Alen Cvitkovic. It's still in beta so we're planning on adding additional features.
You can see it at: http://alexrindo.com/gallery4 and you can get the source at: http://code.google.com/p/flashview/. Let me know what you think.
Currently it has the following features:
Zoom functionality
Ability to save images from flash
Customizable via XML
Thumbnail for each image
Ability to caption each image
Properties for each image
Fullscreen mode with play/pause feature
Each image has its own page
Keyboard Navigation (Left/Right to change Image, Up/Down to zoom etc)
Capable of playing GIF files
Fully scalable (Dynamic layout)
Share menu for sharing via social media sites

>Any idea how to achieve this requirement?
When the data changes in the context bound to the FlashIsland the chart should redraw.  You don't need to do anything to make this data update happen. 
Is this not occuring for you?
Have you looked at the tutorials for WDA and FlashIslands?
http://wiki.sdn.sap.com/wiki/display/EmTech/SAPRichIslandsforAdobe+Flash
Particularly the Bar Chart Example does what you describe.

Similar Messages

  • Sample : How to Installing AIR3 SDK in FlashDevelop 3 ?

    Hi everyone, if you not use Adobe Flash CS or Adobe FlashBuilder
    but you need to test AIR 3.0 SDK. I need to share sample that i try to other IDE as open source FlashDevelop.
    let's see below how to do that :
    ** For WIN version ONLY
    Requirement :
    1.     FlashDevelop 3.3.4 RTM  [recommend]
    2.     Flex SDK 4.5.0.19786 [recommend]
    3.     AIR 3.0 SDK
    Walkthrough this step :
         1. download and extract Flex SDK to "C:\flex_sdk_4.5.0.19786"
         2. download and extract AIR3.0 SDK to AIR3.0
         3. In folder AIR3.0 copy all file and paste in folder flex_sdk_4.5.0.19786.
         4. If you never install FlashDevelop just follow through it's installation,
              thenrun FlashDevelop goto "Project > New Project..."
         5. choose "AIR AS3 Projector"
         6. type your project name in text filed after "Name :"
         7. Browse.. "Location :" where you need to save your project, then click "OK"
         8. type your author name and click "OK",
              now your new project was created
         9. goto "Tools > Program Settings..."
         10. click "AS3Context" on left panel
         11. see on right panel click "Flex SDK Location"
         12. Browse.. to "C:\flex_sdk_4.5.0.19786"
         13. click "FlashViewer" on left panel
         14. see on right panel click "External Player Path"
         15. Browse.. to "C:\flex_sdk_4.5.0.19786\runtimes\player\10.2\win\FlashPlayerDebugger.exe", then click "Close"
         16. goto "Tools > Flash Tools > Documentation Generator..."
         17. goto tab "Settings"
         18. in text filed below "ASDoc location:"
         19. Browse.. to "C:\flex_sdk_4.5.0.19786\bin" , then click "Save Settings"
         20. see on right panel in FlashDevelop
              open file "CreateCertificate.bat"
              edit in line :
                   set PATH=%PATH%;$(FlexSDK)\bin
              change to
                   set PATH=%PATH%;C:\flex_sdk_4.5.0.19786\bin
         21. open file "PackageApplication.bat"
              edit in line :
                   set PATH=%PATH%;$(FlexSDK)\bin
              change to
                   set PATH=%PATH%;C:\flex_sdk_4.5.0.19786\bin
         22. open file "Main.as" it's place inside folder src on right panel
              add this code to test your AIR runtime version
              import flash.desktop.NativeApplication;
              trace(NativeApplication.nativeApplication.runtimeVersion);
              Example :
              package
                  import flash.display.Sprite;
                   * @author Porawee Raksasin
                  public class Main extends Sprite
                     import flash.desktop.NativeApplication;
                      trace(NativeApplication.nativeApplication.runtimeVersion);
                      public function Main():void
         23. press F5, then you will see window adl and AIR window on screen as below :
         24. Finally, your output is...
              Done(0)
              [Starting debug session with FDB]
              3.0.0.3880
         Yeah! your app now ready for AIR 3.0.
    Hope you enjoy with AIR 3.0
    Thanks,
    Porawee

    Found the solution:
    1. Download latest Flex SDK and AirSDK, and extract it into some new folder (in same order: Flex then Air)
    2. Add SDK to FlashDevelop (4.0 beta), Tools -> Programm Settings -> AS3Context -> "Installed Flex SDKs" -> Double click on the button with three dots "..." next to the value of this row, choose there your SDK
    3. Create new Air 3 project. In Project properties, compiler options, put "-swf-version=13" into "Additional Compiler Options" under "Compiler options" tab
    4. In Project settings, choose 3.0 in the Platform section of Output tab
    5. edit application.xml:
    <application xmlns="http://ns.adobe.com/air/application/2.7">
    replace with
    <application xmlns="http://ns.adobe.com/air/application/3.0">
    6. empty "bin" folder of the project.
    That did help me

  • Charts in WebDynpro Java (BusinessGraphics/Flex Islands)

    Hello Experts,
    In our project we are to display complex chart on a WebDynpro page. I did investigate the following solution but non of them could help me:
    BusinessGraphics element: The element works through a Chart Engine. Chart Engine could draw a chart I need, but unfortunately BusinessGraphics element doesn't allow to change XML request to Chart Engine and supports only a half of functionality(FE I couldn't choose Column&Lines chart type). So, we couldn't use BusinessGraphics element to display needed chart.
    AnalyticsChart element: The element use Flex Charting to display a chart and the element provides very small functionality as well and I cannot create needed chart.
    Of cause it's possible to create needed chart in Flex, but I didn't find any way to integrate Flex and Java. Search points me to Flash Island technology, but it seems the technology was released only for WebDynpro ABAP.
    Environment: NetWeaver Server 7.11 EHP1(from SDN); NetWeaver Development Studio 7.1 SP00 PAT0000 (Build id: 200807300233)
    So, let me ask questions:
    Is there any way to modify XML request from BusinessGraphics element to chart engine?
    How can I embed Flex/Flesh application to the WebDynpro page?
    Best Regards,
    Dmitry
    Edited by: Dmitry Eidzin on Oct 22, 2008 10:54 AM

    Hi Dmitry,
    1. As far as I know, there is no way...
    2. some hints regarding Flash Island:
    To integrate flash files into your Web Dynpro application, the Adobe Flash Island UI element can be used. Flash Island is based on Adobe Flex (http://www.adobe.com/flex).
    In Web Dynpro a FlashIsland is set as RootElement and spans an entire view.
    To specify the flash componentu2019s data source, properties and events and to bind them to the relevant Web Dynpro objects, you can insert one or more of the following View elements into the FlashIsland:
    DataSource (GACDataSource)
    Property (GACProperty) into the DataSource.
    Event (GACEvent).
    EventParameter (GACEventParameter) into the Event.
    Itu2019s also possible to insert a Property directly into the FlashIsland, if you want to bind to a context attribute directly under the ContextRoot. You can also refer to hierarchical data structures by inserting DataSources into a DataSource.
    To specify the screen area, where the FlashIsland is to be displayed, insert a ViewContainerUIElement into a view.
    Insert a view, e.g. called FlashView into this ViewContainerUIElement.
    Open the FlashView, select the RootElement in the Outline view and choose FlashIsland from the context menu entry Replace With.
    Select the RootElement and enter the name of your  component to the property swfFile, for example: myFlash.swf. This file has to be stored in the mime repository. The relevant path is: .
    To insert the needed additional elements to the RootElement, select it, open the context menu and choose DataSource.
    To insert a Property, select the DataSource and choose Insert Property from the context menu.
    Hope this helps
    kind regards
    Stefanie

  • Integrate Web Dynpro with Flash Viewer for JasperReports

    Hello,
    I am trying to integrate the Flash Viewer with Web Dynpro in order to render the jasper reports generated in my web dynpro component. I am using a Flash Island within the view which has the SWF file bound to it.
    I need to pass the URL of the XML report to an attribute called FlashVars of the embed tag, where the flashviewer SWF file is embedded.
    What I have done so far is: created a property named "FlashVars" for the flash island, and then pass the file location of the generated report to it. However I am not getting the report rendered in the Flash Viewer.
    Best Regards,
    Baez

    Take a look at these 2 blogs:
    /people/jawed.ali/blog/2009/02/09/part-i-print-web-dynpro-java-applications-using-jasperreports
    and
    /people/jawed.ali/blog/2009/10/21/part-ii-print-web-dynpro-java-applications-using-jasperreports
    Instead I'm interested in Part III (We will be integrating JasperReports into WDJ applications.) just do not find this blog
    Regards
    Banana

Maybe you are looking for

  • Finding Illustrator install path

    I want to create an setup app for user to install AI plugin. For Windows and MAC, how do I find the Illustrator's installation path? If there are more than one AI versions stalled what then? I use Microsoft Visual Studio and XCode Please help

  • Lost sync key

    Good Afternoon, I have lost my Firefox sync key. I am aware mozilla does not store the key. Can you please delete my email address from the firefox sync server where I can reapply using the same email address. [email protected]

  • Folios do not appear in Kindle Fire edition

    Trying to test (side load) on the Kindle Fire currently with a multi-folio edition using DPS Pro. I have been following these instructions http://www.adobe.com/devnet/digitalpublishingsuite/articles/targeting-amazon-kindle-fire.h tml For some reason

  • I am looking for help.I wish to download Mozilla Thunderbird to my I phone 5s. Is this possible?

    I wish to use Mozilla Thunderbird on my I phone. Is this possible?

  • How i will display an Excel file in java

    Hi, I have an excel File, Now i want to show it from java, i can do it by clicking an button. So when i will click a button then it will display that excel file thatt means it will be open. Is there anybody can help me? Please give me a sample. I nee