Interaction using Flash an Spry possible?

Hello,
I am just curious, if there is a possibility to use Spry from a flash movie. For example, I like to have the Spry datagrid on a website using a typical master and detail area like this:
  <div class="MasterDetail">
    <div spry:region="dsccare2" class="MasterContainer">
      <div class="MasterColumn" spry:repeat="dsccare2" spry:setrow="dsccare2" spry:hover="MasterColumnHover" spry:select="MasterColumnSelected">{name}</div>    </div>
    <div spry:detailregion="dsccare2" class="DetailContainer">
      <div class="DetailColumn">{links}</div>
      <div class="DetailColumn">{navcontent}</div>
    </div>
    <br style="clear:both" />
Is there a way to use a Flash swf on the page that interacts with spry. I know, that you can call JavaScript commands from Actionscript, but is there a special way to use Spry tags or attributes from Flash? What is the code I need for Flash to include in the Actionscript of button for example to change the {navcontent}?
I think you thought of something like that doing Spry ;)
Thanks Michael

Hi Diana,
do you know what the parameters that "updateContent" accepts?
I didn´t find good documentations about Spry. In the Adobe
site, there are only few examples but doesn´t explain all the
aspects of the Spry. I also looked for this in search sites, but
there are only basics examples and texts explaining how to use it.
Maybe you´ve already observed that everyone that uses
the Spry are looking for better documentations. I understand that
the guys from Adobe are developing and writing the documentation at
the same time, but we all need better documentations and tutorials
to learn the Spry framework. I think this is the best feature in
the Dreamweaver CS3.
If you know someone at Adobe, please tell them to pay more
atention about this.
I will try to insert the AC_FL_RunContent function as a
parameter inside "updateContent". If it works, I will tell here.
Thank you for your help,
Luciano Popó, from Brazil

