I need Flash help

Hello. I am new at Flash so action scripting is not so
simple. I have an action script that is not stopping my clip at the
last image and when it starts the clip, it starts with the last
image. Please let me know where I should place STOP() or can you
refer me to someone or someplace where I can get immediate help.
Please see the attached coding and let me know how I should
fix it or what I should add, I tried placing STOP at the bottom of
the coding but it didn't work. Thank you for your help.

Hi. The actionscript is from a Flash Mask Effect template
that I was asked to make image and text changes to. I don't know
what the repetitive aa and bb does. The clip works well except that
I can not get it to Stop after the last image, it just keep going
and going...
Thanks.

Similar Messages

  • Need Flash Help - configuring AIrtight Simple Viewer Pro

    I need some help configuring the Airtight Interactive simple viewer pro, which requires flash. I am a complete beginner with flash, and I am reluctant to undertake the learning curve, though I am very tech saavy.
    My ideal would be to locate someone who could do this FOR me, though resources are very limited for this project. Any suggestions of where I might connect with someone interested in doing this?
    Alternately, I could undertake it myself, with someone qualified to coach me rather thouroughly through the whole process. That could be offline, or here where others could benefit from the thread. If someone offers this, I will post the precise details of what I need. The project is medium challenging, not extremely complex, but more than very basic.
    Many Thanks.

    Hi:
    When you create the simpleviewer slideshow with iPhoto's plugin there should be a folder created on your HD that contains the items seen in the screenshot below:
    The folder was named simpleviewer because that's what I named it during the export from iPhoto. That's the same folder as I refer to as "Slideshow folder". It can be whatever you name it when exporting from iPhoto. Upload that folder to your iDisk/Web/Sites folder as shown below:
    In the iFrame code use the following URL to the index.html file inside the simpleviewer folder:
    http://web.me.com/YourMMe_AccountName/simplerviewer/index.html
    That should do it.

  • Company that helps Mexican street dogs needs flash help!

    I live in the mountains in Mexico and am having a really hard time finding a Flash programmer. There are just indians and Zapatistas here. I bought an e-commerce template and designed everything how I wanted it, but it's not working.
    I cant' make the combo boxes on my shop.fla page work. Actually I'm not even sure if the xml (products) is working correctly with it. This page is kind of a mess. The add to cart button never works either.
    I also can't figure out how to make the slider work with my text on the faqs.fla.
    In my preview.fla, I want to make the menu buttons more visible (white would be fine), but don't know how.
    I don't want to preloader to cover the header "get involved" when it loads. I know I need a new xml page to link with it to fix this, but I know nothing about xml.
    Also what is the standard height I should make the preview page so that it shows the whole page in the browser.
    Any help would be greatly appreciated and it's for a good cause. Please help if you can. Thanks. Plus if you want I'll send you a handmade leather dog collar. Gracias.
    http://jessiepollak.com/losperros/ecommerce-template-source/
    Jessie

    hey elgin -
    1) flash6 will be using AS1, AS2 wasn't introduced until
    flash7.
    2a) to assign a 'handler' to a button, on the main timeline,
    create an new layer, call it 'actions'. then place the codes you
    need for each button on that layer. it will look something like
    this:
    my_btn1.onPress = function() {
    //do whatever here
    2b) however you need additional functionality for the second
    button, because you want two things to happen, a) initiate the
    transition is the 'skip' button hasn't been pressed, and b) cancel
    the 'timers' action if the button does get pressed. but even if the
    first button is pressed we should still assume that the interval
    should be terminated, so we would wnat to make sure that that
    happens as well.
    for this you would use a 'setInterval' method (which will act
    like a timer) but we also need to 'stop' the interval once it fires
    or if the button is pressed, so we would do so by calling:
    clearInterval(var); the 'var' is the ID of the interval that were
    starting up.
    So now we need to apply these things all together, so in the
    first frame of your new 'actions' layer, the code would be all as
    follows:

  • I NEED FLASH HELP/ NOT SEEING SOME SITES

    I have a dell computer with a ati2400 video card. I
    have three browsers, IE7, firefox3.0, k-meleon. I had Opera,but had
    to unistall it because it would play only 80% of the flash videos
    yet fiefox and k-meleon played them all I installed k-meleon after
    uninstalling opera. I installed flash player 10.0123 for mozilla
    browsers on saturday and everything was fine. Today I found that
    all my browsers would only show about 85% of flash videos. I'm
    freaking out because IE7 is a different flash plugin than firefox.
    This is what i found when I scanned flash players. I have the
    upgrade plugin for mozilla browsers 10.0,0.12, then I have two
    flash plugins 9.0.124, one flash player Helper 9.0.115, and two
    NPSWF32_FLASHUTIL.
    I am at a loss when it comes to flash players. I upgrade
    when I get a notice, but I know your not supposed to have more than
    one player for mozilla browsers and one for microsoft browsers?
    Right? Is this why now i have the same problem as i did with my
    opera browser? I tried a system restore to before the flash upgrade
    10.012 was installed and nothing changed, i still had the same
    problem. HELP, What gets uninstalled, what stays and will this take
    care of my flash problems? I spent months with the Opera problem
    and read on opera and firefox forums people who had flash problems
    say they uninstalled and reinstalled flash and no change. Sorry
    about the long post, I'm very sick and this is the best i can
    do.

    Hi. The actionscript is from a Flash Mask Effect template
    that I was asked to make image and text changes to. I don't know
    what the repetitive aa and bb does. The clip works well except that
    I can not get it to Stop after the last image, it just keep going
    and going...
    Thanks.

  • NEED FLASH HELP!

    I'm redesigning my website. There are some simple flash components. If I show you what I want, can you tell me how to get it?
    May I phone you, then show you the design? Or you can phone me - as you wish. [contact info removed] Stamford, CT Eastern Zone
    Thanks.

    One of the ways to achieve this is using LoadVars.
    Sample usage:
    http://www.gskinner.com/blog/archives/000073.html
    http://www.adobe.com/support/flash/action_scripts/actionscript_dictionary/actionscript_dic tionary427.html

  • I Need Dire Help Making a Flash Form

    Hello, I need some serious help creating a Flash Form.
    I Have used a template from another site with the following
    input boxes:
    Name: __________
    Email: __________
    Comments: ____________
    However, i had the script working fine, along with its php
    script,
    when i was trying to add more "text" boxes, i must have
    messed the script up somhow.
    When I submit that form, the name is send and email, but the
    email is blank.. ie, there is no "comments"
    here is the code:
    on submit button:
    on (release) {
    // send variables in form movieclip (the textfields)
    // to email PHP page which will send the mail
    form.loadVariables("email.php", "POST");
    sent email messege
    onClipEvent(data){
    // show welcome screen
    _root.nextFrame();
    and the php script (mailer.php)
    php form email.pho
    <?php
    * PHP 4.1.0+ version of email script. For more
    * information on the mail() function for PHP, see
    http://www.php.net/manual/en/function.mail.php
    // First, set up some variables to serve you in
    // getting an email. This includes the email this is
    // sent to (yours) and what the subject of this email
    // should be. It's a good idea to choose your own
    // subject instead of allowing the user to. This will
    // help prevent spam filters from snatching this email
    // out from under your nose when something unusual is put.
    $sendTo = "[email protected]";
    $subject = "My Flash site reply";
    // variables are sent to this PHP page through
    // the POST method. $_POST is a global associative array
    // of variables passed through this method. From that, we
    // can get the values sent to this page from Flash and
    // assign them to appropriate variables which can be used
    // in the PHP mail() function.
    // header information not including sendTo and Subject
    // these all go in one variable. First, include From:
    $headers = "From: " . $_POST["firstName"] ." ".
    $_POST["lastname"] . "<" . $_POST["email"] .">\r\n";
    // next include a replyto
    $headers .= "Reply-To: " . $_POST["email"] . "\r\n";
    // often email servers won't allow emails to be sent to
    // domains other than their own. The return path here will
    // often lift that restriction so, for instance, you could
    send
    // email to a hotmail account. (hosting provider settings may
    vary)
    // technically bounced email is supposed to go to the
    return-path email
    $headers .= "Return-path: " . $_POST["email"];
    // now we can add the content of the message to a body
    variable
    $message = $_POST["message"];
    // once the variables have been defined, they can be included
    // in the mail function call which will send you an email
    mail($sendTo, $subject, $message, $headers);
    ?>
    If anyone can see why the "comments" section is not being
    sent?
    Also: My original problem was how do you add more text boxes.
    I want something like this:
    Name:
    Address:
    Phone:
    Mobile:
    Email:
    Website:
    Comments:
    Ive spent days and days trying to work out how to first make
    a form that actually works, then add more text fields
    Ive looked at many basic form tutorials, but they all seem to
    only have 3 or 4 text fields.. Name, Email, Comments... etc
    I haven't a clue how to edit the script both in action script
    and php to add more fields easy.
    I really need some help with this, its turning into a
    nightmare for me.
    I can provide someone with my .fla project file if they care
    to take a look at what im doing wrong.
    Thanks
    Pan
    ps. Please note: "$sendTo = "[email protected]";" =
    this line i know i must put in my own email.

    This is all about timelines. It seems there is a movieclip
    named 'form' (or possibly an actionscript object, can't tell). Any
    variables created on that timeline are sent.
    So you could have your new textfields on another timeline.
    Or you could have textfields with no instance name in the
    form timeline.
    Those are the first two things to look at. Post the FLA and
    we can tell you more specifically.

  • Need flash player 8 and java script enabled to play videos on ipad, need help please.

    need flash player 8 and java script enabled on my ipad in order to view videos.  please help.

    iPads do not directly support Flash.
    You can look for Flash Browsers in the App store for some options to try. Support is not 100%, but maybe one may work for you.  Browsers like Puffin, Skyfire, Photon etc...
    IPads do fully support JavaScript.  Just make sure its turned on under Settings->Safari->Advanced->JavaScript.
    If you require Java, which is completely different to JavaScript, again there are some browsers in the App store that support it.  Search for "Java browsers" in the store.

  • Please help us, after we installing the flash player is said that the plug-in version is not installed and i need Flash Player for my windows 7 Professional 64-bit Japanese version and Internet explorer 10

    Please help us, after we installing the flash player is said that the plug-in version is not installed and i need Flash Player for my windows 7 Professional 64-bit Japanese version and Internet explorer 10

    Hello,
    There are two versions of Flash Player for Windows:  ActiveX for Internet Explorer and Plug-in for non-IE browsers. It appear you may have installed the one for non-IE browsers.  Please use the links below to download and install:
    Flash Player ActiveX (Internet Explorer
    Flash Player Plug-in (All other browsers)
    Maria

  • Need flash player help

    I tried to update my flash movie, www.lesvants.com but I did
    something wrong and need some help! In Dreamweaver 8. I may have
    clicked insert/media/image viewer instead of flash. I have the
    "viewer" appear now (I think) instead of my old flash movie.
    Any suggestions would be GREATLY appreciated!
    Thanks, John / Airpix

    Hi.
    I don´t know what method have you used for insert your
    flash but appears to
    be wrong. If you look in your code you will see, in the head,
    a call to the
    "AC_RunActiveContent.js" but the code of you flash dont have
    nothing about
    this script.
    Change the code of your flash:
    <object
    classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
    codebase="
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0"
    width="494" height="292"> <param name="movie"
    value="movie22507_new
    3-8-07.swf" /> <param name="wmode" value="transparent"
    />
    <param name="quality" value="high" /> <embed
    src="movie22507_new
    3-8-07.swf" width="494" height="292" quality="high"
    pluginspage="
    http://www.macromedia.com/go/getflashplayer"
    type="application/x-shockwave-flash"></embed>
    </object>
    For This:
    <script type="text/javascript">
    AC_FL_RunContent(
    'codebase','
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0','wid th','494','height','292','src','movie22507_new
    3-8-07','quality','high','pluginspage','
    http://www.macromedia.com/go/getflashplayer','movie','movie22507_new
    3-8-07','wmode','transparent' ); //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=7,0,19,0"
    width="494" height="292">
    <param name="movie" value="movie22507_new 3-8-07.swf"
    />
    <param name="wmode" value="transparent" />
    <param name="quality" value="high" />
    <embed src="movie22507_new 3-8-07.swf" width="494"
    height="292"
    quality="high" pluginspage="
    http://www.macromedia.com/go/getflashplayer"
    type="application/x-shockwave-flash"></embed>
    </object></noscript>
    Be sure to upload the scripts folder.
    Other thing, i have a 22" monitor with a 1600x1050 resolution
    but my
    browser is 1024x768 and i get in your page a horizontal
    scroll and your
    flash is out of screen.
    "airpix" <[email protected]> escribió
    en el mensaje de noticias
    news:[email protected]...
    > Thanks Miguel, I deleted and re-inserted the flash
    movie. Nothing but a
    > white box appears and when I right click it I get a
    grayed out message
    > "movie not loaded"
    >
    > John

  • Need some help with Flash + Captivate (ActionScript in Flash)

    I have what I think is a fairly simple question.... I have an SWF File embedded in a Captivate 4 Presentation. The SWF requires the user to click on a variety of items, after they have gone through all the required items a "FINISH" button appears... I want the finish button to "close" the SWF file.
    I'll add this info to in case it helps with the "right" answer....
    The reason I am doing this is because Captivate automatically rolls from one "slide" to the next. The only way to stop this is to add a "pause" button to the slide, I want the user to have to finish the SWF before they can see the "next" button in the captivate file...So I was thinking, put the "swf" over the "next" button... then have the "complete" button close the swf revealing the covered "next" button in captivate....
    The short version of what I need is information on closing an SWF file via a button click. Is there a "swf.visible=false" or anything like that?

    Need some help with putting a folder in users directoryI recomend using System.getProperty( "user.home" ) not a hard-coded value.
    This will use the users home folder ( C:\My Documents ) on Win9X (I guess), C:\Documents and Settings\<current user> on Win2K +, and ~ on Unix-a-likes.

  • I need flash player for my I pad to support my static ip to play in my I pad ....please help me

    I need flash player to support my static ip because I have company and I need to support to my cams

    Adobe has never developed a Flash player for I devices, so there is none. You might try searching the Apple store as there are some browsers there that can play some Flash content.

  • Air-lap1142n Is it dead or just in need of help?

    Hi,
    I have a number of air-lap1142n-e-k9 access points, so far they have all been deployed successfully aprt from this one unit.
    When I deployed it, it joined the wlc as normal, downloaded the image, and I was able to rename it etc.. but then a couple of min's later it's status changed to down. It's details on the wlc had changed to name: blank, mac address 0000.0000.0000
    I've tried restarting it a couple of times with no luck, below is the output from the console:
    Press RETURN to get started!
    *Mar 1 00:00:06.711: %SOAP_FIPS-2-SELF_TEST_IOS_SUCCESS: IOS crypto FIPS self test passed
    *Mar 1 00:00:06.722: *** CRASH_LOG = YES
    Security Core found.
    Base Ethernet MAC address: 50:3D:E5:BE:E8:F8
    *Mar 1 00:00:08.683: ERROR: wait 3 failed
    *Mar 1 00:00:09.190: %SOAP_FIPS-2-SELF_TEST_RAD_SUCCESS: RADIO crypto FIPS self test passed on interface Dot11Radio 1
    *Mar 1 00:00:09.199: Unsupported radio found of type 0
    *Mar 1 00:00:09.236: %LWAPP-3-CLIENTEVENTLOG: Read and initialized AP event log (contains, 1024 messages)
    *Mar 1 00:00:10.295: %LINK-3-UPDOWN: Interface GigabitEthernet0, changed state to up
    *Mar 1 00:00:11.374: %LINEPROTO-5-UPDOWN: Line protocol on Interface GigabitEthernet0, changed state to up
    *Mar 1 00:00:11.419: %SYS-5-RESTART: System restarted --
    Cisco IOS Software, C1140 Software (C1140-K9W8-M), Version 12.4(21a)JHB1, RELEASE SOFTWARE (fc1)
    Technical Support: http://www.cisco.com/techsupport
    Copyright (c) 1986-2010 by Cisco Systems, Inc.
    Compiled Wed 11-Aug-10 15:45 by prod_rel_team
    *Mar 1 00:00:11.419: %SNMP-5-COLDSTART: SNMP agent on host AP503d.e5be.e8f8 is undergoing a cold start
    *Mar 1 00:13:37.040: %CAPWAP-5-CHANGED: CAPWAP changed state to DISCOVERY
    *Mar 1 00:13:37.040: bsnInitRcbSlot: slot 0 has venus radio(UNSUPPORT)
    *Mar 1 00:13:37.055: bsnUnlockDevice: not bring radio up: radio 0 is in admin disable state
    *Mar 1 00:13:37.232: %SSH-5-ENABLED: SSH 2.0 has been enabled
    *Mar 1 00:13:37.233: %LINK-3-UPDOWN: Interface Dot11Radio1, changed state to up
    *Mar 1 00:13:37.235: Writing radio coredump to 'flash:/r0.rcore'
    *Mar 1 00:13:37.407: %LINK-5-CHANGED: Interface Dot11Radio1, changed state to reset
    *Mar 1 00:13:38.239: %LINEPROTO-5-UPDOWN: Line protocol on Interface Dot11Radio1, changed state to down
    *Mar 1 00:13:48.469: %DHCP-6-ADDRESS_ASSIGN: Interface GigabitEthernet0 assigned DHCP address 172.31.44.41, mask 255.255.252.0, hostname AP503d.e5be.e8f8
    *Mar 1 00:13:49.264: Interface Dot11Radio0: not starting because stop-on-failure set
    *Mar 1 00:13:55.919: Interface Dot11Radio0: not starting because stop-on-failure set
    *Mar 1 00:13:56.289: Logging LWAPP message to 255.255.255.255.
    *Mar 1 00:13:59.364: %CDP_PD-4-POWER_OK: Full power - NEGOTIATED inline power source
    *Mar 1 00:13:59.385: %LINK-3-UPDOWN: Interface Dot11Radio1, changed state to up
    *Mar 1 00:14:00.384: %LINEPROTO-5-UPDOWN: Line protocol on Interface Dot11Radio1, changed state to up
    *Mar 1 00:14:00.384: %SYS-6-LOGGINGHOST_STARTSTOP: Logging to host 255.255.255.255 started - CLI initiated
    Translating "CISCO-CAPWAP-CONTROLLER"...domain server (192.168.134.251) (192.168.70.51)
    *Mar 1 00:14:06.925: %CAPWAP-3-ERRORLOG: Did not get log server settings from DHCP.
    *Mar 1 00:14:06.930: %CAPWAP-3-ERRORLOG: Could Not resolve CISCO-CAPWAP-CONTROLLER
    *Mar 1 00:14:16.931: %CAPWAP-3-ERRORLOG: Go join a capwap controller
    *May 19 08:07:23.000: %CAPWAP-5-DTLSREQSEND: DTLS connection request sent peer_ip: 172.18.1.40 peer_port: 5246
    *May 19 08:07:23.000: %CAPWAP-5-CHANGED: CAPWAP changed state to
    *May 19 08:07:23.778: %CAPWAP-5-DTLSREQSUCC: DTLS connection created sucessfully peer_ip: 172.18.1.40 peer_port: 5246
    *May 19 08:07:23.778: %CAPWAP-5-SENDJOIN: sending Join Request to 172.18.1.40
    *May 19 08:07:23.779: %CAPWAP-5-CHANGED: CAPWAP changed state to JOIN
    *May 19 08:07:28.778: %CAPWAP-5-SENDJOIN: sending Join Request to 172.18.1.40
    *May 19 08:08:05.436: %CDP_PD-4-POWER_OK: Full power - NEGOTIATED inline power source
    *May 19 08:08:23.000: %DTLS-5-SEND_ALERT: Send WARNING : Close notify Alert to 172.18.1.40:5246
    *May 19 08:08:23.040: %CAPWAP-5-CHANGED: CAPWAP changed state to DISCOVERY
    *May 19 08:08:23.041: %CAPWAP-5-CHANGED: CAPWAP changed state to DISCOVERY
    *May 19 08:08:23.041: bsnInitRcbSlot: slot 0 has venus radio(UNSUPPORT)
    *May 19 08:08:23.046: bsnUnlockDevice: not bring radio up: radio 0 is in admin disable state
    *May 19 08:08:23.077: %LINK-5-CHANGED: Interface Dot11Radio0, changed state to administratively down
    *May 19 08:08:24.077: %LINEPROTO-5-UPDOWN: Line protocol on Interface Dot11Radio0, changed state to down
    *May 19 08:08:33.055: %CAPWAP-3-ERRORLOG: Go join a capwap controller
    *May 19 08:08:33.000: %CAPWAP-5-DTLSREQSEND: DTLS connection request sent peer_ip: 172.18.1.40 peer_port: 5246
    *May 19 08:08:33.000: %CAPWAP-5-CHANGED: CAPWAP changed state to
    *May 19 08:08:33.785: %CAPWAP-5-DTLSREQSUCC: DTLS connection created sucessfully peer_ip: 172.18.1.40 peer_port: 5246
    *May 19 08:08:33.786: %CAPWAP-5-SENDJOIN: sending Join Request to 172.18.1.40
    *May 19 08:08:33.786: %CAPWAP-5-CHANGED: CAPWAP changed state to JOIN
    *May 19 08:08:38.786: %CAPWAP-5-SENDJOIN: sending Join Request to 172.18.1.40
    I've tried re-imaging the AP a couple of times, with no luck. Is it dead or just in need of help?
    Any ideas.
    Thanks
    Dylan

    Hi,
    We are hitting the software bug and the bug ID is CSCsz56711
    http://tools.cisco.com/Support/BugToolKit/search/getBugDetails.do?method=fetchBugDetails&bugId=CSCsz56711
    The issue is related to PCI componenet on the AP hardware and log that points to that is..
    bsnInitRcbSlot: slot 0 has venus radio(UNSUPPORT)
    The Replacement is the resolution and please contact your reseller or partner and if ur are the partner then RMA ids the resolution..
    Lemme know if this answered ur question and please dont forget to rate the usefull posts!!
    Regards
    Surendra

  • Computer says I need flash player and I've followed all recommended steps

    I am on internet explorer on Windows 7 I am downloaded the latest version of flash player and it says i need flash player to play games/videos i have followed all the instructions in the "get support" page. It's enabled in the add ons ive downloaded the latest version turned activex on and off i have rebooted my computer im quite flustered lol any help would be appreciated thanks

    What does this page say - is Flash Player installed: http://helpx.adobe.com/flash-player.html ?

  • Do I need flash builder 4 to work with the flex sdk?

    Is it necessary to use flash builder 4 to work with the flex sdk?
    Can you build apps just using the open source flex sdk. If so are there tutorials and books on how to do so?
    Thanks in advance for your help.

    No, you don't need Flash Builder to use the Flex SDK. If you download the SDK and unzip it, you'll find a 'bin' directory that has the mxmlc compiler in it. You can compile Actionscript or MXML files using that.
    ./mxmlc MyFlexApp.mxml
    If you are building an AIR application, you will use amxmlc
    ./amxmlc MyAIRFlexApp.mxml
    Then, launch your AIR application using adl
    ./adl.exe MyAIRFlexApp-app.xml
    Hope this helps,
    Joan

  • Can't watch videos says i need flash band

    can't watch videos on any page i go on keeps saying need flash band anyone help?

    1. Uninstall Adobe Flash Player:
        http://helpx.adobe.com/flash-player/kb/uninstall-flash-player-mac-os.html
    2. Reinstall Adobe Flash Player.
        http://get.adobe.com/flashplayer/
    3.  Allow  Plug-ins  
        Safari > Preferences > Security
        Internet Plug-ins >  "Allow  plug-ins"
        Enable it.

Maybe you are looking for

  • Error while accessing a library using content and structure

    I have a library having document and folder inside it. When I open the library using content and structure I get an error with a correlation ID. When checked the the logs with Correlation ID got an error message "View 'All Document' does not exist."

  • Accounting entries in PRA under various business scenarios

    Can anybody send me the detailed data flow chart in PRA (IS oil and Gas) alongwith the accounting entries under various business scenarios  explaining the financial impact so as to understand the production and revenue accounting recorded through PRA

  • Send flash vars to popup ASP window

    how can I send data from a flash webpage to an ASP page which has to open in a popup window. I can do them both seperatly, but how to integrate those 2 in 1.... Here's my script... Attach Code function PlaceOrder(){ SEND DATA TO MY ASP PAGE var oFTra

  • Need to install JDK on a Mac 10.5

    I have tried to download JDK for Mac and under Sun's download page, I see Java for [Linux,Windows,Solaris OS] but I can not find the one for Mac, and I need JDK 1.5 or Later, which platform should I choose really because Mac is not shown?

  • Where is my imac installation disc ??

    Hi . Before few days i receive an imac (with intel) processor . Now i need to install via bootcamp windows 7 operating system both with my mac os x operating . The problem is that i need mac os x dvd and i didn't receive it . What must i do ?? Can i