Designing Flash Site Viewed Over Cell Phone With Web Access?

May 24, 2009

The question I have today is concerning a design of a Flash Website. Is there any certain way you will need to design a flash site so it can be viewd over cell phone with web access. The reason I'm asking is that I have a friend that say he can view some flash site and some he can't. So I'm thinking tat must have something to do with the way the site is designed.

View 1 Replies


Similar Posts:


ActionScript 2.0 :: Designing A Mobile Phone On Screen Keyboard?

Oct 31, 2011

designing a mobilephone-like keyboard using AS2 for a project i'm developing. I'm experienced in other programing languages but i'm just starting with AS2 and i'm a bit lost in this keyboard issue.

View 1 Replies

ActionScript 3.0 :: Virtual Cell Phone Keyboard And LocalCommunication?

Mar 12, 2009

1. I want to create a cell phone keyboard, you know, where you need to tap 2 or 3 times a key to show the character on its display and so. "Number", "send" and "clear" actions buttons, too.

2. Well, when you click on "Send button", I need to send the variable you inserted before to another field. That field will be show later. So, I need that variable keeps in "cache".

View 2 Replies

NavigateToURL Not Firing When Site Viewed On Mac

Oct 28, 2010

I am simply trying to link a button on my site to another webpage (an online store). The site is currently live at Higdon Florist (won't let me put the dot com address due to forum rules) The last 2 menu options (View Bouquets and Place Order) should link to (store dot higdon florist)

On PC, this works just fine every time.

However, I have reports that Mac users have trouble. The action never fires on the first 4 or 5 tries. Then, suddenly, it begins to work (and continues to work thereafter).

My AS3:

import flash.net.URLRequest;
import flash.net.navigateToURL;
navigateToURL(new URLRequest("(store address)"), "_self");

[Code]....

View 4 Replies

ActionScript 3.0 :: NavigateToURL Not Firing When Site Viewed On Mac

Oct 28, 2010

I am simply trying to link a button on my site to another webpage (an online store). The site is currently live at [URL]. The last 2 menu options (View Bouquets and Place Order) should link to [URL] On PC, this works just fine every time. However, I have reports that Mac users have trouble. The action never fires on the first 4 or 5 tries. Then, suddenly, it begins to work (and continues to work thereafter). I have scoured Google and Adobe Forums, and it seems this is not a common problem. So I'm hoping it is just a simple fix.

[Code]...

View 4 Replies

Android :: Use The Same Ability Of Flash That Provides An Access To User's Phone Camera (frontal)?

Apr 28, 2011

I have a service that uses computer webcam via Flash. Now I'd like to develop an Android optimized version of the service using HTML5 + Flash and then use some HTML5 wrapper to get an app.

I wonder if it's possible to use the same ability of Flash that provides an access to user's phone camera (frontal) on the Android (tablet pcs, smart phones). I know Android supports Flash since 2.2, but I failed to find any information on hardware access.

View 1 Replies

ActionScript 2.0 :: Use Google Analytics To Track Viewed Content On Site Using Tags

Feb 25, 2011

I use google analytics to track viewed content on my site using tags like this... Code:
getURL("javascript:pageTracker._trackPageview('/MAIN/WORK/SEARCH-ENTER.html');"); Im wondering how i can however track search queries using a similar method. Conceptually, im looking for a way to do this

[Code]...

View 1 Replies

ActionScript 2.0 :: Designing Game Level - How To Gain Scroll Access

Aug 13, 2010

I tried all zooms, placing objects outside there to gain scroll access, but it won't, and seem to be outside of some lighter gray plate... is it simply the limit? how the hell can I design the rest of my level?

View 3 Replies

Actionscript 3 :: Flex 4 - Access A Specific Cell By Index?

Sep 20, 2010

I would like to edit a cell by the row and column indexes so essentially do the following:

advDataGrid[2][3] = "Dogs"

so that I am setting the data grid row 2 and column 3 to Dogs. I cannot for the life of me figure out how to do this!

Side note: I need this because I am trying to allow the user to copy a section of an excel file to a section of an AdvancedDataGrid like Google Docs does. I am using this idea to do it: [URL]

View 3 Replies

ActionScript 3.0 :: Access Image Size In TileList Cell?

Nov 29, 2009

I am using the default TileList component in AS3/CS4, where a user can upload their images and it is displayed in the TileList by using the URL of the upload as the source parameter.The final piece of the puzzle is knowing the dimensions of the image that was uploaded, but bugger me if I can find how to access each image that is displayed in each cell of the tilelist. I can of course get the dimensions of the cell itself (which of course is always the same for each one), but I want the content of the scaled image within the cell ..

View 5 Replies

ActionScript 3.0 :: Access Data Inside Of A Custom Cell Renderer?

Mar 6, 2012

I have a datagrid and I need the user to enter data in one of the columns. I have gotten that far, but I havnt been able to get the data the user types in. I need the input from the user. How do I retrieve it

percentColumn = new DataGridColumn();
percentColumn = dg.getColumnAt(3);
percentColumn.cellRenderer = LoaderCellRenderer;

[code]......

View 1 Replies

Flex :: Set The Back Ground Color Of A Data Grid Cell To Yellow When Value Of A Cell Is Greater Than 6

Dec 6, 2010

Iam using flex 3.5 . I want to set the back ground color of cell in a datagrid to yellow when the data in it is more than 6 .

View 2 Replies

ActionScript 1/2 :: Track Scenes Viewed And Display Image A Or Image B Based On Scenes Viewed

Feb 26, 2011

I have an interactive story divided into scenes. At the end of each scene a button appears. This occurs on a frame on the timeline.
 
There are two different buttons that might appear based on whether a prior scene has been viewed or not.
 
For example, there are Scene_1 and Scene_2. At the end of Scene_2 one of two buttons will appear. The buttons will be either "Go see Scene_1" or "Return to Main Menu".
 
If the user has already seen Scene_1, Flash will know that and automatically go to the frame in Scene_2 that contains the button "Return to Main Menu".
 
Conversely, if the user has not seen Scene_1, Flash will know and automatically go to the frame in Scene_2 that contains the button "Go see Scene_1".
 
I imagine there would be an action frame at the end of Scene_2 that will contain the as2 code to enable this action.
 
Perhaps something like, but probably not at all like the following:
 
if ("Scene_1", last frame == true){gotoAndPlay("frame#");}else{gotoAndPlay("frame#");}

View 1 Replies

ActionScript 2.0 :: Designing A Flash Website With Pages Of Different Heights?

Jan 12, 2009

I am about to design my first Flash website which uses pages of different heights. I want the entire window to be Flash. There will be a background pattern, and the website design will be centered horizontally, with just the height changing depending on which page I'm on. Some pages will require scrolling and other pages will not. If possible, I'd like to use the browsers built-in scroll bar. A few months ago, I would have thought this was impossible to do in Flash, but I actually have seen a website which does exactly this. It's a shame I can't remember the URL. Any suggestions on how I might go about achieving this task? The only way I can imagine is to split up all the pages on separate URL's, but then I won't be able to do smooth transitions between pages.

View 1 Replies

ActionScript 2.0 :: [CS3] Designing A Flash Website With Pages Of Different Heights?

May 7, 2009

I am about to design my first Flash website which uses pages of different heights. I want the entire window to be Flash. There will be a background pattern, and the website design will be centered horizontally, with just the height changing depending on which page I'm on. Some pages will require scrolling and other pages will not. If possible, I'd like to use the browsers built-in scroll bar. A few months ago, I would have thought this was impossible to do in Flash, but I actually have seen a website which does exactly this. It's a shame I can't remember the URL. Any suggestions on how I might go about achieving this task? The only way I can imagine is to split up all the pages on separate URL's, but then I won't be able to do smooth transitions between pages.

View 3 Replies

ActionScript 2.0 :: Stuck On Designing A Rich Text Editor In Flash

Jun 22, 2006

Firstly, I am using a TextField object of type input as the text input area of the text editor. So I am wondering, in your opinion, what would work best for formatting the text in this field?[code]...

Remember the text will always be changing at the user's whim in the movie, and I am looking for simplicity in applying certain styles to only selected portions of the input text and also setting styles for all future text that is input beyond what is already input (Could be a different style than that of the text already input)

Secondly, I am having a little trouble with the TextFormat Object option. I have a textfield, and a toolbar movieclip (with buttons such as bold, underline, italics, etc) on my stage. I am writing an actionscript class for the toolbar. I want to be able to capture the start index and end index of highlighted text in the textbox, so that say when I press the bold button, the text is bolded or unbolded. I have tried using Selection.getStartIndex() and Selection.getEndIndex() but they have not yet worked for me, as the selection loses focus when I click on the toolbar in the movie. I was hoping there was some sort of onHighlightText handler for the Selection class, so that I can capture the start and end indices whenever text is highlighted. However, there appears to be nothing with that functionality.

View 2 Replies

Removing A Flash Banner When It Is Being Viewed On A IPhone?

Jan 4, 2010

I was using a friends iphone the other day to view my site, I have a flash banner at the top of my site. When you view the site on a iphone you get the flash logo, does anyone know a way to remove this banner & logo when it is being viewed on a iPhone?... That way I could display a image instead, Pls don't just say remove the banner, I like it and i want to keep it. (it looks good when its not being viewed on a iphone).

View 3 Replies

Javascript :: Gain Access To An Embedded Flash Video's Parameters That Is Embedded On A Site You Don't Own Via A Browser Extension?

Jan 2, 2011

I'd like to gain read only access to the following parameters of embedded Flash videos located on sites that I do not own through my own custom browser extension/add-on:

Time location of playback head (so I can display the current time in the browser extension via HTML5/JavaScript) Frames (so I can make capture them to an image file, save it and display image in browser extension) Original Dimensions in pixels (so I can display the original video dimensions via JS/HTML5 in browser extension)

Is this possible by using Javascript and HTML5 from a browser extension?

Would I have to use something like the SWFObject Javascript API [URL]

View 1 Replies

Black Fri -- Best Phone For Flash 10.1 'touch'?

Nov 26, 2009

I've really been 'chomping-on-the-bit' to try some of the touch programming features of the next release of flash, but I haven't got a phone for it yet.  Flash 10.1 doesn't come out for a little bit so I've been putting off doing any research on it.  But I glanced through the fliers tonight and I'm seeing some REALLY good deals.  So the big question is, which phone would be the best for a touch screen programmer.  I'm not looking to dazzle my friends, but I am looking to have a piece of equipment that will suite my needs as a developer.  I understand that the iPhone doesn't use Flash, so that one is definitely off of the list.

View 5 Replies

Flash :: Build For Smart Phone?

Sep 26, 2011

Can I use a preexisting Flash file for a Smart phone, even though the size is different? Or do I have to recreate the file? What is the best dimension to use?

View 4 Replies

Professional :: Timing Is Different In Preview / Flash Video And Viewed Offline

Mar 30, 2011

I'm having timing problems with a music video I am working on. The framerate it 24fps which for a 22 second animation should give me 528 frames. However, In the preview of the slides the 22 second mark on the sound is reached by about 310 frames. What's more, the 22 second point in the sound is reached at a later time in an exported swf movie, but still not 528 or 310. Why is the timing different in all viewing modes, which one should I use to time my video or how can I set them to all display the video at the correct timing?

View 2 Replies

ActionScript 2.0 :: Create A Mobile Phone In Flash?

Nov 15, 2003

im trying to create a mobile phone in flash, so the user clicks the buttons and the numbers come up on screen. Im having trouble making it display the numbers i want, for referance ive used the code:

on (release) {
_root.screen = _root.screen*10 +1
}

on the button, and replaced the 1 where needed. It works so far, except for the 0, * and # buttons

View 3 Replies

ActionScript 2.0 :: Back Button In Flash - Navigate Where The Users Has Last Viewed The Webpages

Feb 16, 2003

The code that u have recommended is not working properly... What i meant is that the function of the back button is to navigate where the users has last viewed the webpages..

View 1 Replies

Professional :: Unable To Access Pandora Site?

Jun 10, 2010

? Cannot access Pandora site. Adobe flash keeps trying. What do I need to do?

View 4 Replies

ActionScript 1/2 :: Launch A Phone Call From A Flash SWF File?

Mar 16, 2009

if it is possible to launch a phone call from a Flash SWF File? If yes, is JavaScript involved ?

View 5 Replies

Professional :: Downloading Free Flash Player To Phone?

Jun 10, 2010

Just got a samsung impression. Not very good with displaying webpages and won't accept flash player. Found Flash lite 2.1 while searching for solutions on my laptop. Found a freedowload link, but when I go there on my phone, the site won't give me the option to download. The spot where it's supposed to be says, "wait for download link." Tried it several times.

View 1 Replies

Professional :: Adobe Contact Support Phone # For Flash?

Mar 4, 2011

What is the Adobe Contact Support Phone # for flash? I searched and tried this number.  Flash isn't list as one of the options for help in the extentions. 
 
All other product help 
800-833-6687 begin_of_the_skype_highlighting              800-833-6687     end_of_the_skype_highlightingMonday-Friday, 5am-7pm PST

View 2 Replies

Install Adobe Flash On Windows Mobile 6.5 Phone?

Apr 7, 2010

I have an htc Imagio. I cannot seem to find a Flash Player for it. how to get Flash to install on a Windows Mobile 6.5 phone?

View 1 Replies

Android :: Flash - Keep The .apk Files On Phone For App To Continue Working?

Jan 28, 2011

A considerable amount of space is used up by .apk files on my phone with apps which cannot be moved to the sdcard (Adobe Flash and Google Maps). In those directories, there are .apk files. Can I delete these to save space and have the application work as it did before?

View 3 Replies

Flash :: Make Phone Call In Adobe Builder?

Jun 24, 2011

I am developing an application for andriod and iphone in the Adobe Flash Builder,how can i make a button that when is pressed the phone(doesnt matter which phone) forwards the number to the phones dialer or makes it VOIP call

View 1 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved