|
RVC video chat and Adobe Flash Builder 4.5
|
|
06-19-2011, 03:31 AM
(This post was last modified: 06-20-2011 03:22 AM by Video Chat.)
Post: #1
|
|||
|
|||
|
RVC video chat and Adobe Flash Builder 4.5
RVC video chat was built with Adobe Flash Builder 4.0 using SDK 3.5. When trying to edit and create a release build with AFB 4.5 (SDK 4.5) you may encounter some errors, most errors not related to AFB/SDK 4.5:
Error: Unknown Flex SDK: "Flex 3.5" Quote:Description: Unknown Flex SDK: "Flex 3.5"Solution: edit /.actionScriptProperties, locate the compiler section: Code: <compiler additionalCompilerArguments="-locale en_US -define+=CONFIG::DEBUGGING,false "-define+=CONFIG::RELEASE,CONFIG::DEBUGGING == false"" autoRSLOrdering="false" copyDependentFiles="true" fteInMXComponents="false" generateAccessible="false" htmlExpressInstall="true" htmlGenerate="false" htmlHistoryManagement="true" htmlPlayerVersionCheck="true" includeNetmonSwc="false" outputFolderPath="bin-debug" removeUnusedRSL="true" sourceFolderPath="src" strict="true" targetPlayerVersion="10.0.0" useApolloConfig="false" useDebugRSLSwfs="true" verifyDigests="true" warn="true">Error: The target Flash Player version 10.0.0.0 specified should be equal or higher than the minimum version 10.2.0.0 required by Flex SDK. Quote:Description: The target Flash Player version 10.0.0.0 specified should be equal or higher than the minimum version 10.2.0.0 required by Flex SDK.Solution: edit /.actionScriptProperties, locate the compiler and change targetPlayerVersion="10.0.0" to targetPlayerVersion="0.0.0" Error: unable to open '[path]/Documents/Adobe Flash Builder 4.5/5.6/libs' Quote:Description: unable to open '[path]/Documents/Adobe Flash Builder 4.5/5.6/libs'Solution: create /libs folder in the root directory and leave it empty Error: 1046: Type was not found or was not a compile-time constant: MapEvent. Quote:Description: 1046: Type was not found or was not a compile-time constant: MapEvent.Solution: this is not an issue with FB, the Google maps library is missing (map_flex_1_20.swc from sdk.zip), read paragraph #8 of the "Importing the flex project" section here: http://www.videosoftware.pro/forum/THREA...escription Error: The style '...' is only supported by type 'mx.core.Application' with the theme(s) 'halo'. Quote:Description: The style '...' is only supported by type 'mx.core.Application' with the theme(s) 'halo'.Solution: use the Halo theme. Select one of the mxml files, ex. JabberCam.mxml and set the Editor to "Design" mode. On the right, under "Project theme", set the "Current theme" form "Spark" (or else) to "Halo" (Adobe Themes - Halo (2)) Error: The style 'paddingTop' is excluded by type 'mx.containers.Canvas'. Quote:Description: The style 'paddingTop' is excluded by type 'mx.containers.Canvas'.Solution: remove the paddingTop or paddingTop="0" attributes, where necessary. Warning: Multiple warnings. Ignore them, multiple arguments are deprecated since 4.0 and some CSS properties are not processed. These warnings will be removed before RVC 6.0. I chatroulette
|
|||
|
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)





