Fixed, put it in headphone port rather than speaker lol.
Works on my android fine?
Still doesn't fix it:/
When I connect from my PC.
If I play from CD/DVD it works. The sub works on both too. 800W system xD
Jus got a new 5.1 home theatre for free, could you give me on idea on why the left speaker(s) don't seem to work from my PC? 3.5mm to 3.5mm and 3.5mm to red+white cable, don't seem to play to left speaker(s). Cheers
This is the image link: http://www.exoria.topicbb.net/images...reputation.gif
Nice done - If you look at the bottom of each post there's a missing image, if you hover over it it says "Reputation:"
Hey man, I've got an image missing on MyBB, how can I fix it? It's the reputation image using the photoshop bliss theme.
Code: <script type="text/javascript"> var line_duration = 500, char_duration = 200; var text = "hi this is\nnew line with more text ok\nand another one"; var lines_of_text = text.split("\n"); var line_offset = 0; var char_offset = 0; function next_line() { if(line_offset < lines_of_text.length) { char_offset = 0; line_offset++; setTimeout("append_text()", char_duration); } } function append_text() { var text_area = document.getElementById('autotext'); var line = lines_of_text[line_offset]; var next_char = text.charAt(char_offset); if(char_offset++ == line.length) { setTimeout("next_line()", line_duration); } else { setTimeout("append_text()", char_duration); } textArea.innerHTML += next_char; } window.attachEvent('onload', append_text); </script> <textarea id="autotext"></textarea>
<script type="text/javascript"> var line_duration = 500, char_duration = 200; var text = "hi this is\nnew line with more text ok\nand another one"; var lines_of_text = text.split("\n"); var line_offset = 0; var char_offset = 0; function next_line() { if(line_offset < lines_of_text.length) { char_offset = 0; line_offset++; setTimeout("append_text()", char_duration); } } function append_text() { var text_area = document.getElementById('autotext'); var line = lines_of_text[line_offset]; var next_char = text.charAt(char_offset); if(char_offset++ == line.length) { setTimeout("next_line()", line_duration); } else { setTimeout("append_text()", char_duration); } textArea.innerHTML += next_char; } window.attachEvent('onload', append_text); </script> <textarea id="autotext"></textarea>
Send an Instant Message to Mint Using...
Arvin's Bitch :D
Registered Member
Hella Hard Homie
Banned
You're My Favourite!