Tag Archive for 'isplaying'

25
Oct

Incrementally 3D rotating objects in Flex using the FxRotate3D in Flex

In a previous example, “3D Rotating objects in Flex using the FxRotate3D effect and Flash Player 10″, we saw how you could rotate objects in 3D space from 0 to 360 degrees along the X, Y, and Z axis using the Flex FxRotate3D effect in the beta Flex Gumbo SDK.

The following example shows how you can rotate an image relative to its current rotation by setting the yBy property on the FxRotate3D instance.

Full code after the jump.

Continue reading ‘Incrementally 3D rotating objects in Flex using the FxRotate3D in Flex’

05
Mar

Displaying a dynamically loaded MP3 file’s ID3 information in Flex using the SoundEffect class

In a previous example, “Displaying a dynamically loaded MP3 file’s ID3 information in Flex”, we saw how to load an MP3 into Flex using the Sound class.

The following example shows you how you can dynamically load and play an MP3 in Flex using the SoundEffect class, and access the Sound object and it’s ID3 information.

Full code after the jump.

Continue reading ‘Displaying a dynamically loaded MP3 file’s ID3 information in Flex using the SoundEffect class’