HTML5 Hide Code Like Flash?

Jan 27, 2012

I was wondering, if I have a proprietary flash code (e.g: some cool animation which is really just client side stuff, its just example), and about to rewrite it using HTML5, is it possible to hide the code? or at least make it harder to see (unlike right click, view source, then you can just copy paste the code).

View 2 Replies


Similar Posts:


Library/API/program For Converting Flash Code Into Html5 Code?

Aug 25, 2004

What library/API or even a program for converting flash code into html 5 code automatically do you recommend me?

View 2 Replies

Flash :: Get YouTube's Embed Code Validate Against HTML5?

Dec 26, 2009

My page validated error free against HTML5 until I added YouTube's embed code. # Line 140, Column 132: Stray end tag param. ¦O30JM&amp;hl=en_US&amp;fs=1"></param><param name="allowFullScreen" value="tru # Error Line 140, Column 183: Stray end tag param. ¦llowFullScreen" value="true"></param><param name="allowscriptaccess" value="a # Error Line 140, Column 238: Stray end tag param.

¦scriptaccess" value="always"></param><embed src="http://www.youtube.com/v/1rW # Error Line 140, Column 430: Stray end tag embed. ¦ways" allowfullscreen="true"></embed></object> Is there a way to get object, embed and param tags validate against HTML5 ?

View 2 Replies

Java :: Hide The Salt Code In Flash?

Apr 8, 2011

I need to be able to transmit data from a Flash browser application to a PHP file on a web server, both securing and validating the data whilst and at the same time trying to prevent unauthorised creation of the message. (I want to try and ensure that the message comes from the application, not a user sending a message via another means).

In a C++ application I would Salt the data, and send the hash of the data along with it, and then validate the hash against the data to ensure integrity and source.However, in Flash (& Java), applications can be decompiled so that the source code is viewable. So if I used this method, someone could (relatively) easily find the salt, and then create a 'valid' message of their own to send outside of the application.

Is there any way I can 'hide' this salt code to help secure the transmission? Yes, I know there are code obfuscators, but they don't fully hide the code, just add another layer.Or is there another method entirely that could be used to transmit data and validate the source & content at the PHP end?

View 3 Replies

Flex :: Can Enterprise Apps Requiring HTML5's New Feature(s) Support Non-HTML5 Browsers

Nov 16, 2011

I'm just trying to understand how once HTML5 enters the picture, the current concerns about browser incompatibility and other issues go away? Wouldn't HTML5 simply add another set of browsers to the large list of current browsers that the application must target?

That is, assuming the enterprise web app requires one of these new HTML5 features (e.g. playing audio and/or video, integrating SVG or vector graphics, etc.). If such a feature isn't critical then graceful degradation may be acceptable and then my question is moot.

But for those apps that require one of these new HTML5 features, are you planning to support older browsers, or expecting it's acceptable to restrict to HTML5 browsers because the enterprise in question has made one of them their new corporate standard (or other scenario, etc.)?

View 1 Replies

ActionScript 2.0 :: Mouse.hide Disturbs The Rest Of Code?

Feb 22, 2011

when i change the appearence of the mouse, it conflicts with some of the other code, i don't get an error, but it just doesn't work, i'm using this code in a mc to change the mouse:

[Code]...

View 1 Replies

Html5 - Using WebSocket With Flash?

Jun 24, 2010

I found web-socket-js for running WebSocket in Flash.

If I run WebSocket under Flash, can all browsers with Flash player installed support this?

View 2 Replies

Choose Between Flash And Html5

Jun 1, 2011

I am planning to develop a facebook application which uses iframe concept, it involves some rich UI and image manipulation, I am new to html5 but aware of flex

View 2 Replies

Displaying Flash On HTML5

Nov 15, 2011

We have an ASP.NET 4 website that displays flash files. It has come to our attention that these are not fully supported on HTML5, and that they will not play on HTML5 platforms such as the iPad.So, in order to support such platforms, my thinking is that we need to try and display the video using the HTML5 <video> tag if the browser supports HTML5, or fall back to flash if it does not.However, it would seem that this requires our site to provide two video formats (flash format and video such as MP4). That presents problems because A), we need to store multiple video formats on the site, and B) our existing flash data will no longer work.Can anyone recommend information about the best way to support as many platforms as possible. And is there any way to do so without having to support multiple video formats?

