LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 10-13-2010, 05:13 AM   #1
Desdd57
Member
 
Registered: Feb 2010
Location: Brisbane - Australia
Distribution: Ubuntu 10,4
Posts: 151

Rep: Reputation: 19
Smile Multitasking Hyperlinks in OpenOffice


In Open Office Word Processor. Is it possible to make a hyperlink do two things, or, in other words: accomplish more than one task - but not start the second task until the 1st one is finished. For example play two mp3 files, play them both, but in the appropriate order.

Des
 
Click here to see the post LQ members have rated as the most helpful post in this thread.
Old 10-13-2010, 07:32 AM   #2
smoker
Senior Member
 
Registered: Oct 2004
Distribution: Fedora Core 4, 12, 13, 14, 15, 17
Posts: 2,279

Rep: Reputation: 250Reputation: 250Reputation: 250
Why don't you link to a playlist (in the case of mp3s) so that Open office only has to worry about 1 thing. Otherwise, the answer is probably, no.
 
2 members found this post helpful.
Old 10-13-2010, 03:26 PM   #3
Desdd57
Member
 
Registered: Feb 2010
Location: Brisbane - Australia
Distribution: Ubuntu 10,4
Posts: 151

Original Poster
Rep: Reputation: 19
Quote:
Originally Posted by smoker View Post
Why don't you link to a playlist (in the case of mp3s) so that Open office only has to worry about 1 thing. Otherwise, the answer is probably, no.
Sounds good. Only thing is, I know this sounds stupid but, I have never used a playlist before (don't listen to music much) But I'll give that a try, I'm sure I can work it out.
Much appreciation for your reply.

Des
 
Old 10-13-2010, 10:49 PM   #4
Aquarius_Girl
Senior Member
 
Registered: Dec 2008
Posts: 4,731
Blog Entries: 29

Rep: Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940
The question is regarding openOffice but here is how you do it on MS-Frontpage, See if you can switch,
http://support.microsoft.com/default...;en-us;Q310900
 
Old 10-14-2010, 05:42 AM   #5
smoker
Senior Member
 
Registered: Oct 2004
Distribution: Fedora Core 4, 12, 13, 14, 15, 17
Posts: 2,279

Rep: Reputation: 250Reputation: 250Reputation: 250
The playlist format depends on your choice of music player, but winamp and vlc can both use the m3u format which is essentially as follows.

Code:
#EXTM3U
#EXTINF:111,3rd Bass - Al z A-B-Cee z
mp3/3rd Bass/3rd bass - Al z A-B-Cee z.mp3
the line starting with #EXTINF is the descriptive line with the song duration first followed by the song name.
The second line is the path to the file to be played. This can be a relative link or a full path, or even a url.

For example
Code:
#EXTM3U
#EXTINF:-1,AC/DC Back in Black
http://www.mydomain.com/files/music/ac_dc/back_in_black.mp3
#EXTINF:-1,AC/DC Hells Bells
http://www.mydomain.com/files/music/ac_dc/hells_bells.mp3
will pay 2 songs sequentially, but with no stated duration for each song.

Of course, you can use the playlist to link to video files too if you are using vlc as the player.

http://forums.winamp.com/showthread.php?threadid=65772

If you accessing this playlist via a link from a web page then your browser needs to have a suitable application set up to handle m3u files, in my case it's vlc.

Last edited by smoker; 10-14-2010 at 05:45 AM.
 
Old 10-15-2010, 01:07 AM   #6
Desdd57
Member
 
Registered: Feb 2010
Location: Brisbane - Australia
Distribution: Ubuntu 10,4
Posts: 151

Original Poster
Rep: Reputation: 19
Thank you Smoker and Anisha - it's a goer the problem is solved
 
Old 10-26-2010, 08:53 AM   #7
Aquarius_Girl
Senior Member
 
Registered: Dec 2008
Posts: 4,731
Blog Entries: 29

Rep: Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940
Would you be kind enough to post the solution you found, that would be helpful for the other people looking for the same solution.
 
Old 10-27-2010, 12:15 AM   #8
Desdd57
Member
 
Registered: Feb 2010
Location: Brisbane - Australia
Distribution: Ubuntu 10,4
Posts: 151

Original Poster
Rep: Reputation: 19
Solution

Quote:
Originally Posted by anishakaul View Post
Would you be kind enough to post the solution you found, that would be helpful for the other people looking for the same solution.
Yes of course, I'll be glad to - I used NERO to join the two or three files needed for each day, together as one. So the Hyper-link only has to address one file.
 
Old 10-27-2010, 12:21 AM   #9
Aquarius_Girl
Senior Member
 
Registered: Dec 2008
Posts: 4,731
Blog Entries: 29

Rep: Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940
"Nero" is a CD/DVD burning tool AFAIK, I have no idea how you managed to do that ! anyways thanks for the solution.
 
Old 10-27-2010, 01:50 AM   #10
Desdd57
Member
 
Registered: Feb 2010
Location: Brisbane - Australia
Distribution: Ubuntu 10,4
Posts: 151

Original Poster
Rep: Reputation: 19
Quote:
Originally Posted by anishakaul View Post
"Nero" is a CD/DVD burning tool AFAIK, I have no idea how you managed to do that ! anyways thanks for the solution.
Nero is a suite of applications - one of which is called

"NeroWaveEditor"

It allows you to edit and manipulate WAV files. It will remove hash, allow volume to be applied to selected areas, Allows the same with a graphic equaliser and many more tools, including the ability to drag and drop files into it's work area causing them to become one. If you drop an MP3 onto it's workspace it will automatically convert it back to a WAV. What does AFAIK stand for ?
 
1 members found this post helpful.
Old 10-27-2010, 01:55 AM   #11
Aquarius_Girl
Senior Member
 
Registered: Dec 2008
Posts: 4,731
Blog Entries: 29

Rep: Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940
Quote:
Originally Posted by Desdd57 View Post
What does AFAIK stand for ?
Well, thanks for sharing the solution !
I hope someone finds it useful.

AFAIK : As Far As I Know

Last edited by Aquarius_Girl; 10-27-2010 at 02:02 AM. Reason: typo
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
problem in pasting hyperlinks in openoffice 3.0.1 on ubuntu 9.04 tkmsr Linux - Desktop 1 06-21-2010 06:38 PM
hyperlinks in openoffice bergman Linux - Newbie 2 04-18-2009 04:54 PM
Firefox Can't Follow HTML Hyperlinks To Local Files - Recognize Relative Hyperlinks? Dave Chicago Linux - Newbie 6 03-18-2009 08:07 PM
Removing automatic hyperlinks in OpenOffice Avatar Linux - Software 0 02-14-2005 11:58 AM
Multitasking hotrodowner Linux - Networking 1 07-25-2002 02:15 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 06:20 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration