Forum Moderators: open

Message Too Old, No Replies

url flips possible in flash?

         

Elitefx

12:14 am on Apr 27, 2007 (gmt 0)

10+ Year Member


I am filming and web casting academic videos, that is teachers giving teaching their classes.

I work in .wmv format because of the url flip possibilities: a marker embedded in the .wmv file at a given time code will triggers a url location with a .jpg slide that is loaded into a frame right next to the video window.

That way I can synchronize a PowerPoint presentation on a side frame.

But I want to move to flash now. Is their an equivalent as url flips in a flash movie?

Please tell me there is, and if so what should I be doing?

Thanks,

-L

BlobFisk

9:42 am on Apr 27, 2007 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Opening a browser window to an address is possible in Flash using getURL:


getURL ("javascript:openNewWindow('somePage.html','thewin" + /:buttonCount + "','height=600,width=850,toolbar=no,scrollbars=yes' )");

Just add it at the appropriate time on your timeline.

[edited by: BlobFisk at 9:43 am (utc) on April 27, 2007]