PDA

View Full Version : Importing a video into flash via URL


missing-score
04-24-2006, 09:18 AM
I'm looking to create a flash file similiar to what Youtube and other video providers use where a dynamic URL is used to load a video into a flash movie. I have looked online but I cant seem to find anything that I want, and I wondered if anyone here may be able to link me to a resource where I could learn.

missing-score
04-28-2006, 05:25 AM
Does anyone have any reference at all? I have been looking but i just cant seem to find anything that I want. I'm looking to import a video dynamically from a URL.

_Aerospace_Eng_
04-28-2006, 08:10 AM
Hmm I know flash has a getURL function and you can use a GET method. Perhaps you can get the URL of the current page and some how pass that into flash?

missing-score
04-28-2006, 04:38 PM
getURL actually acts like a hyperlink.

I know a little bit of flash, like how to import a querystring from a file and use it... You can also use parameters passed to the movie, but I haven't yet been able to work out how to import a video file from a remote source into an SWF movie on the fly.