Search the Community
Showing results for tags 'sharedobject'.
-
Hi all, I'm trying to implement this effect in GSAP for tab so that my indicator of my active element flows smoothly, but I can't find an example. Maybe you can give me a hint? Thanks DEMO: https://codesandbox.io/p/sandbox/framer-motion-layout-animations-snxgv?file=%2Fsrc%2Findex.tsx&from-embed=
- 3 replies
-
- click
- sharedobject
-
(and 2 more)
Tagged with:
-
Is there any way to make the MP3 Loader load audio content from a local Shared Object? We've created the local shared object just fine, and we can make it play back by using a SAMPLE_DATA listener, to dump the byte array to the audio socket, like this: mySound.addEventListener(SampleDataEvent.SAMPLE_DATA, dumpByteArray); But we're rather load it into an MP3Loader object so that we can use all of the native methods of the loader. We tried to set the content property of the loader, but it's read-only, so that did not work. We tried to instantiate the listener to the content property (which is a Sound, so should work), but it also did not work. Any ideas?
- 1 reply
-
- sharedobject
- local sharedobject
-
(and 2 more)
Tagged with: