|
RVC 5.0 Flex problem
|
|
12-15-2010, 01:31 PM
Post: #1
|
|||
|
|||
|
RVC 5.0 Flex problem
Hi,
I tried to open file .fxp and there were a problem in line 513: "Type was not found or not a compile-time constant : MapEvent. Attached there are a screenshot of the situation. Thanks |
|||
|
12-16-2010, 03:41 AM
Post: #2
|
|||
|
|||
|
RE: RVC 5.0 Flex problem
The Google map library is missing. Please read the "CUSTOMIZATION AND CUSTOM INSTALLATION" section of this post: http://www.videosoftware.pro/forum/THREA...rCam-RVC-5
I chatroulette
|
|||
|
12-16-2010, 11:51 PM
Post: #3
|
|||
|
|||
RE: RVC 5.0 Flex problem
(12-16-2010 03:41 AM)JabberCam Wrote: The Google map library is missing. Please read the "CUSTOMIZATION AND CUSTOM INSTALLATION" section of this post: http://www.videosoftware.pro/forum/THREA...rCam-RVC-5 How can I remove google maps from the code? Do I have to delete every line of code related to google maps? Or is there a constant I can change? |
|||
|
12-18-2010, 03:40 AM
Post: #4
|
|||
|
|||
RE: RVC 5.0 Flex problem
(12-16-2010 11:51 PM)pirosu@gmail.com Wrote:(12-16-2010 03:41 AM)JabberCam Wrote: The Google map library is missing. Please read the "CUSTOMIZATION AND CUSTOM INSTALLATION" section of this post: http://www.videosoftware.pro/forum/THREA...rCam-RVC-5 Just see the errors and comment those lines (you'll need to do that about 3 times) until all errors disappear. An easier way is to hide (visible="false") the "Map" tab in JabberCam.mxml, the Google library won't do any harm. I chatroulette
|
|||
|
09-10-2011, 05:08 AM
Post: #5
|
|||
|
|||
|
RE: RVC 5.0 Flex problem
Could you please help me, how can I hide the "Map" tab in JabberCam.mxml? I found the JabberCam.mxml but i cant find the "Map" tab and dont know how to hide it
|
|||
|
09-10-2011, 09:51 AM
Post: #6
|
|||
|
|||
|
RE: RVC 5.0 Flex problem
In JabberCam.mxml, around line 557:
PHP Code: <!-- ****************** MAP PANEL ****************** --> Note: If you simply remove it, it may give you .as errors. Try fixing those functions that give you the error: find (around line 288): PHP Code: private function toggleSettingsBtn(e:MouseEvent):void{PHP Code: private function toggleSettingsBtn(e:MouseEvent):void{find (around line 311): PHP Code: private function onFullscreen(ev : FullScreenEvent) : void {PHP Code: private function onFullscreen(ev : FullScreenEvent) : void {I love video chat! |
|||
|
09-10-2011, 10:01 AM
Post: #7
|
|||
|
|||
|
RE: RVC 5.0 Flex problem
If you remove the Map button and panel, modify the position of the Help button:
find: PHP Code: <!--HELP BUTTON-->PHP Code: <!--HELP BUTTON-->I love video chat! |
|||
|
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)





