Do Flash getURL links work when SWF is embedded in Director?

I’ve got a simple test rig that says no, the links
won’t work. Anybody get this to work?
My test rig has two buttons in Flash, one gets a pdf from a
remote server, the other opens a local PDF on my hard drive.
When played from the Flash player the local link works fine,
the remote link looks like it would work if I were willing to
change my security settings and restart.
When embedded in Director both links are inactive.
And, although this is not terribly relevant, when the SWF is
played remotely through a browser, the remote link works

Your Flash .swf is expecting to be housed in an HTML doc, and
so a getURL function is trying to reach out to the browser. When
you import your .swf into a Director movie, that Director movie is
taking the place of the browser window. So your function fails to
reach a browser. This is compounded if you are playing the .swf
from a Director projector as there's no browser immediately
available.
There is a simple solution. You can use the on getURL
me,string function in Director to intercept the url.
So, if your Flash movie has something like this:
myButton.onRelease = function() {
getURL("www.disney.com",_blank);
Then in your Director movie, write a behavior something like
this:
property thisSprite
on beginSprite me
thisSprite = me.spriteNum
end
on getURL me,link,target
gotoNetPage link,target
end
Then attach that behavior to the Flash sprite.

Similar Messages

  • GetURL not working when swf is loaded into another swf

    Ok, I need some help for something relatively simple which
    for some reason I've not been able to find any information on at
    all?
    Hopefully it will be something easy to fix.
    Essentially I have the following:
    my main movie "Home.swf"
    another movie "Sub.swf"
    I've loaded "Sub.swf" into "Home.swf" via an empty movieclip.
    Within "Sub.swf" I have some links which when clicked call
    getURL and open a HTML page in the browser.
    But for some reason the getURL isn't working and I believe
    its because the getURL is called from a loaded movie within
    "Home.swf".
    I've tried changing the actionscript to:
    _root.getURL('/mypage.html');
    _parent.getURL('/mypage.html');
    but neither (_root / _parent) seems to work?
    Need help here please.
    Many thanks.
    Kind regards,
    M.

    Hi kglad,
    Yes the button is definitely firing ok.
    In the "Sub.swf" movie, on the second frame of the timeline
    (the first frame is some preloader code) there is the following
    code:
    imgMC.mascara.onPress = function() {
    //trace('mc[activo] = ' + mc[activo]);
    switch(mc[activo])
    case _level0.imgMC.MC0:
    trace('0 - ' + mc[activo])
    break;
    case _level0.imgMC.MC1:
    trace('1 - ' + mc[activo])
    break;
    case _level0.imgMC.MC2:
    trace('2 - ' + mc[activo])
    break;
    case _level0.imgMC.MC3:
    trace('3 - ' + mc[activo])
    break;
    case _level0.imgMC.MC4:
    trace('4 - ' + mc[activo])
    break;
    case _level0.imgMC.MC5:
    trace('5 - ' + mc[activo])
    break;
    If I run this movie in Flash (ctrl-enter) then the trace
    works fine.
    But the trace stops working when I run the main "Home.swf"
    movie in Flash (ctrl-enter) when the "Sub.swf" is loaded into an
    empty movie clip.
    And when I change the trace for a getURL and test in a
    browser it still doesn't work?
    What do you reckon?
    Thanks.
    M.

  • ExternalInterface not working when swf file is embed inside a dynamically cloned DIV element.

    ExternalInterface not working when swf file is embed inside a dynamically cloned DIV element.
    It seems that flash movie is identifed as 'undefined' inside document.
    //a statically placed div
    var staticdiv=document.getElementById('PropDiv');
    //dynamically placed div with object tag
    var dynDiv =staticdiv.cloneNode( true );
    var xD=50;
    var yD=50;
    if(dynDiv)
    dynDiv.style.display  = "block";
    dynDiv.innerHTML="<object classid=" + "\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\"" + "codebase=" +
    "\"http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0\"" + "width=" + xD + "height=" + yD +
    "id=" + "\"external\"" + "align=" + "\"middle\"" + ">" +
                    "<param name=" + "\"allowScriptAccess\"" + "value=" + "\"sameDomain\"" + "/>" +
                    "<param name=" + "\"movie\"" + "value=" + "\"external.swf\"" + "/>" +
                    "<param name=" + "\"quality\"" + "value=" + "\"high\"" + "/>" +
                    "<param name=" + "\"wmode\"" + "value=" + "\"transparent\"" + "/>" +
                    "<param name=" + "\"bgcolor\"" + "value=" + "\"#ffffff\"" + "/>" +
                    "<embed src=" + "\"external.swf\"" + "quality=" + "\"high\"" + "wmode=" + "\"transparent\"" +"bgcolor=" + "\"#ffffff\""
    + "width=" + xD + "height=" + yD + "name=" + "\"external\"" + "align=" + "\"middle\"" + "allowScriptAccess=" + "\"sameDomain\"" +
    "type=" + "\"application/x-shockwave-flash\"" + "pluginspage=" + "\"http://www.macromedia.com/go/getflashplayer\"" + "/>" +
                    "</object>";
       dynDiv.style.top=50;
       dynDiv.style.left=100;
    document.body.appendChild(dynDiv);
    In above situation communication is not establised when a  funtion which is retruning boolean is called from flash using
    ExternalInterfcae.call.The return value of this function is getting as false inside flash.But the value is true in javascript.
    if (navigator.appName.indexOf("Microsoft") != -1) {
       return window[movieName];
      } else {
       return document[movieName];
    window["external"] is returning as 'undefined'.
    Please give a  solution to solve this.

    Note that you have different file names for the object (images/banner.swf) and the embed (images/banner1.swf)
    You also placed the embed in the middle of a param tag and nested all param tags.
    Because you didn't include a MIME type and the object doesn't have a classid for an ActiveX control for IE, I'm not sure what Firefox will be using.<br />
    The object doesn't have a data attribute to specify the file.<br />
    A separate embed is only needed when you specify a classid in the object.
    <pre><nowiki><div class="bannercontainer">
    <object width="940" height="445" type="application/x-shockwave-flash" data="images/banner.swf" >
    <param name="wmode" value="transparent" />
    <param name="movie" value="images/banner.swf" />
    </object>
    </div></nowiki></pre>

  • My iPhone 4 is 3 years old, and recently the Flash will only work WHEN it wants to... Anyone got any ideas what I need to do?

    My iPhone 4 is 3 years old, and recently the Flash will only work WHEN it wants to... Anyone got any ideas what I need to do? Does it need to be repaird in an Apple store? if so does anyone know roughly how much it would be? Or would a simple Restore work?
    Thank you in advance for replies

    Take it to an Apple store. Most likely you will have to get a replacement for which you will be charged the replacement fee.
    Rice only absorbs water. But it cannot prevent damage to the device.

  • Flash hyperlinks not working when hosted

    Hey all.  I've recently run into an issue with Adobe Flash Professional using Actionscript3 to navigate to separate pages on my personal webpage.  I believe I have the coding correct because when I open it locally in my browser, the links all work perfectly fine and navigate to the appropriate location on my hosting service.  However, when I uploaded the files to my file manager, the links suddenly stopped working...
    The link I am currently trying to get to work completely is the web design page.
    Here is the code for what I have and a link to the webpage.  Webpage link:  Justin Widener - Projects
    <div id="main-content">
          <object id="FlashID" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="800" height="450" allowScriptAccess="always">
            <param name="movie" value="http://justinwidener.x10.mx/assets/projectsani.swf" />
            <param name="quality" value="high" />
            <param name="wmode" value="opaque" />
            <param name="swfversion" value="11.0.0.0" />
            <param name="allowScriptAccess" value="always">
            <!-- This param tag prompts users with Flash Player 6.0 r65 and higher to download the latest version of Flash Player. Delete it if you don’t want users to see the prompt. -->
            <param name="expressinstall" value="Scripts/expressInstall.swf" />
            <!-- Next object tag is for non-IE browsers. So hide it from IE using IECC. -->
            <!--[if !IE]>-->
            <object type="application/x-shockwave-flash" data="assets/projectsani.swf" width="800" height="450" allowScriptAccess="always">
              <!--<![endif]-->
              <param name="quality" value="high" />
              <param name="wmode" value="opaque" />
              <param name="swfversion" value="11.0.0.0" />
              <param name="expressinstall" value="Scripts/expressInstall.swf" />
              <param name="allowScriptAccess" value="always">
              <!-- The browser displays the following alternative content for users with Flash Player 6.0 and older. -->
              <div>
                <h4>Content on this page requires a newer version of Adobe Flash Player.</h4>
                <p><a href="http://www.adobe.com/go/getflashplayer"><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" width="112" height="33" /></a></p>
              </div>
              <!--[if !IE]>-->
            </object>
            <!--<![endif]-->
          </object>
      </div>
    Here is a copy of the Actionscript coding that I am using with my SWF file.
    photo.addEventListener(MouseEvent.CLICK, fl_ClickToGoToWebPage_5);
    function fl_ClickToGoToWebPage_5(event:MouseEvent):void
      navigateToURL(new URLRequest("http://justinwidener.x10.mx/photo.html"), "_blank");
    web.addEventListener(MouseEvent.CLICK, fl_ClickToGoToWebPage_6);
    function fl_ClickToGoToWebPage_6(event:MouseEvent):void
      navigateToURL(new URLRequest("http://justinwidener.x10.mx/web.html"), "_blank");
    model.addEventListener(MouseEvent.CLICK, fl_ClickToGoToWebPage_7);
    function fl_ClickToGoToWebPage_7(event:MouseEvent):void
      navigateToURL(new URLRequest("http://justinwidener.x10.mx/model.html"), "_blank");
    video.addEventListener(MouseEvent.CLICK, fl_ClickToGoToWebPage_8);
    function fl_ClickToGoToWebPage_8(event:MouseEvent):void
      navigateToURL(new URLRequest("http://justinwidener.x10.mx/video.html"), "_blank");
    All of the links work correctly when I open the files locally but stop working when they are hosted.  Is there a reason for this?

    I'm not sure if I can even use a "www" prefix on those links.  They are a free hosting service and the "www" prefix is replaced by "justinwidener".  I can give it a shot and see what happens if I add "www" to the beginning.
    UPDATE:  So I have added the "www" prefix to the links and they are still not working.  However, the links work on IE on my computer and on Google Chrome on a different computer.

  • I can't open web links in Excel or Word when Firefox is my default browser, but they links work when IE is my default browser. How do I open the links with Firefox as the default?

    I recently downloaded Firefox and made it my default browser. Links I have in Excel and Word that used to open with a single click when IE was my default browser no longer work. When I switched my default browser back to IE the links work again.

    This problem just arose for me today. Very frustrating. Tried all of the suggestions here without success. Then a very simple solution came to me:
    UNINSTALL CHROME. I haven't used Chrome for a long while anyway since it seems to have chronic problems of one sort or another. Firefox does 95% of what I need, and Internet Explorer can handle the other 5%.
    After uninstalling Chrome I clicked a mailto link. It asked me what program to use and did not list Firefox as an option for some reason. In the Tools menu, I chose "Options" and went to the "Applications" tab. Searched for "mailto". There was a single entry - when Chrome was installed it gave me no options to switch. After uninstalling Chrome I was able to change that. It still did not list Firefox, but it did list "Gmail". Selecting that causes my Gmail to open in Firefox.
    I have no idea whether Google or Microsoft is responsible for this, but I'm inclined to give the hairy eyeball to Google for this one. It's the sort of stunt they'd pull on Microsoft, then pretend it was just a mistake. Just one guy's opinion, of course.

  • Does external links work when html based course embeded in adobe air

    Hi,
    i have an html based WBT, developed using Lectora.
    Now my clients wants its desktop version.
    I am using Adobe air to do it. My html course has some external links which opens in external popup windows and captivate swf files.
    If i wrap my html course into desktop application using adobe air, will my external links work?
    And swf files running in html pages will work fine?

    Hi flexo222,
    Currently Adobe AIR does not support custom CSS cursors and only some of the "default" cursors available in CSS.
    You could however use the following ActionScript workaround if you don't need a very complex behavior:
      * on mouseOver have the default cursor hidden
      * on mouseMove have a custom cursor drawn and positioned via ActionScript
      * on mouseOut have the custom cursor hidden and the default cursor shown.
    I have attached a sample that should make things clearer. Feel free to ask if there's anything not clear.
    Cheers,
    Mihai

  • Flash Navigation Not Working (the swf works, but the external links don't)

    I used Illustrator and Flash Catalyst to make a navigation bar for my website, but it's not working... I click links and nothing happens. I click one of the links to the sub-menu (the "careers" button and "advertising" button go to other menus) and those work fine, but the links themselves aren't working, even though they were when I first uploaded it...
    I've double and triple checked, and they all have the right links associated with them in FC, so any ideas on what I should do to fix it?
    The site: http://www.sorean.net
    ALSO: Anyone not using Firefox, if you could see if they work for you, I'd much appreciate it.
    Anyway, you click on the logo to bring the main menu back up if you're in a sub menu... But I've had to put text-based links above the navigation so that it wouldn't be a huge inconvenience while I'm trying to make it work.
    Any help or suggestions are greatly appreciated.
    - Amanda

    I figured it out... I was trying to use the navigation on multiple layers (sub-folders) of my site, but putting a full URL makes the external links NOT work
    like "http://mydomain.com/file.swf" instead of just "file.swf" but when I changed it to NOT include my domain, it works great. ... SO, I did have to put a copy of the swf in each sub-folder, but that's ok, 'cause as long as it works, I'm good. I'm so excited.

  • Flash no longer working when updating a template page

    Recently switched from GoLive over to DW CS3. I've purchased Total Training for DW CS3 to help me with the transition.
    I am wanting to create a template page to use for the entire site so that if I need to make a change to the template, it updates my entire website.  When I upload the page, the flash image loads fine. The problem I'm having is if I reopen the template.dwt page and make a change, when DW updates the pages that are linked to the template, the flash image in the pages no longer work.
    Here are my steps I've taken:
    1.  Created a page called index.html
    2.  Made an editable region called "main content" using Insert>Template Objects>Editable Region
    3.  Created a folder called templates in the root directory
    4.  File>Save as Template and called it home.html (for testing so I don't mess up my working index.html page)
    5.  File>New>Page from Template and selected my template.dwt file
    6.  Added content to the page.
    7.  File>Save As company-history.html
    8.  Upload index.html, home.html and company-info.html to the server.
    Everything works like it is supposed to.
    9. Open template.dwt and make a change.
    10. Save page and DW updates the home.html and company-info.html pages
    11. Upload to server
    12. Flash image on those two pages stop working
    Here are the links to my pages
    Index - Working properly
    Home - (made from template) Flash not working
    Company Info - Flash not working (made from template) Flash not working
    Any ideas where I'm going wrong?

    Oh, I see you did.  So in the template file, make this -
    AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0','width','900','height','256','title','Main Flash Slideshow','src','../images/Main-Flash-Slideshow','quality','high','pluginspage','http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','movie','../images/Main-Flash-Slideshow' ); //end AC code
    </script><noscript><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="900" height="256" title="Main Flash Slideshow">
          <param name="movie" value="images/Main-Flash-Slideshow.swf" />
          <param name="quality" value="high" />
          <embed src="images/Main-Flash-Slideshow.swf" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="900" height="256"></embed>
        </object>
    Read like this -
    AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0','width','900','height','256','title','Main Flash Slideshow','src','/images/Main-Flash-Slideshow','quality','high','pluginspage','http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','movie','/images/Main-Flash-Slideshow' ); //end AC code
    </script><noscript><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="900" height="256" title="Main Flash Slideshow">
          <param name="movie" value="/images/Main-Flash-Slideshow.swf" />
          <param name="quality" value="high" />
          <embed src="/images/Main-Flash-Slideshow.swf" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="900" height="256"></embed>
        </object>
    See if that helps.
    Message was edited by: Murray *ACP*

  • How can I make the links work when the site is published.

    I am a new iWeb user and have built the website www.realmoroccotours.com and am having a few problems that I hope someone can help me with.
    First - in Iweb everything works fine but when it is published the links in the top and bottom menu do not work. If I clic on the link before the page is fully loaded it odes work. My host gave me the following information but I have no idea what it means or how to fix it. I have rebuilt the whole site but still the same thing happens.
    +> One of your javascript files that you have installed in the header of the main+
    +> page is blocking the screen with transparent image preventing links from+
    +> clicking. Please remove conflicting javascript and reload that page again.+
    Secondly, the site loads very slowly - although not all the time. Any suggestions on how to make it faster loading would be appreciated.

    All it means is that the image is blocking the navigation menu/overlapping - all you need to do is move it out of the way and the menu should work. Do a view all in iWeb and you can then see what is overlapping and what you need to move.
    You could also build your own nav menu if you like so that your site will be found more easily - javascript, which the iWeb menu is, is not always found that easily. You don't need to re-build the whole site - just the nav menu.
    If you want to speed up your site, then you could try using Web Crusher or iWeb Maestro to speed it up - you need to do this post publishing though, so publish to a local folder and then run it through either of these to get rid of the bloated code that iWeb creates and then upload your site.

  • Websockets flash fallback not working when secure is true

    I am running Coldfusion 11 on  a 2008 win server box (IIS7). I have configured websockets in coldfusion using the built in server with all the defaults with the addition of my keystore for the SSL setup.
    I am using the the secure="true" on the cfwebsocket tag.
    <cfwebsocket name="mySocket" onMessage="defaultmsgHandler" onOpen="openHandler" onError="errorHandler" secure="true"/>
    The rest of the websocket code is from the adobe dev connection - http://www.adobe.com/devnet/coldfusion/articles/html5-websockets-coldfusion-pt1.html
    My addition is simply the secure attribute.
    All works fine, over both SSL and Non SSL (ws / wss) exactly how I expected. The problem came when I was testing it in older browsers < IE 10 etc. The flash fallback is loading up as I can see the element in the html but there is no connection to the websocket server and no data is moved around.
    As soon as I remove the secure = true attribute everything is fine. Flash fallback works exactly how I was expecting.
    I have all the relevant ports open on the firewall. Flash fallback uses 1243 and it seems to connect when I trace it via wireshark but the connection from flash back to websockets doesnt initiate.
    Is it intended to work this way? Am I missing a trick somewhere? Do I need to change something in the crossdomain.xml policies?

    It's interesting that it works for you and not me, I'm even more confused now. I did finally think to open up the java console and found the following error:
    java.lang.NullPointerException
    at oracle.forms.demos.TimeoutPJC._addMouseListeners(TimeoutPJC.java:208)
         at oracle.forms.demos.TimeoutPJC.init(TimeoutPJC.java:180)
         at oracle.forms.handler.UICommon.instantiate(Unknown Source)
         at oracle.forms.handler.UICommon.onCreate(Unknown Source)
         at oracle.forms.handler.JavaContainer.onCreate(Unknown Source)
         at oracle.forms.engine.Runform.onCreateHandler(Unknown Source)
         at oracle.forms.engine.Runform.processMessage(Unknown Source)
         at oracle.forms.engine.Runform.processSet(Unknown Source)
         at oracle.forms.engine.Runform.onMessageReal(Unknown Source)
         at oracle.forms.engine.Runform.onMessage(Unknown Source)
         at oracle.forms.engine.Runform.sendInitialMessage(Unknown Source)
         at oracle.forms.engine.Runform.startRunform(Unknown Source)
         at oracle.forms.engine.Main.createRunform(Unknown Source)
         at oracle.forms.engine.Main.start(Unknown Source)
         at sun.applet.AppletPanel.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    I have no clue what that means or how to approach fixing it. I have very little java knowledge!

  • Why does my flash player stop working when watching HD videos?

    I use Internet Explorer 9, but I've had this issue with all of the browsers. While trying to play an HD video, the box where the video is supposed to play disappears and I get a message that I need to download the newest version of Adobe flash. This happens at least every other day. Usually exiting out of the browser and starting it back up again will make it work for a time but it is very annoying. I've tried following the steps shown in the help section but they have done me no good. (this happens often with flash games as well.)

    Could you give our Flash Player 11.6 beta a try and let me know if this continues happening?
    http://labs.adobe.com/downloads/flashplayer.html
    Thanks,
    Chris

  • Not all links work when migrating iweb to ftp

    I migrated my iweb site from mobilem to another host and now some of the movie links that I use are not working.  Everything else is working like text and photos but the movies I get the quicktime icon in the place for them.  What am Idoing

    is that making a difference?
    yes, that is in web server mime type configuration.
    .mov is a well known file extension and is default to video/quicktime mime type.
    mp4 or .m4v extension is rather new, it's mpeg4 layer and not all web hosts config .m4v extension.
    you can config it yourself (adding extension to mime type), but if you don't know how you can ask your host to add mime type video/mp4  for .m4v extension.
    other file extensions can be used with video/mp4 are: mp4 mp4v mpg4 m4v

  • How do i get flash player to work when i try to go on some sites such as youtube?

    I downloaded flash player multiple times and it still says i need to download it

    Youtube doesn't require flash player anymore--hasn't for a while now. Try a different browser, for starters.

  • Itunes  I cant find anything.  I need to know how much credit i still have.  I need to authorise this computer.  None of the links work when I try to follow the online directions.  Frustrating and bloody annoying.

    WHAt the heck is wrong with the itunes website? It's the least user friendly site I've ever tried to use.  Ive spent hours trying to find my credit balance and I get no result when I follow online directions, even though I know I have more than $70 in credit.   I can't find the directions to authorise this computer.  When
    en I go to the Itune store there is no "authorise this computer button"  despite tnhe fact  that is what it tells me to do.  I'm frustrated and angry at wasting so much time.
    <Edited by Host>

    Well, your credit balance should show up next to your name when you are in the iTunes Store (the actual Store as I showed in the screenshot above), but I have found that it doesn't always do that....
    Do you have an iOS Device? If so, go iinto either the iTunes or Apps icon, make sure you are signed in, and then scroll to the bottom of the screen to see if it displays right beneath your sign-on name.
    I don't know why it doesn't show up sometimes....it's weird.
    The other thing you can try is to sign out of your iTunes account and then back in again to see if it shows up, or, you can click on your user ID in the iTunes Store, and then click on "Account" to view your account page:
    Cheers,
    GB

Maybe you are looking for

  • "Failed to open the connection" - Add-on Crystal Reports (SAP B1 2007A)

    I have Created One Crystal Report. When I Preview Report (Administration>Crystal Reports>Select Report-->Print and Preview), System displays the following error message. " Failed to open the connection." Can you help me? Kind regards Margarida Pedros

  • How to use MfE with Yahoo Small Business e-mail ac...

    Hi, I am using N97, and trying to access MfE with my company's e-mail id. We have taken e-mail id from Yahoo Small Business.  My question is 1. Is it possible to access Yahoo Small Business's e-mail on my N97 using MfE (I am using it with normal Mail

  • How to clear the delivery group in sales order?

    Dear All:        My sales order is auto created from CRM by BAPI, but in vbap table, the GRKOR field is 001, only one order ,  how to clear the delivery group in the sales order ? Regards Peter.

  • RE: How to use macros in InCopy

    Hi, Meghan: Have you looked into using ID's text variables? In you example, you'd create a text variable named AB whose value is 5.00, and insert the AB variable wherever you need it. You could copy one instance of it to the clipboard, and use Find/R

  • HT1937 My iTunes is messed up

    My playlist is missing.