Adding a simple media file

Hi I have been working with dreamweaver 8 a while now, I
never had an use for inserting or adding mp3 or any music file for
that matter.
I am now trying to do this but am slipping up some where. I
think maybe my file paths are wrong or some thing like that. I can
add flash video . swf etc. Some how no matter what I do I can not
insert a not so simple media file! Would some one please tell me
what I am doing wrong.
Is it that my folders are configured wrong? I do not know
HTML as yet but am working on that so any code explanation might be
a small bit confusing. Could some one one look at the examples I
have laid out and maybe we can sort this frustrating problem.
Thank You very much.
ADDING MEDIA

From what I can gather you have to wait for the document object to become initialised. If you have an event handler that waits for the document object to be created then you should be ok:
function buildIt()
var topBar = app.document.navbars.filesystem.top;
topBar.main = topBar.add( "panel", [5, 5, 760, 32], undefined);
topBar.main.address = topBar.main.add( "edittext", [3, 3, 600, 22],"");
topBar.main.browse = topBar.main.add( "button", [610, 3, 680, 22],"Browse");
topBar.main.go = topBar.main.add( "button", [690, 3, 740, 22],"Go");
topBar.visible = true;
onStartEvent = function(event)
if(event.object.constructor.name == "Document")
if(event.type == "create")
buildIt();
return {handled: false};
app.eventHandlers.push({handler: onStartEvent});

