PDA

View Full Version : error with vcam in existing fla


dreamingawake
02-05-2010, 05:05 PM
This is my first post here...I'm having some trouble with getting vcam as3 to work in an existing fla file.
I got it to work fine in a new file...when I put the whole thing into an existing file though, I get an error:
WARNING: This movie uses features that are not supported in the Flash 6 player
Symbol=VCam_AS3, layer=viewfinder, frame=1:Enhanced stroke is not supported in this player

function camControl(...event):void {
Parameter name expected

I'm pretty new at this and not sure what to do. I would appreciate any help I could get.
Thank you!

CyanBlue
02-05-2010, 09:11 PM
Howdy and Welcome... ;)

That error message is saying that you are exporting for Flash Player 6 yet uses the features that Flash Player 9+ supports... Publish your movie for Flash Player 9 or 10 and see if that gets you any further...

TomMalufe
02-05-2010, 09:14 PM
But if he's exporting for Flash 6, it's most likely written in AS2, so vCam AS3 will probably not work anyways.

There is an AS2 version as well that might work, but it still needs to export to Flash Player 8+

http://bryanheisey.com/blog/?p=1

Of course... he might not have any ActionScript to worry about anyways. So, we'll see I guess.