Safety Error warning when showing SWF through dreamweaver

hi im new to all this forum stuff, so i dont know if i have posted this in the right section or if i got it wrong.
i have to create a website for my university project but i want to make it of combination using both flash and dreamweaver.... the problem is that i want a opening section to my website where it is run fully on flash and then by clicking on a button i want the link to open my homepage in the same window.
for know i am just doing a test yet and this is the coding i have used on the button:
homebutton.addEventListener(MouseEvent.CLICK, onClick);
function onClick(event:MouseEvent) :void
navigateToURL(new URLRequest("http://www.example.com") ,"_self");
that all works fine when i test the movie clip in flash but when i enter it in to dreamweaver and preview my website and i click on the link i get a safety warning but i dont know how to make that warning not come up.
what the warning window says:
thanks for the help

I have recently found that the database connection strings that Dreamweaver auto-generates and other examples on the web use "username" double quotes to encapsulte the variable values.
OLD WAY:
$hostname_memconn = "localhost";
$database_memconn = "chopinau_membership";
$username_memconn = "chopinau_admin";
$password_memconn = "xxxxxxxxxxxx";
NEW WAY:
$hostname_memconn = 'localhost';
$database_memconn = 'chopinau_membership';
$username_memconn = 'chopinau_admin';
$password_memconn = 'xxxxxxxxxxxx';
I hope this saves someone the hours that I had to spend while knowing for sure that all along my credentials were correct.