View 1 Replies

ActionScript 3.0 :: HTML5 The Death Of Flash?

Jul 5, 2010

I'm thinking of spending a large amount of money on a school which teaches web development with flash being at the core of the courses ......I'm trying to wheigh how long flash will be mainstream because HTML5 is set to take over delivery of video.......should I be concearned with html5 ? Should i take the courses with flash or should I look elsewhere for web devlopment colleges?

View 2 Replies

Flash :: Develop Within CS5 And Export As HTML5 Rather Than SWF?

Oct 9, 2010

Is there anyway to develop within CS5 and export as HTML5 rather than a .SWF?

View 1 Replies

Flash :: HTML5 Be Advantageaous Compared?

May 1, 2010

I have read a few articles, I can't see why one would use html5 instead of flash so any few examples which could show the advantages ?

View 5 Replies

Flash :: Converting Video To HTML5?

Aug 13, 2010

I have a flash video(.swf) on my website and i want it to convert into such a format so that it remain available from iphone/ipad. Is there any possible way of doing so? Can i convert it into HTML5? If yes can anyone suggest the process and if no, can anyone suggest any other method?

View 6 Replies

Flash :: Reading A Stream With HTML5?

Jan 1, 2011

I know that we can publish a flash rtmfp stream with this piece of code:

private const CirrusAddress:String = "rtmfp://p2p.rtmfp.net";
private const DeveloperKey:String = "your-developer-key";
private var netConnection:NetConnection;

[Code]...

View 1 Replies

Convert Flash To Html5 Web Animation?

Nov 9, 2011

On this page : there is a flash animation that loads external images, is there a HTML5 way I can take the .swf and perhaps get a head start on trying to make it a HTML5 version?

View 1 Replies

Flash :: HTML5 Video With Brightcove?

Nov 22, 2011

I currently have a working Brightcove Smart Player implementation, with Flash as the default and an HTML5 fallback where Flash is not supported (read: iOS). I would like to reverse this: prefer HTML5 video, and use Flash as the fallback.Is this possible, and if so, how? Brightcove seems to have entirely missed the point of providing an HTML5 option by using it as the fallback instead of the preferred format.Additionally, although Brightcove announced plans to support WebM as well as H.264 18 months ago, it seems that the HTML5 player still only supports H.264. Firefox can't (and likely will never) support H.264 for patent (and, IMO, ideological) reasons. Firefox is used far too widel

View 1 Replies

HTML5 Video Tilted Or Must Use Flash?

Dec 24, 2011

I want to use for new website project video player in tilted mode.

For example in 30° angle ( 1/6 radian )

Is it possible to do with use of JS/HTML5 video tag or I do have to use flash video player?

If I do have to use flash, can you recommend any free player with this functionality?

View 1 Replies

Flash :: Convert SWF File To HTML5?

Jan 13, 2012

how to easily convert a .SWF file to HTML5? I tried SWIFFy and that doesn't work.

I just downloaded adobe Wallaby and it requires a FLA file. That makes sense, but I don't know how to make the SWF file a FLA one so that I can see if Wallaby will in fact convert it.

[URL]

View 4 Replies

ActionScript 3.0 :: Mouse.hide() Error 1061: Call To A Possibly Undefined Method Hide Through A Reference With Static Type Class

Sep 12, 2011

I am using AS 3 Flash CS4, WIndows XP SP3. I am unable to use the Mouse.hide(); method in many of my scripts. If I add Mouse.hide() to a preexisting script, I get the following error; line1 1061: Call to a possibly undefined method hide through a reference with static type Class. If I add Mouse.hide():void; to a preexisting script, I get the following error: line1 Label must be a simple identifier Once this has happened, if I then remove ALL lines of script from the file...but leave the Mouse.hide(); [or Mouse.hide():void;], and also remove all objects from the stage, when I run the file, I still get those same errors.

