NavigateToURL not firing when site viewed on Mac

I am simply trying to link a button on my site to another webpage (an online store).  The site is currently live at http://HigdonFlorist.com.  The last 2 menu options (View Bouquets and Place Order) should link to http://store.higdonflorist.com.
On PC, this works just fine every time.
However, I have reports that Mac users have trouble.  The action never fires on the first 4 or 5 tries.  Then, suddenly, it begins to work (and continues to work thereafter).
I have scoured Google and Adobe Forums, and it seems this is not a common problem.  So I'm hoping it is just a simple fix.
My AS3:
import flash.net.URLRequest;
import flash.net.navigateToURL;
navigateToURL(new URLRequest("http://store.higdonflorist.com"), "_self");
I have also tried this method:
var url:String = "http://store.higdonflorist.com";
var request:URLRequest = new URLRequest(url);
try {
     navigateToURL(request, '_self');
} catch (e:Error) {
     trace("Error occurred!");
Thanks in advance....

var url:URLRequest = new URLRequest("http://store.higdonflorist.com");
navigateToURL(url, "_self");

Similar Messages

  • I burned my first iDVD andpicture quality is not good.  Originals are excellent.  My photos are shot in raw or jpeg, both are not sharp when I view my DVD.  I viewed it on my 1080 dpi tv and my new apple computer.

    I burned my first iDVD andpicture quality is not good.  Originals are excellent.  My photos are shot in raw or jpeg, both are not sharp when I view my DVD.  I viewed it on my 1080 dpi tv and my new apple computer.

    There are many ways to produce slide shows using iPhoto, iMovie or iDVD and some limit the number of photos you can use (iDVD has a 99 chapter (slide) limitation).
    If what you want is what I want, namely to be able to use high resolution photos (even 300 dpi tiff files), to pan and zoom individual photos, use a variety of transitions, to add and edit music or commentary, place text exactly where you want it, and to end up with a DVD that looks good on both your Mac and a TV - in other words end up with and end result that does not look like an old fashioned slide show from a projector - you may be interested in how I do it. You don't have to do it my way, but the following may be food for thought!
    Firstly you need proper software to assemble the photos, decide on the duration of each, the transitions you want to use, and how to pan and zoom individual photos where required, and add proper titles. For this I use Photo to Movie. You can read about what it can do on their website:
    http://www.lqgraphics.com/software/phototomovie.php
    (Other users here use the alternative FotoMagico:  http://www.boinx.com/fotomagico/homevspro/ which you may prefer - I have no experience with it.)
    Neither of these are freeware, but are worth the investment if you are going to do a lot of slide shows. Read about them in detail, then decide which one you feel is best suited to your needs.
    Once you have timed and arranged and manipulated the photos to your liking in Photo to Movie, it exports the file to iMovie  as a DV stream. You can add music in Photo to Movie, but I prefer doing this in iMovie where it is easier to edit. You can now further edit the slide show in iMovie just as you would a movie, including adding other video clips, then send it to iDVD 7, or Toast,  for burning.
    You will be pleasantly surprised at how professional the results can be!
    To simply create a slide show in iDVD 7 onwards from images in iPhoto or stored in other places on your hard disk or a connected server, look here:
    http://support.apple.com/kb/HT1089

  • TS3276 My o2 email account does not work when sending from my MAC it will accept incoming mail but not send it gives me a message that  o2 account (offline) my mac I have no problem with my iPhone  or mac laptop. any suggestions please.

    My o2 email account does not work when sending from my MAC it will accept incoming mail but not send it gives me a message that  o2 account (offline) my mac I have no problem with my iPhone  or mac laptop. any suggestions please.

    Sorry for the delay...
    I did what you've told me, new account and manually copied my files from Time Machine. I had lots of permissions problems, but at the end, almost everything is in order... It seems it had to be with some of the Apple Preferences, but I can't be sure, as most of them were dumped to the trash can.
    I still don't have my Mail Rules back, unfortunately, although I did goggled some. It is a pity, as I had around 30 or 40 of them, getting my mail in order to each of its mailboxes, but it is a small price as the rest doesn't show the before syntoms.
    Thanks for the help, anyway!!

  • Hyperlinks edits are not retained when site is published

    I am trying to link images on a page to specific url in iWeb slideshow. I am setting up the link as an external link and paste the entire url from the slideshow. I have gotten it to work but not consistently. If I cut and paste the url from the slideshow into the link inspector and edit the photo number (after the #) that edit does not seem to be retained when I publish the site. In fact, when I view the link characteristics in the inspector the type has changed to file and the name of the file is the photo file name.
    Any ideas what is happening. Like I said, I have gotten it to work but I cannot seem to figure out why some work and others do not.
    Thanks,
    David

    Point of clarification... I was not linking directly to the slide show but rather the page that is automatically generated from a gallery page when you click on a thumbnail. This keeps the formatting of that automatically generated page.
    Update: I've been able to resolve the issue. The solution I found is as follows:
    For each of the photo links I set the "Link To" value to "One of My Pages" and selected the main page. Then I set the "Link To" value to "An External Page" and then my pasted url was saved.
    One of my coworkers suggested that I create five additional pages formatted exactly like I those that are automatically generated but DO NOT add them to the navigation bar. This method also works.
    -David

  • Safari 5.1 flash mouse_leave not fired when mouse button is down

    Hi all, anyone know a work around for the fact that Event.MOUSE_LEAVE is not fired in Safari 5.1 (OSX 10.6.8) if the mouse button is down? I tried the latest beta player and the issue is not resolved. Thanks!

    WOT alerts you to dangerous web sites.
    That function is already built into Safari, and has been since version 3:
    http://www.macworld.com/article/137094/2008/11/safari_safe_browsing.html
    I had never heard of the WOT extension until today!
    If you go to Safari Preferences/Security you will see a box marked 'Warn when visiting a fraudulent website'. That is what that is.
    The blacklists from Google’s Safe Browsing Initiative (where Safari checks for 'fraudulent websites') are contained in a database cache file called SafeBrowsing.db  - the file was created when you first launched Safari, and if you have the browser open, the file is modified approximately every 30 minutes.

  • How do I get rid of notes displayed when I view my task list

    Is there a way to change the Task display so that it does not show all of the notes I have with a task?  I just want to see a clean list of task names when I view my Task list, but the latest iPhone IOS includes all the notes below the task name.  This makes my Task list cumbersome and unwieldy.  If I want to see a Task's notes, I just want to be able to click on the task to view them, not see them as part of the Task when all the Tasks are in list display.  Thanks, Chad

    What app exactly are you using?

  • NavigateToURL() not working when trying to open a file.

    Hi,
    I am working on an AIR Flex application running on the local Windows system.
    Following code works when accessing the file from my local system.
    I want to display a file which is present in a remote server.
    In ActionScript, The below code does NOT work.
    var url:String = "\\<RemoteServerName>\d1\abc.pdf";
    var   request:URLRequest = new URLRequest(url);  
    flash.net.navigateToURL(request,
    "_blank");
    When I am trying to open the file manually, e.g. Start -> Run -> Open (\\<RemoteServerName>\d1\abc.pdf), the document opens fine.
    Please let me know if there are any other way of opening a file from remote location.
    Thank You,
    Sway

    Thanks rkewlani,
    I think I am geting closer for a solution though I am getting a new error after changing the URL.
    My new url:String looks like
    var url:String = file:\\RemoteServerName\d1\abc.pdf;
    var  request:URLRequest = new URLRequest(url);
    flash.net.navigateToURL(request,"_blank");
    Error I get is :
    SecurityError: Error #2121: Security sandbox violation: navigateToURL: app:/XXX.swf cannot access file:\\RemoteServerName\d1\abc.pdf;. This may be worked around by calling Security.allowDomain.
    I added Security.allowDomain("*") to the creationComplete event of the form, Now the error is
    SecurityError: Error #3207: Application-sandbox content cannot access this feature.
    at flash.system::Security$/allowDomain()
    Any help on this.
    Thanks,
    Sway 

  • Hyperlinks not opening when site published to folder... suggestions please!

    I have published an iWeb site to a folder so I can burn the contents onto DVD for students, rather than putting it out on the www.
    A PDF file I have hyperlinked to opens fine when I visit the site. A powerpoint show and a word doc however do not. When those hyperlinks are clicked, it opens the folder that it is published to, with the correct file in it, and with that file highlighted. This needs to be clicked on to open the file. How can I get the files to open as soon as the hyperlink is clicked?
    Thanks in advance for your help!

    You can't unless you publish your site to either MobileMe or a server. Your students will probably not be able to open the files that you have linked to anyway if you burn your site to a DVD, as if you have published your site to a folder, then all your files will be on your hard drive and not on a server, as is the case if you had published your site.
    With all links to files, if you publish your site to a server, then all the relevant files are uploaded to your server and this is not the case if you publish to a local folder - this is where your files are and the links are created to where your documents are on your computer. If you want the files too, then you need to ensure that you burn those to a DVD.
    Why not publish your site to the web as was intended. Publishing to a folder is only really meant as a way of checking out what your site looks like before publishing or for uploading purposes.

  • Crystal Report Alerts not firing when no records are fetched from the DB

    Hello,
    The crystal report alert i have created in the report in the event of no records being fetched from the query is not firing.  The condition used is isnull ( count(DB Field ) ).
    Is there a limitation with alerts that they would be fired only when some records are fetched in the report.
    Appreciate any pointers
    -Jayakrishnan

    hi Jayakrishnan,
    as alerts require records to be returned here's what you will need to do:
    1) delete your current alert
    2) create a new formula with syntax like
                  isnull(DistinctCount ()) or DistinctCount () = 0
    3) create a new Subreport (which you will put in a report header)
    4) the subreport can be based off of any table
    5) have the subreport record selection always return only 1 record...for performance reasons
    6) change the subreport link to be based on the new formula
    7) the link will be a one way link in that you will not use the "Select data in subreport based on field" option
    8) now in the subreport, create the Alert based on the parameter created by the subreport link
    i have tested this and it works great.
    jamie

  • Phone numbers not displaying in footer (when site viewed on mobiles & tablets)

    hello
    has anyone else had this problem?
    i have contact details in a footer (2 addresses & ph numbers).
    all appears fine on a desktop/laptop but when the site is viewd on mobiles or tablets only the ph numbers (digits) are missing/invisible!
    if you click the area they still work but you cannot see them...
    please help!

    Hi, i solved this by using a new link style for those pages. hope this helps. let me know

  • Buffalo Linkstation is not recognized when plugged directly into mac

    I recently received a Buffalo Linkstation and tried setting it up, when i got it all up and running, the lights come on, but it won't connect to my mac, it's connected via ethernet cable
    I do not have it plugged into a router and don't want to go get one, I have two wireless routers, but when i first used one for both the internet and the linkstation, it was too slow, and when i tried using one for the internet and one for the linkstation, they interfere with each other and defeat the purpose.
    I just want it to go from the hard drive to the mac, then when i get it all set up, i'll add a printer
    I know this defeats the purpose of the networking capability and that i should just go get an external hard drive, but I did have one and it stopped working, so i sent it in and got this.
    Any help whatsoever would be appreciated

    I've never seen one of these puppies but your question
    was intriguing so I looked at Bufflalo Technology's web
    site. They claim to have a built-in ftp server, and that
    sounds like how you're gonna connect. The first thing to
    do is figure out the linkstation's ip address. Hopefully the
    default will be listed in the manual, or maybe you set it
    in the setup process. Otherwise, you've got to search
    your network for port 21. If it gets its ip address via DHCP,
    you need a DHCP server in the mix. I bet your wireless
    router has one, and you could use it to get you going.
    Once you have the ip address, you can mount the device
    in the Finder using Command-K and entering
    ftp://xxx.xxx.xxx.xxx
    where xxx.xxx.xxx.xxx is the ip address.
    Good luck!
    Powerbook G4, iMac (Intel), and tons of hardware sitting in the closet   Mac OS X (10.4.8)  

  • Safari Is Not Responding When I View other Programs

    When I have Safari open, and move the mouse to the upper left corner of the screen to view other programs - when I try to return to Safari it does not respond.  Instead it sits in the background and will not come up or let me close it.  It happened for the first time last night, and again this morning.
    Any advice?
    Thanks!

    Shouldn't have!  I'd be surprised if it did - but it wouldn't be the first time I'd been surprised by a computer!!!

  • Renamed menu item not changed when site published.

    I changed the name of my site welcome page back to Welcome (it was "Readings"). But when I publish, "Readings" is still the menu name even though I have used ftp to completely deleted all the published files. So somehow iWeb is keeping the old name. How do I get iWeb to smarten up???

    I'm not using MobileMe. I'm publishing the site to http://members.shaw.ca/tealeafreading/MandasTea_LeafReading/Welcome.html
    I've run through your suggestions, results as follows....!
    Erasing the Safari cache generally does not work: changes are not displayed on the published site.
    Publishing the entire site to a folder produces the correct content.
    Even if I empty the cache and use FTP to delete the server copy of the site ... the changes do not propagate to the server!!!
    What seems to work most often is powering down my Mac.

  • Usb not recognized when windows7 installed on mac book pro retina

    Hi,
    I am trying to install windows 7 to mac book pro - retina display with mavericks.
    I managed to come to the point where windows installed and starts and I need to install the boot camp on the windows. I am having problems at this stage. Windows does not recognize the usb drives and i cant install the boot camp or connect to the internet, nothing. I restarted the machine several times but still no luck.
    When i open it in mac, i can access the usb drive. When switched back to windows there is no usb.
    Can someone please advise?

    The USB thumb drive itself is either USB 2 or 3. It's a hardware thing.  Not sure how to tell what type it is through a computer, but some usually the packaging indicates which it is.  Sometimes the drive itself will have it written on it somewhere. You will need to delete the bootcamp partition in OSX using the bootcamp assistant and redo the entire process using a USB 2 thumb drive. After that the process worked as indicated in the boot camp instructions. The bootcamp drivers were automatically installed after windows rebooted itself.
    I am not 100% sure that this was the issue, but when I went from using a thumb that I knew was usb 3 to one that I was sure was not, it all of a sudden worked.  It could have also been that it just did not like the usb 3 drive I tried to use the first few times as it was a generic drive from Microcenter.

  • Mode not supported when trying to connect mac to tv

    I'm trying to connect my Mac to the TV as I do nearly every day using my HDMI cable via the apple HDMI adaptor (don't know exactly what that cable is called). But when I try it cuts in and out in fuzziness for a bit then eventually comes up with the error message on my tv "mode not supported". I can't see any visible faults in the cables at all. Do I need to replace one or both of the cables? Or is there something else wrong? If it's the cables, how do I figure which needs replacing without having to buy both if it's only one of them? Help!

    Hi Sneuby,
    Welcome to Lenovo Community!
    As per the query we understood that you are facing issue on connecting to your Television from ThinkPad T440s.
    Recently have you updated the system with any of the application or with drivers from Windows update?
    Check uninstalling the Graphic driver from the system.
    Please let us know the findings once you have performed the above steps.
    Best regards,
    Hemanth Kumar
    Did someone help you today? Press the star on the left to thank them with a Kudo!
    If you find a post helpful and it answers your question, please mark it as an "Accepted Solution"! This will help the rest of the Community with similar issues identify the verified solution and benefit from it.
    Follow @LenovoForums on Twitter!

Maybe you are looking for