Flash URLs

Can anyone help. I am fairly new to Flash but I am having
trouble with some URL links within a flash swf file.
Using the behaviours pallete I added the Go to web page
option on four buttons I created in the FLA file. The buttons were
also to activate on release and open in '_top'.
Having placed a swf file within Dreamweaver, the URL buttons
within the swf no longer opening a new browser window. When
previewed in IE or Safari the button just fill the screen with the
speficied web page. For an example go to
www.fdadesign.co.uk/climatechange
Cheers Steve

replace the target '_top' with '_blank'

Similar Messages

  • Flash URL open in same window

    Hello. I have a flash slide on my site. The slide has next and previous buttons to either move to the next slide or the previous slide. Each slide is only an image. When you click a particular image it takes you to the page specific to the image you clicked.
    My issue is this:
    When you click the image, it opens the page in a new window. I would like to have the window open in the same window, but having issues figuring out how to do it.
    The flash is controled by an image.xml script. I've added target= "_blank" to the xml, but the URLs are still opening in a seperate window. Any ideas how to get this done? I didnt create the flash, is it possible the issues lies within the .fla file?
    Below is a sample of images.xml
    <?xml version="1.0" encoding="utf-8" standalone="yes"?>
    <images>
         <pic>
            <image>imagesimage.jpg</image>
            <caption>Some Service</caption>
            <url target="_blank"> http://www.something.com</url>
        </pic>
         <pic>
            <image>images/image.jpg</image>
            <caption>Some Service</caption>
            <url target="_blank">http://www.something.com</url>
        </pic>
        <pic>
            <image>images/image.jpg</image>
            <caption>Some Service</caption>
            <url target="_blank">http://www.something.com</url>
        </pic>
        <pic>
            <image>images/image.jpg</image>
            <caption>Some Service</caption>
            <url target="_blank">http://www.something.com</url>
        </pic>
        <pic>
            <image>images/image.jpg</image>
            <caption>Some Service</caption>
                    <url target="_blank">http://www.something.com</url>
        </pic>
        <pic>
            <image>images/image.jpg</image>
            <caption>Some Service</caption>
            <url target="_blank">http://www.something.com</url>
        </pic>
    </images>

    Ned, thanks for the resonse. I've changed the xml file from _blank to _self, but still openes in a seperate window. In Firefox it opens in new tab. In IE it openes in a completely new window.
    I've cleared my cache, closed the browser, and tried again. Still openes in seperate window. Think its within the action script?

  • Multiple charts load in a page fails displaying the apex_util.flash url

    I have a dashboard with 4 charts (3 flash charts, 1 html chart) in four regions. Dashboard displays all the charts initially. When i keep reloading the dashboard (as one of the chart is a drill down chart which results in reloading the page), one of the flash charts does not get displayed, instead i see the url (apex_util.flash?p=105: ), it is essentially the url for retrieving the flash chart contents which displayed in place of the chart. If i reload the dashboard again then the chart gets displayed. Any reason why this is happening and how it can be avoided.
    Thanks in advance.

    I am facing the same issue. For me the charts never get displayed. The reports works fine.
    Please help.
    Thanks,
    Mehabub

  • Creating a Flash URL Link

    Hello there,
    I'm trying to create a number of URL links in a Flash menu I
    have made for a website soon to be released officially on the
    internet. When I test the movie in Flash, I click on one of the
    menu items and it not only opens the link I have specified to that
    button but opens all of the other links.
    The FLA file can be viewed by visiting:
    www.freewebs.com/torbayhospitalradio/header.fla
    Regards,
    Coxdabd.

    Hi Coxdabd...this is an easy one. You've coded all the
    buttons with onClipEvent (mouseDown) event handlers. This means
    that when Flash detects the mouse click, anything with this event
    handler will execute the code--so all the buttons see the mouse
    click and execute. That explains why you're getting all of the URLs
    at the same time, instead of just the one that you clicked. A
    better way would be to code the buttons the same way you did the
    rollOver and rollOut events; for instance the Home button would be
    coded as:
    // place code in a root timeline frame, no on the Home
    movieclip
    Home.onRelease = function() {
    getURL("
    http://www.freewebs.com/torbayhospitalradio");
    Good luck,
    Albee

  • Embedding Flash in Swing

    Hi Flash community
    I am researching on having the Flash application embedded in
    the Java Swing GUI.
    An approach seems to have the Http client view to load the
    flash url. But are there any additional technologies from Adobe?
    How extensive is the integration forFlex to call Java
    objects/functions if http is not used?
    Thanks
    Nilesh Gujarathi

    how about asking Mr. Google - he knows a lot of libraries....
    well here is one:
    http://www.jpackages.com/jflashplayer

  • Ctrl-T command do not work in website with flash

    Ctrl-T command do not work in website with flash
    == URL of affected sites ==
    http://

    If the Flash object has focus then key presses are processed by that plugin.
    In such cases you need to click outside that plugin (e.g. the menu bar if you can't click on the website) to make the keyboard work.

  • Spry and Flash

    Still working on a website using Spry and Flash. I have this
    page (select portfolio) that works in Safari, FF on the Mac and FF
    on the PC but not IE7. It was coded using swfobject to load the
    Flash.
    http://208.106.214.149/eryxtest/index.html
    I changed the code to Dreamweaver's Flash loading script. I
    now have two problem. One, how to pass a parameter that is being
    set - xmlDataPath1 = '{@name}'; to the script. I have this
    hardcoded at the moment. Second, for some reason the script now
    runs when the page loads and not when selected from the menu like
    the the above link.
    http://208.106.214.149/eryxtest/indexIESolution2.html
    Please, any help would be appreciated. My original goal was
    to replace a totally Flash based site with Spry + Flash, eventually
    replacing the Flash gallery with a javascript gallery.

    Charlie,
    Did you figure this out? I've got a similar thing, where I'm
    calling a simple flash URL, using Spry and an XML file, but it
    won't work in IE7.
    My document is at:
    Golf Gallery
    Karey Nickel

  • Open a new browser window to show document

    Hi,
    I am trying to click an item in datagrid to open a new
    browser window and display the document for this selected item. how
    to implement it? thank you.

    Here is a full example that should do what you are asking.
    You need to create an itemRenderer for your DataGrid.
    <?xml version="1.0" encoding="utf-8"?>
    <mx:Application xmlns:mx="
    http://www.adobe.com/2006/mxml"
    backgroundAlpha="0" >
    <mx:Script>
    <![CDATA[
    import mx.collections.*;
    private var catalog:ArrayCollection;
    private static var contacts1:Array = [
    {URL: "
    http://www.macromedia.com/software/dreamweaver/",
    Product: "Dreamweaver"},
    {URL: "
    http://www.macromedia.com/software/flash/",
    Product: "Flash"},
    {URL: "
    http://www.macromedia.com/software/coldfusion/",
    Product: "ColdFusion"},
    {URL: "
    http://www.macromedia.com/software/flex/",
    Product: "Flex"},
    {URL: "
    http://www.macromedia.com/software/breeze/",
    Product: "Breeze"},
    {URL: "
    http://www.macromedia.com/software/director/",
    Product: "Director"}
    private function initCatalog(cat:Array):void
    catalog = new ArrayCollection(cat);
    myDatagrid.dataProvider = catalog;
    public function generateHtml(url:String):String {
    return '<a href="'+url+'"
    target="_blank">'+url+'</a>';
    ]]>
    </mx:Script>
    <mx:Text text="This example uses a Text itemRenderer for
    the second column that
    changes the font color of those cells and uses the htmlText
    property of Text
    to make the cell a link." width="350" />
    <mx:DataGrid id="myDatagrid" width="600" height="300"
    creationComplete="initCatalog(contacts1)" >
    <mx:columns>
    <mx:DataGridColumn dataField="Product" />
    <mx:DataGridColumn dataField="URL" width="400">
    <mx:itemRenderer>
    <mx:Component>
    <mx:Text color="0x0000FF"
    htmlText="{outerDocument.generateHtml(data.URL)}"/>
    </mx:Component>
    </mx:itemRenderer>
    </mx:DataGridColumn>
    </mx:columns>
    </mx:DataGrid>
    </mx:Application>
    Joan Lafferty
    Flex SDK QA

  • Help diagnose a blocked site

    Hi.
    I'm trying to put a weather widget on our intranet site and for people in our "Restricted Internet" group we have a URL category list called "Allowed Domains".  Basically I put the domain in .accuweather.com and I still cannot get this widget to load for a test user in the ldap group "Restricted Internet".
    So the next step I did was go to Web Tracking and look up the user name, website and blocked for the transaction type.  For some reason there are two results which contradict each other.
    In the Disposition column it says Block - AVC, however in the Website column it correctly shows URL CATEGORY: Allowed Domains.  This is a contradiction because if it is an "allowed domain" it should not be blocked.  Any idea why this site would possibly be blocked?  I did have the weather.com widget on our intranet site and that worked fine, however the accuweather widget shows a little more information.
    Here is a clip from the Website column in Web Tracking:
    http://netwx.accuweather.com/netWx-V212.swf?zipcode=19464&customtheme=&theme=blue&metric=0&target=_self&lang=eng&url=&video=&category=&logo=1&tStyle=whteYell&partner=netweather&myspace=0
    (3)
    CONTENT TYPE: application/x-shockwave-flash
    URL CATEGORY: Allowed Domains
    DESTINATION IP: 207.242.93.89
    DETAILS: Restricted_Internet "Access". WBRS: 5.3.
    RELATED TRANSACTIONShttp://vortex.accuweather.com/adc2010/images/animated-overlays/cloudy.swfhttp://vortex.accuweather.com/adc2010/images/animated-overlays/cloudy.swf
    http://netwx.accuweather.com/netWx-V212.swf?zipcode=19464&customtheme=&theme=blue&metric=0&target=_self&lang=eng&url=&video=&category=&logo=1&tStyle=whteYell&partner=netweather&myspace=0
    CONTENT TYPE: application/x-shockwave-flash
    URL CATEGORY: Allowed Domains
    DESTINATION IP: 207.242.93.89
    DETAILS: Restricted_Internet "Access". WBRS: 5.3.

    Good call on the Flash Video.
    I SSH to the Ironport and played around with grep.  Found this, which looks to be flash video.  Oddly I didn't even think of it as flash video, as myself (in the very unrestricted IT group) can see the weather widget and there's obviously no video.  However one of the pages calls an swf from another server... it must be the way they dynamically draw the sun or clouds in the forcast.
    test@Windows
    " DIRECT/netwx.accuweather.com application/x-shock                                                                             wave-flash BLOCK_AVC_11-Restricted_Internet-Authenticated_Users-NONE-NONE-NONE-D                                                                             efaultGroup ","-","Flash Video","Media","-","-",144.43,0,-,"-","-"> -
    1308254622.019 307 10.1.3.126 TCP_DENIED/403 5344 GET
    http://netwx.accuweather.c
                                                                                 om/netWx-V212.swf?zipcode=19464&customtheme=&theme=blue&metric=0&target=_self&la                                                                             ng=eng&url=&video=&category=&logo=1&tStyle=whteYell&partner=netweather&myspace=0                                                                              "DIAMONDCU\test@Windows" DIRECT/netwx.accuweather.com application/x-shock                                                                             wave-flash BLOCK_AVC_11-Restricted_Internet-Authenticated_Users-NONE-NONE-NONE-D                                                                             efaultGroup -

  • Received several of these updates and unsure if they're forgeries, FlashPlayer_V.102067514b.exe

    aloha,
    I've received several of the above iterations of presumably flash player updates, however upon checking with the adobe flash url, my V is current.  What are these and who should I be contacting if these are forgeries or malware?
    My OS    WIN7 (x64)
    My Browser     Mozilla Firefox V. 20.0.1 (up to date)
    Adobe flash Player     V.11.7.700.169 (up to date)
    mahalo-n-aloha...konadon

    Aloha Pat,
    Thanks for your interest...
    These have popped up looking like an Adobe flash Player Update splash screen telling me that I need to update.  They occur when I have my browser open and tuned into either Adobe TV, Lynda.com or Creative Cow do some refresher training.  On May 3, I downloaded 6 of these updates.
    I decided to try to load the latest v (the 1 id'ed above) and when I started loading I thought better of it and cancelled the load and began my investigation.
    I have since deleted them from my computer and my browser download history.  the might be in the windows temp file someplace but I don't know if that will give me the URL id they came from.
    I'll try again later to see I if I get them again and try to ID the URL.
    Do you have any further interest?
    mahalo-n-aloha...konadon

  • [X79A-GD65 (8D)] BETA UEFI Releases [E7760IMS.1xx versions]

     E7760IMS.186 ==> E7760IMS.187
    1.When use not K series CPU ,don't auto disable C-state when manual set CPU ratio > 4 core turbo ratio + overclockbin.
    2.Disable Power button when NVRAM writing.
    3.Add AMP Memory support.
    4.Fixed X79 MRC Boot time too long.
    5.Fix system random hang and can't boot to OS issue when use AMD Patriot AP38G1608U2K memory.
    6.Patch after update GSE,some item can't be adjusted.
    7.Fix XMP memory Dram voltage error.
    8.Add OC Retry Counter Item.
    9.Add Gigadevice 25Q64BSIG SPI ROM support. Change SMLink1 Thermal Reporting Select to true.
    10.Fix E5 2665 CPU hang "5A".
    11.Patch CORSAIR CMZ8GXM3M2A1866C9 enable XMP can't boot issue.
    12.Fix tRTL & tXP always show 0 after update RC code to 4.6.4.1_Intel_SandyBridgeE_18
    13.Patch new CPU 3970X "adjust CPU ratio in OS" function error.
    14.Fix sometimes system will hang up in the shutdown process after idle it for some time.
    15.Set CPUEnergyReadEnable & CPUTempReadEnable default to disabled.
    16.Fix Keyin function.
    17.Add the solution about " windows boot manger".
    Please note that flashing this release occurs entirely at your own risk!
    For BIOS Update >>Use the MSI HQ Forum USB flasher<<
    *NOTE: Make sure you unplug your PSU from A/C power and properly >>Clear CMOS Guide<< after flashing.

    E7760IMS.431 ====> E7760IMS.432 Beta Bios
    ME Version       : CPT_PBG_1.5M_8.1.30.1350
    RAID ROM    : 11.6.0.1702
    Intel LAN OptionRom : 1.3.81
    Asmedia OptionRom : 106N0951
    1.Fix NVidia VGA card can't run 3DMark Vantange when OC CPU Ratio.
       2.Fix XMP can't boot because of timing error.
       3.Modify "Adjusted DRAM Frequency" function for IVB-E CPU.
       4.Modify some turn around timing for IVB-E CPU
       5.Fix K serial CPU cpu ratio can't set to more than 42.
       6.Temp solution to disable mrc fast boot for IVB-E CPU.
       7.Add IVB-E CPU adjust CPU ratio in OS support.   
       8.Fix intel 3820 CPU can only OC to 42 instead of 43 when update crb15.
       9.Patch XMP1.3 Dram timing error.
       10.Patch XMP Dram tRFC error.
       11.Add XMP dram Memory-Z support.
       12.Fix IVB-E CPU can't turn dowm CPU ratio.
       13.Add Secure Boot Control a decision for Windows 8 Configuration disable.
       14.Fix ivy-e cpu s3 fail.
       15.Update CRB16 support IVY-E.
       16.Fix oemint15 function error.
       17.Fix memanuf test fail.   
       18.Patch SNB-E CPU can't OC more than 46 cpu ratio.
       19.Fix SNB-E CPU Turbo mode issue because of Turbo power can't write correctly.
       20.Patch IVB-E CPU can't run ddr3-2400.
       21.Modify the PCH SATA Aggressive LPM Support item default value.
       22.Fix PCIE device cannot resume form S4.
       23.Fix MyCFG_CSTATE can't adjust to enable.
       24.Fix when opern CPUZ in OS ,then reset will hang"0xB0".
       25.Fix IVB-E CPU MSR0x194 can't be write issue.
       26.Fix IVB-E CPU turbo ratio can't be adjust isse.
            27.Fix SNB-E CPU hang "0x9A" after add solution MSIOOC_jackyzhou20130604_2(SNB-E can't read msr0x1AE).   
    Please note that flashing this release occurs entirely at your own risk!
    For BIOS Update >>Use the MSI HQ Forum USB flasher<< => Mode 1: Point to archive file!
    *NOTE: Make sure you unplug your PSU from A/C power and properly >>Clear CMOS Guide<< after flashing.
    https://forum-en.msi.com/index.php?topic=108079.msg800577#msg800577]>>Use the MSI HQ Forum USB flasher<<[/url]
    Download the compressed archive to your desktop but do not decompress.
    Select option 1 of the forum flash tool and point the tool an the compressed archive then follow the direction. This will flash your bios and ME extension.
    Once complete you will need to download and re-install the latest version of the Intel Management Engine Drivers.
    <<Intel Downloads / Management Engine>>
    The ME drivers on the x79's website will NOT work after the flash.
    Please note that flashing this release occurs entirely at your own risk!

  • SIP8961 press messages button and get "Messages not available"

    I can go offhook and dial the voicemail pilot number 6599, but pressing the messages button says "Messages not available” in large pop-up (see attached photo) (debug ccsip messages shows no output either).  I’m not looking for voice view express to work, just to be able to check messages.  Once I fix this is there something under voice register global I need to put for a SIP 8961 for Voice View Express in Unity Express 8.6
    If I got to a SCCP 6945 I have no problems checking messages (debug ccsip messages I get output)
    CME 9.1/152-4.M3.bin and SIP 8961 9-2-2SR1-9
    voice register global
    mode cme
    source-address 172.83.112.11 port 5060
    max-dn 1100
    max-pool 420
    voicemail 6599
    tftp-path flash:
    url service http://172.83.112.12/voiceview
    no create profile
    create profile
    apply-config   >>>>resets 8961s

    Here is a clue from the 8961's phone console log, but no fix for it yet. 
    8316 NOT 07:12:44.714324 CVM-Focus Base is class cip.comp.ao
    8317 NOT 07:12:45.678101 CVM-userio.Trace: [thread=AWT-EventQueue-0][class=cip.userio.InputManager] [TR]-----KeyEvent = Key:Messages (PRESSED)
    8318 NOT 07:12:45.678396 CVM-userio.Trace: [thread=AWT-EventQueue-0][class=cip.userio.InputManager] [TR] InputManager current focus component-->cip.sessionui.d.a$c
    8319 NOT 07:12:45.687479 CVM-ErrorLaunchingMenu: [thread=messages MQThread][class=cip.msg.Messages] PHONE_SERVICES not found
    8320 NOT 07:12:45.687638 CVM-SessionUIModel.cancelCurrentFeatures: [thread=ApplicationManagerThread][class=cip.sessionui.r] [TR] child cancelled=false
    8321 NOT 07:12:45.887444 CVM-SessionUIModel.updateSessionList(): [thread=AWT-EventQueue-0][class=cip.sessionui.r] idle=true
    8322 NOT 07:12:45.887607 CVM-userio.Trace: [thread=AWT-EventQueue-0][class=cip.userio.InputManager] [TR] InputManager current focus component-->cip.comp.ao
    8323 NOT 07:12:46.757669 CVM-Focus Base is class cip.comp.ao
    8324 NOT 07:12:48.782303 CVM-HTTP JNI| call to ServletContainerClass_requestServlet successful
    8325 NOT 07:12:48.786899 CVM-Cannot open the /cisco/logsave directory
    8326 NOT 07:12:48.823011 CVM-Select returned
    8327 NOT 07:12:52.689269 CVM-userio.Trace: [thread=AWT-EventQueue-0][class=cip.userio.InputManager] [TR]-----KeyEvent = Key:Messages (PRESSED)
    8328 NOT 07:12:52.689430 CVM-userio.Trace: [thread=AWT-EventQueue-0][class=cip.userio.InputManager] [TR] InputManager current focus component-->cip.sessionui.d.a$c
    8329 NOT 07:12:52.705499 CVM-ErrorLaunchingMenu: [thread=messages MQThread][class=cip.msg.Messages] PHONE_SERVICES not found
    8330 NOT 07:12:52.705799 CVM-SessionUIModel.cancelCurrentFeatures: [thread=ApplicationManagerThread][class=cip.sessionui.r] [TR] child cancelled=false
    8331 NOT 07:12:53.149971 CVM-SessionUIModel.updateSessionList(): [thread=AWT-EventQueue-0][class=cip.sessionui.r] idle=true
    8332 NOT 07:12:53.150174 CVM-userio.Trace: [thread=AWT-EventQueue-0][class=cip.userio.InputManager] [TR] InputManager current focus component-->cip.comp.ao
    8333 NOT 07:12:54.216764 CVM-Focus Base is class cip.comp.ao
    8334 NOT 07:12:54.439134 CVM-userio.Trace: [thread=AWT-EventQueue-0][class=cip.userio.InputManager] [TR]-----KeyEvent = Key:Messages (PRESSED)
    8335 NOT 07:12:54.439297 CVM-userio.Trace: [thread=AWT-EventQueue-0][class=cip.userio.InputManager] [TR] InputManager current focus component-->cip.sessionui.d.a$c
    8336 NOT 07:12:54.451505 CVM-ErrorLaunchingMenu: [thread=messages MQThread][class=cip.msg.Messages] PHONE_SERVICES not found
    8337 NOT 07:12:54.451668 CVM-SessionUIModel.cancelCurrentFeatures: [thread=ApplicationManagerThread][class=cip.sessionui.r] [TR] child cancelled=false
    8338 NOT 07:12:54.660857 CVM-SessionUIModel.updateSessionList(): [thread=AWT-EventQueue-0][class=cip.sessionui.r] idle=true
    8339 NOT 07:12:54.661022 CVM-userio.Trace: [thread=AWT-EventQueue-0][class=cip.userio.InputManager] [TR] InputManager current focus component-->cip.comp.ao

  • Muilti-Streaming FLVs problem

    im working on this template and have been fine so far untill
    now when trying to add more than 1 streaming FLV in the WORKS
    section, the first video works fine on the first viewing of that
    page but if you click on the first thumbnail again the video just
    gets stuck on the buffering loop, also if you try to click on
    another thumbnail (the first 4 are video) they just dont seem to be
    working just get stuck on the buffering stage again im sure there
    somthing little or somthing in my face thats wrong but i just can
    see it.
    to view the site and see what i mean click on the link below
    and goto the WORKS section
    [url=http://www.nwmsltd.com/flash]http://www.nwmsltd.com/flash[/url]
    this is the thumbnail button code
    on (rollOver) {
    gotoAndPlay("s1");
    on (releaseOutside, rollOut) {
    gotoAndPlay("s2");
    on (release) {
    if (_root.k<>1) {
    _root.g1 = _root.g;
    //this tell Flash which frame to goto in the gall movie clip
    _root.g = 1;
    _root.text="01";
    _parent._parent._parent.gall.gotoAndPlay("s1");
    this is my streaming video code which is in the gall movie
    clip which is holding bid _p movie clip where all the code is on
    the first 4 frames the following code is on each frame just the
    video url is different

    More or less a duplicate of http://forum.java.sun.com/thread.jspa?messageID=4053075

  • Director ActiveX Contractor Gig

    Hello.
    I'm in need of an advanced Director contractor to help on a
    small piece which involves an ActiveX control.
    This is a paid opportunity which could lead to a lot more
    work.
    No phone calls please. Please email brief experience level,
    hourly rate and avialability to [email protected]
    Thanks -
    Patrick

    FabienBipMedia wrote:
    > i'm writing in C++ / DirectX (no MFC) and I would like
    to play ".dcr"
    > files with the activeX. I found on popcap website a c++
    activeX
    > interface sample to do it for Flash,
    URL?
    > but i can't find the equivalent
    > for director.
    > So where can i find the activeX functions documentation
    or a sample
    > for how to use them in C++ ?
    This might help:-
    http://groups.google.com/group/macromedia.director.basics/browse_frm/thread/a33fa8f2580db6 9f/76605a721c6df539?lnk=st&q=c%2B%2B+shockwave+activex+-flash&rnum=10&hl=en
    Also, if you're using VS, if you add a reference to the SW
    ActiveX control
    in the Solution Explorer pane then you can look at what's
    available in the
    object browser (as in double-click the reference after you've
    added it).
    Other than that, I have no idea.
    Andrew

  • Adding a url to flash buttons in Dreamweaver

    I have a web site built and I have recently added Flash buttons and I need to add my web pages to the buttons. How would I go about doing this?

    Let's say you create a button symbol.  Since it is a button, it is already a self animating object that will react to mouse interactions, but only visually at this stage.  The first thing you need to do to make it useful code-wise is to assign it a unique instance name.  So you drag a copy of it out to the stage from the library, and while it's still selected, you enter that unique instance name for it in the Properties panel... let's say you name it "btn1"
    In AS3, to make a button work with code, you need to add an event listener and event handler function for it.  You might need to add a few (for different events, like rollover, rollout, clicking it, but for now we'll just say you want to be able to click it to get a web page to open.  In the timeline that holds that button, in a separate actions layer that you create, in a frame numbered the same as where that button exists, you would add the event listener:
    btn1.addEventListener(MouseEvent.CLICK, btn1Click);
    The name of the unique function for processing the clicking of that button is specified at the end of the event listener assignment, so now you just have to write that function out:
    function btn1Click(evt:MouseEvent):void {
       var url:String = "http://www.awebsite.com/awebpage.html";
       var req:URLRequest = new URLRequest(url);
       navigateToURL(req);

Maybe you are looking for

  • Having a problem with inheritance and a constructor

    i have two classes, i'm just going to give the constructors anyway. I'm having trouble getting the CDImage constructor to inherit something from songs, I believe the instructions are missing something or the cs lab guy misinterpreted them. package so

  • Logic Pro 9 "Tracks bounced are low in volume"

    So I finished my track, and I bounce it. After it exports to my desktop (like usual) I go to play it and there is practically no volume on the track. I have tried to bounce my track "offline" and have tried multiple times but I cannot seem to figure

  • EDI: IDoc ' IDOC No ' is already open in process mode

    Hi, I have a File to IDOC scenario. Everything is fine in PI. But in R/3, (WE05) there is an error. Please suggest what might be the problem. IDoc: <IDOC No> Status: Application document not posted EDI: IDoc <IDOC No>' is already open in process mode

  • Proxy server is refusing connections

    What can I do? It won't let me connect to anything my internet single is fine

  • Disc Jammed in Super Drive

    Any suggestions for forcing a DVD out of my computer? I tried the eject button on my key board (the drives makes a noise like it will open, but doesn't), tried holding down the eject button when I reboot, and tried the paper clip trick. Nothing works