[CODE]...

View 3 Replies

Professional :: Convert Flash Animations Into HTML5

Mar 9, 2011

I am creating a flash animation which has to be converted into Html 5. The reason for the conversion is the i-pad, so that my animation can run on i-pad or i-phone. I have tried using the WALLABY tool from adobe but  haven't  get the accurate animations. Though I have saw some adobe videos in which these people are perfectly running their flash animations through this WALLABY tool.

View 2 Replies

Professional :: Export Flash Into Html5 Canvas?

Aug 1, 2011

I was told that you can export Flash CS5 creations into html5 Canvas. 

View 1 Replies

Flash - How To Check For Html5 Video Support

Aug 25, 2010

Is there any JavaScript or any other way of checking for html5 video support?

View 3 Replies

HTML5 Web Sockets (TCP Connection) With Flash Fallback

Sep 20, 2010

I read about a project that enables the developer to program a HTML5 web sockets application that is compatible with older browsers by automatically falling back to using a flash method.

View 1 Replies

Flash :: SWF To HTML5 Or IPad Compatible Format

Oct 7, 2010

Is there any SWF to HTML5 converter or any format which can run on the ipad? not smokescreen... other alternatives.......?

View 3 Replies

Flash - Playing A FLV Video With A Fallback On HTML5?

Oct 8, 2010

I told my boss to use HTML5 with a fallback on FLASH.But he said he wants FLASH as the first option, and if the browser (ipad or any other) can't recognize the FLASH , it should play the MP4 file we got. I suggested HTML5 with fallback on Flash. But he wants the opposite.

Using SWFObject (google it) and a SWF Controller (like FlashMediaPlayback.swf).It's very important to understand that the iPad has limitations with video size. So the MP4 file can't be bigger than 720p and 160kbps for audio.

<div style="text-align:center" >
<script type="text/javascript" src="swfobject.js"></script>
<script type="text/javascript">
var flashvars = {};

[code]....

View 2 Replies

Getting Video+soundplayer With Flash And Html5-support?

Oct 18, 2010

I need a audio and videoplayer that is usable both in non flash-browsers (such as iphone-safari) and in non html5-video-enabled browser (such as all old browsers)Apart from this clean asthetics(think vimeo), support for many codec-types and easyness to implement are all bonuses.

View 2 Replies

Flash :: Implement Video Chatting With Html5?

Nov 8, 2010

I've long heard that html5 can replace flash.Video chatting is not hard to implement in flash,but how to implement it with html5?

View 1 Replies

Flash :: Video Fallback AND Valid Html5?

Apr 21, 2011

I'm trying to have a flash video, with fallback to the html5 video element for those browsers which don't support flash, such as iPhone. I'd also like to have valid html5. The issue I see is that in html5, object doesn't support the classid attribute anymore, but this would be required for a user to get flash if they don't have it but want it.

It seems my options are to accept invalid html5 but not have the flash work properly, or have the classid and not have valid html5.

View 1 Replies

Flash :: Object Tag HTML5 Using Swfobject Disappears

May 4, 2011

I am trying to switch my doctype to HTML5 to play around with some of the new stuff, but I am running into an issue with flash.

The following code works ONLY when the doctype is set to PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN". When I switch it to just HTML, it works in chrome, doesn't work at all in Firefox, and renders a small crappy looking thing in IE9.

<!DOCTYPE HTML> <!-- PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" -->
<html>
<head>
</head>

[Code]....

View 1 Replies

Embed Flash For Modern Browsers Using HTML5?

May 10, 2011

This is such a common thing that I imagine there must be a "good" way of cleanly embedding Flash into HTML5? I'm only interested in supporting the following browsers: FF3, FF4, IE7, IE8, IE9, Chrome and Safari.

I know there's some Javascript solutions like SWFObject, but that seems like overkill. Isn't there just a clean, quick and easy way using HTML?

Additionally: Is there any downside to just using <embed>? It was previously depreciated by the W3C, but I understand it's back in HTML5. So why not just use it instead of faffing around with <object>?

View 1 Replies







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