Sharing data between swf files

Hello,
     I have a login.swf file which authenticates the user. Once login is successful I want redirect to loggedin.swf file and pass some user information to the loggedin.swf?. How do i do it? I dont want to use shared objects as users may prevent saving  on to local machine. I dont want to send it in URL either. I want something like hidden variables in html. Is it possible.
Thanks,
Bharani

Hi
I have mutiple swf files in single page each having its sound attached to it.
Now I want one sound to play at a time while all rest swf's sound to be mute.
When user clicks second swf then first swf sound to be mute and second's swf sound to play and all rest swf to mute.
Similarly when he clicks third then third's sound to play while rest all swf to be mute.
I have already implemented swf with sound attached.
But they all are playing at a time.
How this control can be implemented ?? Number of swf files can vary.
Any help??

Similar Messages

  • Sharing data between SWF's

    Hello,
    Is there any way to exchange data between 2 swf's?

    You can talk between movies using javascript as the middleman. Here's a link that provides some information on that...
    http://kb.adobe.com/selfservice/viewContent.do?externalId=tn_15683

  • Passing data parameter between SWF files

    Hello Xcelsius Gurus,
    Is it possible to pass data parameter between SWF files?
    If possible, how to achieve it?
    Thank you.
    Justine

    Hi,
    Thank you for the reference.  Little bit confused, please let me clarify. 
    I do not understand how the receiver SWF receieved the data parameter and process.
    For example, I have a parent dashboard and a child dashboard.  In the parent dashboard, I have set up combo box to filter the data.  And I want the data that I have selected in combo box to the child dashboard.
    To do this, first I need to setup the flash variable at the parent dashboard to fetch the data I selected.
    After this, how to link this data to the child dashboard?
    Furthermore, after the child dashboard received the data parameter, I need this data to insert into the spreadsheet so I can filter the data.  Is this possible?
    Thanks.
    Edited by: Justine Liu on Jan 19, 2010 3:11 PM

  • How to compare date between 2 file?

    hi there...
    is there any possibility to compare date between 2 file and the file that is latest to open?
    thank you

    i need help urgently..... i type tis code
    <%
    String file = ("C:/");
    File f = new File(file);
    String [] fileNames = f.list();
    File [] fileObjects= f.listFiles();
    %>
    <UL>
    <%
    for (int i = 0; i < fileObjects.length; i++) {
    if(fileObjects.lastModified()){
    %>
    <LI>
    <a href="<%= fileNames[i %">"><%= fileNames[i] %></A>
    <%
    %>
    my purpose is to list out all the file in the folder but not to the user just for the system to check all the files than when i click a link it will open the latest file
    Message was edited by:
    n_dilah</a>

  • Sharing ActionScript between SWFs

    I have a "main" SWF which imports several hundred class files and results in about 300k worth of AS3 bytecode. This SWF needs to load other SWFs, on demand, which also import the same code base. When compiling this results in a lot of files all containing the same large chunk of AS3 bytecode. What is the best way to share this code between all the SWFs involved so it need only be loaded once?
    I looked at RSL's but to me they looked like they only catered for library assets rather than chunks of AS3 code.

    I'm not sure what your structure is exactly, but it sounds similar to the one I am currently creating.
    I have many SWFs loaded into a main SWF. The children SWF files sometimes need information from the main SWF, which is where I keep some of the code that all children SWF files will be using.
    The way I do this is by having the child SWF dispatch an event to the main SWF, the main SWF captures the event and subsequently executes the code necessary for that particular event. If the child SWF requires a return value, I have a property created in the child called "Receive", which is an Object set up as a hash. The main SWF sets that property directly when returning information, which also allows it to return a lot of data in very little code. The child SWF now need only listen for when "Receive" changes in value to receive the data.
    Hope that helps you out!
    ~Plystire

  • SharePoint 2010 Report using a Shared Data Source Connection file (.rsds) is forcibly closed.

    Hi -
    When attempting to render a report (.rdl) in a SharePoint 2010 document library that has a
    Connection Type specified as a Shared data source (the connection succeeds when tested in the SharedDataSource.aspx page), the following error message is displayed in the report:
    The data source that I'm using passes the test when tested in isolation but when used in the report it yields to the error message above. Below are some of the details of the .rsds file:
    For this particular Web Application, Kerberos has been enabled. I couldn't spot any traces in ULS nor in the Security Windows logs.
    Any feedback on how to fix this issue is appreciated.
    Thanks.

    Hi
    There are multiple resolution found for the same issue, please refer 
    http://www.marc-lognoul.me/itblog-en/an-existing-connection-was-forcibly-closed-by-the-remote-host/
    http://social.technet.microsoft.com/Forums/sharepoint/en-US/4ad2a302-8a77-44f3-91ce-803d36efc9c5/sharepoint-2010-an-existing-connection-was-forcibly-closed-by-the-remote-host-when-log-in-using?forum=sharepointadminprevious
    http://social.technet.microsoft.com/Forums/sharepoint/en-US/235ca863-f540-4fa0-9688-0b0b46c2d75d/sharepoint-2010-an-existing-connection-was-forcibly-closed-by-the-remote-host-when-log-in-using?forum=sharepointadminprevious 
    Let us know if this helps, thanks
    Regards,
    Pratik Vyas | SharePoint Consultant |
    http://sharepointpratik.blogspot.com
    Posting is provided AS IS with no warranties, and confers no rights
    Please remember to click Mark As Answer if a post solves your problem or
    Vote As Helpful if it was useful.

  • Linking between SWF files

    I need to general advice while protyping my website. I'm
    creating separate somewhat large swf files for each page of my
    website. Therefore, each will need its own html file if I don't
    want it take 3 years to go between pages. I'm confused how to link
    between the each page using a button in flash. Is this an action
    script thing? My links will be static text buttons. Thanks.

    Thanks. I think I get it, but I want to be sure. I think I
    need to be a little clearer:
    One SWF file inserted as my entire index.html page. Right now
    I have a static text button in the SWF file home page that says
    "About Us". I'm designing a new page that will also be its own SWF
    file for "About Us". I have a new www.xxxxx.com/aboutus.html page
    that I plan to put the file in when finished. In the text button on
    the homepage, do I use AS3 URLRequest("
    http://www.xxxxxxx.com/aboutus.html")
    to navigate. Thanks.

  • Sharing data between two separate user sessions

    Hi all!
    I have been trawling my brain for a solution to this - any help will be appreciated!
    I would like to create a single instance of a class but share that instance over more than one user session (two separate users but both running concurrently).
    Just as you can pass data between sessions using ABAP memory - I would like to pass data (specifically an object reference) between two separate users that could even be logged in to two separate application servers...
    Even a mini Client/server solution would suffice but I cannot figure one out!
    Is this possible?
    Many thanks for your thoughts in advance...
    N

    Hello N K,
    sorry thats not possible. Sharing a data item / object instance requires at least a common physical memory. As this is not guaranteed between different app. server this is technical not possible.
    With release 640 ABAP offers the new feature Shared Objects. These mechanism allows access by different users and some propagation to differnt servers.There is an interesting article on the ABAP SDN homepage
    https://www.sdn.sap.com/sdn/developerareas/abap.sdn
    For relases below more or less the database is the only chance to store data accross application servers (known to me). One exception might be the ENQUEUES which might (mis)used to store some Flags.
    Kind Regards
    Klaus
    Link to Shared Objects PDF
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/documents/a1-8-4/shared objects in abap

  • Missing data in SWF files created with Batch Utility SP1

    Hi All and happy new year !
    I have a problem using Xcelsius 2008 batch Utility SP1. On the new SWF file, some of my data are missing. I used a grid component to identify the problem and there are no data where it should have some.
    Is there a table size or data range limit?
    Or another solution for my problem?
    Regards,
    E. OLIME

    Probably, this Note will be useful: 1394826 - Xcelsius Batch Utility: Data can not be changed when the original data cell is blank

  • Date Related swf files

    Hi, I'm new to dreamweaver flash and have just created a swf file as a banner for my school web site. (www.dectc.bham.sch.uk). I would like to be able to automatically change the banner at different times of the year. E.g Snow for winter months, blossom for spring etc. Is there any way this can be done in dreamweaver or do I need to use other software? Any help would be appreciated.

    If you created the banner in Flash, that is a good place to create your seasonal displays and control them.  Using Flash actionscript you can use the Date class to determine what time of year it is and what visual should be displaying.  Each different display could be a different movieclip so you just control which one is being displayed based on the date.

  • Link between swf files.

    Hello. I need to find a way to link multiple .swf files, so I may have a menu and after clicking a button go from there  to any swf file and back. But i need something that works in AS 2 and 3 because my files are in both ActionScripts. It shouldn't be a problem, right? Ive been looking for and trying different things but i can't do it.
    Hope someone can help
    Thanks.

    Also I have this code that works in AS3 but only for one button, when I try to make another one flash marks error. I cant link another button with another file.
    var loadedSWF:Loader = null;
    * Loads an SWF and adds it to container once complete
    * @param file The URL to the SWF to load
    * @param container The container to add the SWF to
    function loadSWF(file:String, container:MovieClip=null):void
        if(container == null) container = MovieClip(root);
        // removes the previously loaded SWF
        if(loadedSWF != null)
            if(loadedSWF.parent) loadedSWF.parent.removeChild(loadedSWF);
        var req:URLRequest = new URLRequest(file);
        loadedSWF = new Loader();
        loadedSWF.load(req);
        addChild(loadedSWF);
    mybutton.addEventListener(MouseEvent.CLICK, _click);
    function _click(e:MouseEvent):void
        loadSWF("myfile1.swf");

  • Overlaping sounds between SWF files

    Hi there!
    I'm making a serie of animations at my work. Each animation is a different SWF file (with a different background music) and they are all linked by a "Menu".
    The music was placed in a single layer of the first scene of each animation by using "Sync: Start > Loop". Although it is only in the first scene, the music keeps playing during the other scenes. That's no problem at all for me!
    But when I navigate through the files, each file's background music keeps playing, even though it's not running any more. So, in a certain moment, there are 3 or 4 sounds playing at the same time.
    Can anyone help me? Please! =P

    Actually, solved this adding "SoundMixer.stopAll()" inside AS code of the button that I've created to change from scene to scene.
    But thanks anyways, Ned Murphy!

  • Communicating between swf files

    movie1.swf has a loader component named myLoader.
    can movie2.swf contain a button instance that will tell
    movie1.swf.myLoader what to load?

    It shouldn't. If sub.swf is truly loaded into _level1 then it
    has no _level0, really this is correct!
    Are you sure you are loading into a _level and not onto a
    depth? Many folks mix the two up.
    If you are having a lot of trouble with this it is generally
    a good idea to set your current project aside for the moment and
    start with a fresh slate. I created two swf files.
    test1.swf has a blue square and code to load an external clip
    into _level1 the code is:
    loadMovieNum("test2.swf",1);
    test2.swf has a movieclip instance of a red circle and the
    following actionscript:
    myClip.onRelease=function(){
    _level0._alpha=50;
    When test1.swf is run I see both my blue square and my red
    circle. When I click on the red circle only the blue square (the
    art work on _level0 from the original swf) is made 50 percent
    opaque. The red circle remains as it was.
    You might want to try a similar test, starting with something
    like I have and moving it toward what you are trying to achieve.
    I'm not sure I understand your
    _level0.myVariable.goDoThis()
    syntax. myVariable seems like a property and properties don't
    usually have methods so I don't quite get it. If myVariable is a
    variable defined in the sub.swf then maybe you need this:
    _level0[myVariable].goDoThis();
    ???

  • Sharing movies between swf's

    I have a flash .fla file that contains a bunch of movieclips
    and components that need to be used in other fla's. What is the
    best way to do this? Currently, I am marking the library entries as
    export for run-time sharing using the same swf name as the fla
    uses. In the .fla file that needs to use these shared clips, I
    simply drag them onto the stage from the library of the .fla that
    contains them. This creates an entry in the second .fla for the
    clip and marks it as imported from the other swf. This works fine
    if the swf's are in the same directory. When I put the SWF's in
    different directories it all stops working.
    Does anyone else use shared swf's in a similar way? I have
    been finding that all examples I see have everything done in the
    same .fla file. For my needs, this will be very inefficient. I am
    building a very large UI that needs to broken into logical pieces
    for maintainability and multiple developer support. Any advice for
    the best way to accomplish this would be greatly appreciated.
    Thanks,
    -Jeff

    You can talk between movies using javascript as the middleman. Here's a link that provides some information on that...
    http://kb.adobe.com/selfservice/viewContent.do?externalId=tn_15683

  • How does one pass data between war files

    Hello All,
    I need to be able to pass values between 2 war files.
    example:
    from a JSP file in the 1st war file i get the login information and need to pass
    the userid and password to another JSP in the 2rd war file.
    Question: How does one go about doing this.
    I'm using webLogic server 6.1 on NT.
    Thanks - Bala

    The problem is that web applications do not share the same session by
    default. If you set the cookie name to be the same for both web
    applications, you should be able to pass the data in the HttpSession...
    Bala Ganesh wrote:
    Hello All,
    I need to be able to pass values between 2 war files.
    example:
    from a JSP file in the 1st war file i get the login information and need to pass
    the userid and password to another JSP in the 2rd war file.
    Question: How does one go about doing this.
    I'm using webLogic server 6.1 on NT.
    Thanks - Bala

Maybe you are looking for

  • Date display in a report

    Hi to all I am working in  PA module in HR ,In my Report i have to count total number of trainee and lateral in given Date range that <b>From date to To Date , Before that i have to calculate a Total Employee Strength before one day of From date</b>

  • I can't update iTunes to 10.4.1.

    Every time I try to update iTunes to 10.4.1 with Apple Software Update, a message appears telling me that there has been an error and I should try to update it manually. I did that, but it doesn't work either. Any idea? Thanks.

  • Yay...disk read error

    I just started an entirely new PC, except for the hard drive (160 gb, maxtor), which still had my previous installment of windows XP.  On boot-up, I get the 'Post' splash screen, followed by like 10 sec's of a prompt if I want to set up RAID, and the

  • Listener error In RMAN

    Hi, I am using the RMAN for backup recovery process.I have created recovery catalog in saperate DB (named as prod) I registered and connect to target DB (named as account) and took the backup successfully. Now, my whole Target DB (account) is crash i

  • Finder crashes when selecting home drive or dropbox

    I got a new MacBook Pro today and the first thing I did was migrate a backup from time machine. Then **** starts. Cant open my home folder or dropbox folder. Finder crashes.