Html :: Macbook Taps Not Working On Site, But Clicks Do?
Jan 18, 2012
Not necessarily my own website, but if you browse to [URL] and take a look at the scores/schedules area that has the left/right slider, is there a reason taps that usually register as clicks don't cause the slider to move? Is it a flash bug? Just want to know out of curiosity's sake.
I'm on Google Chrome, OSX Lion, MacbookPro 13".
View 1 Replies
Similar Posts:
Jan 12, 2012
I have a DVD that came with a school book the book is called CompTIA A+ Guide to Managing and Maintaining Your PC. It came with a DVD that has some interactive labs on it that work thru html files and flash player. There is a master HTML file on the disk that runs the whole thing. After everything is activated with numbers and all that jazz you have a screen that lists all the labs you can do. You have to set Flash up to allow access to a folder on the DVD that holds the labs HTML files.
I have this working on my PC thru Firefox and Internet Explore. I want to be able to do this on my MacBook pro. So far i can't get it to work on Safari or Firefox or Opera on my Mac. I have set up flash the same way and if I use Finder to go directly to the chapter1_lab1.html file it works. But when i try and do it by access the master HTML file and clicking on one of the labs listed it doesn't work. Safari sits on a blank screen and Firefox gives me this error.
File not found
Firefox can't find the file at file///Volumes/LabConnection/Labs/2207012/Chapter1_Lab1/chapter1_lab1.html
What i have figured out is that on the DVD the files are listed with capitals (Chapter1_Lab1 not chapter1_lab1) If i enter this part into the address bar of Firefox ( file///Volumes/LabConnection/Labs/2207012/Chapter1_Lab1/chapter1_lab1.html) I get the same error if I change the c and l to Capitals it plays the lab. Hope this is understandable. What do I need to do to make it read the file since the master is telling to look for lower case files and for some reason my Mac won't recognize it has the same file with the upper case letters.
View 1 Replies
Jul 19, 2006
It is possible to control in a site, all made in flash, how many clicks a person made in the different itens of a menu??
I now some sites control the number of clicks in banners and interstitials, but i want to now, if it is possible, how to control the number of clicks made in a flash site.
View 11 Replies
May 20, 2009
I was wondering if its still necessary to build a html site aswell as a Flash Site? Or is there a definitive and failsafe way to incorporate html into my flash site? SEO is a very important factor for me. I read this article: url...by Geoff Sterns in 2006, resulting in the following[code]
View 4 Replies
Nov 5, 2009
I have a flash project, its working fine in local system, but the same file is not working in live here is the link of the site, its showing blank page, the flash contents are not loading... [URL]
View 12 Replies
Dec 14, 2009
I have a flash project, its working fine in local system and checked this file with uploading in someother websites, its working fine there too, but the same file is not working in live here is the link of the site, its showing blank page, the flash contents are not loading.URL...and here the same file which i have uploaded it in other server its working fine.URL...
View 2 Replies
Jul 14, 2010
I have a fisheye menu, (by the very talented David Manrique, check out his tutorial and source here: [URL] It uses an array of images imported into a library. The code to recognize mouse clicks is working, but I can't get it to load up specific frames of the Flash file. So, for example, when "image1" is clicked, it would load up frame 2 of the flash file. When "image2" is clicked, it would load up frame3...etc.
[Code]....
View 8 Replies
Jun 5, 2010
Im working on something it coming right a long, but i think i did something wrong. I have a script see buttom, but is stops working after 3 or 4 clicks, the thing is that the bar is supposed to slide if you click on it end if ther is a bar in the way its going to take that with him.
[Code]...
View 12 Replies
Aug 4, 2010
I'm trying to make a simple "gallery" that has 6 images, each on a different scene and using 2 buttons to navigate through them. One moves 1 scene right and the other moves 1 scene left.
Everything works except that after I click on any combination of the buttons (left or right) 6 times, it will then only let me move 1 more page as if it no longer has an event listener for the other button.
To clarify a little more:
Starting at scene 1, if I click "right" 6 times and come back to scene 1, when I click right again it will not go to scene 2 again, but if I click "left" it will go back to scene 6 but then once there, it will not go "left" again to scene 5, it will only let me go back to the "right" to scene 1 again. So then I become stuck on these 2 scenes. [code]...
View 1 Replies
Apr 22, 2010
is it possible to let clicks on a HTML element that's overlaying a Flash or Silverlight object bubble through to the Flash / Silverlight object? I've been experimenting with this, but i can't figure out if it is even possible because of possible security restrictions to prevent clickjacking.I don't have access to the source code to the FL / SL object, so i can't implement an ExternalInterface or something like that.
View 2 Replies
Aug 30, 2011
I have attached a copy of what I am trying to do and basically everything works. Except my button in the loaded movie....I am trying to load a movie in a holder and have a button that had if else statement based on the movie being clicked. I have attempted this buy setting up a count on a movieClip but this seems to disable the buttons in the loading movie?
View 9 Replies
Jun 28, 2011
in code snippets, would all "mouse click" actions work with taps on device?
View 4 Replies
Sep 23, 2010
I'm building a project that has a character navigate through a room by clicking on the floor. Right now, the walls, character, and floor are all children of the same display object for sorting purposes. My question: is there a way to disable mouse clicks to the walls and character while allowing clicks to the floor? Using mouseChildren appears to be an all or nothing deal and I can't seem to isolate individual floor/wall/character objects for use with mouseEnabled.
View 4 Replies
Oct 25, 2009
I have built a full flash site were i have loaded the .swf into a dreamweaver page named index.html.
I then upload the index.html and the associated .swf file to my homepage.
Start up the webpage and all looks good.
I then update the .swf and upload the new one but the change does no show. I can see the change on my laptop, from another PC or if i type /index.html after the address.
I even deleted my index.html and the .swf and could still see the webpage on the same MacBook as it is created on (only).
View 1 Replies
Aug 9, 2009
I've been trying to access my webcam on my macbook pro using flash cs4 in an attempt to try and use the live feed to detect levels of motion and from there use that information to alter / animate an image on the screen (idea being more movement = more change in image), however I cant seem to get my webcam to even stream out and play on a flash file.
The code I am using is:
start code
var camera;
var video;
camera = Camera.getCamera();
video = new Video(camera.width * 2, camera.height * 20);
video.attachCamera(camera);
addChild(video);
end code
And when I run the file it asks for me to grant access to webcam / microphones (which is what it should do) but it doesnt stream to the file.
View 1 Replies
Aug 16, 2010
How to get MacBook Pro Function Keycode in AS3.0. Then how to write the function+delete press event in MacBook Pro. the MacBook Pro Function Keycode and Delete Keycode.
View 2 Replies
Mar 2, 2012
I have a Mac and a PC - I have apple specific stuff on the Mac, everything else on the PC. My Adobe software is all on the PC. I like using the PC - bigger screen than the Macbook. Problem is that Adobe is effectively forcing me to use the MacBook.
Now I can use Flash to build cross-platform stuff from my PC, but I have to create all the certificates and profiles on the PC. If I want to do IOS development on the Mac I have to generate new certificates and profiles.
So switching between using flash/Flash Builder on a PC and native development on a MAc means continually regenerating certificates. If I had a desktop and PC latop, I could install on both, but not a PC and a MacBook. I am totally fed up with Adobe for this stupidity. If anyone knows differrent about the need to regenerate everything according to platform,
View 7 Replies
Jan 31, 2009
Does anyone know if the Flash Player / actionscript can capture MacBook and Air multi touch Scroll (two fingers) or any other multi touch user interactions?
View 4 Replies
Jan 18, 2011
I have a colleague who is trying to put together a Flash package for me on her macbook pro. It needs to play an flv file. She is unable to play flv files on her computer either in Flash or using the Adobe Media Player. I have no problem playing the same files on my macbook pro, we're both running the latest OS and have version 1.8 of Adobe Media Player. She went to the Adobe site to download the latest version of Adobe Media Player, hoping that might include whatever component is missing on her system. Because of Adobe's decision not to distribute AMP that didn't help.
She has Flash Professional CS5 11.0.2 on her system. When she imports an flv video into a Flash project and tries to play it she gets an error message saying it can't stream the video. Note that the video is on her hard drive, it is NOT on the internet so no streaming should be required. The actual error message is: "the video player is in the connection error state. It enters this state when a video stream attempted to load but was unsuccessful. There are two possible reasons for the error: no connection to the server or the stream was not found." Since it's a file on her hard drive, and she has loaded the file into the Adobe development environment successfully, the one thing we know for certain is that neither of these reasons is correct.
View 1 Replies
Jul 8, 2010
I have googled for this, but they give different answers that only confuse me.Here goes: I have an .SWF MOVIE that I want to show in my html website that I created with Flash 8.I want to show this movie on a certain page (page 3). How do I embed that .swf movie into a specific part on my page?
View 3 Replies
Nov 4, 2009
I built a site, and most of the content is pulling from an XML file. I think format some of that text with a css style sheet. When I publish this out on a powerbook running 10.5 with the first release of flash cs4 it works.But when I try to publish the same file on a new macbook pro or iMac the css doesn't work for me. Has anyone run into this kind of problem before?
View 2 Replies
Dec 5, 2008
I have some buttons in a movie clip, and while they work when previewing flash, they don't work in the browser. I am using geturl on the buttons, and I'm thinking they are not functioning because they are within movie clips.
View 1 Replies
Feb 14, 2010
I am creating an online order form in Flash, and there is a phrase which says: I accept the Terms of Use and Privacy Policy The words 'Terms of Use' and 'Privacy Policy' are supposed to be underlined and if you click on them you are linked to termsofuse.html and privacypolicy.html. Is it possible to create an invisible button which is placed over the these words? Or can you link the pages directly to the words?
View 3 Replies
Nov 3, 2011
How can post html url, without going to the site? so far I have tested loadVariablesNum,getURL, myvars and SenAndLoad. getURL works fine, but I don't want that flash goes to that URL Basically URL itself sends data to database. Sending works fine with getURL
[Code]...
View 2 Replies
Mar 19, 2012
I am new to flash and my site is not working.it is on URL... HERBALIFE is meant to be on top of the page and it is missing a lot of the text/I published it and the swf does not work. I saved the .fla file and published as .swf
View 3 Replies
May 25, 2010
How can I build a site like this.[url]...
Each page is flash expect for the Content page.Now each page also has its own url without loading a new swf file. How is this done?Also how does the swf know what url its on to highlight the correct menu button?
View 5 Replies
Oct 8, 2010
I can use @font-face but it does not work in all browsers.Are there any way to use custom font file in my site ?
View 1 Replies
Jun 3, 2010
I am still pretty new to the whole SWFObject thing and I have this code that is working great. but I have no idea where to put (or how to put) a link to an alt site for pc's and devices that are not Flash enabled... this is my current working code.
[Code]....
and say I want the user to be redirected to the address below if on a iPhone or some other thing that does not support flash.
View 3 Replies
Oct 21, 2002
I am trying to get around using java script in the html of the site. I found this script , is it possible to adapt this, see below?
'This script will detect which version of the player a user is using and redirect to an appropriate page. This script checks for the first decent build of the v6 player build 29. Just change the anmes of the destination files and paste this script in the very first frame of your swf.'
version= getVersion(); space=version.indexOf" "); myString=version.substring(space+1,version.lemgth) ; myArray=myString.split(","); player= new Object(); player.platform=version.substring 0,space); player.majorVersion=parseInt(myArray[0]); player.minorVersion=parseInt(myArray[1]); player.buildNo=parseInt(myArray[2]); player.patchNo=parseInt(myArray[3]); if (player.majorVersion==6) && (player.buildNo >= 29){ getURL("myversion6page.html"); }else{ getURL("myotherpage.html"); }
[Code]...
could the Flash 5 file do either the following depending on which flash player is detected:
1. Have the Flash 5 swf display the text 'You need to update your Flash player' and open up the macromedia download page in a new window.
2. If the Flash 6 player is detected, have it load the Flash 6 that was originally intended to be in that place of the html.
View 1 Replies
Mar 15, 2009
why is that the news item links on [URL] work
and when the same swf is embedded here, the links do not work? [URL]
how can I go around this?
corssdomain: [URL]
I am using [URL]
View 1 Replies