One could only wish...... ... From: "Chuck Preston Jr." <itsmechuckjr@...> Sent: Tuesday, August 02, 2005 11:41 PM To: flashmn@yahoogroups.com Subject:...
Hi Flash gurus! This is Ryan Moore, I may have met some of you at FlashBelt 2005, I gave a presentation on Flash & ASP.NET. Just wanted to let everyone know...
This morning Macromedia has announced its plans to release Studio 8 this September. This is very exciting as it includes the next version of Flash. ...
Will that include a demo of the new video alpha channel in 8? ... Will that include a demo of the new video alpha channel in 8? On Aug 8, 2005, at 7:20 AM,...
Yes, the presentation will include a look at video in Flash 8. This includes alpha channels and cue points. I will also show how you can apply runtime visual...
Is Macromedia phasing out the "MX" name in their product line? _____ From: flashmn@yahoogroups.com [mailto:flashmn@yahoogroups.com] On Behalf Of Danny...
Yes, you won't be seeing MX used in product names anymore. However, they are still encouraging the use of MX as it now appears to stand for Macromedia...
Danny... The external interface stuff seems pretty cool. How well does it work across all browsers? Is there any compatibility issues? ... this ... of Flash. ...
Hi folks! I am using this ActionScript to open a new browser window from fla: on (release) { getURL("mywebsite/index.html"); } Definitely, the reference to a...
See this old message for a snippet of code provided by Steve Killingbeck for opening a window from flash. http://groups.yahoo.com/group/flashmn/message/1241 ...
Thanks Mark and Sean: Steve's code works like a clockwork! I wonder if there is a way to specify a window's size - I will have a dozen of them and most of them...
This is a bit of code that I wrote for window open and resize, it should do the trick: This goes in your HTML page: function OpenFloat(theURL,wi,hi) { ...
Mark: previous solution worked fine, but this one doesn't seem to work - this code doesn't open a new window... I donno what seems to be a problem. ... ...
odd. I just tested it since I had not used it with the flash8 player, and it did work. I will post what I have in html and flash and hopefully I just typed...
Mark, thanks for the credit code reference the void(0); portion is to prevent an extra browser window opening, in some browsers 2 browsers will popup for some...
This is the sample code which worked for me: on(release) { getURL("javascript:window.open('page.html', 'win', 'width=300,height=150,scrollbars=0...');"); } ...
have you tested your code in all browsers and platforms? it may not work :) ... From: "len" <serraskate@...> To: <flashmn@yahoogroups.com> Sent: Monday,...