Search:
Type: Posts; User: spacether
Search:
Search took 0.06 seconds.
-
-
Yes, I have, initially, the delay varies, but usually is ~200 - 300 milliseconds. Since my position method comes entirely from the timer, initially, my position is incremented ~ 100 times a second,...
-
An exact timer can be developed. The song object in flash only returns new values ~21 times a second, so I also start an interval, set to be called every 1 milisecond(which records a time with...
-
yes it can. You stream with shoutcast, and play it with flash:
http://www.were-here.com/forum/tm.asp?m=1241458&p=1&tmode=1&smode=1
-
you can use php to send headers which make the browser pull the file from the cache:
http://www.actionscript.org/forums/showthread.php3?threadid=39931&perpage=15&pagenumber=2
-
try this:
php:
$flashText = "&flashtext=a string";
echo $flashtext;
then you can access it as a variable like this:
var loader = new LoadVars();
-
I haven't done it yet, but I'll find the post... here:
Macromedia: http://www.macromedia.com/support/flash/ts/documents/local_so.htm
-
I am still loading mp3s locally on the HD I just got the strangest results. Apparently, on the hd at least, (I'm using XP, browser does not matter) Loading the mp3 streamed and non-streamed returned...
-
you could use a SO with a max number of views before the expired shows up. Also make sure the SO references the same folder ever time so even if they post it online, the SO will reference the same...
-
Hypothetically it should be that way, but when I tested by dividing by 1024, the code returned wrong results; using 1000 returns correct bitrates.
-
I am loading mp3s locally on the hd and use this code to check the mp3 bitrate. *Note, flash does not correctly handle many mp3s, it adjusts the length of the song to make the bitrate a standard 64,...
-
just use multiple sound objects
song2 = new Sound();
song2.loadSound(song2.mp3, false);
song3 = new Sound();
song3.loadSound(song3.mp3, false);
-
mxp3.zip download fixed, thx oldnewbie
-
you can have it be a string then use the split function to turn it into an array
-
fixed link:
http://kennybellew.com/
-
The SO is your own personal playlist, volume and pan settings. You can add songs by pressing the + button to the left of the playlist. That way, the users playlist and settings are reloaded on his or...
-
just do a search for mp3players on this forum. Here's mine, it is opensource:
http://66.30.2.26/website/justin/mp3player.html
-
I can help you. If you want to stream shoutcast in flash look here:
http://www.were-here.com/forum/tm.asp?m=1241458&p=1&tmode=1&smode=1
the second page has information about loading streaming .mp3s...
-
yes:
string.substring(0, string.length-4)
-
-
does anyone know how to communicate from VBA to an embedded flash swf and back from flash to VBA?
-
mp3player +mp3 button or the player itself? does it show the mp3 name where it had Song Title(0:00) before? did the browse dialogue pop up when you pressed the mp3player +mp3 button?
Thx for...
-
It is possible, some people use the js click() on a hidden file form but it only works on IE so I did some research.
Then I found the yamago upload component. Using its principles I created a...
-
i think it was a large file because it was saving your images and sounds in the fla library, you have to delete them there.
-
|
Click Here to Expand Forum to Full Width
|