Ask a Question related to Macromedia Flash Actionscript, Design and Development.
-
kohlrabi #1
Dynamic Text Problems with nested SWFs
I created a SWF that uses uses dynamic text to show song IDs for an MP3 player
It works great by itself, but when I load this SWF as a movie into another SWF
interface I created, nothing wil
appear in the dynamic text box
Can anyone help
Here is my code for the SWF that is being loaded into the bigger SWF. This
code is hooked to a button tha
loads a song
on (release)
var song = new Sound()
// Display MP3 ID tag
song.onID3 = function ()
display_txt.text = ("Artist: " + song.id3.TPE1 + newline)
display_txt.text += ("Song: " + song.id3.TIT2)
var soundtrack = "mymusic.mp3"
song.loadSound(soundtrack, "true")
song.stop()
kohlrabi Guest
-
Problems with displaying dynamic Arabic text
We have a problem with a navigation system we are building which has to be able to display dynamic Arabic text. We are pulling in the Arabic text... -
Preloading dynamic swfs
Hi Guys, I hope you can help me. I'm trying to create a standard container in flex for my flash files, so they'll dynamically load a flash movie... -
Anti-aliased dynamic text problems
Hey all, my dynamicly loaded text wont anti-alias characters like "é" and "ü", they just dissappear from the text. I tried embedding font... -
HELP PLEASE: Nested Paths and Dynamic Text
I have really been struggling with this, any ideas would be greatly appreciated.. I have a parent SWF file that loads a child SWF The child... -
Problems with if-else statements in dynamic text
Hi, I'm new to Flash and ActionScript and have never previously done programming. However, I have a technical degree and experience and have a...



Reply With Quote