Similar Messages

  • BT Mail Error Message: An error occurred when show...

    I login (successfully) to BT Broadbaand.  
    I select BT Mail  
    I select my Inbox  
    After a 'Please wait...' message I get an error message:
    An error occurred when showing the email list
    Error with email list.
    [OK] [Retry]
    So, I can't read any of my Inbox emails. This is serious; I cannot afford to not receive emails promptly.
    Can anyone advise, please?
    Solved!
    Go to Solution.

    Thanks, but as you say, I'm struggling with Windows Live Mail issues. I've been using Firefox all along, since well before I moved to BT (on the 13th).
    I'm wondering if this problem is connected, although BT Mail was fine the previous time I was online and I haven't changed a thing since then. Another advisor also suspects a BT Cloud issue is linked to Windows Live Mail.
    I've just removed anything to do with Windows Live Mai from my PC and reset my router, but this email inbox problem is still there.

  • Error 65016 when trying to open Dreamweaver

    When I try to open Dreamweaver, I get an error message that just says "65016" and the program crashes. I tried to reinstall using my original installation DVD's, but apparently the install application is no longer compatible with my current version of Mac OSX (10.9.4). The rest of my CS3 suite works fine, it's just Dreamweaver. The program version is CS3 v. 9.0 Build 3481.
    I hope that there is an easy solution to this, aside from having to repurchase Dreamweaver...

    Hi Giannil,
    Found a discussion on the Apple forum that has solutions you could try.
    Dreamweaver CS3 won't launch on new Mac | Apple Support Communities
    Thanks,
    Preran

  • An error occurs when starting and closing Dreamweaver CS4...

    Dear webmates :
    When I open or close my DW CS4, I get the error that says :
    While executing onLoad in AIRRemovetemp.html, the following Javascripterror(s) occurred:
    In file "AIRRemovetemp":
    delTempfile is not defined
    It did not appear before, however, after a memory conflict that is already fixed, this error message started appearing... what can I do to fix it ? thanks in advance,

    See JavaScript and other unexpected errors in the Dreamweaver FAQ.

  • Error 1009 when loading swf?

    Hi
    I am trying to load an external swf (which references external files)
    everything seems to be fine only when i publish it i get error 1009
    Here is my code
    var swf:MovieClip;
    var loader:Loader = new Loader();
    var defaultSWF:URLRequest = new URLRequest("mainVideo/preview.swf");
    loader.load(defaultSWF);
    addChild(loader);
    The strange thing i that i followed this tutorial
    http://www.youtube.com/watch?v=8hAIW0ppDww
    and write the same code but i still get the error.
    I read about referencing external swf with referenced files, seems to be an issue with that, am i right?
    Thanks.

            public function videoplayer()       
                //set default values
                addEventListener(Event.ADDED_TO_STAGE,setDefaultValues);
                //read flashvars
                readFlashVars();
                //init video player
            //set default values function
            private function setDefaultValues(e:Event){
                //set scale properties
                stage.scaleMode=StageScaleMode.NO_SCALE;
                stage.align = StageAlign.TOP_LEFT;   
                //add fullscreen event to the stage
                stage.addEventListener(FullScreenEvent.FULL_SCREEN, fsEvent);
                stage.addEventListener(KeyboardEvent.KEY_UP, keyDownHandler);
                //set video url
                videoUrl = "videos/video1.flv";
                //set image url
                imageUrl = "image/image1.jpg";
                //set video height
                videoHeight = 320;
                //set video width
                videoWidth = 480;
                //set autoplay to false;
                autoplay = "false";           
                All_mc.videoHolder_mc.alpha = 0;
                All_mc.controls_mc.playPauseBut_mc.pause_mc.visible = false;
                All_mc.playPause_mc.pause_mc.visible = false;
                All_mc.controls_mc.playPauseBut_mc.pause_mc.over_mc.visible = false;
                All_mc.controls_mc.playPauseBut_mc.pause_mc.click_mc.visible = false;
                All_mc.controls_mc.playPauseBut_mc.play_mc.over_mc.visible = false;
                All_mc.controls_mc.playPauseBut_mc.play_mc.click_mc.visible = false;
                All_mc.controls_mc.fullscreenBut_mc.over_mc.visible = false;
                All_mc.controls_mc.fullscreenBut_mc.click_mc.visible = false;
                initPlayer();
                //make player visible
                All_mc.alpha = 1;
                //add buttons events
                addButtonsEvents();
                //load image
                loadImage();
                //load video
                loadVideo(true);
    MAKE SURE YOU HAVE THE video1.flv in a directory called videos and its relative to the swf.
    BR
    Murtuza
    http://www.sowebme.com/murtaza

  • Problem loading flv over network when accessing swf through html

    hi all,
    i have website that loads images and videos for my company.
    it's an internal thing that's meant to be shown in a network folder
    that people can access.
    my problem comes when i try to load videos in. on my local
    machine, everything works fine, if you launch the swf directly from
    the network folder, everything works fine. the problem comes when
    you launch the html that the swf is embedded in. my netconnection
    is successful, but when i try to load the flv using netStream.play
    (using a local path like "videos/myVid.flv") if get a
    NetStream.Play.StreamNotFound error.
    local paths work fine when loading images etc but not videos
    (even when i put the video into the images folder or vice versa).
    the only way i can get this working is if i put absolute paths into
    the video ( like "\\myServer\flash\videos\myVid.flv")
    i'm thinking this is a sandbox problem. when you open the swf
    directly, it's running on the network, so it's ok to access network
    files, but when you open the html, it's being loaded to your local
    computer, and isn't able to do it? both times when i print out the
    sandbox type it's "localWithFile", but it just doesn't work in the
    browser. but then i don't get why xml loading and image loading
    works, but not video. i've also changed the export to
    localWithNetworking and tried Security.allowDomain("*") but nothing
    worked.
    this works fine if the files are uploaded to a webserver,
    btw.
    i've
    put
    up a zip file with the relevant files (though you'll have to
    stick in your own flv), though unless you have a network handy it's
    going to be a bit hard to test it.
    any help or points in the right direction would be
    appreciated though
    thanks

    Your files work fine with my FLV and when I try to follow
    your instructions. Two days ago we had a situation that was almost
    like what you've described, except that the swf would work, the
    html work work (when opened directly, like
    "file:///Users/colin/Desktop/video%20bug/video_bug.html", but would
    not work when opened via http. If that is your real situation then
    you may have the same issue we had, which is that our server had
    its MIME type set wrong for handling FLVs.

  • Error #1014 when loading SWF in FlashPlayer 11.1 in Chrome

    Hi All
    Sorry if this is a basic question but I am struggling to understand the various answers I see posted on the web.
    I have developed a game using AS3 and AIR 3.7.
    Game runs fine in FlashDevelop but when I try and run the game in a browser using the Flash Player in Chrome I get an error #1014: Class flash.media::StageWebView could not be found.
    So my question is really two parts.
    1) Is it possible to configure Flash Player so that it can find the AIR libraries when playing my SWF in Chrome?
    2) As the StageWebView is the only class I am using from AIR is there an alternative in native Flash? I am using the control so that players can login using 3rd party verification such as FaceBook or Google
    Thanks in advance
    Steve

    It's a runtime error: referencing a mssing class in the A/S or XML. Perhaps you'd best ask in the Flash Pro forum.

  • Error occurs when trying to purchase Dreamweaver subscription - Time out error

    Hi there
    I am trying to purchase Dreamweaver subscription with my Master Card and when I accept terms and proceed to pay a message box pops up, see screen capture below:
    Could this be my Master Card or is there something else perhaps on Adobe's side that causes this error.

    Hi
    There are a number of possibilities, (not including an Adobe server problem).
    You have taken too long between entering your details and entering your card details.
    You used the browsers 'back' button for some reason.
    You have cookies turned off.
    For the first item - The application times out when a user takes more time that set between completing the form and entering their card details. This is done as a security measure.
    The second item - The use of the back button causes problems as the data sent to the server is duplicated, (often the use of the back button invalidates a purchase process).
    The third item - Cookies are required in order for the purchase process to take place.
    PZ

  • Error/warning when tagging

    Hello,
    When i tag an item i sometimes get the following message : "Content contains characters which cannot be encoded error".
    Wel its actually more like a warning message, but the big problem is that i can come multiple times.
    When i click ok i get another one and another one, etc...
    I've read that it has something to do with these characters not having a unicode. But is there any way i can avoid having this message?
    Are there any settings i can fill adjust to avoid this?

    Ji Vincent
    Try
    app.scriptPreferences.userInteractionLevel = UserInteractionLevels.NEVER_INTERACT;
    Note it's good practice to restore the old level so do like this.
    uia = app.scriptPreferences.userInteractionLevel;
    app.scriptPreferences.userInteractionLevel = UserInteractionLevels.NEVER_INTERACT;
    doscript (............
    app.scriptPreferences.userInteractionLevel =  uia
    I don't know if it will help but worth a go
    Trevor

  • I receive error U441MP7 when trying to update Dreamweaver

    Same thing + Same problem with Dreamweaver 12.1.1...?????????

    This Error comes where language packs for software are not installed properly on the machine.
    I would suggest to update Adobe Application manager from
    Windows : http://www.adobe.com/support/downloads/detail.jsp?ftpID=4773
    MAC: http://www.adobe.com/support/downloads/detail.jsp?ftpID=4774
    then try to install the update if still you are not able to update software and getting same error then uninstall all the Adobe software selecting remove prefernces.
    After uninstalling the software run the Adobe Cleaner tool(http://www.adobe.com/support/contact/cscleanertool.html) and remove the leftovers.
    Regards,
    Jatin Dembla

  • Unknown error 400 when updating apps through iTunes.

    I have been getting an error message 400 when trying to update apps from the app store on my macbook. I can only update them from my iphone. I am able to purchase and download the original apps as well as music and movies. Are there any fixes for this issue? I do not have this problem on my imac.
    Thanks

    I had the same problem and after a full day on the phone with Apple, there was no solution. Then, I tripped over it! The issue was with a third party program that was supposed to be allowing all traffic, but wasn't. The program is NetBarrier and once it was removed and my MacBook Pro was rebooted, all was great. The iMac wasn't affected (in my case) because I never installed that program on the iMac.
    I blogged it here: http://www.wickedblog.com/2010/03/23/itunes-wont-update-apps-itunes-error-400/. I hope this helps others avoid hours of searching.

  • Error warning when tyring to update Desktop site using in browser editior

    I'm trialing Muse, I made a test site with a desktop and a mobile version and added a user for in browser editing. When I logged in as that user, (given 'user' access not 'administrator' access), I could edit and publish the mobile site and sync the changes back to muse. But the desktop version would allow me to make edits, publish them - a little notice would appear it has been successfully saved, but if i toggled between mobile and desktop site or navigated away, it would loose the changes, and Muse would not see any changes to Sync with. The error message ' You do not have enough privileges for this action' would briefly appear on both Mobile and Desktop previews.
    Why is it the mobile version accepts changes and the desktop version dose not?
    Thanks
    C

    Without knowing what you tried there is no telling whether people will waste their time trying to help by offering the same.  Can you indicate what resources you used in trying to resolve this? 
    If the following are not among them, try them:
    U44M1P7 - Updates :
    http://helpx.adobe.com/creative-suite/kb/error-u44m1p7-installing-updates-ccm.html
    U44M1P7, U44M2P7 - Creative Cloud Help / Can't apply Extension Manager update 6.0.2 | Mac OS :
    http://helpx.adobe.com/creative-suite/kb/unable-apply-extension-manager-update.html

  • Exchange 2013 // Error 500 when login OWA through ARR2.5 or other reverse proxy solution

    We install a new Exchange 2013 server with CU2 in our Exchange organization with a single Exchange 2007 server. We use a reverse proxy solution for publishing Outlook WebApp and sync. Internal Outlook WebApp works fine, but when we login from internet,
    we get the error:
    ":-( Something went wrong"
    In the address bar, we see the following URL:
    https://webmail.company.com/owa/auth/errorfe.aspx?httpCode=500
    When we try to login on https://webmail.company.com/ecp, it works fine. But OWA fails.
    Login on legacy mailboxes works fine. When we login on the new Outlook WebApp URL, we automatically forwarded to the legacy URL.
    We try the following reverse proxy solutions:
    Citrix Secure Gateway 3.3 on a Windows 2008 server
    ISS ARR on a Windows 2012 server (http://blogs.technet.com/b/exchange/archive/2013/07/19/reverse-proxy-for-exchange-server-2013-using-iis-arr-part-1.aspx)
    Is there anyone that knows how I can troubleshoot this problem?

    Hi
    Mostly looks like this is host (A) issue.You can check the below things
    Just check of the mail host (A) record is created on internal DNS server and ensure its pointed to new Exchange 2013 server.
    If the mail host (A) record is pointing to old exchange 2007 server just modify it and make it to point to new Exchange 2013 server
    Check the DWS directory in edit binding if loopback 127.0.0.1 is added if not add them
     Please mark as helpful if you find my contribution useful or as an answer if it does answer your question.That will encourage me - and others - to take time out to help you.
    Regards,
    Sathish

  • Error warning when charging via mains

    Hi when I try to charge my IPOD touch latest version via mains either through a mains adaptor or an alarm clock docking station I get a message saying charging not supported by this accesory.
    Do I have a fault with my Ipod.
    The charger was originally bought for my Ipod video 30g.
    Thanks

    - Does you iPod Touch charge OK whrn connected to the computer?
    - If you look at the writing on the wall charger it should say something like:
    5 volts DC (5V DC) and 5 watts, 500 ma or something.  What does yours say?
    - Can you use a different cable on the wall charger, the one that works with your computer would be good.

  • Hardware Crash Error Warning When Connecting ipod to PC

    I have just purchased a 5G ipod (60GB) & find when I try updating my itunes library to my ipod I keep getting hardware crash warnings. It stops for a bit & then starts again or just freezes up, the problem is all the stuff was getting layered up on the ipod in unusable bits so I had to restore the ipod using the updater. Because I am short of USB connections I have plugged the USB into a powered USB multitap connector. Does anyone know why these intermitant crashes are happening & how to stop them? Thanks.
    Windows XP Pro
      Windows XP Pro  

    When I connect my ipod to USB immediately following taking it off my AC adapter, it causes my computer (PC, XP) to restart.
    Reinstall Windows. This has nothing to do with iTunes or any other Apple software, because that functionality is entirely Windows based.
    If reinstalling windows fresh (and doing all the updates) doesn't fix it, then you have a hardware problem on the PC.

Maybe you are looking for