I'm trying to set up Google maps in my Flash 8 site (Win 7) I've downloaded the SDK but not sure which folder I should be placing the map_1_18 file.Have tried placing under the Components folder but still can't see it when I open Flash and check the Components libary.
I thought it would've happened by now. Someone, should make something, to where you can put a transcription(if it's audio/video) of what's being said/spoken, and transcription for text, to let google know exactly what's in the flash container.
I am having trouble seeing my flash video on the server. I just see it in my local computer. I save everything and then preview it, upload the file to server, but it just don't show at my website.
I have the Netbook version of Ubuntu Maverick Meerkat and installed Google Chrome stable. I installed the latest version of Adobe Flash.Here is the behavior:1. YouTube videos appear as a white screen when embedded on the page in Chrome. I hear sound.2 The video is normal when I switch to full-screen mode.3. HTML5 videos display normally in Chrome4. Firefox displays YouTube videos without any problem.5. Ubuntu Lucid 10.4, with the same software components, displays YouTube video in Chrome without problems.Any thoughts on correcting this odd problem?
I have added a new flash moovie to my website, the problem i have is that in Mozilla, Google Chrome and possibly more the side scrollbars disapear, however in IE they show perfectly. i can not show a url as i have to leave the old page up until i can find out what is causing the problem.
I am new to flash and am trying to achieve the following: My website for Salou currently has a static image of google street view, i want to incorporate a live version that will be available on the ipad and ipod touch, will this work as i am told that google street view uses a flash plugin.
I would like to add Google Analytics to my flash file. The flash file is contained in a HTML file, which I already added the script provided by Google Analytics. At the moment, when a user visits my site, regardless which page is visited, only the homepage is counted.
What as3 do I add to the flash file to keep track of each page that is being visited? I've tried a few codes provide on Google Analytics page and other tutorials, but none worked. The as3 for the menu buttons is displayed below.
I wanted to put a search box in my flex app that would act just like google or google finance: you start typing and a drop down list just below starts filtering the results dynamically. Does anyone know how to do this in flex? I am using flex and php so as the user types it will pull results off the server dynamically.
I recently bought a flash AS3 Google Calendar component.I installed in a Flash site I'm building http:[url]....It lookd great I'm having no problems with it other than I don't know how to make it work and it came with no instructions.I guess the developer assumed everyone knows how to use google calendar feeds. It comes with an xml file that looks like this:
<?php// PHP Proxy// Responds to both HTTP GET and POST requests//// Author: Abdul Qabiz// March 31st, 2006// Get the url of to be proxied// Is it a POST or a GET?$url = ($_POST['url']) ? $_POST['url']: $_GET['url'];$headers = ($_POST['headers']) ? $_POST['headers'] : $_GET['headers'];$mimeType =($_POST['mimeType']) ? $_POST['mimeType'] :[code]....
I'm have some videos and I would like to add analytics so I can track how many times they were played. Although it sounds like a simple task, I can't seem to find much on the subject.
I would like to know how to track my pages with google analytics to see which pages are getting the most clicks. My site is XML / Flash the menu is xml. Could I put the tracking code on each of the menu items in the xml file?
I want to get input ZIPCODE from user and want to get distance from my Location > user enter zipcode (home town location ) > send data to google maps > return of distance from user's location to my location Is that possible?
I know its not possible to copy and paste the javascript code into Flash, because Flash won't do anything about it (or cause an error).But I do know the Google Adsense code generates an iFrame to show the ad. So I was thinking if I were to grab the iFrame source (the src attribute) and load that html page into Flash... maybe? So I guess my question would be is it possible to have Flash load an HTML page?I know there is MochiAds, but I would like to get a little bit more % of the $ :)
I want to get input ZIPCODE from userand want to get distance from my Location> user enter zipcode (home town location )> send data to google maps>return of distance from user's location to my location
root.currentPage.text is the generated page number- but this does not seem to work- looks like within this getURL parameter i can not add any variables.. is there any other way to get the same result..
Does anyone know if it's at all possible to embedd a google maps image that's created using code generated by google? The Image is interactive, the main reason to embedd in flash as apposed to a flat image.
I am studying land surveying and cartography and I am doing my final project. I am trying to make a google earth like map in Flash.I already have the map , in the form of swf files.
I am trying to push in the Google Analytics library into my As3 widget. I plan to use the EventTracking feature in addition to the regular HTML-like pageview tracking that it provides. I plan to use the library in As3 mode (not the Bridge mode) since the widget is embedded on a lot of external domains.
Using the SWC to add the component to my project adds about 50k in file size. And my widget in itself is a very painstakingly achieved 120kb. I cannot afford the 50k overhead and every KB trimmed takes me closer to actually using GA with my player.
I got the code down from [URL].. and am trying to figure out any libraries that I can weed out to save file size, yet retain core functionality.
I really like the dashboard line chart which is used in google analytic, Which charting solution they use, is it made by google, I can't find it in google charts.
If I made a homepage with an embedded .swf which had buttons that linked to other html pages on my website using the getUrl() function, would those links be spiderable by google? Or should I also put in text links outside of the .swf (which would ruin the design a bit)?
I am using the google maps API with regular key (not premier).When connecting to my server with http, everything works fine, but when connecting with https i receive the following instead of map: initialization failed please check the API key swf location, version and network availability.Is that because it is not premier key? can I force the google maps API to use http instead of https so that I will receive the maps?
are there any Flash/Flex API for Google Earth like the Map API? i haven't seen an API in Google earth API official page. or is there any way to use all the features of its javascript API with actionscript/flex.
(using flash) I have a Sprite object that I want to show on google map. So I made a GroundOverlay object using my Sprite object, but it doesn't show up. I guess it's because Sprite is higher class than DisplayObject. (GroundOverlay seems getting DisplayObject only..?) Is there any way to us Sprite for my GroundOverlay?
I've got an AS2 flash movie that I need to add Google Analytics tracking into. The only classes I can find are for AS3, do you know of any class method to track in AS2?