Flash file support?

hi,
does java support flash? would i be able to place a flash file onto a label and have it display using sdk 1.4, or do i need to download something else if java supports it?
Thanks.

java only support flash version 2 using java media framework
http://java.sun.com/products/java-media/jmf/

Similar Messages

  • I am facing issue when opening flash files in Flash CC. (Error : - .fla was created with a later version of Adobe Flash Professional CC and might contain new features not supported in this version of Flash professional.)

    I am facing issue when opening flash files in Flash CC. (Error : - .fla was created with a later version of Adobe Flash Professional CC and might contain new features not supported in this version of Flash professional.)

    fyfesa1970 wrote:
    Ask a simple question and get a simple answer...see below...hilarious:
    All representatives are actively assisting other customers. Your estimated wait time is 0 minute(s) and 1 second(s) or longer. Thank you for your patience.
    We all can learn from this. Whenever you get stuck in a customer-service situation that goes nowhere, as soon as you become aware of the futility, get the name and employee ID of the person, then say, "I don't mean to be rude, I think we're both wasting our time. Perhaps you weren't trained for this issue, or perhaps your system isn't displaying the correct information. It doesn't matter, because I'm not getting proper customer support this way. Please ESCALATE this to your highest-level manager IMMEDIATELY. If that person isn't availabe, ESCALATE me to that person's highest-level manager. If you haven't been given the proper training, you can use this to inform your manager that you need the training. Thanks for trying to help. I appreciate it. I have copied and saved this chat session. NOW PLEASE ESCALATE THIS CASE AS I HAVE REQUESTED ABOVE. I'm waiting now... "
    The point is that you're a customer, and the company needs customers, so the individual who's failing to deliver good service needs to be identified so they can be properly trained, and so that problems in the system can also be identified, but more important is that you get the service you're entitled to.
    If you search the forum for similar questions, you'll see the kind of information that the volunteer users like yourself on the forum need to know about your system and files involved, so they can help you better.
    Good luck.
    HTH
    Regards,
    Peter
    Peter Gold
    KnowHow ProServices

  • Does Flash Access support encrypting the specific audio/video track in a multirate video file?

    Hi,
    It seams that Flash Access supports encrypting the multirated mp4 file. By setting encrypt.contents.video=true, encrypt.contents.audio=true, the encryption process will encrypt all the video tracks and audio tracks inside this mp4 file.
    I am wondering:
    Does Flash Access support encrypting the specific audio track or video track by giving the trackID for a specific bitrate inside this multirated mp4 file?
    Thanks in advance,
    Xia Hui

    I am not aware of existing or new feature which allows to encrypt particular track. You can encrypt all audio, all video or both.

  • Flash file doesn't support all browsers

    hi guys,
    I have flash file which accepts data from Javascript using
    swfObject.js and displays it dynamically(using addVariable). But
    the problem occurring is it doesn't support all browsers. I have IE
    6 and Mozilla Firefox 3 with Flash player version 10 installed in
    it. I am not able to run the file on it. I can't understand why as
    the code written in as3 and in javascript is right. Could you
    suggest some solution?

    Just as a thought,
    Following are the reasons when you can't see a flash movie.
    1. No flash player installed
    2. Browser is not having Javascript enabled and noscript tag
    is removed from HTML published from Flash.
    3. Incorrect path for swf is inserted in the HTML page.
    4. There is an error at the very begining of the flash file
    which is stopping it to show properly.
    5. Browser settings are disabling object/embed tags.
    I am able to see your link in both IE7 and FF3 browsers. So
    what I think is, in your case the reason is 5 or 2.

  • Ad rotator - add supporting gif for flash file

    Hi there, I am using the ad rotator to host 3rd party advertising. I have been supplied with a flash file (swf) and also a gif version of the ad. I want to be able to point to the gif file if the swf file is not able to be played by the browser/device. Is this possible within the ad rotator to have a fall-back gif file?
    thanks

    This functionality isn't native to BC but I've done this before for a client.  Just beware that using an .swf (flash) file embed for the ad won't let you track the BC Ad Rotator links.  Typical, image-only ads in the AdRotator can be tracked in BC's reporting but using a .swf file doesn't work and you have to embed the link in the actual .swf file itself.  Before we get you working with a flash fallback solution, if you have access to the .swf file or can tell your client what URL to use in the flash ad then you should use the AdRotator trackign URL if you can.  Do do that, setup an image-only ad rotator item first in one of your ad rotators.  Add that rotator to a demo page to get the URL of the ad rotator (it contains the unique id of your ad for tracking). Once you have that URL you can update your flash file to use that URL to take advantage of tracking on BC or give it to your customer to update the flash file themselves before sending you the flash file.
    Once you've taken care of the link in the flash ad or if you don't care about not tracking flash ad clicks in BC's reporting system, let's move on to building a flash fallback ad solution. We'll be using SWFObject which is the correct way to embed flash with fallback content.  The hardest part of this whole scenario is we have to get the ID of the ad rotator item (not the ad rotator ID) below.
    The javascript I came up with requires jQuery and it's usually already loaded on many sites. Make sure jQuery is loaded in the HEAD of your page or page template where you'll be serving the ads in the ad rotator.
    Download the SWFObject project and unzip it locally.
    Upload the whole "swfobject" folder to the root of your website.
    In your page template or page that you will be serving your ads on, add this script reference to the HEAD of your HTML doc:<script src="/swfobject/swfobject.js"></script>
    Download my custom javascript function and upload it somewhere on your website. For this example we'll assume you are placing it in the "js" folder in the root of your site.
    In your page or page template where you'll be serving ads, reference the script you just downloaded. Make sure it goes after our swfobject.js and jquery references in the head of your HTML doc:<script src="/js/adRotatorFlashFallback.js"></script>
    Now that our jQuery, SWFObject & adRotatorFlashFallback scripts are in place in the HEAD of our page or page template, let's move on to creating your ads with fallback content
    Upload the backup image you want to use for non-flash devices to your website and remember the URL/path of that image. For our example we'll use "/images/demoad.gif".
    Upload your .swf file to your site and rember the URL/path to that file. We'll need it later.
    Once the image and flash file are uploaded we'll create our ad rotator item for that ad:
    Create a new ad rotator item
    Choose the Item Type as HTML
    Add your Label (title) and Item Click-thru URL
    In the Item HTML box manually insert your HTML markup for the image:
    <img src="/images/demoad.gif" width="125" height="125" />
    (I won't be covering styling the ad so you can wrap a div around that image if you want to use some CSS to target the ad:(Optional) <div class="ad-item"><img src="/images/demoad.gif" width="125" height="125" /></div>
    Save the ad first before we add the flash option. We need to get that ad rotator item's ID first before we can hookup javascript to embed the flash over the backup image. If you have many ad rotator items already in place you might want to temporarily disable all the ads already setup except the one you are working on so you don't have to refresh the page a bunch of times to wait for your ad to randomly appear.
    Goto a test page and use BC's module manager to insert your AdRotator.
    Preview your test page with your ad rotator and once you see your ad you are creating, right-click the ad (this works in Chrome for sure) to copy the URL of the ad. You can also see what the URL is just by hovering over the ad in most browers.  The goal here is to jot down or grab the ID of the web app item and that should be in the URL similar to this: "/BannerProcess.aspx?ID=32713&URL=%2ftest".  I bolded the ID we'll be grabbing. This ID is unique to each ad rotator item and we need that so that we can embed a specific flash file for that specific ad rotator item. 
    Once you've got your ID of the item, head back to the Ad Rotator Item you just created in the BC Admin.
    You'll want to add some javascript after your image markup in the "Item HTML" box
    Before we had: <img src="/images/demoad.gif" width="125" height="125" />
    and it becomes:<img src="/images/demoad.gif" width="125" height="125" />
    <script>adRotatorFlashFallback('32711','/demoad.swf', '125', '125');</script>
    Replace the bolded items above with the ID of your ad rotator item we pulled from the URL before and the URL to the flash file we uploaded to the site before.  In our case, I uploaded "demoad.swf" to the root of the website. Also, the '125' and '125' above are the width and height, respectively for your flash file. For instance if your flash movie is 300 pixels wide and 100 pixels in height then calling our functions with those dimensions would look like:<script>adRotatorFlashFallback('32711','/demoad.swf', '300', '100');</script>
    Make sure the ad rotator item is enabled and you're all set.
    You can see a demo of it working at http://www.chrismatthias.com/demos/swf-fallback-ad-rotator
    After your initial setup of downloading the javascripts and referencing them in your page or template, the hardest thing about creating new ad rotator items with fallback is getting the ID of the ad rotator item from the URL in steps 12-14, but it's the only way I know of to get the ID of the ad rotator item. I can't find it in the BC Admin anywhere.

  • How do i link a flash file to a web site in dreamweaver 8

    This is a multi-part message in MIME format.
    ------=_NextPart_000_0059_01C7A541.7942B2A0
    Content-Type: text/plain;
    charset="iso-8859-1"
    Content-Transfer-Encoding: quoted-printable
    Hi
    How do i link a flash file to a web site in dreamweaver 8
    Thanks
    ------=_NextPart_000_0059_01C7A541.7942B2A0
    Content-Type: text/html;
    charset="iso-8859-1"
    Content-Transfer-Encoding: quoted-printable
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0
    Transitional//EN">
    <HTML><HEAD>
    <META http-equiv=3DContent-Type content=3D"text/html; =
    charset=3Diso-8859-1">
    <META content=3D"MSHTML 6.00.6000.16448"
    name=3DGENERATOR>
    <STYLE></STYLE>
    </HEAD>
    <BODY bgColor=3D#ffffff>
    <DIV><FONT face=3DArial
    size=3D2>Hi</FONT><FONT face=3DArial =
    size=3D2></FONT></DIV>
    <DIV><FONT size=3D1>
    <P><FONT size=3D3>How do i link a flash file to a
    web site in =
    dreamweaver=20
    8</FONT></P>
    <P> </P>
    <P><FONT face=3DArial =
    size=3D2>Thanks</FONT></P></FONT></DIV></BODY></HTML>
    ------=_NextPart_000_0059_01C7A541.7942B2A0--

    In Flash. There is no way to apply an HTML link to a swf
    file.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "Dave" <[email protected]> wrote in message
    news:f3s8f0$cla$[email protected]..
    Hi
    How do i link a flash file to a web site in dreamweaver 8
    Thanks

  • Help required in embedding flash file object into Crystal Report file.

    Hello,
          I use the default version of Crystal Report (i.e.'Crystal Report Basic For Visual Studio 2008 - version 10.5' ) which is the part of 'Visual Studio 2008', to create and display the Report. Further, as a requirement, I have to show 'Event Video' into the Report. But, as this default version of Crystal Report does not support Flash File, I uninstalled it and downloaded and installed the 30 days trial version of the Crystal Report (i.e. Crystal Report 2008 - version 12.0).
          Then, I created a new Crystal Report File using 'Crystal Report 2008 Designer', embedded the video as a Flash File(i.e. SWF file) into it. Now,  when I add this newly created Crystal Report File into my sample application, which is created using VS 2008, it does not shows the embedded video.
          So, can anybody please tell me, how can I embed the Flash File into Crystal Report, so that it will be visible in the sample application?
    I would like to appreciate your help and support.
    Thanks,
    -Yogesh.

    Symptom :
    When embedding a pdf document into a Crystal Report, only the one page shows.
    Reproducing the Issue
    Environment:
    Crystal Reports OLE object
    Cause
    An OLE object only displays the first page.
    Resolution
    Embed multiple objects, one for each page
    Or
    Use a hyperlink to the object instead
    Hope this helps!
    Regards,
    Vinay

  • When I power up my Mac-Pro I only get  a flashing file folder with a ? inside the folder. I suspect my hard drive is maxed to capacity can anyone help me as to what I should do?

    When I power up my Mac-Pro I only get  a flashing file folder with a ? inside the folder. I suspect my hard drive is maxed to capacity can anyone help me as to what I should do?

    Whatever the problem is you no longer have a bootable system. You need to try reinstalling OS X.
    Reinstall Snow Leopard without erasing the drive
    1. Repair the Hard Drive and Permissions
    Boot from your Snow Leopard Installer disc. After the installer loads select your language and click on the Continue button. When the menu bar appears select Disk Utility from the Utilities menu. After DU loads select your hard drive entry (mfgr.'s ID and drive size) from the the left side list.  In the DU status area you will see an entry for the S.M.A.R.T. status of the hard drive.  If it does not say "Verified" then the hard drive is failing or failed. (SMART status is not reported on external Firewire or USB drives.) If the drive is "Verified" then select your OS X volume from the list on the left (sub-entry below the drive entry,) click on the First Aid tab, then click on the Repair Disk button. If DU reports any errors that have been fixed, then re-run Repair Disk until no errors are reported. If no errors are reported click on the Repair Permissions button. Wait until the operation completes, then quit DU and return to the installer.
    If DU reports errors it cannot fix, then you will need Disk Warrior and/or Tech Tool Pro to repair the drive. If you don't have either of them or if neither of them can fix the drive, then you will need to reformat the drive and reinstall OS X.
    2. Reinstall Snow Leopard
    If the drive is OK then quit DU and return to the installer.  Proceed with reinstalling OS X.  Note that the Snow Leopard installer will not erase your drive or disturb your files.  After installing a fresh copy of OS X the installer will move your Home folder, third-party applications, support items, and network preferences into the newly installed system.
    Download and install Mac OS X 10.6.8 Update Combo v1.1.
    Reinstalling Lion/Mountain Lion Without Erasing the Drive
    Boot to the Recovery HD: Restart the computer and after the chime press and hold down the COMMAND and R keys until the menu screen appears. Alternatively, restart the computer and after the chime press and hold down the OPTION key until the boot manager screen appears. Select the Recovery HD and click on the downward pointing arrow button.
    Repair the Hard Drive and Permissions: Upon startup select Disk Utility from the main menu. Repair the Hard Drive and Permissions as follows.
    When the recovery menu appears select Disk Utility. After DU loads select your hard drive entry (mfgr.'s ID and drive size) from the the left side list.  In the DU status area you will see an entry for the S.M.A.R.T. status of the hard drive.  If it does not say "Verified" then the hard drive is failing or failed. (SMART status is not reported on external Firewire or USB drives.) If the drive is "Verified" then select your OS X volume from the list on the left (sub-entry below the drive entry,) click on the First Aid tab, then click on the Repair Disk button. If DU reports any errors that have been fixed, then re-run Repair Disk until no errors are reported. If no errors are reported click on the Repair Permissions button. Wait until the operation completes, then quit DU and return to the main menu.
    Reinstall Lion/Mountain Lion: Select Reinstall Lion/Mountain Lion and click on the Continue button.
    Note: You will need an active Internet connection. I suggest using Ethernet if possible because it is three times faster than wireless.

  • Hi I installed a new hard drive in my Mac mini osx lion an when I turn it on I get a flashing file with a question mark. I tried holding command and R keys when turning it on but the recovery fails to work. Does any one know how I can get it to recover?

    Hi I installed a new hard drive in my Mac mini osx lion an when I turn it on I get a flashing file with a question mark. I tried holding command and R keys when turning it on but the recovery fails to work. I can hold the option key at start up and choose my network, then Internet recovery shows up with an arrow pointing up. When I click on the arrow Internet recovery fails and all I get is a globe with a triangle on it with an exclamation mark on it, and under that it says
    apple.com/support
          -6002F
    Does any one know how I can fix this without a recovery disc? Thanks

    I just want to add to this, in case someone else searches for this error on Apple Support (google doesnt cover apple support.. how clever is that?)
    I had the same error. And i had a Computer that had worked, with a SSD drive and 16GB upgrade done by the owner himself.
    I tried swapping with a Mechinal Harddrive, no luck.
    Kept the Mechanical drive in, and tried with some other Ram, it worked..
    So for me this error and after reading the other responses can be boiled down to a Harddrive problem or Ram issue.
    It was Ram for me..

  • Trying to export a older flash file in player 8, having issues.

    i have this flash file that is written for player 5. i had to
    republish in player 8 to take advantage of the anti aliasing
    features available, however, i seem to have a problem with a
    secondary swf that gets pulled in to the main movie. the secondary
    swf targets player 5 as well. when i republished for player 8, i
    got these compiling errors. can anyone tell me why this won't work
    if i publish in 8, but works publishing in 5?
    while (Number(n)<19) {
    n = Number(n)+1;
    bn = "kv" add n;
    duplicateMovieClip("kv", bn, n);
    setProperty(bn, _x, Number(getProperty(bn,
    _x))+Number(n*getProperty(bn, _width)));
    setProperty(bn add "/b", _x, getProperty (bn add "/b", _x) +
    (random (20)+1));
    it must be a syntax issue as the original code is AS1.0. Does
    anyone know what this would need to look like to work publishing
    for player 8?

    The only real problem is that "add" is no longer supported.
    It should be:
    while (Number(n)<19) {
    n = Number(n)+1;
    bn = "kv" + n;
    duplicateMovieClip("kv", bn, n);
    setProperty(bn, _x, Number(getProperty(bn,
    _x))+Number(n*getProperty(bn, _width)));
    setProperty(bn + "/b", _x, getProperty (bn + "/b", _x) +
    (random (20)+1));
    But this will have yet another problem if the "n" is not
    defined prior to the while loop. Flash 5 assumed undefined
    variables were 0. Flash 8 assumes undefined variables are
    undefined.
    But a newer and improveder version of the script would be
    something like:

  • Printing a Flash File to PDF

    I am an Educator and I use Flash almost exclusively to create graphic organizers for my students. I have Flash CS3 on my macbook, and just upgraded to Flash Pro CC.
    I am able to print a document sized Flash file (No aminations, etc) to a PDF file with CS3, is this possible with CC?
    Thanks,
    Bob

    Printing (File->Print or programmatically) has been removed from Flash CC at this time.
    If you have Acrobat Pro you can import a SWF to create the PDF in that manner. InDesign should work also. 
    Typically if you subscribe to Flash CC you can download Flash CS6 because Flash CC entirely lacks ActionScript 2.0 support as well as TLFTextFields. CS6 supports those, is still 32bit and has a Print command. Check your Creative Cloud download panel to see if you can get Flash Pro CS6.

  • Flash file missing from page/layout difficulties

    Aloha,
    I'm working on posting a new site and have a few problems
    that are holding me back! First, when tested online via DW, the
    flash movie I have in center of page plays (and is placed)
    perfectly. After uploading the page
    http://reefcheckhawaii.org to
    my server however, the flash file doesn't appear. However, it can
    be accessed at
    http://reefcheckhawaii.org/flashfiles/HOMEPAGE.swf
    My tech support for the server said I had it in the wrong folder
    and that I should move it "using code." Any recommendations on how
    I can get the file placed where it should be to properly function?
    My second difficulty as evident by the page posted, is with the
    layout. I cannot seem to keep the banner image cells at the top of
    the page aligned properly when I add the 4-row table on the right
    hand bottom side of page. If I try to "remove table hts" before
    adding the lower table, the banner image at top also gets botched
    up! Please help, I'm stuck! Many thanks in advance!

    http://www.wsrestoration.com/Scripts/AC_RunActiveContent.js
    This file is NOT on the server. That's why you do not see
    your Flash.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "AAzz44" <[email protected]> wrote in
    message
    news:fjlb4d$3bp$[email protected]..
    > Hi,
    >
    > Im also having the same problem. Actually things where
    working great with
    > the
    > original site I built in Front Page, but I switched over
    to Dreamweaver
    > awhile
    > back and finally updated my site. Ever since than I
    can't get me Flash
    > file to
    > show. It works fine in the preview (in dreamwaver) but
    not on the web. All
    > the
    > files are on the server and the coding looks ok. I can't
    figure this one
    > out
    > and its driving me crazy.
    >
    > Here is my site:
    >
    >
    http://www.wsrestoration.com/
    >
    > Mike
    >

  • Problem with loading flash files in applet

    hi
    using JEditpane i can load html pages but it's not supporting gif and flash files.is there any way to open a html page which contains flash and gif files.
    please help me...

    jeditpane does not support flash files etc, i am not sure if it even support applets if yes probably with some limited way, anyway flash files are not supported, but you can lanch system web browser to show content with flash like internet explorer, latest mustang will suport this

  • Can't open Flash files on Windows XP

    I have Flash Player 9 installed. I can view Flash files
    online in my browsers (IE and Firefox), but when I try to open a
    Flash file on my computer to just play it in Flash Player, it asks
    me what I want to use to open the file. I have searched the support
    documents and looked online everywhere, but can't seem to find the
    problem. Basically, I can't find the actual Flash Player program
    file on my machine. I know it's there, otherwise I wouldn't be able
    to view Flash files in the browser, but I can't view them on my
    local machine.
    I have tried setting the program associated with .swf files
    in folder options to the following, but none of them work. When
    associating .swf files with any of these, it says an update for
    Flash is available. I go through the update, reboot because it says
    it's required, but when I start back up, it just does the same
    thing. I cannot open Flash files (.swf) on my computer, only in the
    browser and none of the paths I have tried setting .swf files to
    open with are actually the Flash Player application. I need to know
    where the Flash Player is on Windows XP.
    HELP?!?!?!
    The paths I've tried are:
    C\WINDOWS\stsyem32\Macromed\Flash\Flash9b.ocx
    C:\WINDOWS\system32\Macromed\Flash\FlashUtil9b.exe
    C:\i386\Flash.ocx
    C:\Program Files\Mozilla
    Firefox\plugins\NPSWF32_FlashUtil.exe
    None of them will open Flash files on my local computer. I
    have searched my machine, and those are the only paths I can find
    that have anything to do with the Flash Player. Even though it's an
    Adobe product now instead of a Macromedia product, I can't find
    anything for Flash in any Adobe directories, just Macromedia
    directories.
    Does anyone know how to remedy this? Has anyone else had this
    same problem? Any help would be
    GREATLY
    appreciated!!! It seems like I started having this association
    problem as soon as Flash was switched from Macromedia to Adobe.
    Thanks!

    I found the solution. After searching the web for what seemed
    like an eternity, I found the following on a Google Groups page:
    quote:
    1 - How can I make my PC play a flash file on my local hard
    drive?
    Unless you buy Macromedia Flash (the authoring environment)
    you can't play them just straight off, you have to open them with a
    browser which has the Flash Player plugin installed. To do this,
    either right-click on the .swf and select open with... (internet
    explorer) or open IE and then go to file... open.... etc.
    Then I realized that I started having the problem about the
    time I got my new laptop. I didn't install Flash MX on my new
    laptop because I don't really use it anymore, I use Swish, so I
    didn't install it because I hate installing programs I don't use.
    Anyways, I installed Flash MX on my new laptop and walla, I can
    open .swf files on my machine again.
    I didn't realize I had to have Flash installed (the program,
    not the player) in order to be able to open .swf files on my
    machine as opposed to viewing them in a browser. Guess I know now!
    I thought I'd post what I found in case anyone else had the
    same problem and didn't realize it.
    Thanks!

  • Keynote and Flash export. No sound in the flash file

    Oh well...
    Here I am again. I have recorded speech for my slide show as a narration and there is a sound file on every slide. The sound files are mp3s (Exported from Audacity as mp3 ID3v1). Come to playing the show and the sound doesn't play. All the builds still play correctly but sound there aint. How do I fix it?
    G5 iMac   Mac OS X (10.4.6)  

    That parameter just has to do with playback from your computer. From all the reading that I have done lately it seems that Flash 6 only supports 3 differnet type of sound files.
    Supports PCM, ADPCM and MP3 audio/sound playback for the speaker and headphone.
    http://www.flashdevices.net/2006/04/sony-psp-flash-player-6-supported.html
    This would be why all those other types of files that you put in a project wont export. Flash 6 doesn't support them. Also looking at the release notes (tucked away in the Macromedia/Adobe archives) Flash Player 6.0r40 and later supports MP3 files with ID3 v1.0 and v1.1 tags.
    http://www.adobe.com/support/flash/releasenotes/player/rn_6.html
    Now I tested my Flash file with ID3 v2.0 tags and if worked fine. I think it has something to do with give the taags to the player so the player can do something with them (check the link above). Also having flash player 9 might have something to do with it. Anyway the ID3 v 1.0 tags are more compatable with software than the v2.0 tags. So I would use v1.0 anyway. I think that is what iTunes/QT uses anyway.
    Also another thing that is weird about this whole saga is that I checked the Audio MIDI settings earlier in the piece. They were set to the correct setting. Audacity must have changed it back (of maybe something else did). But I did notice a little white noise when I did start playing my Audacity tracks (like a skip on a LP). Happens when the setting is changed. But the strange thing is that I have no idea what was causing it to change to 96000 Hz. I suppose it doesn't matter too much but rather that know that it happens. (I do remeber a time when a Flash file did it. I have a slow conection and I think that the player did something weird. That's another story)
    IT Toad
    G5 iMac Mac OS X (10.4.6)

Maybe you are looking for