Forum Moderators: open
first time here and needing some help.
I have a site in which the top half will be a swf file. The bottom half is asp with a lot of database features.
In the movie I have an area that I want to display flv files and other content like jpgs that will come from a folder.
How can I put them in dynamically?
I appreciate any help.
D
In flash (in addition to the externalInterface function) you need to set up one function that uses NetConnection to load/stream the FLVs, and another that uses URLRequest to load jpgs.
You'll find samples of how to do both in the Flash CS3 help files.