Similar Messages

  • Verbatim disk drive historically used only for time machine backups. Recently i added some other media files to use some of available space without partitioning, the disc now refuses to mount in finder despite appearing in disk utility. Repair fails. HELP

    Sorry to elaborate a bit more.
    I have used time machine since owning my mac book pro with no issues. i keep the timemachine backups on an external hard drive made by Verbatim. This has not external power source.
    Recently i decided to use up some of the available space on the external verbatim disk drive to store some movie files which were sitting on my macbook pro.
    Therefore i created a new folder outside of the time machine backup folder and stored the movie files in there.
    From then on Time machine failed... and a few days later i noticed it was not mounting in 'finder'
    Therefore i used disk utility to see if it was recognising it. Which i was. However when i try to repair it the repair process fails.
    In disk utility i am presented with 1 TB Samsung HN M10 which has a child called Verbatim HD.
    The 1TB Samsung hardware appears fine, but the verbatim disk i am unable to fully verify and fix.
    Does this mean i have lost all my back ups?
    Have I lost all the media that i put on there?
    Is there any way to fix this?
    Any help would be appreciated.
    didier07...

    To summarize: You used an external Verbatim HD for your TM backups. Then, you stored some movie files on the "spare" space on the Verbatim drive. Now, Disk Utility isn't being recognized, and repair is disabled. Your home Samsung drive is working fine, but the Verbatim cannot be verified.
    The problem, I believe, is that the external Verbatim drive wasn't partitioned. There should be two partitions: one for TM backups, the other for video. That way, you can perform backups, and still retain some space for video or somesuch.
    Frankly, I don't know how to fix this except through the following. (1) Erase the Verbatim drive, (2) Create a new blank space and format it, (3) Make two partitions - one for backup, the other for video. (4) Run TM through one partition, but switch to the other for your videos.  The better solution might be to have one dedicated drive (perhaps the Verbatim) for backups, and another dedicated drive for video backups; that way, you'll have plenty of space for expansion.
    I hope someone will correct me if I'm incorrect, but I believe you've essentially lost your backups and media. I don't know how you can retrieve that clump of the now-undifferentiated data on the Verbatim drive. To retrieve any lost data, you're going to require another external drive that's larger in capacity, as well as data recovery software; don't expect encouraging results. If you're desperate, there are firms like Drive Savers that can offer a more comprehensive solution - at a cost.
    Post if you have questions, or additional concerns!

  • How to move iTunes Library/Media Files to external firewire Hard Drive and make it the master library, and then point iTunes to that  when adding new content??

    How to move iTunes Library/Media Files to external firewire Hard Drive and make it the master library, and then point iTunes to that  when adding new content??

    Copy your ENTIRE iTunes FOLDER to an External Drive...
    Full Details Here  >  http://support.apple.com/kb/HT1751
    To Operate iTunes from the External Drive...
    Start iTunes with the Option key held down and guide it to the new location of the library.
    Be Sure the drive is Formatted Mac OS Extended (journaled)
    Also...  have a look at these 2 Videos...
    http://macmost.com/moving-your-itunes-library.html
    http://macmost.com/moving-your-itunes-media-to-an-external-drive.html

  • How do I add media files to iTunes when my iTunes library file is out of date?

    My 2007 iMac died. My last backup was done 7 months ago. My iTunes media folder resides on an external drive, so all of my iTunes media files are unaffected, but when I set up my new 2012 Mac Mini using my last backup, my iTunes library file will be 7 months behind. In the past 7 months, I have added around 2,000 new media files to iTunes. So my question is this: what is the best way to add those 2,000 files into iTunes? Is it as simple as drag-and-drop? They are already in the iTunes media folder, I just need to tell iTunes they exist. Thanks for any help!

    File > Add to library and select /Music/iTunes/iTunes media/ folder.
    Anything in that folder not showing in iTunes library will get added.

  • Problem in accessing the media files from another server

    Currently I am working in a project with streaming video on demand and using FMS 4.5.
    Let’s say the FMS is installed on one machine say ‘121.123.35.34’ and there is another server ‘100.54.88.222’ where all the media files belong. Now we need to point to this third server to play videos from FMS.I have done the below changes:
    In the fms.ini file: set the VOD_DIR2 = \\100.54.88.222\myvideos
    In the application.xml: Added the stream: <Streams>/hr;${VOD_DIR2}</Streams>
    From my application accessing the path of flv as:source= “rtmp:// 121.123.35.34:1935/vod/hr/test” . Not able to access the video.
    Note: If I will point to say ‘C:hrvideos’ in VOD_DIR2, then I am able to access the videos using the same URL.
    I also tried mapping the shared path to the FMS machine and then given the mapped drive path in the VOD_DIR2, but this also doesn’t work.
    Please let me know:
    If we need to configure any other parameter to stream videos from another server.
    VOD_COMMON_DIR: I modified this similar TO VOD_DIR to location 'C:hrvideos', I am able to stream the videos using rtmp, but not abl eto stream with http.
              Please let me know  can we stream using http also as we need this to run f4m manifest file.
              http://121.123.35.34:8134/vod/hr/sample.mp4.
              http://121.123.35.34:8134/vod/hr/sample.f4m
    Thanks,
    Anjali

    Hi Shiven,
    I followed the steps suggested by you:
    1) Changed the stream:
    <Streams>/hr;${VOD_DIR2}</Streams> to<Streams>/;${VOD_DIR2}</Streams>
    But not able to access the video with rtmp:// 121.123.35.34:1935/vod/test
    2) For http streaming, changes the HttpStreamingContentPath in hds-vod in the httpd config file, and tried to stream the video like:
    http:// 121.123.35.34:8134/vod/test.mp4 or
    http:// 121.123.35.34:8134/hds-vod/test.mp4
    But not able to load the video.
    Please suggest?
    Thanks & Regards,
    Anjali Rawat

  • Testing - JMF compatible media files

    A number of people have asked after media files to check JMF based media projects.
    Here is a small selection of videos that have all been tested and seen to run in the Performance Pack version of JMStudio. At the moment it includes 2 MOVs and 2 MPEGs. None of them have a soundtrack - it is just video.
    [http://www.esnips.com/web/jmfvideo/]
    Notes:
    These animations are provided for software testing only. They are not available for redistribution, or any other use, without the author's written permission.
    The raw video files were wrapped up as Zip files in order to prevent automatic conversion to another format (for which I have no player on this machine - and which is sure not 'JMF compatible').
    If anybody knows a file upload site that will not mess with the file types, and better still, will provide a constant and direct URL (no 'click thru' rubbish) where it can even be pulled direct by a Java app., let me know.
    Edit 1:
    Added '10 dukes' - up for whoever can provide the first link to a 'file site' as described above.
    Edited by: AndrewThompson64 on May 21, 2008 10:13 AM

    Avi's and mpg's are pretty safe.  Wmv's and .mov's won't sync.
    Wyrenut
    Post relates to: Centro (AT&T)
    I am a Volunteer here, not employed by HP.
    You too can become an HP Expert! Details HERE!
    If my post has helped you, click the Kudos Thumbs up!
    If it solved your issue, Click the "Accept as Solution" button so others can benefit from the question you asked!

  • ITunes Consolidation: Will it create duplicates of media files if they already exist in the new itunes destination folder but arent being referenced by the itunes library?

    I have a macbook pro from fall 2010. I have been using my external HD as my primary itunes folder for the past 7 yrs ( i.e it is organized by itunes default categorization, etc). However, there is some overlap between my external HD itunes folder and my comps original itunes folder (probably 20-30% of my current library's media files were already duplicated there from when i first bought the HD and transferred files to the external, however they are mostly referenced from the external now). Also there are files in the comp's itunes folder that are not on my external (probably due to organizational mishaps and podcast downloads when not connected to the external, etc). I do not know how many files this is the case for.
    Recently, i decided that i wanted to consolidate all of my itunes music into one concise folder on my macbook's HD to avoid these issues going forward.  I also just bought a new external which i will use to back up my comp's itunes folder once i consolidate everything to the comp. But i plan on using the itunes folder on the comp going forward or at least using the consolidate fcn to avoid these issues.
    Here is my dilemma. Prior to learning of the consolidate feature today, I changed the default itunes folder in settings to the original itunes folder on the macbook and then manually dragged all of the media files from my external itunes folder to the macbook's itunes folder. There were a ton of duplicates or overlapping folders with similar artist names, so i opted to have them merge all folders where possible. After doing this, i realized the itunes library still references these files that i dragged and dropped from the external since that is where my default itunes folder used to be. At that point i then read and learned of the consolidate itunes feature which seems like the best way to do this. But i am afraid that if i consolidate my library to my macbook's itunes folder now, will it create duplicates of the 4000 + media files i just dragged to the macbook's itunes folder which are already in the itunes library but being referenced from the old external??
    Question: Is there a way that i can make these files i just dragged to the macbook's itunes folder become the ones referenced by the itunes library through the consolidate feature without creating duplicates of these 4000+ files? I want to avoid having  three copies of these files (two duplicates in the itunes and the originals on the external). Furthermore, is there a best way to find out which files in the macbook's itunes folder are not being included in the library after consolidating everything to the computer's HD? Then after that, what is the best way to start backing this all up to my new external, so that this overlapping issue doesnt happen again?  Im assuming i just need to make sure to consolidate first when changing itunes folders going forward. Thank you. I know that was a lot  to read but hopefully someone can help with this issue.

    In general:
    - The best way to check if files are in a library is to drag the whole media folder to the library.  If something was missed it will be added.  If it is in the library is won't be added a second time.
    - If you have a second copy of a file and iTunes does not currently list that specific file in its database then even if it is identical to one already in the database it will add it a second time.  So if you have file xyz on the internal drive and the external drive and add them to iTunes you will end up with two entries for the same thing in iTunes because you really do have to copies of the files.  While this can happen with two copies on a single drive, it will almost definitely be the case when you have a copy of a file on two drives because iTunes really sees them as two different things.
    -Unless you know how iTunes works, avoid moving files yourself.  Let the consolidate feature do all the file moving.  Manually moving files can really mess up iTunes unless you know what you are doing and have iTunes set to not try to do it itself.
    - There's no clean and easy way to delete duplicates.  The best thing is to change practice so you don't create them.   Here are  references:
    How to find and remove duplicate items in your iTunes library - http://support.apple.com/kb/HT2905
    http://dougscripts.com/itunes/itinfo/dupin.php (commercial)
    Posts by turingtest2 about different types of duplicates and techniques- https://discussions.apple.com/thread/3555601 and https://discussions.apple.com/message/16042406 (Note: The DeDuper script is for Windows)
    http://www.hardcoded.net/dupeguru_me/

  • How to isolate media files in Applications from video uploaders within FMS

    Hello,
    We have linux-centos with FMS 3.5.2, apache is on another server.
    We host media files within applications folders.
    The media files are uploaded via ssh by different users, each one populating her own my_app/streams.
    the problem:
    We do not want the users to be able to see/download one another files while connected via ssh.
    This is difficult because of the user/group needed by FMS.
    We tried several hours changing groups/users without finding a solution.
    Either FMS cannot stream or a user can see/download elsewhere than in her my_app/stream
    (to explain a bit better, I hope, a view of a situation where it does stream, but also leave media files accessible to useradm2)
    FMS is run by fmsuser:fmsgrp
    user1 uid:gid is usr1adm:fmsgrp
    user2 usi:gig is usr2adm:fmsgrp
    [root@my_serv ~]# tree -gup /home/sanmultimedia/applications/testaccess/
    /home/sanmultimedia/applications/testaccess/
    |-- [-rw-r----- fmsuser  fmsgrp   ]  main.asc
    `-- [drwxr-sr-x usr1adm  fmsgrp   ]  streams
        `-- [drwxr-sr-x usr1adm  fmsgrp   ]  video
            |-- [-rwxr-x--- usr1adm  fmsgrp   ]  SomaFM--4.mp3
            |-- [-rwxr-x--- usr1adm  fmsgrp   ]  testaccess1.flv
            |-- [-rwxr-x--- usr1adm  fmsgrp   ]  testaccess1_1000kbps.f4v
            |-- [-rwxr-x--- usr1adm  fmsgrp   ]  testaccess1_1500kbps.f4v
            |-- [-rwxr-x--- usr1adm  fmsgrp   ]  testaccess1_150kbps.f4v
            |-- [-rwxr-x--- usr1adm  fmsgrp   ]  testaccess1_500kbps.f4v
            `-- [-rwxr-x--- usr1adm  fmsgrp   ]  testaccess1_700kbps.f4v
    Does anyone has a hint ?
    Fred

    VOD changes won't help him, he said outside the applications
    folder. According to adobe any new vod folders must be in the
    applications folder, hence virtually worthless for most purposes. A
    better question may be, how do you specify a folder on a different
    local hard drive. I wish adobe wouldn't make it so complicated, it
    should be a really simple matter.

  • How do I make a "single media file" (Sony DVD term)

    I've used Sony's DVD program and there is an option for a "single media file." Basically, when you play the DVD it automatically plays your movie. No menus or anything, just a simple video...almost like watching a VHS. Is there a simple way to do this with DVD Studio Pro? (I'd be editing the movie in FCP.)
    Thanks.

    You have to have at least one menu in a DVD but you don't have to display it. You can set the initial start for your DVD project to your video track and it will begin playing as soon as you start the DVD.
    You need to decide what to do at the end of your video track. You could have it start over or then finally go to the menu. If you didn't want anyone to know it was a menu, just don't put any buttons on it. But that's not very user friendly.

  • Windows Media file write failure

    Help, I'm using a Gateway computer with Windows XP Professional OS, version 2002 and Service Pack3. It has Intel Core CPU, 6600 @ 2.40GHz, 2.41 GHz, 2.00 GB of RAM. I have both Premiere Pro CS3 and CS4 installed. There's 54.1 GB of free space on my Hard Drive with 94.9 GB used.
    I used to create .wmv files without issue with CS3 but with CS4 there's a failure every time. The project exports to Media Encoder and Encoder goes through all of the process and even looks like it finishes up. But once it gets to the end, here's the message I get.
    Windows Delayed Write Failed
    Windows was unable to save all the Data for (my file) The Data has been lost. This error may be caused by a failure of your computer hardware or network connection. Please try to save file elsewhere.
    It also had this message in separate window:
    Adobe Media Encoder Debug Event
    Adobe Media Encoder has encountered an error.
    [..\..\src\Batch.cpp-186]
    I tried changing all of the variables I could in the Media Encoder for creating a Windows Media File. For ex. you can choose several presets: "NTSC source to high quality download" "NTSC Source to Download 1024kbps " and several others. I haven't tried changing anything on the Filters, Audiences, Video, Audio or Others tabs. I never had to with CS3. Plus I don't know much about the Codec for Video or Audio.
    Any help is appreciated.

    Rick,
    WMV is a very intense CODEC to work with. It requires power and time on either end - decoding or encoding. My guess would be that the throughput of the USB 2.0 connection just cannot keep up with that processing, where many other formats/CODEC's are easier to work with.
    As for the minimum requirements, we find that they are horribly light. To lift from Monty Python, "we blow our noses in their general direction." They are provided to tell a user what it takes to install and launch the program, but when it comes to using said program - well, that is usually another matter.
    If you have a desktop, and it has room in the case, you can most likely just add two more (2x is about the true min., and 3x is better) physical HDD's, of the controller type as your C:\. Depending on the MoBo, you probably have a SATA controller, and could add up to 3 additional drives, for basically the price of the drive, some cables, if not supplied, and a few screws. Most cases have the necessary mounting, or cages, for additional drives. Note the words "most," "probably," etc., as nothing in the PC world is created equal.
    Were I making the request, I'd propose adding 2 more HDD's, at 7200 RPM and of the same controller type as your C:\. I'd ask for a minimum size of 500GB, but shoot for 1TB for each. Do not know if you have a Fry's Electronics near you (they are a Western US retailer), but they constantly have at least one such HDD on sale per week, and at very good prices.
    Ignore SCSI. It's good and fast, but the drives are limited in size and the $/GB is not high. A RAID 0 array would be good for the media drive (actually it would be 2 HDD's), but to really benefit, one would do best with a hardware managed RAID, and most RAID controllers on MoBo's leave something to be desired. Harm makes recommendations for dedicated hardware RAID, but then you are talking having to do a real "dog & pony" show for you CFO, or Controller!
    Maybe Harm has some suggestions, considering that you are on a city's budget.
    Good luck, and glad that things are working for you. Think about relegating that USB 2.0 external to archiving Assets.
    Hunt

  • Firefox 3: QuickTime Poster Movie does not load QT media file when clicked

    I have a video podcast website (thomasbrin.com) that uses the the Apple-provided JavaScript utility and the QTWriteOBJECTXHTML function call on each of my podcast episode webpages to automatically generate the proper object and embed tags. The page loads with a poster movie which, when a user clicks on, should connect to the podcast media file and begin playback.
    This coding technique works fine in Safari and IE but fails in Firefox. Instead, when a user clicks on the poster movie, nothing happens. No errors are generated, the webpage just remains unchanged.
    This issue came to my attention from a viewer of my video podcast. I loaded Firefox 3 and am having the same issue my viewer reported.
    You can visit this page to see the issue directly: http://www.thomasbrin.com/GOT3mov.html Load the page in Firefox 3 and click on the poster movie.
    I've verified that on my system the QuickTime plugin is properly installed and Javascirpt is enabled in Firefox.
    I have searched the Firefox and Apple support forums but have come up empty. Any ideas?

    Okay, problem solved. And, of course, it was a very simple solution.
    Baby Boomer, if you read this post would you please retest this page (http://www.thomasbrin.com/GOT3mov.html) in Camino and let me know if it works for you now.
    The issue with the Camino browser got me thinking about the differences between the Gecko rendering engine (used by Firefox, Camino, SeaMonkey, and more) and the WebKit rendering engine used by Safari. I realized that Safari may be better at inferring MIME types than Firefox et al. In other words, since the target file in my Javascript script is clearly a QuickTime file (it has a .mov extension after all), Safari implicitly assumes the correct MIME type. On the other hand, Gecko-based browsers may be more strict and require an explicit reference to a MIME type for certain media files (like QuickTime) to load properly.
    So, all I did was add an attribute pair to my script that declares the proper media MIME type and it works.
    Here's my old script (without the script tags):
    QTWriteOBJECTXHTML('BrinPoster2.jpg','640','376','',
    'HREF','http://www.thomasbrin.com/QTEncodings/GOT3NS.mov',
    'TARGET','myself',
    'CONTROLLER','False');
    Here's my new script (without the script tags):
    QTWriteOBJECTXHTML('BrinPoster2.jpg','640','376','',
    'HREF','http://www.thomasbrin.com/QTEncodings/GOT3NS.mov',
    'TARGET','myself',
    'TYPE','video/quicktime',
    'CONTROLLER','False');
    The explicit MIME type made the difference.

  • BLACKBERRY CURVE 8900 WONT OPEN MEDIA FILES*!

    HI, I HAVE A BLACKBERRRY CURVE 8900. THE PHONE DOESNT ALLOW ME TO OPEN UP MY MEDIA FILES (SONGS, VIDEOS) EVERYTIME I TRY A WHITE SCREEN COMES AND IT SAYS UNABLE TO PLAY CONTENT. PLEASE HELP! THANKS

    Glitches like this will often correct themself.
    Try another reboot as described. Leave the BlackBerry powered on.
    Remove the battery for five minutes, replace and reboot.
    If it continues, you may need to simple reload or upgrade the operating system.
    What is your Operating System loaded to your device?
    Look at Options > About, third line down beginning with a "v.4.x.xxx"
    What is yours?
    1. If any post helps you please click the below the post(s) that helped you.
    2. Please resolve your thread by marking the post "Solution?" which solved it for you!
    3. Install free BlackBerry Protect today for backups of contacts and data.
    4. Guide to Unlocking your BlackBerry & Unlock Codes
    Join our BBM Channels (Beta)
    BlackBerry Support Forums Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • Media file (quicktime) not playing when Pages document is saved as a pdf

    I added a quicktime file (a movie trailer) to my presentation and it plays when in Pages - but when I export it to a pdf it is just a black space. 1. are these links/media files are supposed to be active when in a pdf format 2. how can I get the media file to play when it is saved as a pdf? 3. Will those who I email it to be able to play the media file when they open it up on their computer?
    thanks so much in advance - I am under a tight deadline so any help would be appreciated!

    Multimedia is not embedded in exported .pdf files.
    You will need to relink them again in the .pdf using Adobe Acrobat Pro.
    Peter

  • Java.lang.SecurityException using a simple jar file

    I created my small application using JDev 11.
    Running from JDev it works well.
    I created a simple jar file including all my classes and all libraries I used.
    Whe I try to run that jar file I get :
    java.lang.SecurityException: no manifiest section for signature file entry javax/mail/internet/AsciiOutputStream.classI didn't find any solution.
    I worked hardly with JDev 10g but I never had such problem.
    Tks
    Tullio
    Edited by: tullio0106 on Nov 25, 2008 2:22 PM

    I simply created a project containing some classes whish use java mail.
    Then I modified the project creating, in the deployment wizard, a "Dependency Analysis" filegroup adding all my classes as well as libraries.
    I uncheck the "Include Manifest" chek otherwise I would run into different problems (well documented in the forum).
    The jar file is created but when I run the application I get the Security error.
    If I remove java mail libraries (activation and java mail)from the list of used libraries and I add it to classpath it works fine.
    I suspect the problem could be in Manifes merging.
    Tks
    Tullio

  • Help with transferring ITunes media files to external HD

    Hi!
    I'm trying to free up space on my MacBook by moving all my ITunes media files to an external HD.
    I followed the support instructions which told me to go to ITunes preferences, advanced, and choose a new location for the files. I did that part and files were copied across to the external HD. However, the next step is to move the original files from my macbook into the trash. I've gone to home/music/Itunes to delete the originals, but they don't seem to be exactly the same as the ones copied across to the eternal HD..? For instance, the size of the ITunes folder is different, and inside the folder some files are not there, and all the music is not there either (in the external HD copied location).
    I'd just like to know I'm going to be deleting the right files before I do it, so if anyone can help that would be really appreciated.

    For instance, the size of the ITunes folder is different, and inside the folder some files are not there, and all the music is not there either (in the external HD copied location).
    Then the first thing to do would be to consolidate your new iTunes library as well: Open your new iTunes Library in iTunes and
    Open iTunes Preferences:
    Mac: Choose iTunes > Preferences.
    Click Advanced.
    Make sure the option to "Copy files to iTunes Media folder when adding to library" is selected.
    Click OK.
    Choose File > Library > Organize Library.
    Then check if now your music is included in your new Library.
    To see where iTunes stores a song, select the song in the iTunes Browser and control-click (or right-click) it and from the pop up menu select "Show in Finder".
    If you see that the songs are inside the new Library, you can delete them from your old library.
    The structure of your Library depends on your iTunes Version, so I can't tell you where to look - please post the version of iTunes you are using and the OS:

Maybe you are looking for

  • Important infotypes in a Leaving action

    Hi Experts, Plz tell me the important/ mandatory infotypes that needs to be included in a leaving action. Also, tell me the important/mandatory infotypes that needs to be delimited during the leaving action so that no furthur payroll run can be done

  • How to check which user type my Leopard is?

    i recently bought a leopard os x off my friend. im just interested in knowing if it is a single user or family pack. Just wondering how i can find that out.

  • Viewing files through SAP viewer only

    Hi, When i create a DIR and attch a PDF file in it, and when i open this file, its get opened in PDF viewer. I want that the file should only be opened in SAP viewer and not in application on PC. How can i achieve this? Regards, Kalpesh

  • Too many reciepients Error

    Hi, I want to send email to all my subscribers whose emai ids are stored in database. I am SUCCESSFUL in sending the emails from JAVA program to some 10 reciepients at a time. But I have to send the message to around 1000 or more people at a time. I

  • Using the iPod only

    Can I get the new iPhone 3G and not use the phone part of it and just use it as an iPod? Because it has the same features of the iPod touch but the iPod touch costs more money than the new iPhone.