GetURL isn't working when flash button is embedded into HTML

I'm making a basic HTML site with flash buttons that direct to hyperlinks.
I've made a simple flash button with the code on the button actions as:
on (release) {
        getURL("http://www.google.com","_blank");
The button works great when I export it in Flash.
When i embed into the HTML using dreamweaver and preview/upload the site.... the button is there but when clicked it doesn't direct to the hyperlink.
ANy ideas? Thanks. Brendan.

Use Flash to generate an html page and test that on the server.  If that works, then replace whatever Dreamweaver did with the Flash-made embedding code.  Beyond that, a link to the file on the server could shed some light.

Similar Messages

  • ROUND(date) isn't working when TypeMode=1

    Hi,
    We've noticed that the round (date) expression isn't working when TypeMode=1.
    TT version - 7.0.3
    Command> SELECT ROUND (DATE '2007-08-25','YEAR') FROM Dual;
    2817: Invalid data type DATE for argument 1 for function ROUND
    Is it the expected behaivor?
    Thanks.

    Hi Susan,
    Does that mean, i cant use LEFT,RIGHT,DATE_GMT in the ttIsql queries.
    Actually i need to modify the existing code, so that the new code picks data from timesten.
    The existing code uses LEFT,RIGHT,DATE_GMT etc in the SQL queries.
    Do you mean that i need to modify the SDQL queries.
    Please reply urgently
    Thanks a lot!

  • Browser "Back" arrows do not work with Flash buttons.

    Just can't seem to get around this problem...
    I've made several flash buttons for use in my navigation bars. They work great but the "back" arrows on the browser are always grayed out. It doesn't seem to matter what kind of browser I use.
    The site was made in Dreamweaver and the Flash buttons are imbedded within the pages. I posted the same question on the Dreamweaver forum and got some vague answers.
    Is there some code I can put into my Flash buttons?
    If you have an answer please be specific as I'm not an expert.
    The site is fireonmcginnis.com
    or just type "Fire on McGinnis" into a search engine.
    -Toastieo

    Spry or regular hyperlinks in a list or nav configuration. Either is better than Flash buttons.
    Thing is, a search bot will read the HTML in those kinds of links (spry or HTML) and index them. That way if you have an event calendar for upcoming shows, or a discography page, it can find them and will be able to make a reference to them in later search engine databases (usually about 72 hours after the indexing). With the Flash buttons there is no code for the bot to find and your upcoming events, or a downloads page if there is one, will never be seen in a search even if people look directly for "fireonmcginnis: schedule", or "music by fireonmcginnis" because to Google, Yahoo, Lycos and the others the pages simply don't exist.
    Spry is great if you have submenus, and since it can be customized using CSS, you can make it match your site layout. You can also do that with regualr hyperlinks and CSS, but spry has a more appealing look to a lot of web users and the submenus are a little harder with basic HTML.
    For the record the script should read: getURL ("http://www.site.com/page.html" "_self"); for the buttons. There'a s drop down to select _self, _blank, _parent etc. when you add the getURL script to the button.
    But... you need to stay away from Flash buttons for navigation or you're really defeating the purpose of putting a band on a website in the first place. It's about exposure and Flash buttons will severely limit that exposure, even if they work properly.

  • _self does not work on flash button

    Hi,
    Im using this code on a nav menu i have created.
    on (release) {
    getURL("http://mysite.com", "_blank");
    This code works perfectly for each button.
    However, when i add _self into it like this:
    on (release) {
    getURL("http://mysite.com", "_self");
    The button doesn't work and will not open the link in the same window.
    Please can somebody help me with this asap, i have trawled the net for this for days.
    Many thanks

    _self will work with proper punctuation... double check that.
    Also. the "window" param is optional, leaving it out will cause the link to open in itself... same as if you had specified _self.
    But of course your embed code also has to be correct so your best bet for help is to post the actual link.
    Best wishes,
    Adninjastrator

  • GETURL  is not working in flash player 9.0.124.0.

    Dear Friends,
    My swf and my html are in different domain so i got a issue
    in GETURL function , It is not working in flash player 9.0.124.0.
    in IE browser so that i add one parameter like allowScriptAccess
    =always then its working fine.but my question is what will happed
    if they will introduce any new flash version in future please tell
    me what is the permanent solution for this issue.
    Thanks

    There is no way to know what will change in the future. This
    is the solution that works now. It will probably remain in place
    for the reasonable future.

  • _self doesn't work when Flash is embedded into iWeb

    I am currently building a site for a client who requested that all the pages be built in in iWeb so that she could easily manipulate them without my further involvement.  She also requested that the site contain Flash elements such as a drop-down navbar.
    I embedded the Flash elements with this code:
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
    <html><head><title></title></head><body><object classid="clsid:D27CDB6E-AE6D-11CF-96B8-444553540000" id="obj1" codebase="http://download.macromedia.com/pub/shockwave/cabs/ flash/swflash.cab#version=6,0,40,0" border="0" width="1000" height="525"><param name="movie" value="URL OF FLASH FILE"><param name="quality" value="High"><param name=wmode value=transparent><embed src="URL OF FLASH FILE" type="application/x-shockwave-flash" name="obj1" width="1200" height="700" wmode="transparent"></object></body></html>
    And used the HTML insert function in iWeb to place the Flash .swfs.
    The problem is, for some reason, iWeb—as expected—is very particular as to the action script it will accept.  In terms of the navbar links, I couldn't use variables.  The only URLRequest function I could use was:
    Button_mc.addEventListener(MouseEvent.CLICK, callLink);
    function callLink(event:MouseEvent):void{
    navigateToURL(new URLRequest("http://web.me.com/samuelwagreich/Muel_Wagreich/Test_2.html"));
    Yet, when I add the _self, like this:
    navigateToURL(new URLRequest("http://web.me.com/samuelwagreich/Muel_Wagreich/Test_2.html"), "_self");
    For some reason the link no longer works when I add the _self, even when it manages to work in the Flash viewer or even if I display the file from my GoDaddy FTP.  I've been researching the problem for days, and I just can't seem to find a solution.  I can't make the code any more complex, because then iWeb won't accept the link at all.  I was wondering if anyone has solved the problem—a rather obscure one—and if not, I was hoping someone had a workaround I haven't seen or another way to work around iWeb's stupidity.
    Thanks.

    CVI indeed attaches to the debug output. Since it is the first to get a chance to do that for its own process it will effectivly disconnect any other debugger from that output for anything that is executed in CVI. Windows has some serious limitations in terms of piping streams in comparison to Unix systems, and this is one of them.
    But what is wrong about the CVI Debug Window? You do get the information in there so it seems possible to do debugging of your LabVIEW DLL in CVI.
    Rolf Kalbermatter
    CIT Engineering Netherlands
    a division of Test & Measurement Solutions

  • DTMF Isn't Working When a Call is Placed Outbound from UCCX

    I have a script that places an outbound call and when the caller answers the call, I do a get digit string to capture caller input and the DTMF isn't working. The caller is hearing "Are you there?".
    Here is the call flow:
    Http Trigger into a script
    Script places an outbound call using the Place Call command
    The call gets answered.
    Using the Get Digit String command, the caller hears the prompt that is played with get digit string.
    The caller presses keys, but no keys are accepted.
    Caller hears "Are you still there" and timesout.
    I believe this was working at one time, but the script wasn't used and now we are revisiting this script.
    I am using a H.323 gateway. IP phones using the same gateway to reach the PSTN do not have problems with DTMF. Inbound calls to the UCCX script are working when calling into a script with a Menu step.
    Your help is appreciated.
    Thanks.

    You are exactly right. I was hitting DP 0 since during the cut I adding a ^ in front of my voip dial-peer pointing to the CUCM cluster. Once I waited to the call volume went down, after 9pm, I was able to do a debug voip dialpeer and I was able to see that the inbound dial-peer was matching.
    Thanks for your reply.

  • Get web player to work when flash is click to play

    The latest firefox, and my chrome at work have now made flash "click to play" due to the numerous security issues with flash. However, Spotify web player requires flash to run. When flash is set to "click to play" the web player complains that flash is not installed and shows a dialog requesting you install flash. I found this work around:1. from developer tools, find an object named "player.swf"2. this object has width and height set to 1. Change this to 100 for both.3. you should now see a large flash box in the top left hand corner of the screen.4. you can right click and run flash from this box.5. also, right click the dialog box, and choose inspect element. 6. edit the display: block to display: hidden. This should hide the dialog box that asks you install flash. spotify web player should now run fine. This is a temporary solution though. You have to do it every time you login or refresh the page, which is a huge pain.Flash should not be required for the web player. Google play music does not require it, for example. Spotify, you need to fix this. Flash will increasingly be disabled in browsers or made click to play before being deprecated. PLEASE FIX.

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

  • Menus not working when flash movie is added

    We have some menus on our portal and if we add a flash movie, the submenus under the menus will not work on IE6, however in IE7 and firefox it works fine. When we remove the flash movie all the submenus will work on IE6, IE7 and firefox.
    Any help on this?
    Thanks
    Here is the code for our flash stuff
    <object type="application/x-shockwave-flash" data="http://dddd.swf" id="FlowPlayer" height="270" width="360">
    <param name="movie" value="http://ddd.swf" />
    <param name="quality" value="high" />
    <param name="scale" value="noScale" />
    <param name="wmode" value="transparent" />
    <param name="flashvars" value="config={videoFile: 'http://dd/1/134263.FLV', autoPlay: false, loop: false, showMenu: false, initialScale: 'orig' }" /></object>

    You can try 3 things :
    - use full urls in your menu : http://your_portal:your_porta/portal/page/portal/... instead of just "/portal/page/portal/...."
    - embed" your menu code as well as your flash code with a complete html code (<html><head></head><body>...</body></html>
    - spceify some <base url=...> in the head section of each. There can be conflicts about this. When you say your menu does not work, you mean the links are wrong when you click on a submenu ? What is the url of the link and what is the url you're getting at ?

  • Lock sound isn't working when I slide to unlock iPhone5 after iOS 7 upgrade

    I just installed iOS 7 (which I now regret doing)...I now notice that the lock sound doesnt work when I "swipe" like it did prior to the iOS 7 upgrade. I checked my Settings/Sounds and the Lock Sounds is set to ON. When I "swipe" (slide to unlock), it unlocks the phone but it does this silently. I've shut the phone off, turned back on(rebooted) but nothing changes. Is this normal now with iOS 7? If so, why do we even have an unlock sound option in the Settings? Does anyone know how to get this fixed. I enjoyed hearing the unlock "click" sound prior to iOS 7.

    I have an iPhone 5 and an iPad Mini, but I only had the problem on the iPad Mini but this fix may work for you.
    This is what I posted in another thread:
    I HAVE FIGURED OUT THE FIX FOR THIS! ... (Well it worked for me on my iPad Mini.)
    I saw a post from an apple rep telling a iOS 6 user to turn the side switch on to un-mute the sounds. A no-brainier yes, but it made me wonder if the side switch may have been temporarily "confused" after updating to iOS 7 because it added the new settings screen that swipes up from the bottom of the screen. I was using my side-switch to lock the screen rotation and it was in the "off" (down) position (red visible) and none of my notifications were sounding. So I flipped it up and down a couple times which didn't solve the problem. So logically, I proceeded to what inevitably solved the problem...
    Go to Settings > General / "Use Side Switch To" and select the opposite of what you are currently using. I had mine on Lock Rotation, so I selected Mute. Then flip your switch up and down slowly a couple of times to see that the confirmation on the screen is correct.  You may have to go back to settings again and select the other choice if you originally had Mute selected, I don't know because I originally had Lock Rotation in use.
    Hopefully, this will fix your notification sounds (and the lock sound when you press the power button).  After using this fix, you can set the use of the side switch to your preference and still have all of your notification sounds!

  • HT2731 My iTunes account isn't working when I select none is says to contact iTunes support

    My iTunes account is not working when I select none can u help me

    Welcome to the Apple Community.
    Did you follow the instructions in the message and contact Apple, which you can do through iTunes Store Support. If Apple have asked you to contact them, then the issue can only be resolved by them.

  • Problem layering FLASH buttons over embedded VIMEO video

    Hi all,
    I am trying to layer my flash buttons over an embedded vimeo video, see the problem, rollover "The Boys" button: http://thehallbrothers.com/index3.html
    I have set the vimeo video in a DIV called "stagereel" and the flash buttons in a DIV called "buttons1."
    The z-index of "stagereel" is set to 0 and "buttons1" is set to 3, but nonetheless "buttons1" shows behind "stagereel."
    Can anyone help?
    Thanks
    J

    Thanks for all your help Ned, but I found out the problem. When layering multiple FLASH files within the same HTML document the layer position of the FLASH elements is determined by the order of the HTML code – meaning, whatever FLASH file is last in the code will display in the topmost layer. So for my problem I just swapped the position of the Vimeo video with my flash buttons and bam the buttons play on top of the video. Hope this maybe helps others.
    SOLVED.

  • Button push image into HTML div

    i have a flash in a HTML, and a button in flash. I want to
    use the flash button to push image into the div of the HTML
    How to do that please?

    Could be a memory issue. Try closing Dreamweaver and re-start your computer.
    Nancy O.

  • Converting Flash Catalyst FXP File into HTML

    Hey there Adobe Community,
    We have a client who's website we built quite a while ago in Flash Catalyst, the problem is as many of you know that Flash Catalyst has been discontinued.
    Does anyone know of any way to get our FXP File converted into HTML?
    If you have a solution please let me know.
    Thankyou Adobe Community!
    James

    I am afraid you are just going to have to roll up your sleeves and rebuild it from scratch. You might look at Adobe' Edge Animate tool to assist with some of the animation that you may have within you FC project.
    Good luck,
    Chris Griffith

  • Enh. COPA0003 don't work when clicking button "profit. segment " of FB70

    Hi all,
    I would like to use the Enhancement COPA0003 to populate some characteristics in screen "Assignment to a profitability segment" of transaction FB70.
    I have activated this Enhancement, and i have put a break point in the function EXIT_SAPLKEAK_001 of COPA0003.
    But when i click on the button "profit. segment " of FB70, the debug isn't executed, it means this enhancement don't work.
    Anyone know how we do to activate this enhancement in FB70 (FB01, FB02 too)? if I'm missing other setting for COPA0003 before it's activating in SMOD/CMOD?
    Thank a lot in advance,
    Vinh Vo

    If the posting is done in batch (or triggered by workflow) function module 
    EXIT_SAPLKEAK_001 is not run. From release 5.00 on characteristic groups are indeed not considered any more during batch input processes because      
    there were problems before with initial chars of a CO-PA line item       
    resulting from a batch input process that actually shouldn't be initial. 
    Please take a look at the sap note 581739  (implemented in standard with 5.00) 
    that put an end to usage of char groups during batch input processes. 
    BR,
    MLM

Maybe you are looking for

  • How do I get rid of the infoatoms advertising bar that keeps popping up?

    I keep having this advertising bar pop up. I have followed all instructions to get rid of it. I have uninstalled it and selected disable ads. I have even uninstalled and reinstalled Firefox 3 times. This is only happening with Firefox. Now, I am not

  • CFMAIL -- How to send an e-mail to a network folder

    Guys, I am using Cold Fusion 7.0 and I have the functionality in the website where an e-mail is generated (i.e based on some changes or actions) and that e-mail goes to a folder in the Outlook right now. Instead of sending the email (which is generat

  • Paragraph Style Sheet Problem

    Hello. When I load style sheets from another document in Illustrator CS5.5, I've been having a problem with the color aspect of the style sheet. The formatting is okay, but the type is black, regardless of what color is specified in the style sheet.

  • Basic GPO question

    Goodmorning all, I recently implemented a windows server 2008 R2 with windows 7 clients. However I noticed that I bummed into a problem. You see, I am creating policies just like always and then I realized that I was adding computer policy settings t

  • X user issues[SOLVED]

    After many hours of work, I have finally managed to get X working on my Arch install, and got it working with GNOME, and even (finally) got the trackpad and keyboard to work. in Root. Now, finally satisfied with all i managed to get accomplished, I s