Help needed in accessing the url from which a swf file has been loaded

Hi All,
Can anyone help me out in finding the url of the swf file
from which it has been loaded? The purpose of the url is, I am
loading some flv files using relative path. I just want to achieve
the same by appending the relative path to the parent swf url from
where the parent was loaded.
I am a newbie to AS3, So please don t mind if this is a silly
question.
Can anyone help me on this.
Thanks in advance,
Prabakaran Srinivasan.

Hi,
Thanks for the reply. I think the option you gave is only
applicable when the AS3 class comes in the DisplayObject hierarchy.
I want this information in an AS3 class which does not extend any
of the Sprite or its super class hierarchy. Can you let me know the
possibility of fetching the value from such a class which i
specified???
Thanks,
Prabakaran Srinivasan.

Similar Messages

  • What is the URL from which I can download Firefox 10 for Mac?

    I cannot use Firefox 11 for Mac because it does not yet support a security add-on that I require. So I want to downgrade to Firefox 10 for Mac in both the 32-bit and 64-bit versions.
    However, I have been unable to find the URL from which I can download these two versions of Firefox 10 for Mac. Yes, I tried putting various keywords into the search box: "download" "Firefox" "previous versions" "downgrade" etc. Still I couldn't locate the URL.
    Would you be so kind as to send me the URL?

    Just replying to help keep track of the thread. I have been looking also. I can find where to load version 3.6 - but not 10.0.2
    We are having printing problems with 11 that we never had with 10 :-(

  • Is it possible to get the URL from which user came to Apex Application?

    Hi,
    I have 1 web site which is created by Apex. And I have to create similar sites with slight differences. For example, even though the contents are almost same, each telephone # have to be modified.
    So, if possible, I want to use only 1 web site and depending on the URL from which user came, change some information on the page. Is it possible?
    And if it is possible, what if the user set Apex URL as favorite and visit it after some days?

    Thank you Scott,
    This is the one.
    But I have another issue.
    If a user comes to our page from their link directly, I can identify where he come from. But if he added our site to Bookmark and comes to our site through the link, is it possible to identify his original route?
    If it is impossible, I will create other Apex Application and put each URL to the link in order to catch where the user is from.

  • Need to find all clips to which a certain filter has been applied

    Other than going through the entire timeline and opening each of my clips in the viewer, is there a way to determine all the clips on the timeline to which a certain filter has been applied?
    Thanks,
    John Link

    Not really John, at least not that I can think of off the top of my head ... but you can make the task easier by changing your Playhead Sync mode to Open (View menu > Playhead Sync > Open) that way you can zip through the timeline and as the playhead moves from clip to clip it will automatically open the clip under the playhead into the Viewer window. If you set the Viewer window so that it is showing the Filters tab then you can pretty easily see at a glance whether a specific filter is applied on a specific clip.
    Or, if there are no other filters applied, then you can turn on the timeline's Clip Keyframe overlays (toggle on/off with Option T) ... wherever you see a green line displayed then you know that a filter is applied.

  • InCopy workflow in InDesign: Is there a way to find the document in which an ICML file has NOT been checked IN again before saving the doc?

    The situation:
    We are working with the InCopy feature (checking in and checking out ICML files).
    The problem:
    I might have saved a document with an ICML file still checked out.
    The question:
    Is there a way to find out which document was saved with the ICML file still checked out?
    or in other words:
    Is there a way to find the document in which an ICML file has NOT been checked IN again before saving the doc?
    Thanks for any help!

    Hello Sumit Singh,
    thank you for your answer and your reasonable recommendation. Unfortunately, this only works when the ICML content is used in one INDD file. In our case, we use ICML content in multiple docs (various manuals with the same safety instructions, warranties, adresses etc.).
    So, is there a way to trace back where an ICML has been used?
    Is it possible to find out in which document the ICML is still checked out?

  • On Apple TV, my pictures have loaded, but I cannot get the slideshow function to work.  It has been "loading" 28 pictures for over 5 minutes.  What is wrong?

    On Apple TV, my pictures have loaded, but I cannot get the slideshow function to work.  It has been "loading" 28 pictures for five minutes.  What am I doing wrong?  I have Windows 7 on my PC.

    I don't have any direct experience with D-Link equipment, but I may be able to provide some general advice. See if you can use a Web browser to connect to the D-Link's configuration screen. This probably involves visiting a URL such as http://www.192.168.0.1 . If you haven't changed the sign-on parameters, a quick Google search should find them for you.
    Once there, note as many configuration details as you can find. You'll need those to configure your Time Capsule.
    Use the AirPort Utility to configure the Time Capsule.
    One last thing: It's quite possible that the Verizon network will have locked onto the "MAC" address of your D-Link router. Something needs to be done to reset this. If there's a separate box at your house that came with the FIOS equipment that's "upstream" from the D-Link router, I'd cycle power on it to see if that does the job. Otherwise you'll probably need to call Verizon to ask them to reset things once your Time Capsule is installed in place of the D-Link router.

  • I have upgraded my iPhone to iOS 5.1 and now cannot access the camera from a locked screen.  Has anyone else had this problem?

    I have upgraded my iPhone 4S to iOS 5.1 and now cannot access the camera from a locked screen.  Anyone have any suggestions?

    From the lock screen, to access the camera you touch the camera icon and slide in an upward motion. It no longer takes a tap to get it to open.

  • Help needed for downloading the image from Inage URL

    Hello everyone,
    I need some help regarding setting a timeout for dowloading image from image URL
    Actually I have a hash table with set of image URL's...
    for example:
    http://z.about.com/d/politicalhumor/1/0/-/6/clinton_portrait.jpg
    which gives a image.
    for(Enumeration e = google_image_links.elements() ; e.hasMoreElements() ;) {
                                      //System.out.println("final");
                                       //System.out.println(e.nextElement());
                                       try{
                                            System.out.println("Images download started....");
                                            //System.out.println(e.nextElement());
              //imageio is the BufferedImagereader object     
                                               imageio = ImageIO.read(new URL((String) e.nextElement()));
                                            image_title = created_imagepath +"\\"+ array_words[i] + counter_image_download + "." + "jpg";
                                            img = ImageIO.write(imageio,"jpg", new File(image_title));     
                                            imageio.flush();
                                       }catch(Exception e1){
                                            System.out.print(e1);
                                       if(img){
                                            System.out.println("The image " + image_title + " has been saved to local disk succesfully.");
                                       counter_image_download++;
                                  }//end of for loopi am using the above code to download all the image from the Image URL's that r present in hashtable.
    The problem i have been encountered with is...
    Some URL's does not return any bytes, The code is not totally broken. In such cases, my code is hanging off at that particular URL and waiting to get some output data from the URL. The execution does not proceed furthur But if the URL is a totally broken link, the code is throwing an exception and I am able to handle it successfully.
    But in the case of partially broken links, I am not able to go furthur because the code keeps waiting to get some data.
    So for this reason I want to setup a timer and tell the code to wait for 5-10 min, in that time if it does not get any data, proceed furthur to download other links...
    Please tell me how can I do this.. or plzzz tell me an alternative...
    Please help me ans its a bit urgent plzzzz.
    Thank you,
    chaitanya

    Hello everyone,
    I need some help regarding setting a timeout for dowloading image from image URL
    Actually I have a hash table with set of image URL's...
    for example:
    http://z.about.com/d/politicalhumor/1/0/-/6/clinton_portrait.jpg
    which gives a image.
    for(Enumeration e = google_image_links.elements() ; e.hasMoreElements() ;) {
                                      //System.out.println("final");
                                       //System.out.println(e.nextElement());
                                       try{
                                            System.out.println("Images download started....");
                                            //System.out.println(e.nextElement());
              //imageio is the BufferedImagereader object     
                                               imageio = ImageIO.read(new URL((String) e.nextElement()));
                                            image_title = created_imagepath +"\\"+ array_words[i] + counter_image_download + "." + "jpg";
                                            img = ImageIO.write(imageio,"jpg", new File(image_title));     
                                            imageio.flush();
                                       }catch(Exception e1){
                                            System.out.print(e1);
                                       if(img){
                                            System.out.println("The image " + image_title + " has been saved to local disk succesfully.");
                                       counter_image_download++;
                                  }//end of for loopi am using the above code to download all the image from the Image URL's that r present in hashtable.
    The problem i have been encountered with is...
    Some URL's does not return any bytes, The code is not totally broken. In such cases, my code is hanging off at that particular URL and waiting to get some output data from the URL. The execution does not proceed furthur But if the URL is a totally broken link, the code is throwing an exception and I am able to handle it successfully.
    But in the case of partially broken links, I am not able to go furthur because the code keeps waiting to get some data.
    So for this reason I want to setup a timer and tell the code to wait for 5-10 min, in that time if it does not get any data, proceed furthur to download other links...
    Please tell me how can I do this.. or plzzz tell me an alternative...
    Please help me ans its a bit urgent plzzzz.
    Thank you,
    chaitanya

  • Help needed in removing the duplicate nodes in an xml file

    Hi Friends,
    I need some help in removing the duplicates from a xml file using the Excel Spreadsheet. The xml Im using does not have any schema.
    Can some one please let me know the steps.
    Thanks a lot.

    Hi,
    I got the answer.
    Go to the developers Tab and click on export.
    Select the column where we want to delete the duplicates and click on Remove Duplicates from Data Tab.
    OR go to Home Tab> Conditional Formatting> High light Cell Rules> Duplicate Values. It will highlight all the duplicate values and then remove them manually.
    Thanks.

  • Is it possible to find out all of the computers from which MY iChat account has logged into?

    I think one or more people have been using MY iChat (mac.com) account to send out emails (pretending they are me). I've changed my password so it won't happen again, but Is there a way for me to see which computers have logged into/used MY iChat account?

    Hi,
    I am not aware of any way you can get iChat to reveal this info directly.
    You could use iChat with another Screen Name and Little Snitch.
    Little Snitch is a Utility that will tell you what IPs and Ports an App is trying to use.
    This way you add your old ID as a Buddy.
    If they are On line then send them a Video Invite.  You do not have to go the whole way but just enough for Little Snitch to tell you the IPs involved (A Public and possible a LAN IP).
    Once you get that far past the Little Snitch Pop ups you can end the chat
    Little Snitch will keep a running record in its Application Interface for you to fully note down the details (the ISP will also be listed)
    I would also contact Moblieme about this.
    If you can get hold of any of the email I would also look at the Full Header info
    In Mail you can set this in Viewing (Preferences).
    This will also list the ISP (Servers) it has passed through.
    You can also generally see if the name has been spoofed.
    10:57 PM      Wednesday; July 27, 2011
    Please, if posting Logs, do not post any Log info after the line "Binary Images for iChat"
     G4/1GhzDual MDD (Leopard 10.5.8)
     MacBookPro 2Gb( 10.6.8)
     Mac OS X (10.6.8),
    "Limit the Logs to the Bits above Binary Images."  No, Seriously

  • Problem with displaying the data from Database on swf file.

    Hi ,
      I am new to flash.Thanks in Advance Please help me....
    Actually my requirement is my application consists a button(submit_Btn) when we click on the button(submit_Btn), each time it must to database(through servlet) and brings the data from database and places it on the flash swf file.Here my problem is for the first time when we click on the button it goes to database and place the data(which was returned from database) on the swf file.Next  when we click on the button for the second time(or anytime) it is not going  and bringing the new data from database(if some data is modified in database or not),Infact it is showing the old data(the data that was collected from previous ClickListener) only on the swf file and it is also not showing any complile time or run time error.
    my Code looks like this:
    submit_Btn.addEventListener(MouseEvent.CLICK,onCheck2);
    function onCheck2(evnt:MouseEvent):void {
    var xmlLoader:URLLoader = new URLLoader();
        var xmlurl:String = "http://localhost:8888/xmlServlet";
        var xmlrequest:URLRequest = new URLRequest(xmlurl);
    xmlLoader.dataFormat = URLLoaderDataFormat.TEXT;
    xmlLoader.addEventListener(Event.COMPLETE, xmlcompleteHandler);
    xmlLoader.load(xmlrequest);
    function xmlcompleteHandler(event:Event):void {
        var loader:URLLoader = URLLoader(event.target);
        var succData:String=loader.data;
            var xmlData:XML = new XML();
            var xmlList:XMLList;
            xmlData = XML(loader.data);
            xmlList = xmlData.children();
            for (var i=0; i<xmlList.length(); i++) {
                for (var n=0; n<xmlData.UserHumanap[i].HumanapDot.length(); n++) {
                        var x_coordinate:Number = xmlData.UserHumanap[i].HumanapDot[n].@x;
                        var y_coordinate:Number = xmlData.UserHumanap[i].HumanapDot[n].@y;
                        var point2:Point = new Point(x_coordinate,y_coordinate);
                        var circle:Sprite = new Sprite();
                        circle.graphics.beginFill(0x00ff00);
                        circle.graphics.drawCircle(point2.x,point2.y,3);   //Placing the data as dots on the swf file
    Thanks in Advance.......Please Help me..........
    its Urgent..........
    Thanks,
    Swarthi

    Checkout following line in your code
    var xmlurl:String = "http://localhost:8888/xmlServlet";
    now change it to
    var xmlurl:String = "http://localhost:8888/xmlServlet?random="+String(MAth.random());
    I think you will get the point now

  • I need to access/pass variables'(s) of a .swf file into another .swf file.

    Hi all,
    I have basic knowledge of Flash and AS3.0.
    Suppose i have a flash swf file(main.swf). In this main.swf
    file, i loaded another swf file(sub.swf) by writing the following
    code snippet in main.swf file as shown in Attach Code:
    Now, how to acess the data present in main.swf into sub.swf.
    Note: Here data represents values/data stored in
    variables/objects of main.swf file.

    Does this actually work -- assigning variables directly on the loader?  I'm interested in setting flash variables on the loaded SWF, but I get a compilation error when trying something similar:
    Error: Access of possibly undefined property x through a reference with static type flash.display:Loader.
         [exec]
         [exec]             textLdr.x = 50;
    I also tried casting the loader to Object, which compiles but then fails at runtime.
    -Dave

  • Since Yosemite update, we cannot open Minecraft.  Keep getting message that we need to install the legacy SE 6 runtime. This has been unsuccessful. Any suggestions? A nine year old boy will be grateful! Thanks!

    Since Yosemite update, we cannot open Minecraft. Keep getting message that we need to install the legacy SE 6 runtime. This does not work. Any suggestions? A nine year old boy will be grateful as will his mother! Thanks!

    Is this the one you're installing?
    Java for OS X 2014-001

  • Get URL from which Flash was downloaded into browser

    Hello buddies,
    Is there any API in ActionScript to identify the URL from
    which Flash was downloaded into browser?
    Thanks

    example (
    http://www.flashkit.com/tutorials/Actionscripting/Basic/Easy_to_-Tiran_Da-674/index.php):

  • Help needed to access a file from and email link.

    I received an email with a link to an Adobe document. When I attempt to open the link I receive a message " You do not have accewss to the file" How do I gain access?

    Then it is the case I mentioned, the author sent the URL from the address bar viewing the form in Edit mode rather than copying the Fillable Form link. 
    You'll need to respond to the form author and ask them to send out the correct link/URL to the fillable form (which does not ask for any login).  They can go to the "Distribute" tab and on the "Web Form" sub-tab click "Copy Link", if the form is "Closed" it will ask if they want to "Open" the form, the form needs to be in the "Open" state to collect responses so say "Yes".  This will copy the link to their clipboard and they can then send that link/URL out.
    Also, if they close the form (by clicking the X in the upper right corner) and are looking at the "My Forms" tab in FormsCentral, with the form selected there is a "Link" button in the toolbar along the top which copies the form URL to send out.
    Here are a few documents that include information on how to distribute forms: https://www.acrobat.com/formscentral/en/quickstart/distribute-web-form.html
    http://forums.adobe.com/docs/DOC-1413
    http://helpx.adobe.com/acrobat-com/formscentral/topics.html
    Thanks,
    Josh

Maybe you are looking for