Front page › Forums › iPhone i Sverige › Allt om iPhone › I,m T-Pain till datorn från iphone?
-
AuthorPosts
-
Hej!
Vill ladda ner låtarna som jag själv gjort i appen “i,m t-pain” från min iphone till min dator hur skall jag göra?
Har försökt i flera veckor utan att lyckas:eek:.Närmaste jag kommit är detta:
YouTube – How to get I Am T-Pain Songs from ipod/iphone onto your computerMen jag lyckas inte göra som han gör.
Fattar inte vad han menar. vad det är jag ska klistra in vart på slutet?
Har fixat de program han nämnde.Vore super om någon har en lösning på hans teori eller kanske har någon bättre o smidigare?
All hjälp uppskattas, tack på förhand.1) have firefox, if you don’t have it , download it Firefox web browser | Faster, more secure, & customizable
2)get firebug Firebug
3)install firebug and restart firefox once its installed
4)make sure firebug’s console is enabled by clicking the little bug in the right corner of firefox and click console and make sure it says “enabled” (you may need to restart firefox to get it enabled)
5)Record a song6) Share it
7) Go to Smules play page in Firefox
8) Open up Firebug and paste this into the console: (it is on the right of the page)
sendPlayerAction = function(action, param) {
var url_prefix = ‘http://smule-media-app.smule.com/tpain/’;
var file_ext = ‘.m4a’;
var file = url_prefix + param + file_ext;
var player = getPlayer(‘playercontainer’);
console.log(“FILE URL: ” + file);
player.doAction(action, file);
};9) Hit enter
10) Hit play and the file url will be printed into the console
Tack så mycket för svaret.
Jag kommer fram till punkt 7 men sen tar det stop på punkt 8, 9 och 10“Open up Firebug and paste this into the console”
Går inte kopera in texten?+ skall texten verkligen koperas in med alla mellanrum?(ska inte allt sitta ihop?)
tack än en gång.
-
AuthorPosts
- You must be logged in to reply to this topic.