Similar Messages

  • 3D content for iOS using Flash Builder? Possible?

    Hi,
    Is it possible to use Papervision or Away 3D using Flash Builder 4.6 and compile this succesfully for iOS?
    I have previously had lots of fun with Papervision and I am just wondering if it is possible to create 3D interface content for iOS and/or Android?
    HR

    I think Away3D (and possibly PaperVision) uses Pixel Bender shaders. They don't work on mobile devices, AFAIK. But Stage3D is supposedly coming to AIR mobile soon. That should blow the socks of any software rendering. I think Away3D will be supporting it.

  • Using flash inside Spry

    Hi everyone,
    I have a problem with spry. I´m using "updateContent" of
    Spry to load the contents of my site. However, it seams that it
    doesn´t works well with Flash.
    If I put the flash movie on the html, the dreamweaver puts a
    script "AC_RunActiveContent.js" to see the flash movie, however
    this doesn´t show the flash becouse the Spry.
    If I take the script off the html, the Spry loads the flash
    movie and shows it, however it doesn´t show the "loading" of
    flash movie. It shows a blank screen until the movie loads
    entirely.
    Someone has an idea of what is happening and what should I do
    to show the "loading" of flash movie? When I see the movie from a
    simple html page, it shows the "loading", but if I use
    "updateContent" of Spry to load a content with flash movie, it the
    movie doesn´t show the "loading" of flash.
    Please, I need help!
    Thank you,
    Luciano Popó

    Hi Diana,
    do you know what the parameters that "updateContent" accepts?
    I didn´t find good documentations about Spry. In the Adobe
    site, there are only few examples but doesn´t explain all the
    aspects of the Spry. I also looked for this in search sites, but
    there are only basics examples and texts explaining how to use it.
    Maybe you´ve already observed that everyone that uses
    the Spry are looking for better documentations. I understand that
    the guys from Adobe are developing and writing the documentation at
    the same time, but we all need better documentations and tutorials
    to learn the Spry framework. I think this is the best feature in
    the Dreamweaver CS3.
    If you know someone at Adobe, please tell them to pay more
    atention about this.
    I will try to insert the AC_FL_RunContent function as a
    parameter inside "updateContent". If it works, I will tell here.
    Thank you for your help,
    Luciano Popó, from Brazil

  • How to use Flash to create an interactive diagram

    Hi all.
    I am an extreme newbie. I would like to create an interactive diagram and somebody said I should use Flash to do it.
    The idea is to create an organisational chart (like the ones you can produce in MS Word 2010). Each position will have its own box or button. When a user clicks on that box or button, a Word document or internet link will be activated and take the user to this other resource.
    Is it possible to do this in Flash?
    The reason why I am choosing Flash is because I would like to make alot of these diagrams and they have to go into Moodle. Apparently Flash is the only program I should use to import the diagram into Moodle.
    Can anybody please help me with some advice on how to do this?
    Thanks
    Sharyn

    For the diagram end of things... start by creating the diagram in Flash.  Whatever you intend to use as clickable items, create them as movieclip symbols so that you will be able to assign instance names to them.  You assign instance names by selecting the object on the stage and entering a unique name in the Properties panel where it says <Instance Name>.  That name will be used in the code you will use to create the clicking/linking functionality.
    The the linking end of things, start simple... create a diagram that has just one item to click and get that one item working.  What you learn from that can be applied to the larger version.  The same as stated in the first paragraph applies.  The only additional info you need is creating the actual code.  To help with that you need to decide which version of Actionscript you will be using, which might depend on which version of Flash you are using.  AS3 is the most recent version of Actionscript, and it first came into being back with Flash CS3.
    The first thing you need to do to make a movieclip useful code-wise is to assign it a unique instance name.  So you drag a copy of it out to the stage from the library, and while it's still selected, you enter that unique instance name for it in the Properties panel... let's say you name it "btn1"
    In AS3, to make a movieclip work with code, you need to add an event listener and event handler function for it.  You might need to add a few (for different events, like rollover, rollout, clicking it, but for now we'll just say you want to be able to click it to get a web page to open.  In the timeline that holds that button, in a separate actions layer that you create, in a frame numbered the same as where that button exists, you would add the event listener:
    btn1.addEventListener(MouseEvent.CLICK, btn1Click);
    The name of the unique function for processing the clicking of that button is specified at the end of the event listener assignment, so now you just have to write that function out:
    function btn1Click(evt:MouseEvent):void {
       var url:String = "http://www.awebsite.com/awebpage.html";
       var req:URLRequest = new URLRequest(url);
       navigateToURL(req);

  • How to make like Spry Products demo using Flash CS4 / xml?

    hello there!
    i wonder is it possible to make something similar to Spry Products Demo using Flash CS4 for front end and xml for back end data. take a look at this draft image. If it can be done, can someone guide me please. I am super new to AS2/3 - Please. Thanks for your help.

    hello there!
    i wonder is it possible to make something similar to Spry Products Demo using Flash CS4 for front end and xml for back end data. take a look at this draft image. If it can be done, can someone guide me please. I am super new to AS2/3 - Please. Thanks for your help.

  • Can i use flash for ui and interact with c++ builder for the rest

    i know flash can be used in c# in visual studio but i dont remember a thing of this interaction.
    is it possible to interact with c++ builder and how?
    the scenario is simple
    use flash for UI (showing-viewing data) maybe for a kiosk or something without mouse simply with touch input,
    use c++ builder for the rest , database connection data proccessing etc
    any info will be greatly appreciated
    thanks

    I would advise proper punctuation and grammar on a public forum, but to answer your questions, yes, yes you can! Flash can be used to produce any commercial imagery or animations for the purpose of making profit, as long as you have a valid license you purchased from Adobe. You bought it, you can use it for whatever you want.
    By "book", I assume you mean the "tutorial" book series made by Adobe? If so, the name of the series is "Classroom in a Book", there's one for each versions of Flash. Personally it hasn't been of much use and I would advise simply practicing by yourself and getting familiar with the tools. Look for online tutorials and publicly available projects and see how they work.

  • Interactive ROI Calculator using Flash Catalyst?

    Hello, a client of ours has asked us to create an interactive ROI calculator similar to the one in the following link:
    http://bit.ly/98vjCF
    Our design and production department does work in Flash, mainly to create simple web banners, however they're not hardcore Flash developers by any means. We'll be upgrading from CS4 to CS5 with Catalyst soon. Is it possible to create an interactive ROI calculator using this software or would using a seasoned Flash developer be a better choice?
    Thanks for any info.
    henry

    Hi Henry,
    You can use Flash Catalyst to design the UI of your calculator, both for protyping and optionally for final production too.  However, to do the actual calculations you'll have to write a bit of code using another tool.  For example, you can import the Catalyst project into Flash Builder and wire up the calculation logic to the UI you've created.  This gives you the option of having a nontechnical designer work on the UI, while a less design-oriented developer writes code without having to worry much about the visuals.
    The underlying code used in a Catalyst project is Flex 4.  This should be a snap for a seasoned Flash developer to work with.  Or, a Java or JavaScript developer should also be able to get up to speed on Flex pretty easily (especially if the UI was already built in Catalyst and the dev is just wiring up the "business logic").
    Hope that helps,
    - Peter

  • Using Flash Learning Interactions in Captivate

    Hi there,
    I am developing a short practice quiz in Captivate, but for
    one of the questions I want to use a Flash CS3 learning interaction
    (the "Hot Spots" one). I get the Flash file built, import it into
    Cpativate, and everything works.
    Now for the big question - how do I get Captivate to track
    the successful/unsuccessful action from this question in a quiz? I
    want to present users with a results page at the end of the
    practice quiz, but since this question is not built with a
    Captivate question slide (like m/c, t/f, etc.), how can I track the
    result and include it on the results slide at the end?
    Thanks in advance for any help!
    Cheers,
    Shawn

    Hi J and welcome to our community
    There is no way (back door or otherwise) that I'm aware of to
    do this. Unless, of course, you mean to use Flash 8 and export the
    Flash in a version 6 format.
    Hopefully we will see Flash 8 files working just dandy in
    Captivate version 2.
    Cheers... Rick

  • Using Flash/AS as Template possible?

    Hello Everyone!
    I'm very new to flash (just started last week) so please bare with me if this quesion sounds ridiculusly stupid
    I wonder if it's possible to use Flash/AS files as "templates" - in other words, we have the website http://shop.variuscard.com and the header is subject to change depending on the product-category you click in the shop. We will have approx 10 categories, and each will have a different product displayed in the flash movie, but the "background actions" should stay the same.
    Now, in case I need to change something (let's say the logo changes from blue to red.. and the particle-size and shape) I don't want to change all 10 or more files again. So is there a way to use the "basic" flash file as template, which means - position of the Logo & shadow, and the particle code, and just change the variable pictures and stuff inside the categories? I took that red card-printer as sample of the card-printer category for example.
    Thanks in advance!

    There are a few ways you can manage having a template file.  Probably the more modern approach is to have data file that defines certain characterstics of the file's content, such as the logo image it uses, the title it displays, where things get placed, etc.  Then you have your Flash file dynamically load/adjust the content per what the data file dictates.  So you data file could specify the name of the logo image file and where it gets planted and the file could use that info to load that file and place it where it goes.
    Another thing you can make use of is the FlashVars parameter that the embedding code allows for.  So if you had the same banner in the same web site on different pages or sections of a page, you could use the FlashVars to indicate some parameter each file should use to decide what content it needs to make use of.
    Combining these approaches can alow you to only have one Flash file, and one data file that you change as needed.

  • Playback of flv using Flash Player 10.1 and Flash Media Interactive Server jerky.

    Greetings:
    Thanks for taking time to read this.
    Here is our problem:
    Playback of flv using Flash Player 10.1 and Flash Media Interactive Server jerky.
    Playback ok if using Flash Player 10.0 with Flash Media Interactive Server.
    1. Record live using Flash Media Interactive Server
    2. Attempt to play back resulting flv using Flash Player 10.1 and Flash Media Interactive Server.
      Video plays ok for a few seconds and then plays faster than as recorded -- very jerky.
    Audio plays at normal rate.
    OS: Windows 7 64bit (two different machines. All updates installed.)
    Web browser: FireFox 3.6.10 and IE8 8.0.7600.16385
    Flash version: 10.1.85.3
    Tried with hardware acceleration on and off.
    Note: Also had another person report the same thing on a Mac.
    We had been using Flex 3, so we tried building with Flash Builder 4 – had the same problem.
    This is a show stopper for us.
    Tried using Wowza and everything worked.
    We’re dropping FMIS and switching to Wowza.
    If someone can suggest something else to try, we would appreciate it.

    Hi Greg,
    So if I understand correctly, your findings are:
    Flash Player 10.1.85.3 + Flash Media Interactive Server = Jerky Video
    Flash Player 10.0.x.x + Flash Media Interactive Server = Smooth Video
    Flash Player 10.1.85.3 + Wowza = Smooth Video
    And what about Flash Player 10.0.x.x + Wowza?
    Also, if you could check the network traffic to confirm if it's Flash Player causing the issue or it is receiving it like that from FMIS.
    Cheers
    --Vikas

  • How to use Flash Builder  for Eclipse Luna ( is it possible??)

    How to use Flash Builder  for Eclipse Luna ( is it possible??)

    Yes. I have Flash Builder 4.6 and 4.7 running in different Eclipse Luna installs.
    More details at http://forums.adobe.com/message/4527443
    On Mac, I had to have the 32bit version of Luna for 4.6, and the 64bit version of Luna for 4.7 (and  I recently started using  4.7 with Eclipse Mars).
    For 4.6 you need to first download Eclipse 3.6 and install the Flash Builder 4.6 plugin to that Eclipse install. For 4.7 you need to download Eclipse 3.7 and install the plugin to that Eclipse install. Once it's installed in the 3.x version, you can then copy the fb*.link files from the Eclipse 3.x dropins folders into your Eclipse Luna's dropin folder.
    There is an issue where something in Flash Builder 4.7 won't work right when using it as a plugin, not sure but it might be something with building ANEs.

  • Using Flash Builder with PhoneGap build...Possible?

    Hello,
    Is it possible to use Flash Builder along with PhoneGap build?
    Thanks

    Hello,
    Is it possible to use Flash Builder along with PhoneGap build?
    Thanks

  • HT4993 How do you view items that use flash player? Is it possible? Please & thank you

    How doyou view items that use flash player with an Iphone 4S. Is it possible?

    There is no Flash Player for iOS. Browsers on the App Store like Photon have flash capabilities.

  • Is it possible to use flash player on the iphone 4S?

    I tried to open a greeting card in my hotmail account and was told that the IOS doesn't allow the flashplayer pluging.  Is there any way to view FP media on the IPhone 4s?
    Thanks

    No Flash for iPads, iPhones, or iPods
    Here's why there's is no Flash available for iDevices or other mobile devices. Adobe was unable to provide a product that was suitable to the needs of battery powered mobile devices used for Internet browsing. Existing Flash technology used too much memory, ate battery life, and was buggy. Simply put Flash did not work well on mobile devices.
    Apple's Steve Jobs led the escape from Flash dependency when Apple introduced the iPhone, and later introduced the iPad. There was a hue and cry over the omission. Time proved Jobs was right on target.
    So this is why there is no Flash for your iPhone or iPad or iPod nor for most SmartPhones. Flash has been abandoned by many sites in favor of supported technologies such as HTML5 or by providing their own custom app.
    Here is Steve Jobs official comment on his momentous decision to omit Flash from iDevices: Steve Jobs on Flash.
    Here is Adobe's later announcement to cease development of Flash for mobile devices: Adobe on Mobile Flash.
    Now, you are not necessarily out on a limb. There are some apps that can display some Flash, but don't count on there ability to display anything using Flash.
    Apps that can display some Flash from the Web:
    Puffin
    SkyFire
    Photon Flash
    Browse2Go
    iSwifter
    Also, note that many sites that use Flash provide their own app for accessing their material. So check with your favorite sites and find out if "there's an app for that."

  • Overlays to control chapters - like Flash- Is this possible?

    I realize this is a tall order, but I thought I'd post in hopes there's some Quicktime wizard out there who may know if these are possible:
    I'd like to have clickable overlays on my Quicktime video that control which chapter a user goes to. So the video will play up to a certain point and then the user can choose which chapter they go to next.
    If this is possible, can this Quicktime then be exported to an flv file that keeps the functionality?

    I think perhaps you misread Tangier's statement...
    QuickTime has a boatload of capability built right in. What is missing is an authoring tool *similar to Flash* to give content creators the ability to leverage that capability.
    Adobe once provided something in GoLive before they bought Macromedia, and Totally Hip gave us the ill-supported and massively overpriced LiveStage Pro. But apart from that, nobody did much with developing a good sprite editor and programmer for QuickTime because you could just do it all with a Flash track instead. Heck, even Apple used Flash tracks for interactivity in QuickTime movies. Then along came QT 7.1.3 that broke flash tracks, *without warning*.
    Some years ago, I visited a Hong Kong web site that was presenting television news. The site crashed my browser when I tried to watch video, because they were using a combination of Windows Media, a custom ActiveX control, and a very complicated bit of JavaScript to present a news clip with audio in two languages and subtitles in three. Had they used QuickTime instead, all of that metadata (the three languages of subtitles) and the two audio channels and the video track could all have been handled natively by QuickTime alone.
    The power is there. What we need is (a) some reasonable assurance from Apple that it won't all be abandoned in QuickTime X, and (b) some good tools for making use of it.
    --Dave Althoff, Jr.

Maybe you are looking for

  • Photo Event Organization Problem

    I had about 20,000 plus photos in I-Photo all organized by event and date.  I decided to download another 1700 photos from a remote hard drive from my career and after they were imported, all the organization of the events was lost.  I cannot seem to

  • How to hide standard Iviews in MSS employee profile service

    Hi , I am on MSS Add on 1.0 . when I click on Team then employee infomration then employee profile. I can see details of employee. How to hide additional information like salary data , compensation information, apprisal which is part of standard deli

  • Accessing session attribute in output jsp page

    Hi i am not getting any output in jsp page... i am getting just heading i think some problem with Session attribute.. if so how to access session been in jsp page my code is here <%@page contentType="text/html"%> <%@page pageEncoding="UTF-8"%> <%-- T

  • TMS error message

    I got the error message when I open the TMS users button, this seems to be DB user table got problem. What can I check from the TMS and SQL DB? the TMS version is 14.3.2 the detail error message : 

  • Change src of iframe in web page widget (CP 8)

    Hi there. I would like to know how can I dynamically change the src attribute of <iframe> defined in Web Widget in CP 8. I have tried  many things (for example getElementsById() command, written as an action of CP button) but it didn´t work. I´ve hea